Graybyt3 Was Here
Linux host1.absolutelystunningcenterpieces.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64
Apache
69.167.136.200
/
home2
/
morganrand
/
www
[ HOME ]
Exec
Submit
otherall_new.sql
-- MySQL dump 10.13 Distrib 5.6.38, for Linux (x86_64) -- -- Host: localhost Database: otherall_new -- ------------------------------------------------------ -- Server version 5.6.38 /*!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_EWD_OTP_Custom_Fields` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Custom_Fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Custom_Fields` ( `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_Name` text NOT NULL, `Field_Slug` text NOT NULL, `Field_Type` text NOT NULL, `Field_Description` text NOT NULL, `Field_Values` text NOT NULL, `Field_Front_End_Display` text NOT NULL, `Field_Required` text NOT NULL, `Field_Function` text NOT NULL, `Field_Equivalent` text NOT NULL, `Field_Order` mediumint(9) DEFAULT '9999', `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Field_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Custom_Fields` -- LOCK TABLES `wp_EWD_OTP_Custom_Fields` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Custom_Fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Custom_Fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_EWD_OTP_Customers` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Customers` ( `Customer_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Customer_Name` text NOT NULL, `Sales_Rep_ID` mediumint(9) NOT NULL DEFAULT '0', `Customer_WP_ID` mediumint(9) NOT NULL DEFAULT '0', `Customer_FEUP_ID` mediumint(9) NOT NULL DEFAULT '0', `Customer_Email` text NOT NULL, `Customer_Created` datetime DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Customer_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Customers` -- LOCK TABLES `wp_EWD_OTP_Customers` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Customers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_EWD_OTP_Fields_Meta` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Fields_Meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Fields_Meta` ( `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_ID` mediumint(9) DEFAULT '0', `Order_ID` mediumint(9) DEFAULT '0', `Customer_ID` mediumint(9) DEFAULT '0', `Sales_Rep_ID` mediumint(9) DEFAULT '0', `Meta_Value` text NOT NULL, UNIQUE KEY `id` (`Meta_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Fields_Meta` -- LOCK TABLES `wp_EWD_OTP_Fields_Meta` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Fields_Meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Fields_Meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_EWD_OTP_Order_Statuses` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Order_Statuses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Order_Statuses` ( `Order_Status_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Order_ID` mediumint(9) NOT NULL DEFAULT '0', `Order_Status` text NOT NULL, `Order_Location` text NOT NULL, `Order_Internal_Status` text NOT NULL, `Order_Status_Created` datetime DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Order_Status_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Order_Statuses` -- LOCK TABLES `wp_EWD_OTP_Order_Statuses` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Order_Statuses` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Order_Statuses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_EWD_OTP_Orders` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Orders` ( `Order_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Order_Name` text NOT NULL, `Order_Number` text NOT NULL, `Order_Status` text NOT NULL, `Order_External_Status` text NOT NULL, `Order_Location` text NOT NULL, `Order_Notes_Public` text NOT NULL, `Order_Notes_Private` text NOT NULL, `Order_Customer_Notes` text NOT NULL, `Order_Email` text NOT NULL, `Sales_Rep_ID` mediumint(9) NOT NULL DEFAULT '0', `Customer_ID` mediumint(9) NOT NULL DEFAULT '0', `WooCommerce_ID` mediumint(9) NOT NULL DEFAULT '0', `Zendesk_ID` mediumint(9) NOT NULL DEFAULT '0', `Order_Status_Updated` datetime DEFAULT '0000-00-00 00:00:00', `Order_Display` text NOT NULL, `Order_Payment_Price` text NOT NULL, `Order_Payment_Completed` text NOT NULL, `Order_PayPal_Receipt_Number` text NOT NULL, `Order_View_Count` mediumint(9) NOT NULL DEFAULT '0', `Order_Tracking_Link_Clicked` text NOT NULL, `Order_Tracking_Link_Code` text NOT NULL, UNIQUE KEY `id` (`Order_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Orders` -- LOCK TABLES `wp_EWD_OTP_Orders` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_EWD_OTP_Sales_Reps` -- DROP TABLE IF EXISTS `wp_EWD_OTP_Sales_Reps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_EWD_OTP_Sales_Reps` ( `Sales_Rep_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Sales_Rep_First_Name` text NOT NULL, `Sales_Rep_Last_Name` text NOT NULL, `Sales_Rep_Email` text NOT NULL, `Sales_Rep_WP_ID` mediumint(9) NOT NULL DEFAULT '0', `Sales_Rep_Created` datetime DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Sales_Rep_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_EWD_OTP_Sales_Reps` -- LOCK TABLES `wp_EWD_OTP_Sales_Reps` WRITE; /*!40000 ALTER TABLE `wp_EWD_OTP_Sales_Reps` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_EWD_OTP_Sales_Reps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ac_abandoned_cart_history_lite` -- DROP TABLE IF EXISTS `wp_ac_abandoned_cart_history_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ac_abandoned_cart_history_lite` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `abandoned_cart_info` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `abandoned_cart_time` int(11) NOT NULL, `cart_ignored` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `recovered_cart` int(11) NOT NULL, `user_type` text COLLATE utf8mb4_unicode_520_ci, `unsubscribe_link` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `session_id` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ac_abandoned_cart_history_lite` -- LOCK TABLES `wp_ac_abandoned_cart_history_lite` WRITE; /*!40000 ALTER TABLE `wp_ac_abandoned_cart_history_lite` DISABLE KEYS */; INSERT INTO `wp_ac_abandoned_cart_history_lite` VALUES (11,41,'{\"cart\":{\"777669af68dbccabc30c3b6bcaa81825\":{\"product_id\":2346,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":16,\"line_subtotal\":16,\"line_tax\":0.64,\"line_subtotal_tax\":0.64,\"line_tax_data\":{\"total\":{\"1\":0.64},\"subtotal\":{\"1\":0.64}}}}}',1500686317,'1',0,'REGISTERED','0',''),(12,1,'{\"cart\":{\"777669af68dbccabc30c3b6bcaa81825\":{\"product_id\":2346,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":16,\"line_subtotal\":16,\"line_tax\":0.64,\"line_subtotal_tax\":0.64,\"line_tax_data\":{\"total\":{\"1\":0.64},\"subtotal\":{\"1\":0.64}}}}}',1500688475,'1',3429,'REGISTERED','0',''),(8,42,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":1,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":{\"1\":0},\"subtotal\":{\"1\":0}}}}}',1500695785,'0',0,'REGISTERED','0',''),(9,1,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":1,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":{\"1\":0},\"subtotal\":{\"1\":0}}}}}',1500683574,'1',3429,'REGISTERED','0',''),(4,1,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":{\"1\":0},\"subtotal\":{\"1\":0}}}}}',1500695525,'1',0,'REGISTERED','0',''),(13,1,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":6,\"line_total\":293.7,\"line_subtotal\":293.7,\"line_tax\":11.748,\"line_subtotal_tax\":11.748,\"line_tax_data\":{\"total\":{\"1\":11.748},\"subtotal\":{\"1\":11.748}}},\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":5,\"line_total\":240,\"line_subtotal\":240,\"line_tax\":9.6,\"line_subtotal_tax\":9.6,\"line_tax_data\":{\"total\":{\"1\":9.6},\"subtotal\":{\"1\":9.6}}}}}',1500846119,'1',0,'REGISTERED','0',''),(14,0,'{\"cart\":{\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":8,\"line_total\":384,\"line_subtotal\":384,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}},\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":7,\"line_total\":342.65,\"line_subtotal\":342.65,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1500846275,'0',0,'GUEST','0','f1ffe96c71823ed0d8523946132a50bb'),(15,0,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":4,\"line_total\":195.8,\"line_subtotal\":195.8,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}},\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":7,\"line_total\":336,\"line_subtotal\":336,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1500846580,'0',0,'GUEST','0','da06f209796a035315f48d2c9c9cebc2'),(16,43,'{\"cart\":{\"b4568df26077653eeadf29596708c94b\":{\"product_id\":1881,\"variation_id\":0,\"variation\":[],\"quantity\":4,\"line_total\":195.8,\"line_subtotal\":195.8,\"line_tax\":7.832,\"line_subtotal_tax\":7.832,\"line_tax_data\":{\"total\":{\"1\":7.832},\"subtotal\":{\"1\":7.832}}},\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":7,\"line_total\":336,\"line_subtotal\":336,\"line_tax\":13.44,\"line_subtotal_tax\":13.44,\"line_tax_data\":{\"total\":{\"1\":13.44},\"subtotal\":{\"1\":13.44}}}}}',1500846663,'1',0,'REGISTERED','0',''),(17,0,'{\"cart\":{\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":96,\"line_subtotal\":96,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1500851452,'0',0,'GUEST','0','dfd6514106109597c5f45b5347221d77'),(18,43,'{\"cart\":{\"f0fcf351df4eb6786e9bb6fc4e2dee02\":{\"product_id\":1884,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":96,\"line_subtotal\":96,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1500851475,'1',0,'REGISTERED','0',''),(23,0,'{\"cart\":{\"d7657583058394c828ee150fada65345\":{\"product_id\":1838,\"variation_id\":0,\"variation\":[],\"quantity\":1,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1502114185,'0',0,'GUEST','0','49ee20960d5fec420586b96a1be384e5'),(24,0,'{\"cart\":{\"e8dfff4676a47048d6f0c4ef899593dd\":{\"product_id\":1841,\"variation_id\":0,\"variation\":[],\"quantity\":1,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1502715226,'1',0,'GUEST','0','24ee923f40f84eea48803b378c9df5e1'),(25,0,'{\"cart\":{\"e8dfff4676a47048d6f0c4ef899593dd\":{\"product_id\":1841,\"variation_id\":0,\"variation\":[],\"quantity\":2,\"line_total\":0,\"line_subtotal\":0,\"line_tax\":0,\"line_subtotal_tax\":0,\"line_tax_data\":{\"total\":[],\"subtotal\":[]}}}}',1502716808,'0',0,'GUEST','0','24ee923f40f84eea48803b378c9df5e1'); /*!40000 ALTER TABLE `wp_ac_abandoned_cart_history_lite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ac_email_templates_lite` -- DROP TABLE IF EXISTS `wp_ac_email_templates_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ac_email_templates_lite` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `body` mediumtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `is_active` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `frequency` int(11) NOT NULL, `day_or_hour` enum('Days','Hours') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `template_name` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `is_wc_template` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `default_template` int(11) NOT NULL, `wc_email_header` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ac_email_templates_lite` -- LOCK TABLES `wp_ac_email_templates_lite` WRITE; /*!40000 ALTER TABLE `wp_ac_email_templates_lite` DISABLE KEYS */; INSERT INTO `wp_ac_email_templates_lite` VALUES (1,'Wanderfuls: Did you have checkout trouble?','<p>Hello {{customer.fullname}},</p><p> </p><p>We\\\'re following up with you, because we noticed that on {{cart.abandoned_date}} you attempted to purchase the following products on Wanderfuls.</p><p> </p><p>{{products.cart}}</p><p> </p><p>If you had any purchase troubles, could you please Contact to share them?</p><p> </p><p>Otherwise, how about giving us another chance? Shop <a href=\\\"http://m.gourmetcandycenterpieces.com\\\">Wanderfuls</a>.</p><hr /><p>You may <a href=\\\"{{cart.unsubscribe}}\\\">unsubscribe</a> to stop receiving these emails.</p><p> </p><p><a href=\\\"http://m.gourmetcandycenterpieces.com\\\">Wanderfuls</a> appreciates your business.</p>','1',1,'Hours','Initial','1',0,'Abandoned cart reminder'),(2,'','<p>Hello {{customer.fullname}},</p><p> </p><p>We\\\'re following up with you, because we noticed that on {{cart.abandoned_date}} you attempted to purchase the following products on Wanderfuls.</p><p> </p><p>{{products.cart}}</p><p> </p><p>If you had any purchase troubles, could you please Contact to share them?</p><p> </p><p>Otherwise, how about giving us another chance? Shop <a href=\\\"http://m.gourmetcandycenterpieces.com\\\">Wanderfuls</a>.</p><hr /><p>You may <a href=\\\"{{cart.unsubscribe}}\\\">unsubscribe</a> to stop receiving these emails.</p><p> </p><p><a href=\\\"http://m.gourmetcandycenterpieces.com\\\">Wanderfuls</a> appreciates your business.</p>','0',1,'Days','test','0',0,'Abandoned cart reminder'); /*!40000 ALTER TABLE `wp_ac_email_templates_lite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ac_guest_abandoned_cart_history_lite` -- DROP TABLE IF EXISTS `wp_ac_guest_abandoned_cart_history_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ac_guest_abandoned_cart_history_lite` ( `id` int(15) NOT NULL AUTO_INCREMENT, `billing_first_name` text COLLATE utf8mb4_unicode_520_ci, `billing_last_name` text COLLATE utf8mb4_unicode_520_ci, `billing_company_name` text COLLATE utf8mb4_unicode_520_ci, `billing_address_1` text COLLATE utf8mb4_unicode_520_ci, `billing_address_2` text COLLATE utf8mb4_unicode_520_ci, `billing_city` text COLLATE utf8mb4_unicode_520_ci, `billing_county` text COLLATE utf8mb4_unicode_520_ci, `billing_zipcode` text COLLATE utf8mb4_unicode_520_ci, `email_id` text COLLATE utf8mb4_unicode_520_ci, `phone` text COLLATE utf8mb4_unicode_520_ci, `ship_to_billing` text COLLATE utf8mb4_unicode_520_ci, `order_notes` text COLLATE utf8mb4_unicode_520_ci, `shipping_first_name` text COLLATE utf8mb4_unicode_520_ci, `shipping_last_name` text COLLATE utf8mb4_unicode_520_ci, `shipping_company_name` text COLLATE utf8mb4_unicode_520_ci, `shipping_address_1` text COLLATE utf8mb4_unicode_520_ci, `shipping_address_2` text COLLATE utf8mb4_unicode_520_ci, `shipping_city` text COLLATE utf8mb4_unicode_520_ci, `shipping_county` text COLLATE utf8mb4_unicode_520_ci, `shipping_zipcode` double DEFAULT NULL, `shipping_charges` double DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=63000009 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ac_guest_abandoned_cart_history_lite` -- LOCK TABLES `wp_ac_guest_abandoned_cart_history_lite` WRITE; /*!40000 ALTER TABLE `wp_ac_guest_abandoned_cart_history_lite` DISABLE KEYS */; INSERT INTO `wp_ac_guest_abandoned_cart_history_lite` VALUES (63000005,'joe','smith',NULL,NULL,NULL,NULL,NULL,'12208','dmeehanjr@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12208,0),(63000002,'dan','dood',NULL,NULL,NULL,NULL,NULL,'11222','info',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11222,0),(63000006,'joe','smith',NULL,NULL,NULL,NULL,NULL,'12208','info@webgurunyc.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12208,0),(63000007,'joe','smith',NULL,NULL,NULL,NULL,NULL,'12208','don@webgurunyc.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12208,0); /*!40000 ALTER TABLE `wp_ac_guest_abandoned_cart_history_lite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ac_sent_history_lite` -- DROP TABLE IF EXISTS `wp_ac_sent_history_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ac_sent_history_lite` ( `id` int(11) NOT NULL AUTO_INCREMENT, `template_id` varchar(40) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `abandoned_order_id` int(11) NOT NULL, `sent_time` datetime NOT NULL, `sent_email_id` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ac_sent_history_lite` -- LOCK TABLES `wp_ac_sent_history_lite` WRITE; /*!40000 ALTER TABLE `wp_ac_sent_history_lite` DISABLE KEYS */; INSERT INTO `wp_ac_sent_history_lite` VALUES (1,'1',1,'2017-07-22 03:47:34','lz83ny@gmail.com'),(2,'1',9,'2017-07-22 01:43:07','dmeehanjr@gmail.com'),(3,'1',8,'2017-07-22 08:54:42','info@webgurunyc.com'),(4,'1',13,'2017-07-23 22:58:08','dmeehanjr@gmail.com'),(5,'1',16,'2017-07-23 22:58:08','greg.wanderfuls@gmail.com'),(6,'1',18,'2017-07-24 05:09:20','greg.wanderfuls@gmail.com'); /*!40000 ALTER TABLE `wp_ac_sent_history_lite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,2,'verified','0'); /*!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)), KEY `woo_idx_comment_type` (`comment_type`) ) 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_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),(2,2339,'admin','lz83ny@gmail.com','','173.56.65.47','2017-07-21 20:53:30','2017-07-21 20:53:30','love this one!!',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','',0,1),(3,3421,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:44:18','2017-07-22 00:44:18','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4,3421,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:44:18','2017-07-22 00:44:18','Navy and Silver Theme Bar or Bat Mitzvah Centerpiece (BM15) stock reduced from 4 to 0.',0,'1','WooCommerce','order_note',0,0),(5,3421,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:44:18','2017-07-22 00:44:18','Classic Arrangement (ff34) stock reduced from 12 to 8.',0,'1','WooCommerce','order_note',0,0),(6,3421,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:44:18','2017-07-22 00:44:18','Azalea and Aqua Centerpiece with White Mints (AZ02) stock reduced from 12 to 11.',0,'1','WooCommerce','order_note',0,0),(7,3422,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:50:19','2017-07-22 00:50:19','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8,3422,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:50:19','2017-07-22 00:50:19','Classic Arrangement (ff34) stock reduced from 8 to 7.',0,'1','WooCommerce','order_note',0,0),(9,3423,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:53:02','2017-07-22 00:53:02','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(10,3423,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 00:53:02','2017-07-22 00:53:02','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy (MS08) stock reduced from 3 to 2.',0,'1','WooCommerce','order_note',0,0),(11,3424,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 01:03:05','2017-07-22 01:03:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(12,3424,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 01:03:05','2017-07-22 01:03:05','Black and Red Centerpiece with White Mints (BK12) stock reduced from 10 to 9.',0,'1','WooCommerce','order_note',0,0),(13,3427,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 03:54:44','2017-07-22 03:54:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(14,3427,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 03:54:44','2017-07-22 03:54:44','Baby Blue and Navy Theme Bar or Bat Mitzvah Centerpiece with Kosher White Almonds (BM70) stock reduced from 31 to 30.',0,'1','WooCommerce','order_note',0,0),(15,3427,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 03:54:44','2017-07-22 03:54:44','Black and Gold Theme Bar Mitzvah Centerpiece with Kosher Black Jordan Almonds (BM53) stock reduced from 20 to 19.',0,'1','WooCommerce','order_note',0,0),(16,3423,'admin','don@webgurunyc.com','','','2017-07-22 01:44:39','2017-07-22 05:44:39','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(17,3422,'admin','don@webgurunyc.com','','','2017-07-22 01:44:55','2017-07-22 05:44:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(18,3429,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 01:54:35','2017-07-22 05:54:35','This order was abandoned & subsequently recovered.',0,'1','WooCommerce','order_note',0,0),(19,3429,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 01:54:35','2017-07-22 05:54:35','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(20,3429,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-22 01:54:35','2017-07-22 05:54:35','Metallic Silver and Metallic Burgundy Centerpiece with Silver Foil Candy (MS08) stock reduced from 2 to 0.',0,'1','WooCommerce','order_note',0,0),(21,3553,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-24 12:47:08','2017-07-24 16:47:08','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(22,3553,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-24 12:47:08','2017-07-24 16:47:08','Arabian Nights Theme Prom Centerpiece (SC05) stock reduced from 19 to 17.',0,'1','WooCommerce','order_note',0,0),(23,3553,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-24 12:47:08','2017-07-24 16:47:08','50th Anniversary Centerpiece (AN20) stock reduced from 25 to 24.',0,'1','WooCommerce','order_note',0,0),(24,3595,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:24:17','2017-07-26 06:24:17','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(25,3595,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:24:17','2017-07-26 06:24:17','Jungle Theme Prom Centerpiece (SC02) stock reduced from 24 to 18.',0,'1','WooCommerce','order_note',0,0),(26,3595,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:24:17','2017-07-26 06:24:17','Arabian Nights Theme Prom Centerpiece (SC05) stock reduced from 17 to 12.',0,'1','WooCommerce','order_note',0,0),(27,3595,'admin','don@webgurunyc.com','','','2017-07-26 02:26:18','2017-07-26 06:26:18','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(28,3596,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:34:07','2017-07-26 06:34:07','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(29,3596,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:34:07','2017-07-26 06:34:07','Jungle Theme Prom Centerpiece (SC02) stock reduced from 18 to 16.',0,'1','WooCommerce','order_note',0,0),(30,3596,'WooCommerce','woocommerce@m.gourmetcandycenterpieces.com','','','2017-07-26 02:34:07','2017-07-26 06:34:07','Arabian Nights Theme Prom Centerpiece (SC05) stock reduced from 12 to 1.',0,'1','WooCommerce','order_note',0,0),(31,1,'PoarlesBib','g.k.e.nf.u609.@gmail.com','http://www.ribo.dk','195.154.178.215','2017-08-17 04:37:50','2017-08-17 08:37:50','The is really generally sign in launch final thing. If so that you will launch previous the ball currently taking place, your place will frequently be lacking. An additional long-sporting chance is your front shoulder brace is dipping down the web page your sending your line shoulder. If you happen to entrance shoulder brace dips, you have the great chance your toss is incredibly low and searching for your opening. Some of them adore to put on mlb jersey extremely much. Whenever promising, make certain your shoulder blades stay level whilst utilizing throwing technicians. <a href=\"http://www.rumeniinitalia.it/\" / rel=\"nofollow\">http://www.rumeniinitalia.it/</a> Tarvaris Jackson changed Favre and instantly threw an one-garden landing pass to Naufahu Tahi. Jackson finished a two-stage conversion pass to Percy Harvin, bringing Minnesota within 21-18. So these are some gear which your child need to. In order to make your child safe with the equipments when playing baseball match or applauding to the sport with the symbolic cheap baseball jerseys. He was quickly joined by his players, who stood in 6 pairs powering him sporting beige mlb jerseys sale. Do not pick a position because your favorite significant-leaguer performs it. And it will go on benefiting from MLB permanently. .',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','',0,0),(32,1,'ChmlesBib','gken.fu.60.9@gmail.com','http://www.ribo.dk','195.154.178.215','2017-08-19 23:50:22','2017-08-20 03:50:22','The Chargers have made an art out of shooting on their own in the foot. San Diego can increase up and shed in even the most favorable of circumstances. A game against the Packers is something but favorable, and the Vodka Examiner asks you all to say a prayer for his parents. They will be attending this game with some Packer enthusiast acquaintances (Packer followers don\'t have real buddies). If you have by no means been caught in the gravity of a Packer backer, it is akin to being caught in an elevator with a rest-deprived badger, only the badger\'s breath wreaks of kielbasa, and it gained\'t shut up about Brett Favre. <a href=\"http://www.portail-promotionnel.fr\" rel=\"nofollow\">http://www.portail-promotionnel.fr</a> jerseys make, lebron james wallpaper, new yorkIt really is true, training does produce perfect. Nonetheless, sometime use will get lifeless, and foreseen. Even customized motor coaches get aboard performing the same more than as well as more than. My personal suggestion, try to find new drills to undertake, or customized motor coaches, get creative and make-up you\'re person. Much more and much more soccer fans select to wear baseball wholesale jerseys to support their preferred teams and players. If anybody with the very inventive type, however have not 1 but two drills which could assist your current infield out and about, and prevent the event of attempting to generate some thing different. boise state football, adore baseball, cheap flightsAlexi Ogando had been outstanding all afternoon and his group experienced just scored two operates in the top of the seventh, but a blister on his right index was becoming fairly painful. That wasn\'t great, contemplating the Tigers had been bringing up three All-Stars to face him in the base of the inning. exactly where to purchase inexpensive MLB Jerseys?ujersy is a good option. McCoy\'s quick feet defy description. He can quit on a dime and change direction, seemingly at complete speed. He accounted for 34 yards on a 10-play, seventy seven-garden landing generate, all but six of them on move receptions, of which he experienced three. The biggest was a fifteen-yarder on third-and-three from the Cleveland forty three. Man\'s primed for an enormous yr. An additional 1. .',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36 OPR/44.0.2510.857 (Edition Yx)','',0,0),(33,1,'CharpsBib','f.b.a.go.n.g.62.1@gmail.com','http://www.rumeniinitalia.it/','195.154.178.215','2017-08-22 18:52:07','2017-08-22 22:52:07','K盲nd som Air Max III till 2000, eftersom det omf枚rdes med namnet som h枚r till 氓ret f枚r ditt lanserings氓r. Den ursprungliga f盲rgen av vit / svart / cool gr氓 med infrar枚d valdes f枚r att 枚verdriva huvudluftproduktens tjocklek. Nike Air Max 90 Shoes 盲r s盲rskilt popul盲r i Europa. <a href=\"http://www.ah05.net\" rel=\"nofollow\">http://www.ah05.net</a> Skor mer 盲n bara snyggt, men dessa m盲nniskor 盲r bekv盲ma och h氓llbara nog ger ett b盲ttre skydd i f枚tterna. Inneh氓ll artiklar en basket entusiast,? Nike Air skyline Jag skulle rekommendera att du b枚r ha ett f枚rs枚k av nike air max 90. 90.000 max sneakers effektivt i kampanjen senaste och innovativa stilar som ritar de flesta m盲nniskors speciella. Vi alla konw m盲n Och kvinnor 盲ndrar alltid sin smak inom det dagliga slitage, inklusive bekv盲ma skor. <a href=\"http://www.ivgcr.net\" rel=\"nofollow\">http://www.ivgcr.net</a> Skinnets 枚verdelar och foder ska vara l盲der. L盲der andas och m枚gel f枚r att passa dina f枚tter v盲l. Du kanske inte kan titta under skoens k氓pa, f枚r att f枚rel盲sningen kan en person ta reda p氓 andra tillg氓ngar. En st氓laxel 盲r den mest st枚djande, och skinns氓larna kl盲r sig mycket b盲ttre 盲n de flesta konstgjorda material. <a href=\"http://www.hmxlex.net\" rel=\"nofollow\">http://www.hmxlex.net</a> P氓 s盲tt att best盲mma f枚tterna 盲r mycket enkla: f盲rgade f枚tter av vatten, st氓ende l盲ngs marken eller papp. In kan se att det mesta av din form p氓 din fot hamnar i den l氓ga b氓gen; Som n盲stan osynliga, kan vara h枚g h氓llning. Dessutom kan gamla skor d枚ma, om skoen 盲r lutad ut氓t, kan vara h枚g b氓ge; Och in氓t lutning, alltid vara l氓g h氓llning.锘縉ike Air Max Gray blev en av de mest rationella alternativen <a href=\"http://www.huamt.net\" rel=\"nofollow\">http://www.huamt.net</a> Motst氓ndskraftiga skor finns i olika f盲rger, men ingenting 盲r 枚verl盲gset 盲n vanligt svart tillskott, det 盲r s盲kert att det kommer ner oskadade Nike Shoes, 盲ven om han beh枚ver falla av smutsiga sk盲l. En av de l盲mpliga sneakersna som passar den h盲r beskrivningen 盲r vilka Nike Air Max 95 - Black - JD exklusiva sneakers, som ses 1995 - White. <a href=\"http://www.jyfah.net\" rel=\"nofollow\">http://www.jyfah.net</a> Nike-skorets stil och kvalitet matchar de flesta m盲nniskors smak. Nike Air Max 盲r f枚rknippad med skor som sl盲pptes av Nike Inc. senare, f枚rsta punkten. Sedan dess har Nike ofta introducerat nya och uppdaterade modeller i den. Precis som vi alla Vet att i 氓r 盲r Nike Air Max 90 den kvantiteten 20-氓rsdagen av f枚delsen av en gammal stil, Nike som 盲r naturlig f枚r denna trend inom l枚parskor och har valt utm盲rkta bidrag till asken av sofistikering att agera f枚r att fira sin prisv盲rda Nike 90 skor, s氓v盲l som inget annat 盲n det b盲sta med mer f盲rg. <a href=\"http://www.jinanlm.net\" rel=\"nofollow\">http://www.jinanlm.net</a> Se hur din antagonist satsar, hur snabbt de g枚r det, och bara hur mycket de satsar. M氓nga artister annonserar startvapen i inte liknande tekniker. N盲r de visar en hand s氓 att de 盲r st枚rre pre-flop, spendera alltid tid att ge tankar hur mycket de 盲r d盲r. ..',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','',0,0),(34,1,'ChmlesBib','g.ken.f.u609@gmail.com','http://www.portail-promotionnel.fr','195.154.178.215','2017-08-22 19:33:49','2017-08-22 23:33:49','Om du 盲r en idrottsman och f枚rb盲ttrar din k枚rhastighet pl枚tsligt, s氓 har ingenting en tendens till att vara ett urval f枚r dig en tr氓dl枚s Billiga Nike Shoes eftersom de h盲r 盲r de b盲sta racingskor n氓gonsin vid denna tillf盲llen. Nike skor 盲r v盲ldigt snygga skor som inte skulle Jag har inte randar och fl盲ckar, n盲stan alla. De 盲r v盲ldigt varma och f盲rgstarka skor. 脰verraskande imponerande f枚retagslogotyper. Kan mycket v盲ldigt bekv盲ma skor. Det kommer att ge enkelhet och perfektion i sin karri盲r alltid och f枚r alltid. <a href=\"http://www.42087.xuxbt.net/\" / rel=\"nofollow\">http://www.42087.xuxbt.net/</a> Succesen p氓 silvergr枚na, s氓v盲l som vita har anv盲nts v盲ldigt proportionerliga. Utformningen och utseendet hos detta par f枚rb盲ttrar utseendet hos dessa 盲lskare. Du kan hitta gr枚n p氓 basen. Den swoosh i svart anv盲nds den fr盲msta silverfonden. Parets s枚mmar har ocks氓 en nyans av gr枚n Air Max 2010, l盲gg till lite krydda till det h盲r paret. 脰ppen av detta par ser elegant ut med vit och silver med svart band i framfoten. Du kan uppt盲cka varum盲rkesbilden p氓 tungan. Om du vill ha kvinnors kollektion beh枚vs f枚r en bekv盲m tur Air Max, d氓 WMNS Nike Shoes Trainer 1 - Vit - Svart - Silver - Gr枚n; V氓ren 2011 盲r att f氓 alternativ kommer ackumulera snart. <a href=\"http://www.40596.jinshuka.net/\" / rel=\"nofollow\">http://www.40596.jinshuka.net/</a> Medan Nike Air Max sp盲nde sin linje av Nike-skridsko氓kning, tyckte skat氓kare om att ha p氓 sig sina skor, speciellt sportskor f枚r sina korrekta skor. Dessa var de 氓kare som anv盲ndes som rabatterade Nike Air Max-grossister, vilket gav st枚dsamtalet medan de gick ombord. De hade starka klor som beh枚vs, fotled, som har varit v盲ldigt bekv盲ma, och framf枚rallt som gjordes med anv盲ndning av den h氓llbarhet som 氓kare beh枚ver sina skridskor Air Max skor f枚r att utf枚ra sin perfekta. <a href=\"http://www.60129.xhjin.net/\" / rel=\"nofollow\">http://www.60129.xhjin.net/</a> N氓gra med de speciella f盲rgkombinationerna 盲r orange, svart och bl氓. Dessa skor har valt en inverkan bland modellerna. Ett antal av dem hade inte gjort det till butikerna, men detta hindrar inte k盲ndisar genom att f枚rv盲rva partierna. <a href=\"http://www.42931.008080.net/\" / rel=\"nofollow\">http://www.42931.008080.net/</a> N氓gra f枚r de speciella f盲rgkombinationerna 盲r orange, svart och vit. Dessa skor har valt en inverkan bland modellerna. Ett par av dem hade inte gjort det till butikerna, men det hindrar inte k盲ndisar i samband med att man f枚rv盲rvar det. <a href=\"http://www.12215.gxjmmw.net/\" / rel=\"nofollow\">http://www.12215.gxjmmw.net/</a> F枚r det andra m氓ste du g氓 till en vandringsaff盲r i samband med webbaserad butik. Du m氓ste ha f枚rm氓gan att prova herrarnas sko p氓 och se till att det kan vara en mycket bekv盲m och n盲ra h盲lsosam. Din fot ska inte flytta sj盲lva skor eller att du kan hamna med bl氓sor. <a href=\"http://www.80877.mengqi816.net/\" / rel=\"nofollow\">http://www.80877.mengqi816.net/</a> 2010 tj盲nar ofta som de mest monumentala m氓nga 氓ren n盲r man letar efter sneaker. Metallix Tenn Nike shox sl盲pps snabbt med Dark Neon Royal colorway som i verkligheten. Denna Nike Air Force 1 som gjorde att Penny Hardaway verkligen gick gaga f枚r盲ndrade ocks氓 att basketskor hade skapats. .',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.1.840 Yowser/2.5 Safari/537.36','',0,0),(35,1,'PoarlesBib','g.k.en.f.u60.9@gmail.com','http://www.new-york-giants-jerseys.com','195.154.178.215','2017-08-22 22:42:58','2017-08-23 02:42:58','Tja, f枚rsta jag m盲rker, n盲r jag skriver fr氓n ordet \'Nike\' till Bing 盲r det bra id茅er notering 盲r det faktiska Nike webf枚retaget. T盲nk dig att. Dessa hj盲rnd枚da moroner faktiskt SOMEHOW g氓r sin plats till 1. Hur tror du att de gjorde vem? 脜h, jag vet. De betalade ut s枚kmotorer. N盲r allt kommer omkring vet alla att Google 盲ger online-marknaden. Har du inte h枚rt? De k枚pte fr氓n Al Gore en vecka f枚re. Jo, vad som helst, Nike 盲r nummer ett f枚r det namnet p氓 webben. Och det 盲r dina egna 78 miljoner resultat. <a href=\"http://www.09891.xuxbt.net/\" / rel=\"nofollow\">http://www.09891.xuxbt.net/</a> Den billiga Air Max Quarter 盲r verkligen en mid-cut sko som har b氓de syntetisk och mesh p氓 den 枚vre. Midsolen anv盲nder Phylon och har en Nike Max Air-enhet. Den h盲r skoen har alla komponenter som kan anv盲ndas p氓 Nike s Fler modeller. Tuffare dyra basketskor som Nike anv盲nder exakt samma teknik. Ber枚md. En h氓llbar, h枚gpresterande basketsko som 盲r s盲rskilt prisv盲rd. Dessutom kan du f氓 dessa skor i sortiment av f盲rgv盲gar. Wolf Grey / Black / Volt, Vit / Svart, Svart / Vit / Varsity Red, och Svart / M枚rkgr氓 / Svart 盲r alla tillg盲ngliga utan att tveka. <a href=\"http://www.35984.mengqi816.net/\" / rel=\"nofollow\">http://www.35984.mengqi816.net/</a> De erbj枚d tillr盲ckligt med kudde f枚r mina klackar men inte mina f枚tter. D盲rf枚r 盲r de b盲sta skorna s氓 l氓ngt som hoppa roping, korssko och basketskor. Som vi vet hoppar vi alla av oss, hela kroppens kropp koncentrerar sig p氓 fotklaffen. Dessa tv氓 typer av skor ger tillr盲ckligt med kudde och st枚d f枚r att absorbera joltingskrafterna och skydda skenor s氓 mycket som m枚jligt. N盲sta g氓ng f枚re Hoppa rep, m氓ste du vara s盲ker p氓 att du har ett par korrekta skor f枚r. <a href=\"http://www.28018.008080.net/\" / rel=\"nofollow\">http://www.28018.008080.net/</a> Running blir det som du helt enkelt g枚r p氓 en l氓ng tid. Att k枚pa ett par rabatterade varaktiga Nike-luftskor 盲r en l氓ngsiktig investering. Att ha s氓dana skor, kan du undvika on枚diga kostnader och sl枚seri med sv氓ra f枚rtj盲nta resurser. Designer billiga air max produceras om en stark h氓llbarhet. Det 盲r anledningen till varf枚r du borde k枚pa ett par k盲nda m盲rkesskor. <a href=\"http://www.50364.jinshuka.net/\" / rel=\"nofollow\">http://www.50364.jinshuka.net/</a> Nike air max kommer att f氓s i olika f盲rger och stilar. D盲rf枚r kan varje l枚pare faktiskt f氓 en passande storlek och stil. Om du best盲ller ett par, i till盲gg till utseendet, kommer du att f氓 kraft. Coola sneakers vunnit inte s氓 ont, men det 盲r olika f枚rdelar att k枚pa har kvalitetskl枚pare. <a href=\"http://www.71916.0800hg.net/\" / rel=\"nofollow\">http://www.71916.0800hg.net/</a> 脜r 1987 s氓g lanseringen av en meningsfull linje av Nike Casino sko. Denna nya linje av skor som skakade v盲rlden med sin innovativa avancerade lufts氓lteknik var Nike Air Max. Sedan dess introduktionsparti tenderar m氓nga 盲ndringar att g枚ras till den ursprungliga produkten eller tj盲nsten. <a href=\"http://www.02319.shoudafu.net/\" / rel=\"nofollow\">http://www.02319.shoudafu.net/</a> En popul盲r person, Car Guevara, st枚der ocks氓 Nike Air Max TN, Nike Air Max TN-fotbollsfotoet vann bara inte att bli felplacerad. Car Guevara 盲r argentinsk marxistisk revolution盲r, politiker, f枚rfattare, doktor, milit盲rteoretiker och gerill盲r beslutsfattare. Tidstidningen heter honom Nike Air Max totalt lanserar sina f枚rsta l枚pskor och luftteknik: planetvind. N盲r den h盲r tekniken har visat sig, t盲nker Nike-designers vad som kan tj盲na pengar med hj盲lp av en modern uppkylning. Innan Nike-teknologin handlar om antagandet Den luften 盲r popul盲r och mysig. .',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36 OPR/44.0.2510.857','',0,0),(36,1,'lokesBib','g.kuiyu.7.@gmail.com','http://www.webforce-autosurf.fr','195.154.211.207','2017-08-23 16:22:06','2017-08-23 20:22:06','If you decide to use any commercial hairball products, ensure that you follow label directions closely. Three of our \"boys\" love those commercial remedies and definately will often follow us around if they see us with the tube. <a href=\"http://www.yknfljerseyswholesale4.com\" rel=\"nofollow\">Wholesale Jerseys</a> So make a difference you need for a classy bag, a wallet or a clutch; the designer\'s collection serves medicine very amazingly well. Women always need an artist clutch or bag that suits their clothing.Get Coach Coupons From Coach Outlet Online If are generally a Vegan, it could be difficult to navigate around clothing stores and find things to use that are cruelty free. Fortunately, PETA provides many useful websites to visit online that provide exactly support. Green fashion is no longer impossibility if you\'re searching to veganize your vogue. So far fashion Coach purses have undergone over six decades and turn into staple in American handbag fashion. Their great reputation is recognized to the field of. It indicates these handbags turn into more in addition to popular. Now, you possess a chance to trap the fashion by replica Coach Handbags at low prices. .',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0','',0,0),(37,1,'jhlesBib','xzhu.of.ei.7.1.@gmail.com','http://www.anspilecce.it','195.154.178.215','2017-08-23 17:53:32','2017-08-23 21:53:32','Nike skor finns i olika storlekar och olika nyanser. En spikad Nike skor som anv盲nds f枚r sp氓rk枚rning. Nike skor kan hittas i olika former beroende p氓 fotens sorter av l枚paren. Nike skor har h氓llit h枚gsta st盲llning p氓 f盲ltet i flera 氓r. Detta 盲r bara m枚jligt p氓 grund av de olika strategierna som antagits tillsammans med f枚retaget f枚r att h氓lla p氓 Den h枚gsta positionen. Dessa strategier fungerade till f枚rm氓n f枚r f枚retaget och positionen inom Nike-skor 盲r f枚r att hitta 枚vertr盲ffas av andra konkurrenter. <a href=\"http://www.25413.mytxl.net/\" / rel=\"nofollow\">http://www.25413.mytxl.net/</a> Medan Nike Air Max var korrekt bara s盲tter p氓 sin linje med Nike sko skridsko, tyckte skaters att anv盲nda sina skor, speciellt sportskor som en basketposition. Dessa var skaters som anv盲nds som en rabatt Nike Air Max grossist, som erbjuder det st枚d de vill ha n盲r de g氓r ombord. De hade starka klor som beh枚vs, fotled, som 盲r v盲ldigt bekv盲ma, och framf枚r allt som var l盲tta och b盲rbara h氓llbarhet som 氓kare beh枚ver sina skridskor Air Max skor f枚r att utf枚ra sitt ideal. <a href=\"http://www.87269.shoudafu.net/\" / rel=\"nofollow\">http://www.87269.shoudafu.net/</a> Vilket s盲kert s盲tt att f枚rv盲nta sig f枚r detta billiga air max skor? Den unika modellen 盲r helt designad f枚r att ha egen komfort och skydd mot f枚tter. Full-l盲ngd kudde skum mid-sole g枚r uppn氓endet. <a href=\"http://www.85832.0800hg.net/\" / rel=\"nofollow\">http://www.85832.0800hg.net/</a> Sammantaget 盲r manen air max 90 ganska cool k枚rsko. Du har skor som ofta 盲r ganska snyggt, ger komfort och kommer till sist ocks氓 att f氓 till ett bra pris. Du kan inte g氓 fel med en sneaker n氓got s氓 h盲r. Jag vet att jag inte \'t och jag\' 盲r v盲ldigt n枚jd med min funna. <a href=\"http://www.55101.005050.net/\" / rel=\"nofollow\">http://www.55101.005050.net/</a> F枚rs枚k att b枚ja skon femtio procent s氓 hur h忙l och t氓 f枚renas. 脜terigen har det tj盲nat en liten givare, vem som helst borde inte kunna l盲gga den. Stammen i skon ska kontrollera skon fr氓n att b枚ja sig bort fr氓n fotens sf盲r. <a href=\"http://www.43136.008080.net/\" / rel=\"nofollow\">http://www.43136.008080.net/</a> Jag 盲r inte s盲ker p氓 att jag inte kan vara om den billiga air max 1 \'Holland\' Pack kommer att ackumuleras i USA. Om du 盲r intresserad kan du sl氓 upp Kix-Files hj盲lp f枚r att g枚ra en f枚rfr氓gan eller, en person vill ha n氓gon . Om du beh枚ver veta om innan du g枚r ett slutligt samtal, klicka h盲r. <a href=\"http://www.21683.carrawssa.net/\" / rel=\"nofollow\">http://www.21683.carrawssa.net/</a> En stor tyngdpunkt 盲r avg枚rande. Om du inte vet, vet du inte hur exakt din kroppsbyggnad svarar p氓 att formulera din diet och coachingplan f枚r attack. Du kan ocks氓 beh枚va t盲nka dig att anv盲nda en sp氓rning av air max 90-programvara som v盲sentligen liknar Composition Tracker p氓 wwwtracker. Verkligen g氓r att till氓ta som du granskar info och l氓t dig om du verkligen bygga m氓nga fler muskler och shedding l氓ngt mer extra fysik fett! .',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36','',0,0),(38,1,'lokesBib','g.kuiy.u.7@gmail.com','http://www.dogmazic.fr','195.154.211.207','2017-08-25 18:09:45','2017-08-25 22:09:45','If an individual might be interesting of what an outlet online provides offer, consult with to the business your friends or relatives can advise a site which would fit your look. If your friends are also new to online shopping, this will be the perfect potential for all person to purchase some sites to see what online clothing outlets have purchase. A simple browse any search engine will a person many different online store sites. You can even add specific niche ideas to enable you to get to good site you. Click on identified the results and happen to be on correct path to on-line. Have fun!Points That Distinguish Genuine Mulberry Handbags From Fake Ones <a href=\"http://www.cupio.dk/\" / rel=\"nofollow\">Parajumpers mænd</a> Shoes are an essential part a good outfit. It really is a set of flip-flops, heels, sneakers, and more. you are in luck, Alhimsa Footwear provides just because. Mens\' and womens\' shoes can be gotten at this mulberry outlet or at it\'s Denver, Colorado store. Alternative Outfitters is another great starting point shop for shoes for everybody who is looking on your pair of sexy hunter wellies. For a variety of reasons, ranks newest, top-of-the-line gear comes to you for a much more affordable will cost you. Save yourself some money and go check out what comes to you at mouse click of a mouse.Renting Dvds Has Never Been Easier - As A Consequence Of Blockbuster Online My final method in this lens is Press Releases. These are a fantastic way finding traffic in no time. there are an associated with press release sites a person need to can submit to and a range of news outlets can pick these up. In order to write an attractive press release and own it submitted at a time style a sheet of a buzz around your niche then you can certainly can find themselves ranking very highly for your press release in some sort of minutes! May possibly even end up with being discovered by a leading news mulberry outlet and then your servers had better be ready for massive internet site! These are a superb way of with regards to and advertising have no clue how compose a report then just read other bands and use their way with words to acquire a feel depending upon how they should be written. .',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 OPR/36.0.2130.80','',0,0),(39,1,'CharpsBib','f.bagon.g6.2.1.@gmail.com','http://www.associazionespazzavento.it/','195.154.178.215','2017-08-27 03:07:16','2017-08-27 07:07:16','Sneakers eller sparkar har existerat p氓 en till synes en evighet med en topp p氓 1990-talet n盲r de var fladdermusen. Det var n盲r Reebokpumpen, LA Gear Lights och Air Jordan kom p氓 scenen som de b盲sta sparkarna som n氓gonsin sett eller applicerats. Det var n盲r alla ville ha en f枚rknippad med dessa d氓 och samtidigt. <a href=\"http://www.uztkf.net\" rel=\"nofollow\">h盲lsohem viktminskning</a> Alla som ser Nike Air Max 90 VT kan inte s盲ga att jag 枚nskar att jag hade skor som liknar detta. Dessa skor 盲r mycket bra. Bara fr氓n fotografierna lockas m氓nga individer, nu f氓r jag mer introduktioner av sneakersna. <a href=\"http://www.cydou.net\" rel=\"nofollow\">http://www.cydou.net</a> F枚rs枚k f枚r mer information om din produkt, till exempel om du vill s盲lja PS3-kontrollen m氓ste du l盲ra dig om typerna, dimensionerna och punden. L盲s om 枚nskad kvalitet, och 盲ven de olika alternativen i storlek och f盲rg. <a href=\"http://www.jinanlm.net\" rel=\"nofollow\">http://www.jinanlm.net</a> S氓 vilket inneb盲r att Crawford ganska 盲r m枚jligt d盲r ute idag. Cunningham rapporterar att minst tre lag har fr氓gat om Crawfords m枚jligheter. Men h盲r 盲r twist: Dessa f枚rfr氓gningar gjordes innan betalning-mig-eller-handel mig flyttade. Hawksna sade tack men nej tack och f枚rb盲ttrad. S氓 om billiga air max 24-7 g Rick Sund best盲mmer handel Crawford 盲r hans drag, han har minst tre linjer som han kan ringa f枚r att 氓teruppr盲tta samtal. <a href=\"http://www.ivgcr.net\" rel=\"nofollow\">allevo viktminskning</a> Notebook Nike Air Max tillbaka ett 氓r tillbaka p氓 insidan Tillbaka till varsity Pack fr氓n Nike f枚r 2009. Det finns dock flera sm氓 skillnader innehavare av n氓gon annan modell deras linje. Yr typ av b盲rbar dator har anv盲nts i samband med Nike Air Max Wright som v盲rd f枚r Air Max CL som anv盲nds 2009. Designen 盲r ocks氓 vit och bl氓 j盲mf枚rt med f枚rra 氓ret i svartvitt. Dess trevliga uppt盲cka Nike har best盲mt sig f枚r att anv盲nda en vit / bl氓 f盲rgv盲g i detta fall, den b盲rbara designen som erbjuder barn ett val val av lila Nike Dunks p氓 b盲rbar dator ser den andra dagen. <a href=\"http://www.618556.net\" rel=\"nofollow\">http://www.618556.net</a> En tr氓d p氓 Warrior Forum idag fick mig bara att ge en chuckle medan jag kom till f枚rsvar f枚r de som var s盲kra. Medan jag kom 枚verens med OP: s premiss tror jag att meddelandet skulle ha levererats med lite mer takt. Det h盲r kommer fr氓n kungen av rakt prat. 脛nnu var jag lite avskuren av f盲rgningen. Men sanningen 盲r , Killen hade r盲tt. En hel del entrepren枚rer tycks tro att de vet mer 盲n de stora pistolerna eftersom de tj盲nar lite pengar online. <a href=\"http://www.arto2o.net\" rel=\"nofollow\">http://www.arto2o.net</a> Allt i grossist Nike Air Max Skyline SI 盲r v盲ldigt coola l枚parskor. Du har skodon som 盲r extremt snyggt, ger bekv盲mlighet kan ocks氓 ocks氓 f氓s till ett bra pris. Du kan inte g枚ra ett misstag med en sneaker l盲ngs dessa linjer. Jag vet att jag inte fungerade. Det var v盲ldigt n枚jd med min skaffa.锘縐-Factor Nike Air Max ..',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36 OPR/44.0.2510.857','',0,0),(40,1,'lokesBib','g.ku.i.y.u7.@gmail.com','http://www.jenaipas.fr','195.154.211.207','2017-08-27 06:08:31','2017-08-27 10:08:31','If are generally enough to allow for you to feel the experience of the branded bag. However you always be do is proscribed to one specific set of bags. The coach purses outlet offers almost All thanks gets to the advancement in technology and internet which has made this obtain much simple. Now one can grip a Coach Bag no problem he or she is sitting with your hand and browse. All attractive bags manufactured by Coach. Globe. There is often a large duration of designs associated with handbags and purses are set up from the main feature of one\'s mouse need it in on-line is listed of the last thing the current women. <a href=\"http://www.socialrelease.it/\" / rel=\"nofollow\">Piumini Peuterey</a> One for the best to help get the right poppy coach handbags or some other item near a great charges are to buy it from a Coach mulberry outlet store.coach mulberry outlet stores are noted for offering great discount on prices of items. Becoming efficient at billiards really just takes practice. However, as long as have got the right basis of knowledge, seek it . be which can have a steady foundation function with from.Coach Handbags That Make Women Want Them If are generally so busy with living and work, you just need to take several miniutes before your electronic computer. Click the mouse and choose a single you for example. Then you can choose ways of payment. I strongly recommend Paypal and Credit Greeting card. Paying via Paypal and Credit Card are much safe for you. If you unfortunately buy bags at coach outlet, may do return towards the seller. .',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_crm_log` -- DROP TABLE IF EXISTS `wp_crm_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_crm_log` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `object_id` mediumint(9) NOT NULL, `object_type` varchar(11) DEFAULT NULL, `user_id` mediumint(9) NOT NULL, `action` varchar(255) DEFAULT NULL, `attribute` varchar(255) DEFAULT NULL, `value` varchar(255) DEFAULT NULL, `msgno` varchar(255) DEFAULT NULL, `email_to` varchar(255) DEFAULT NULL, `email_from` varchar(255) DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `text` text, `email_references` varchar(255) DEFAULT NULL, `time` datetime DEFAULT NULL, `other` varchar(255) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_crm_log` -- LOCK TABLES `wp_crm_log` WRITE; /*!40000 ALTER TABLE `wp_crm_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_crm_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_crm_log_meta` -- DROP TABLE IF EXISTS `wp_crm_log_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_crm_log_meta` ( `meta_id` mediumint(9) NOT NULL AUTO_INCREMENT, `message_id` mediumint(9) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_group` varchar(255) DEFAULT NULL, `meta_value` text, UNIQUE KEY `id` (`meta_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_crm_log_meta` -- LOCK TABLES `wp_crm_log_meta` WRITE; /*!40000 ALTER TABLE `wp_crm_log_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_crm_log_meta` 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 */; /*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_et_bloom_stats` -- DROP TABLE IF EXISTS `wp_et_bloom_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_et_bloom_stats` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `record_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `record_type` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL, `optin_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `list_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL, `page_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `removed_flag` tinyint(1) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_et_bloom_stats` -- LOCK TABLES `wp_et_bloom_stats` WRITE; /*!40000 ALTER TABLE `wp_et_bloom_stats` DISABLE KEYS */; INSERT INTO `wp_et_bloom_stats` VALUES (1,'2017-08-24 22:24:41','imp','optin_1','a98479d63f','113.21.228.142','4177',0),(2,'2017-08-24 22:24:48','imp','optin_1','a98479d63f','66.249.69.72','4177',0),(3,'2017-08-24 22:24:50','imp','optin_1','a98479d63f','172.58.155.159','-1',0),(4,'2017-08-24 22:25:02','con','optin_1','mailchimp_a98479d63f','113.21.228.142','4177',0),(5,'2017-08-24 22:25:10','imp','optin_1','a98479d63f','172.58.155.159','4177',0),(6,'2017-08-24 22:26:28','imp','optin_1','a98479d63f','104.185.156.176','-1',0),(7,'2017-08-24 22:27:23','imp','optin_1','a98479d63f','113.21.228.142','4177',0),(8,'2017-08-24 22:27:51','imp','optin_1','a98479d63f','108.54.241.216','-1',0),(9,'2017-08-24 22:27:51','con','optin_1','mailchimp_a98479d63f','113.21.228.142','4177',0),(10,'2017-08-24 22:31:06','imp','optin_1','a98479d63f','47.35.66.53','-1',0),(11,'2017-08-24 22:33:04','imp','optin_1','a98479d63f','107.77.236.166','-1',0),(12,'2017-08-24 22:33:48','imp','optin_1','a98479d63f','70.198.200.202','-1',0),(13,'2017-08-24 22:34:48','imp','optin_1','a98479d63f','113.21.228.142','4177',0),(14,'2017-08-24 22:35:34','imp','optin_1','a98479d63f','69.114.84.215','-1',0),(15,'2017-08-24 22:35:54','con','optin_1','mailchimp_a98479d63f','113.21.228.142','4177',0),(16,'2017-08-24 22:36:14','imp','optin_1','a98479d63f','69.114.84.215','-1',0),(17,'2017-08-24 22:37:04','imp','optin_1','a98479d63f','69.114.84.215','-1',0),(18,'2017-08-24 22:37:07','imp','optin_1','a98479d63f','14.141.82.37','-1',0),(19,'2017-08-24 22:38:13','imp','optin_1','a98479d63f','69.114.84.215','4177',0),(20,'2017-08-24 22:38:19','imp','optin_1','a98479d63f','104.12.123.44','-1',0),(21,'2017-08-24 22:38:31','imp','optin_1','a98479d63f','99.6.92.226','4177',0),(22,'2017-08-24 22:39:10','imp','optin_1','a98479d63f','99.6.92.226','4177',0),(23,'2017-08-24 22:39:27','imp','optin_1','a98479d63f','104.12.123.44','4177',0),(24,'2017-08-24 22:39:38','imp','optin_1','a98479d63f','99.6.92.226','4177',0),(25,'2017-08-24 22:39:58','imp','optin_1','a98479d63f','173.69.200.122','4177',0),(26,'2017-08-24 22:40:15','imp','optin_1','a98479d63f','99.6.92.226','4177',0),(27,'2017-08-24 22:41:18','imp','optin_1','a98479d63f','172.4.209.40','4177',0),(28,'2017-08-24 22:41:21','imp','optin_1','a98479d63f','99.6.92.226','4177',0),(29,'2017-08-24 22:41:27','imp','optin_1','a98479d63f','99.103.47.85','-1',0),(30,'2017-08-24 22:42:33','imp','optin_1','a98479d63f','99.103.47.85','-1',0),(31,'2017-08-24 22:44:10','imp','optin_1','a98479d63f','108.49.59.229','4177',0),(32,'2017-08-24 22:45:02','imp','optin_1','a98479d63f','108.49.59.229','4177',0),(33,'2017-08-24 22:49:12','imp','optin_1','a98479d63f','23.28.131.81','-1',0),(34,'2017-08-24 22:50:02','imp','optin_1','a98479d63f','99.103.47.85','4177',0),(35,'2017-08-24 22:51:21','imp','optin_1','a98479d63f','99.103.47.85','4177',0),(36,'2017-08-24 22:52:04','imp','optin_1','a98479d63f','108.86.252.7','-1',0),(37,'2017-08-24 22:52:31','imp','optin_1','a98479d63f','75.130.212.221','-1',0),(38,'2017-08-24 22:56:43','imp','optin_1','a98479d63f','24.90.154.145','-1',0),(39,'2017-08-24 22:57:17','imp','optin_1','a98479d63f','98.83.181.136','-1',0),(40,'2017-08-24 23:10:59','imp','optin_1','a98479d63f','23.124.121.176','-1',0),(41,'2017-08-24 23:12:33','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(42,'2017-08-24 23:14:19','imp','optin_1','a98479d63f','68.192.48.199','-1',0),(43,'2017-08-24 23:20:09','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(44,'2017-08-24 23:22:52','imp','optin_1','a98479d63f','107.77.195.189','-1',0),(45,'2017-08-24 23:23:22','imp','optin_1','a98479d63f','174.200.6.253','-1',0),(46,'2017-08-24 23:24:02','imp','optin_1','a98479d63f','174.200.6.253','4177',0),(47,'2017-08-24 23:24:34','imp','optin_1','a98479d63f','174.200.6.253','-1',0),(48,'2017-08-24 23:27:21','imp','optin_1','a98479d63f','108.27.64.237','-1',0),(49,'2017-08-24 23:32:14','imp','optin_1','a98479d63f','108.213.14.141','-1',0),(50,'2017-08-24 23:35:30','imp','optin_1','a98479d63f','99.18.36.131','4177',0),(51,'2017-08-24 23:40:23','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(52,'2017-08-24 23:40:38','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(53,'2017-08-24 23:41:06','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(54,'2017-08-24 23:59:57','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(55,'2017-08-25 00:01:09','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(56,'2017-08-25 00:14:50','imp','optin_1','a98479d63f','98.122.96.227','-1',0),(57,'2017-08-25 00:18:44','imp','optin_1','a98479d63f','47.32.161.233','-1',0),(58,'2017-08-25 00:34:51','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(59,'2017-08-25 00:35:28','imp','optin_1','a98479d63f','97.87.0.97','-1',0),(60,'2017-08-25 00:35:57','imp','optin_1','a98479d63f','97.87.0.97','4177',0),(61,'2017-08-25 00:36:21','imp','optin_1','a98479d63f','97.87.0.97','-1',0),(62,'2017-08-25 00:36:39','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(63,'2017-08-25 00:38:36','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(64,'2017-08-25 00:39:05','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(65,'2017-08-25 00:49:54','imp','optin_1','a98479d63f','100.34.58.201','-1',0),(66,'2017-08-25 00:50:25','con','optin_1','mailchimp_a98479d63f','100.34.58.201','-1',0),(67,'2017-08-25 00:54:25','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(68,'2017-08-25 00:55:43','imp','optin_1','a98479d63f','73.155.201.229','-1',0),(69,'2017-08-25 01:00:50','imp','optin_1','a98479d63f','24.22.31.41','-1',0),(70,'2017-08-25 01:02:44','imp','optin_1','a98479d63f','99.89.8.201','-1',0),(71,'2017-08-25 01:03:18','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(72,'2017-08-25 01:07:13','imp','optin_1','a98479d63f','113.21.228.190','4177',0),(73,'2017-08-25 01:08:35','imp','optin_1','a98479d63f','66.87.139.83','-1',0),(74,'2017-08-25 01:10:51','imp','optin_1','a98479d63f','113.21.228.190','4177',0),(75,'2017-08-25 01:13:19','imp','optin_1','a98479d63f','70.214.36.13','-1',0),(76,'2017-08-25 01:14:12','imp','optin_1','a98479d63f','70.214.36.13','4177',0),(77,'2017-08-25 01:15:30','con','optin_1','mailchimp_a98479d63f','113.21.228.190','4177',0),(78,'2017-08-25 01:18:02','imp','optin_1','a98479d63f','70.214.36.13','-1',0),(79,'2017-08-25 01:28:23','imp','optin_1','a98479d63f','85.73.219.212','-1',0),(80,'2017-08-25 01:38:39','imp','optin_1','a98479d63f','68.253.139.96','4177',0),(81,'2017-08-25 01:39:08','imp','optin_1','a98479d63f','68.253.139.96','4177',0),(82,'2017-08-25 01:44:10','imp','optin_1','a98479d63f','173.49.235.192','-1',0),(83,'2017-08-25 02:10:29','imp','optin_1','a98479d63f','172.58.23.216','4177',0),(84,'2017-08-25 02:16:04','imp','optin_1','a98479d63f','107.77.245.6','-1',0),(85,'2017-08-25 02:19:33','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(86,'2017-08-25 02:19:39','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(87,'2017-08-25 02:19:40','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(88,'2017-08-25 02:19:40','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(89,'2017-08-25 02:19:58','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(90,'2017-08-25 02:19:58','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(91,'2017-08-25 02:22:51','imp','optin_1','a98479d63f','107.77.245.6','-1',0),(92,'2017-08-25 02:23:36','imp','optin_1','a98479d63f','107.77.245.6','4177',0),(93,'2017-08-25 02:24:16','imp','optin_1','a98479d63f','107.77.245.6','4177',0),(94,'2017-08-25 02:25:13','imp','optin_1','a98479d63f','24.21.148.204','-1',0),(95,'2017-08-25 02:57:56','imp','optin_1','a98479d63f','172.56.29.29','-1',0),(96,'2017-08-25 02:58:48','imp','optin_1','a98479d63f','172.56.29.29','4177',0),(97,'2017-08-25 03:08:35','imp','optin_1','a98479d63f','206.163.240.127','-1',0),(98,'2017-08-25 03:10:08','imp','optin_1','a98479d63f','76.174.206.6','-1',0),(99,'2017-08-25 03:12:24','imp','optin_1','a98479d63f','184.65.173.60','-1',0),(100,'2017-08-25 03:12:30','imp','optin_1','a98479d63f','63.141.235.230','-1',0),(101,'2017-08-25 03:12:45','imp','optin_1','a98479d63f','135.0.151.74','-1',0),(102,'2017-08-25 03:13:14','imp','optin_1','a98479d63f','185.38.14.215','-1',0),(103,'2017-08-25 03:13:58','imp','optin_1','a98479d63f','154.5.116.195','-1',0),(104,'2017-08-25 03:15:03','imp','optin_1','a98479d63f','142.116.60.123','-1',0),(105,'2017-08-25 03:15:42','imp','optin_1','a98479d63f','213.55.108.21','-1',0),(106,'2017-08-25 03:17:35','imp','optin_1','a98479d63f','172.98.78.13','-1',0),(107,'2017-08-25 03:17:39','imp','optin_1','a98479d63f','162.253.130.29','-1',0),(108,'2017-08-25 03:18:27','imp','optin_1','a98479d63f','213.55.101.21','-1',0),(109,'2017-08-25 03:18:49','imp','optin_1','a98479d63f','197.156.81.252','-1',0),(110,'2017-08-25 03:21:19','imp','optin_1','a98479d63f','75.85.14.143','-1',0),(111,'2017-08-25 03:21:37','imp','optin_1','a98479d63f','67.190.217.191','-1',0),(112,'2017-08-25 03:24:34','imp','optin_1','a98479d63f','196.53.59.193','4177',0),(113,'2017-08-25 03:25:43','imp','optin_1','a98479d63f','146.135.114.1','-1',0),(114,'2017-08-25 03:27:00','imp','optin_1','a98479d63f','203.177.51.123','-1',0),(115,'2017-08-25 03:27:41','imp','optin_1','a98479d63f','95.133.238.72','-1',0),(116,'2017-08-25 03:31:20','imp','optin_1','a98479d63f','184.65.165.54','-1',0),(117,'2017-08-25 03:36:23','imp','optin_1','a98479d63f','99.253.103.8','-1',0),(118,'2017-08-25 03:38:25','imp','optin_1','a98479d63f','99.253.103.8','4177',0),(119,'2017-08-25 03:46:24','imp','optin_1','a98479d63f','113.167.164.57','-1',0),(120,'2017-08-25 03:47:42','imp','optin_1','a98479d63f','24.4.159.187','-1',0),(121,'2017-08-25 03:47:57','imp','optin_1','a98479d63f','188.166.69.39','-1',0),(122,'2017-08-25 03:48:16','con','optin_1','mailchimp_a98479d63f','45.56.89.245','-1',0),(123,'2017-08-25 03:48:18','con','optin_1','mailchimp_a98479d63f','45.56.89.245','-1',0),(124,'2017-08-25 03:50:15','imp','optin_1','a98479d63f','113.212.114.25','-1',0),(125,'2017-08-25 04:04:06','imp','optin_1','a98479d63f','197.156.81.4','-1',0),(126,'2017-08-25 04:04:14','imp','optin_1','a98479d63f','171.225.224.155','-1',0),(127,'2017-08-25 04:05:56','imp','optin_1','a98479d63f','64.120.97.98','-1',0),(128,'2017-08-25 04:06:38','imp','optin_1','a98479d63f','172.58.21.10','-1',0),(129,'2017-08-25 04:07:42','imp','optin_1','a98479d63f','116.238.151.217','-1',0),(130,'2017-08-25 04:08:28','imp','optin_1','a98479d63f','116.238.151.217','4177',0),(131,'2017-08-25 04:10:10','imp','optin_1','a98479d63f','116.238.151.217','-1',0),(132,'2017-08-25 04:14:33','imp','optin_1','a98479d63f','74.137.201.219','-1',0),(133,'2017-08-25 04:15:16','imp','optin_1','a98479d63f','74.137.201.219','4177',0),(134,'2017-08-25 04:16:08','imp','optin_1','a98479d63f','74.137.201.219','4177',0),(135,'2017-08-25 04:16:23','imp','optin_1','a98479d63f','146.115.61.56','4177',0),(136,'2017-08-25 04:16:57','imp','optin_1','a98479d63f','139.162.231.46','-1',0),(137,'2017-08-25 04:35:19','imp','optin_1','a98479d63f','104.132.217.65','-1',0),(138,'2017-08-25 04:36:04','imp','optin_1','a98479d63f','107.77.249.2','-1',0),(139,'2017-08-25 04:36:53','imp','optin_1','a98479d63f','108.26.250.149','-1',0),(140,'2017-08-25 04:37:00','imp','optin_1','a98479d63f','208.54.36.227','-1',0),(141,'2017-08-25 04:37:36','imp','optin_1','a98479d63f','69.120.43.187','-1',0),(142,'2017-08-25 04:38:00','con','optin_1','mailchimp_a98479d63f','69.120.43.187','-1',0),(143,'2017-08-25 04:38:43','imp','optin_1','a98479d63f','107.77.249.2','4177',0),(144,'2017-08-25 04:39:54','imp','optin_1','a98479d63f','108.26.250.149','4177',0),(145,'2017-08-25 04:59:30','imp','optin_1','a98479d63f','67.9.139.54','-1',0),(146,'2017-08-25 05:08:06','imp','optin_1','a98479d63f','121.220.195.146','4177',0),(147,'2017-08-25 05:14:17','imp','optin_1','a98479d63f','50.69.134.144','4177',0),(148,'2017-08-25 05:32:29','imp','optin_1','a98479d63f','213.55.114.186','-1',0),(149,'2017-08-25 05:34:53','imp','optin_1','a98479d63f','98.243.24.38','-1',0),(150,'2017-08-25 05:39:53','imp','optin_1','a98479d63f','173.23.69.105','-1',0),(151,'2017-08-25 05:51:23','imp','optin_1','a98479d63f','72.28.241.118','4177',0),(152,'2017-08-25 06:01:49','imp','optin_1','a98479d63f','66.87.117.252','-1',0),(153,'2017-08-25 06:04:41','imp','optin_1','a98479d63f','24.129.63.202','-1',0),(154,'2017-08-25 06:05:41','imp','optin_1','a98479d63f','24.129.63.202','4177',0),(155,'2017-08-25 06:22:49','imp','optin_1','a98479d63f','40.142.171.140','-1',0),(156,'2017-08-25 06:23:11','imp','optin_1','a98479d63f','40.142.171.140','4177',0),(157,'2017-08-25 06:23:47','imp','optin_1','a98479d63f','184.207.238.171','-1',0),(158,'2017-08-25 06:24:31','imp','optin_1','a98479d63f','40.142.171.140','-1',0),(159,'2017-08-25 06:25:58','imp','optin_1','a98479d63f','174.226.131.78','-1',0),(160,'2017-08-25 06:28:53','imp','optin_1','a98479d63f','184.207.238.171','-1',0),(161,'2017-08-25 06:32:25','imp','optin_1','a98479d63f','184.207.238.171','-1',0),(162,'2017-08-25 06:33:55','imp','optin_1','a98479d63f','68.194.100.82','4177',0),(163,'2017-08-25 06:35:06','imp','optin_1','a98479d63f','68.194.100.82','4177',0),(164,'2017-08-25 06:36:11','imp','optin_1','a98479d63f','68.194.100.82','4177',0),(165,'2017-08-25 06:36:16','imp','optin_1','a98479d63f','119.75.23.122','-1',0),(166,'2017-08-25 06:49:03','imp','optin_1','a98479d63f','108.246.109.169','-1',0),(167,'2017-08-25 06:52:09','imp','optin_1','a98479d63f','107.77.215.178','-1',0),(168,'2017-08-25 07:05:37','imp','optin_1','a98479d63f','66.87.116.179','-1',0),(169,'2017-08-25 07:12:15','imp','optin_1','a98479d63f','65.35.239.250','4177',0),(170,'2017-08-25 07:12:45','imp','optin_1','a98479d63f','66.87.130.213','-1',0),(171,'2017-08-25 07:23:07','imp','optin_1','a98479d63f','73.75.187.175','-1',0),(172,'2017-08-25 07:58:03','imp','optin_1','a98479d63f','73.226.1.240','-1',0),(173,'2017-08-25 08:31:29','imp','optin_1','a98479d63f','172.56.28.188','-1',0),(174,'2017-08-25 08:35:53','imp','optin_1','a98479d63f','98.251.71.161','-1',0),(175,'2017-08-25 08:37:44','imp','optin_1','a98479d63f','163.151.255.10','-1',0),(176,'2017-08-25 08:39:53','imp','optin_1','a98479d63f','163.151.255.10','-1',0),(177,'2017-08-25 08:41:14','imp','optin_1','a98479d63f','163.151.255.10','4177',0),(178,'2017-08-25 08:42:22','imp','optin_1','a98479d63f','163.151.255.10','4177',0),(179,'2017-08-25 08:43:06','imp','optin_1','a98479d63f','98.190.240.248','-1',0),(180,'2017-08-25 08:43:18','imp','optin_1','a98479d63f','76.188.192.208','-1',0),(181,'2017-08-25 08:44:28','imp','optin_1','a98479d63f','163.151.255.10','-1',0),(182,'2017-08-25 08:45:12','imp','optin_1','a98479d63f','76.188.192.208','4177',0),(183,'2017-08-25 08:50:29','imp','optin_1','a98479d63f','67.142.113.175','-1',0),(184,'2017-08-25 08:52:45','imp','optin_1','a98479d63f','66.87.101.192','-1',0),(185,'2017-08-25 09:10:56','imp','optin_1','a98479d63f','68.37.37.164','4177',0),(186,'2017-08-25 09:16:30','imp','optin_1','a98479d63f','198.202.255.2','-1',0),(187,'2017-08-25 09:21:00','imp','optin_1','a98479d63f','99.235.116.109','-1',0),(188,'2017-08-25 09:31:44','imp','optin_1','a98479d63f','172.58.68.17','-1',0),(189,'2017-08-25 09:37:31','imp','optin_1','a98479d63f','72.203.101.85','-1',0),(190,'2017-08-25 09:38:10','imp','optin_1','a98479d63f','73.112.34.104','-1',0),(191,'2017-08-25 09:41:04','imp','optin_1','a98479d63f','160.79.139.10','-1',0),(192,'2017-08-25 09:50:10','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(193,'2017-08-25 09:50:57','imp','optin_1','a98479d63f','108.68.161.170','-1',0),(194,'2017-08-25 09:51:41','imp','optin_1','a98479d63f','138.229.157.204','-1',0),(195,'2017-08-25 09:51:51','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(196,'2017-08-25 09:53:43','imp','optin_1','a98479d63f','73.198.227.228','-1',0),(197,'2017-08-25 09:55:32','imp','optin_1','a98479d63f','184.101.104.194','-1',0),(198,'2017-08-25 09:56:15','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(199,'2017-08-25 09:57:41','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(200,'2017-08-25 09:58:35','imp','optin_1','a98479d63f','71.201.72.32','-1',0),(201,'2017-08-25 09:59:50','imp','optin_1','a98479d63f','69.33.244.105','-1',0),(202,'2017-08-25 10:02:10','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(203,'2017-08-25 10:04:14','imp','optin_1','a98479d63f','71.201.72.32','4177',0),(204,'2017-08-25 10:14:02','imp','optin_1','a98479d63f','96.253.92.163','-1',0),(205,'2017-08-25 10:15:38','imp','optin_1','a98479d63f','66.87.101.88','-1',0),(206,'2017-08-25 10:32:54','imp','optin_1','a98479d63f','73.87.156.183','-1',0),(207,'2017-08-25 10:34:52','imp','optin_1','a98479d63f','173.48.67.106','4177',0),(208,'2017-08-25 10:35:14','con','optin_1','mailchimp_a98479d63f','173.48.67.106','4177',0),(209,'2017-08-25 10:37:27','imp','optin_1','a98479d63f','66.87.129.255','-1',0),(210,'2017-08-25 10:45:04','imp','optin_1','a98479d63f','12.52.78.66','4177',0),(211,'2017-08-25 10:45:26','con','optin_1','mailchimp_a98479d63f','12.52.78.66','4177',0),(212,'2017-08-25 11:06:37','imp','optin_1','a98479d63f','184.14.119.66','-1',0),(213,'2017-08-25 11:09:59','imp','optin_1','a98479d63f','72.198.120.217','-1',0),(214,'2017-08-25 11:10:33','imp','optin_1','a98479d63f','108.231.221.46','-1',0),(215,'2017-08-25 11:14:04','imp','optin_1','a98479d63f','108.231.221.46','-1',0),(216,'2017-08-25 11:14:36','imp','optin_1','a98479d63f','199.82.243.108','4177',0),(217,'2017-08-25 11:14:46','imp','optin_1','a98479d63f','108.231.221.46','4177',0),(218,'2017-08-25 11:20:48','imp','optin_1','a98479d63f','162.90.146.25','4177',0),(219,'2017-08-25 11:31:06','imp','optin_1','a98479d63f','172.58.3.166','-1',0),(220,'2017-08-25 11:32:13','imp','optin_1','a98479d63f','199.46.251.141','-1',0),(221,'2017-08-25 11:34:43','imp','optin_1','a98479d63f','199.46.251.141','4177',0),(222,'2017-08-25 11:35:12','con','optin_1','mailchimp_a98479d63f','199.46.251.141','4177',0),(223,'2017-08-25 11:36:03','imp','optin_1','a98479d63f','96.32.115.42','4177',0),(224,'2017-08-25 11:36:04','imp','optin_1','a98479d63f','170.77.24.231','4177',0),(225,'2017-08-25 11:36:15','con','optin_1','mailchimp_a98479d63f','96.32.115.42','4177',0),(226,'2017-08-25 11:38:33','imp','optin_1','a98479d63f','174.208.15.98','-1',0),(227,'2017-08-25 11:39:06','imp','optin_1','a98479d63f','73.217.206.243','-1',0),(228,'2017-08-25 11:40:09','imp','optin_1','a98479d63f','73.217.206.243','4177',0),(229,'2017-08-25 11:42:08','imp','optin_1','a98479d63f','73.217.206.243','4177',0),(230,'2017-08-25 11:42:22','imp','optin_1','a98479d63f','104.172.94.229','-1',0),(231,'2017-08-25 11:44:00','imp','optin_1','a98479d63f','73.217.206.243','4177',0),(232,'2017-08-25 11:48:17','imp','optin_1','a98479d63f','96.239.59.85','4177',0),(233,'2017-08-25 11:50:04','imp','optin_1','a98479d63f','24.47.247.252','-1',0),(234,'2017-08-25 12:01:32','imp','optin_1','a98479d63f','66.171.18.114','-1',0),(235,'2017-08-25 12:05:06','imp','optin_1','a98479d63f','68.3.121.142','-1',0),(236,'2017-08-25 12:07:08','imp','optin_1','a98479d63f','68.3.121.142','4177',0),(237,'2017-08-25 12:07:52','imp','optin_1','a98479d63f','107.77.221.155','-1',0),(238,'2017-08-25 12:08:19','imp','optin_1','a98479d63f','23.116.249.180','-1',0),(239,'2017-08-25 12:19:58','imp','optin_1','a98479d63f','96.255.15.35','-1',0),(240,'2017-08-25 12:20:57','imp','optin_1','a98479d63f','165.83.132.250','-1',0),(241,'2017-08-25 12:21:13','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(242,'2017-08-25 12:24:54','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(243,'2017-08-25 12:29:16','imp','optin_1','a98479d63f','104.172.94.229','-1',0),(244,'2017-08-25 12:29:23','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(245,'2017-08-25 12:30:37','imp','optin_1','a98479d63f','24.63.145.143','-1',0),(246,'2017-08-25 12:31:05','imp','optin_1','a98479d63f','165.83.132.250','4177',0),(247,'2017-08-25 12:31:51','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(248,'2017-08-25 12:33:12','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(249,'2017-08-25 12:33:45','imp','optin_1','a98479d63f','104.172.94.229','-1',0),(250,'2017-08-25 12:34:06','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(251,'2017-08-25 12:35:25','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(252,'2017-08-25 12:36:54','imp','optin_1','a98479d63f','104.207.219.131','-1',0),(253,'2017-08-25 12:37:21','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(254,'2017-08-25 12:39:13','imp','optin_1','a98479d63f','104.207.219.131','4177',0),(255,'2017-08-25 12:39:19','imp','optin_1','a98479d63f','96.255.15.35','4177',0),(256,'2017-08-25 12:40:22','imp','optin_1','a98479d63f','74.93.19.214','-1',0),(257,'2017-08-25 12:42:12','imp','optin_1','a98479d63f','184.207.90.116','-1',0),(258,'2017-08-25 12:42:52','imp','optin_1','a98479d63f','184.207.90.116','-1',0),(259,'2017-08-25 12:43:37','imp','optin_1','a98479d63f','73.217.206.243','-1',0),(260,'2017-08-25 12:51:51','imp','optin_1','a98479d63f','162.90.146.25','4177',0),(261,'2017-08-25 12:52:48','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(262,'2017-08-25 12:58:25','imp','optin_1','a98479d63f','162.199.142.105','4177',0),(263,'2017-08-25 12:58:26','imp','optin_1','a98479d63f','162.90.146.25','4177',0),(264,'2017-08-25 13:00:44','imp','optin_1','a98479d63f','96.239.59.85','-1',0),(265,'2017-08-25 20:36:34','imp','optin_1','a98479d63f','99.44.168.99','-1',0); /*!40000 ALTER TABLE `wp_et_bloom_stats` 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_new_royalsliders` -- DROP TABLE IF EXISTS `wp_new_royalsliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_new_royalsliders` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `active` tinyint(1) NOT NULL DEFAULT '1', `type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `skin` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `template` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `slides` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `options` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `template_html` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_new_royalsliders` -- LOCK TABLES `wp_new_royalsliders` WRITE; /*!40000 ALTER TABLE `wp_new_royalsliders` DISABLE KEYS */; INSERT INTO `wp_new_royalsliders` VALUES (1,1,'custom','Mobile Gallery Slider','rsDefaultInv','default','[{\"title\":\"Scroll_Show First\",\"image\":{\"attachment_id\":\"3803\"}},{\"title\":\"daffodil yellow 6 favor bouquet\",\"image\":{\"attachment_id\":\"4237\"}},{\"title\":\"Scroll-10\",\"image\":{\"attachment_id\":\"3812\"}},{\"title\":\"Scroll-09\",\"image\":{\"attachment_id\":\"3811\"}},{\"title\":\"Scroll-08\",\"image\":{\"attachment_id\":\"3810\"}},{\"title\":\"Scroll-07\",\"image\":{\"attachment_id\":\"3809\"}},{\"title\":\"Scroll-03\",\"image\":{\"attachment_id\":\"3808\"}},{\"title\":\"Scroll-01\",\"image\":{\"attachment_id\":\"3807\"}},{\"title\":\"Scroll_Show Third\",\"image\":{\"attachment_id\":\"3806\"}},{\"title\":\"Scroll_Show Second\",\"image\":{\"attachment_id\":\"3805\"}}]','{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"400px\",\"imageScaleMode\":\"fill\",\"arrowsNavHideOnTouch\":\"true\",\"transitionType\":\"fade\",\"keyboardNavEnabled\":\"true\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"\",\"thumbImageHeight\":\"\"},\"thumbs\":{\"thumbWidth\":\"96\",\"thumbHeight\":\"72\"},\"autoPlay\":{\"enabled\":\"true\"},\"video\":{\"forceMaxVideoCoverResolution\":\"standard\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}','<div class=\"rsContent\">\n {{image_tag}}\n {{thumbnail}}\n {{html}}\n {{animated_blocks}}\n {{#link_url}}\n <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n {{/link_url}}\n</div>'); /*!40000 ALTER TABLE `wp_new_royalsliders` 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=17498 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://alloccasionarrangementscom.com','yes'),(2,'home','https://alloccasionarrangementscom.com','yes'),(3,'blogname','Wanderfuls','yes'),(4,'blogdescription','All-In-One... Centerpieces and Favors','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','loveyourbrain@fastmail.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:27:{i:0;s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:27:\"backupbuddy/backupbuddy.php\";i:3;s:15:\"bloom/bloom.php\";i:4;s:33:\"duplicate-post/duplicate-post.php\";i:5;s:25:\"duplicator/duplicator.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:27:\"login-ninja/login-ninja.php\";i:8;s:38:\"menu-items-visibility-control/init.php\";i:9;s:34:\"new-royalslider/newroyalslider.php\";i:10;s:23:\"order-tracking/Main.php\";i:11;s:35:\"pinwheel-slider/pinwheel-slider.php\";i:12;s:27:\"redirection/redirection.php\";i:13;s:35:\"rename-wp-login/rename-wp-login.php\";i:14;s:23:\"revslider/revslider.php\";i:15;s:39:\"social-count-plus/social-count-plus.php\";i:16;s:25:\"sucuri-scanner/sucuri.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:29:\"wanderfuls-facebook-pixel.php\";i:20;s:31:\"wanderfuls-google-analytics.php\";i:21;s:63:\"wc-password-strength-settings/wc-password-strength-settings.php\";i:22;s:39:\"widget-countdown/wpdevart-countdown.php\";i:23;s:87:\"woocommerce-customer-relationship-manager/woocommerce-customer-relationship-manager.php\";i:24;s:27:\"woocommerce/woocommerce.php\";i:25;s:24:\"wordpress-seo/wp-seo.php\";i:26;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','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:82:\"/home/wanderfuls/public_html/wp-content/themes/wanderfuls/inc/custom-functions.php\";i:1;s:86:\"/home/wanderfuls/public_html/wp-content/themes/wanderfuls/framework/menu-functions.php\";i:2;s:88:\"/home/wanderfuls/public_html/wp-content/themes/wanderfuls/framework/header-functions.php\";i:3;s:68:\"/home/wanderfuls/public_html/wp-content/themes/wanderfuls/footer.php\";i:4;s:78:\"/home/wanderfuls/public_html/wp-content/themes/wanderfuls/droompage-bottom.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','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a: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=&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&container_width=160&font=arial&href=https%3A%2F%2Fwww.facebook.com%2FWanderfuls&layout=button_count&locale=en_US&sdk=joey&send=false&show_faces=false&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:6:{s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";s:15:\"aaetp_uninstall\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:45:\"woocommerce-abandoned-cart/woocommerce-ac.php\";s:26:\"woocommerce_ac_delete_lite\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:56:\"header-and-footer-scripts-inserter/inc/php/uninstall.php\";s:22:\"HFScriptsIns_uninstall\";s:35:\"rename-wp-login/rename-wp-login.php\";a:2:{i:0;s:15:\"Rename_WP_Login\";i:1;s:9:\"uninstall\";}}','no'),(83,'timezone_string','America/New_York','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','4247','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:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:153:{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:23:\"WP-CRM: Manage Settings\";b:1;s:21:\"WP-CRM: View Overview\";b:1;s:26:\"WP-CRM: View Detailed Logs\";b:1;s:21:\"WP-CRM: View Profiles\";b:1;s:25:\"WP-CRM: Add User Messages\";b:1;s:26:\"WP-CRM: Send Group Message\";b:1;s:34:\"WP-CRM: Perform Advanced Functions\";b:1;s:24:\"WP-CRM: Change Passwords\";b:1;s:27:\"WP-CRM: Change Color Scheme\";b:1;s:21:\"WP-CRM: View Messages\";b:1;s:16:\"aiosp_manage_seo\";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;}}s:5:\"agent\";a:2:{s:4:\"name\";s:5:\"Agent\";s:12:\"capabilities\";a:118:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:10:\"list_users\";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:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";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_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: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'),(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:20:{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: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:11:\"cs-footer-1\";a:2:{i:0;s:11:\"nav_menu-12\";i:1;s:11:\"nav_menu-13\";}s:11:\"cs-footer-2\";a:3:{i:0;s:11:\"nav_menu-14\";i:1;s:10:\"nav_menu-8\";i:2;s:11:\"nav_menu-15\";}s:11:\"cs-footer-3\";a:1:{i:0;s:10:\"nav_menu-9\";}s:11:\"cs-footer-4\";a:1:{i:0;s:11:\"nav_menu-16\";}s:11:\"cs-footer-5\";a:1:{i:0;s:11:\"nav_menu-11\";}s:13:\"cs-m-footer-1\";a:3:{i:0;s:11:\"nav_menu-17\";i:1;s:11:\"nav_menu-18\";i:2;s:11:\"nav_menu-19\";}s:13:\"cs-m-footer-2\";a:5:{i:0;s:11:\"nav_menu-21\";i:1;s:11:\"nav_menu-22\";i:2;s:11:\"nav_menu-23\";i:3;s:11:\"nav_menu-24\";i:4;s:11:\"nav_menu-25\";}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:11:\"woo_sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:18:{i:1504100004;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1504112124;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1504116046;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:1504116549;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:1504116550;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:1504116648;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:1504117041;a:1:{s:62:\"check_plugin_updates-woocommerce-customer-relationship-manager\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1504119031;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:1504121701;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:1504123200;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:1504136643;a:1:{s:22:\"redirection_log_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:1504138743;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;}}}i:1504145726;a:1:{s:24:\"bloom_lists_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1504146314;a:1:{s:24:\"bloom_stats_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1504153374;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1504159246;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:1504569600;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(101,'current_theme','Wanderfuls','yes'),(103,'revslider-update-check-short','1510780175','yes'),(104,'revslider-templates-check','1510780175','yes'),(105,'rs-templates-new','','yes'),(106,'rs-templates','a:2:{s:6:\"slider\";a:174:{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:21:{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;s:6:\"is_new\";b:1;}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;}i:172;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone 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:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone 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:173;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</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:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:174:{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\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/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'),(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:77:\"http://m.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:4:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;s:11:\"sticky_menu\";i:68;}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:AL','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','no','yes'),(132,'woocommerce_demo_store_notice','This is a demo store for testing purposes — 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','both','yes'),(150,'woocommerce_category_archive_display','both','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','dmeehanjr@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','no','no'),(206,'woocommerce_force_ssl_checkout','yes','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','specific','yes'),(227,'woocommerce_specific_ship_to_countries','a:1:{i:0;s:2:\"US\";}','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','yes','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','Wanderfuls','no'),(249,'woocommerce_email_from_address','dmeehanjr@gmail.com','no'),(251,'woocommerce_email_header_image','','no'),(252,'woocommerce_email_footer_text','wanderfuls','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:0:{}','yes'),(288,'woocommerce_language_pack_version','a:2:{i:0;s:5:\"2.4.8\";i:1;s:0:\"\";}','yes'),(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:23:{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;}i:8;a:2:{s:5:\"title\";s:24:\"Shop by Religious Events\";s:8:\"nav_menu\";i:74;}i:9;a:2:{s:5:\"title\";s:13:\"Shop by Theme\";s:8:\"nav_menu\";i:76;}i:11;a:2:{s:5:\"title\";s:13:\"Shop by Cause\";s:8:\"nav_menu\";i:78;}i:12;a:2:{s:5:\"title\";s:24:\"Shop by Special Occasion\";s:8:\"nav_menu\";i:70;}i:13;a:2:{s:5:\"title\";s:13:\"Shop by Color\";s:8:\"nav_menu\";i:71;}i:14;a:2:{s:5:\"title\";s:19:\"Shop Special Events\";s:8:\"nav_menu\";i:72;}i:15;a:2:{s:5:\"title\";s:14:\"Shop by Season\";s:8:\"nav_menu\";i:75;}i:16;a:2:{s:5:\"title\";s:15:\"Shop by Holiday\";s:8:\"nav_menu\";i:77;}i:17;a:2:{s:5:\"title\";s:24:\"Shop by Special Occasion\";s:8:\"nav_menu\";i:70;}i:18;a:2:{s:5:\"title\";s:13:\"Shop by Theme\";s:8:\"nav_menu\";i:76;}i:19;a:2:{s:5:\"title\";s:13:\"Shop by Cause\";s:8:\"nav_menu\";i:78;}i:21;a:2:{s:5:\"title\";s:22:\"Shop by Special Events\";s:8:\"nav_menu\";i:72;}i:22;a:2:{s:5:\"title\";s:15:\"Shop by Holiday\";s:8:\"nav_menu\";i:77;}i:23;a:2:{s:5:\"title\";s:24:\"Shop by Religious Events\";s:8:\"nav_menu\";i:74;}i:24;a:2:{s:5:\"title\";s:14:\"Shop by Season\";s:8:\"nav_menu\";i:75;}i:25;a:2:{s:5:\"title\";s:13:\"Shop by Color\";s:8:\"nav_menu\";i:71;}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:77:\"http://m.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:4:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;s:11:\"sticky_menu\";i:68;}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'),(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'),(441,'revslider-connection','1','yes'),(442,'revslider-latest-version','5.4.6.3.1','yes'),(443,'revslider-stable-version','4.2','yes'),(444,'revslider-notices','a:9:{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:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:233:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(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:443;s:17:\"last_backup_start\";i:1502112838;s:18:\"last_backup_finish\";i:1502113038;s:18:\"last_backup_serial\";s:10:\"qtv05cqeaz\";s:17:\"last_backup_stats\";a:10:{s:11:\"archiveFile\";s:60:\"backup-wanderfuls_com-2017_08_07-09_33am-full-qtv05cqeaz.zip\";s:10:\"archiveURL\";s:122:\"https://wanderfuls.com/wp-content/uploads/backupbuddy_backups/backup-wanderfuls_com-2017_08_07-09_33am-full-qtv05cqeaz.zip\";s:11:\"archiveSize\";i:3955179239;s:5:\"start\";i:1502112838;s:6:\"finish\";i:1502113038;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:42:\"/home/gourmetcandy/public_html/m/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, & 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 >></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 >></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 \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 & 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:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"5.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:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";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:\"»\";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'),(3227,'aaetp_plugin_settings','a:1:{s:15:\"aaetp_extension\";s:5:\".html\";}','yes'),(3243,'wordfence_version','6.3.16','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'),(3281,'WpFc_api_key','971f9351d2799b131574d42ab77db605','yes'),(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','2OyzN','no'),(4101,'rewrite_rules','a:406:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";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:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$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:9:\"review/?$\";s:27:\"index.php?post_type=reviews\";s:39:\"review/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=reviews&feed=$matches[1]\";s:34:\"review/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=reviews&feed=$matches[1]\";s:26:\"review/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=reviews&paged=$matches[1]\";s:7:\"faqs/?$\";s:24:\"index.php?post_type=faqs\";s:37:\"faqs/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=faqs&feed=$matches[1]\";s:32:\"faqs/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=faqs&feed=$matches[1]\";s:24:\"faqs/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=faqs&paged=$matches[1]\";s:14:\"slidervilla/?$\";s:31:\"index.php?post_type=slidervilla\";s:44:\"slidervilla/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=slidervilla&feed=$matches[1]\";s:39:\"slidervilla/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=slidervilla&feed=$matches[1]\";s:31:\"slidervilla/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=slidervilla&paged=$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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:40:\"portfolio-item/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:46:\"portfolio-item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"portfolio-item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:38:\"staff-member/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?staff=$matches[1]&wc-api=$matches[3]\";s:44:\"staff-member/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"staff-member/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?testimonials=$matches[1]&wc-api=$matches[3]\";s:43:\"testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:38:\"vc_grid_item/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]\";s:44:\"vc_grid_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"vc_grid_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:34:\"review/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"review/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"review/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"review/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"review/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"review/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"review/([^/]+)/embed/?$\";s:40:\"index.php?reviews=$matches[1]&embed=true\";s:27:\"review/([^/]+)/trackback/?$\";s:34:\"index.php?reviews=$matches[1]&tb=1\";s:47:\"review/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?reviews=$matches[1]&feed=$matches[2]\";s:42:\"review/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?reviews=$matches[1]&feed=$matches[2]\";s:35:\"review/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?reviews=$matches[1]&paged=$matches[2]\";s:42:\"review/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?reviews=$matches[1]&cpage=$matches[2]\";s:32:\"review/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?reviews=$matches[1]&wc-api=$matches[3]\";s:38:\"review/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"review/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"review/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?reviews=$matches[1]&page=$matches[2]\";s:23:\"review/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"review/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"review/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"review/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"review/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"review/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"faqs/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"faqs/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"faqs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"faqs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"faqs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"faqs/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"faqs/([^/]+)/embed/?$\";s:37:\"index.php?faqs=$matches[1]&embed=true\";s:25:\"faqs/([^/]+)/trackback/?$\";s:31:\"index.php?faqs=$matches[1]&tb=1\";s:45:\"faqs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?faqs=$matches[1]&feed=$matches[2]\";s:40:\"faqs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?faqs=$matches[1]&feed=$matches[2]\";s:33:\"faqs/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?faqs=$matches[1]&paged=$matches[2]\";s:40:\"faqs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?faqs=$matches[1]&cpage=$matches[2]\";s:30:\"faqs/([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?faqs=$matches[1]&wc-api=$matches[3]\";s:36:\"faqs/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"faqs/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"faqs/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?faqs=$matches[1]&page=$matches[2]\";s:21:\"faqs/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"faqs/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"faqs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"faqs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"faqs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"faqs/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"slidervilla/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"slidervilla/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"slidervilla/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"slidervilla/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"slidervilla/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"slidervilla/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"slidervilla/([^/]+)/embed/?$\";s:44:\"index.php?slidervilla=$matches[1]&embed=true\";s:32:\"slidervilla/([^/]+)/trackback/?$\";s:38:\"index.php?slidervilla=$matches[1]&tb=1\";s:52:\"slidervilla/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slidervilla=$matches[1]&feed=$matches[2]\";s:47:\"slidervilla/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slidervilla=$matches[1]&feed=$matches[2]\";s:40:\"slidervilla/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?slidervilla=$matches[1]&paged=$matches[2]\";s:47:\"slidervilla/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?slidervilla=$matches[1]&cpage=$matches[2]\";s:37:\"slidervilla/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?slidervilla=$matches[1]&wc-api=$matches[3]\";s:43:\"slidervilla/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"slidervilla/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"slidervilla/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?slidervilla=$matches[1]&page=$matches[2]\";s:28:\"slidervilla/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"slidervilla/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"slidervilla/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"slidervilla/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"slidervilla/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"slidervilla/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"wc_crm_accounts/([^/]+)/embed/?$\";s:48:\"index.php?wc_crm_accounts=$matches[1]&embed=true\";s:36:\"wc_crm_accounts/([^/]+)/trackback/?$\";s:42:\"index.php?wc_crm_accounts=$matches[1]&tb=1\";s:44:\"wc_crm_accounts/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wc_crm_accounts=$matches[1]&paged=$matches[2]\";s:51:\"wc_crm_accounts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?wc_crm_accounts=$matches[1]&cpage=$matches[2]\";s:41:\"wc_crm_accounts/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?wc_crm_accounts=$matches[1]&wc-api=$matches[3]\";s:47:\"wc_crm_accounts/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"wc_crm_accounts/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"wc_crm_accounts/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?wc_crm_accounts=$matches[1]&page=$matches[2]\";s:32:\"wc_crm_accounts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"wc_crm_accounts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"wc_crm_accounts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"wc_crm_accounts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"wc_crm_accounts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"wc_crm_accounts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"wc_crm_tasks/([^/]+)/embed/?$\";s:45:\"index.php?wc_crm_tasks=$matches[1]&embed=true\";s:33:\"wc_crm_tasks/([^/]+)/trackback/?$\";s:39:\"index.php?wc_crm_tasks=$matches[1]&tb=1\";s:41:\"wc_crm_tasks/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?wc_crm_tasks=$matches[1]&paged=$matches[2]\";s:48:\"wc_crm_tasks/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?wc_crm_tasks=$matches[1]&cpage=$matches[2]\";s:38:\"wc_crm_tasks/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?wc_crm_tasks=$matches[1]&wc-api=$matches[3]\";s:44:\"wc_crm_tasks/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"wc_crm_tasks/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"wc_crm_tasks/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?wc_crm_tasks=$matches[1]&page=$matches[2]\";s:29:\"wc_crm_tasks/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"wc_crm_tasks/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"wc_crm_tasks/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wc_crm_tasks/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wc_crm_tasks/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"wc_crm_tasks/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"wc_crm_calls/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"wc_crm_calls/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wc_crm_calls/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wc_crm_calls/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wc_crm_calls/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"wc_crm_calls/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"wc_crm_calls/([^/]+)/embed/?$\";s:45:\"index.php?wc_crm_calls=$matches[1]&embed=true\";s:33:\"wc_crm_calls/([^/]+)/trackback/?$\";s:39:\"index.php?wc_crm_calls=$matches[1]&tb=1\";s:41:\"wc_crm_calls/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?wc_crm_calls=$matches[1]&paged=$matches[2]\";s:48:\"wc_crm_calls/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?wc_crm_calls=$matches[1]&cpage=$matches[2]\";s:38:\"wc_crm_calls/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?wc_crm_calls=$matches[1]&wc-api=$matches[3]\";s:44:\"wc_crm_calls/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"wc_crm_calls/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"wc_crm_calls/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?wc_crm_calls=$matches[1]&page=$matches[2]\";s:29:\"wc_crm_calls/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"wc_crm_calls/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"wc_crm_calls/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wc_crm_calls/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"wc_crm_calls/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"wc_crm_calls/[^/]+/([^/]+)/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:41:\"index.php?&page_id=4247&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";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:30:\"(.?.+?).html/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:33:\"(.?.+?).html/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:38:\"(.?.+?).html/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:30:\"(.?.+?).html/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:34:\"(.?.+?).html/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:33:\"(.?.+?).html/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:36:\"(.?.+?).html/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:36:\"(.?.+?).html/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:39:\"(.?.+?).html/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:37:\"(.?.+?).html/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:39:\"(.?.+?).html/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:42:\"(.?.+?).html/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:45:\"(.?.+?).html/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:50:\"(.?.+?).html/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:36:\".?.+?.html/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\".?.+?.html/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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'),(4388,'wpseo_sitemap_1_cache_validator','4ixV3','no'),(4389,'wpseo_sitemap_post_cache_validator','64xCT','no'),(4467,'wpb_js_composer_license_activation_notified','yes','yes'),(4468,'wpseo_sitemap_revision_cache_validator','ytsh','no'),(4470,'wpseo_sitemap_page_cache_validator','3tXDg','no'),(4631,'wordfence_syncAttackDataAttempts','0','no'),(4632,'wordfence_syncingAttackData','0','no'),(4674,'wpseo_sitemap_attachment_cache_validator','4BT1B','no'),(5042,'revslider-update-check','','yes'),(5499,'wpseo_sitemap_nav_menu_item_cache_validator','6XOzm','no'),(5501,'wpseo_sitemap_nav_menu_cache_validator','6XOzj','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'),(5764,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5775,'woocommerce_paypal-braintree_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(5776,'woocommerce_stripe_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(5777,'woocommerce_paypal_settings','a:17:{s:7:\"enabled\";s:3:\"yes\";s:5:\"email\";s:16:\"lz83ny@gmail.com\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:14:\"receiver_email\";s:16:\"lz83ny@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:2:\"no\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";}','yes'),(5778,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(5779,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(5780,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";s:0:\"\";s:18:\"enable_for_virtual\";s:3:\"yes\";}','yes'),(5782,'woocommerce_allow_tracking','no','yes'),(5787,'wpseo_sitemap_product_cache_validator','rKG8','no'),(5846,'product_cat_children','a:0:{}','yes'),(5847,'wpseo_sitemap_product_cat_cache_validator','rKG6','no'),(5848,'wpseo_sitemap_product_type_cache_validator','6SKWG','no'),(5849,'wpseo_sitemap_1329_cache_validator','5DXyG','no'),(5850,'wpseo_sitemap_product_variation_cache_validator','6YBwT','no'),(5851,'wpseo_sitemap_1406_cache_validator','5DXyU','no'),(5852,'wpseo_sitemap_1582_cache_validator','5DXz4','no'),(5853,'wpseo_sitemap_shop_order_cache_validator','2244M','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:1503533960;}','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'),(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'),(6141,'wpseo_sitemap_customize_changeset_cache_validator','71NgX','no'),(6142,'fresh_site','0','yes'),(6154,'wpseo_sitemap_custom_css_cache_validator','5Bwtf','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'),(6200,'widget_mobilefriendlyprofilewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(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'),(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'),(6302,'wpex_staff_users_relations','a:1:{i:1;s:0:\"\";}','yes'),(6303,'wpseo_sitemap_author_cache_validator','2sGi2','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'),(6491,'ihaf_insert_header','','yes'),(6492,'ihaf_insert_footer','','yes'),(6493,'insert-headers-and-footers_welcome_dismissed_key','1','yes'),(6573,'ithemes-updater-keys','a:0:{}','no'),(6703,'wpstg_version','2.1.1','yes'),(6704,'wpstg_installDate','2017-06-27 06:57:49','yes'),(6705,'wpstg_RatingDiv','yes','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'),(6717,'duplicator_version_plugin','1.2.18','yes'),(6895,'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'),(6908,'_site_transient_timeout_browser_c22b77c5f1f272a733a6fa2ae9a17f9c','1500183237','no'),(6909,'_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'),(6915,'_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:\"Mon, 03 Jul 2017 15:33:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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-41018\";s:7:\"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:33:\"The Month in WordPress: June 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2017 11:42: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";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’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4865\";s: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: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 “Evans” in honor of jazz pianist and composer William John “Bill” 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 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:43005:\"<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&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&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 “Evans” in honor of jazz pianist and composer William John “Bill” 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&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&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="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><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’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&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&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’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/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ö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 Š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/mbelchev\">Mariyan Belchev</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/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älä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ú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 | 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/wraithkenny\">WraithKenny</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> </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’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: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: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’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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’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’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’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>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: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: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, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40840&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’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:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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&mode=stop_on_copy&rev=40819&stop_rev=40664&limit=100&sfp_email=&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:5;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 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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&milestone=4.7.5&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&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: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: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 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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’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:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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’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’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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’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’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:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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&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: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: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 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&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’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:\"\";}}}}}}}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:\"Sun, 09 Jul 2017 05:34:06 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:\"Mon, 03 Jul 2017 15:33:45 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 250\";}}s:5:\"build\";s:14:\"20170709043456\";}','no'),(6917,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1499578446','no'),(6919,'_transient_feed_7f5e1782736d3f328734444c0ca8a918','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:28:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"WPBeginner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://www.wpbeginner.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Beginner\'s Guide 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2017 18:25: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:\"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:28:\"https://wordpress.org/?v=4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"25 Best WordPress Themes for Crossfit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2017 10:48: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:8:\"Showcase\";s: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:29:\"best wordpress fitness themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"best wordpress health themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:39:\"health and fitness themes 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:\"\";}i:4;a:5:{s:4:\"data\";s:25:\"wordpress crossfit themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:25:\"wordpress themes for gyms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.wpbeginner.com/?p=44937\";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:636:\"<p>Are you looking for the best WordPress themes for a crossfit gym or fitness website? Considering the number of themes out there, this can be quite overwhelming. You’ll have to find a balanced theme that has the right features and the perfect look for a… <strong><a href=\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/\">Read More »</a></strong></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/\">25 Best WordPress Themes for Crossfit</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:32100:\"<p>Are you looking for the best WordPress themes for a crossfit gym or fitness website? Considering the number of themes out there, this can be quite overwhelming. You’ll have to find a balanced theme that has the right features and the perfect look for a health and fitness related website. In this article, we have hand-picked some of the best WordPress themes for Crossfit, health, and fitness websites. </p>\n<p><img title=\"Best WordPress themes for crossfit\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/wpfitnessthemes.jpg\" alt=\"Best WordPress themes for crossfit\" width=\"550\" height=\"340\" class=\"alignnone size-full wp-image-44988\" /></p>\n<h4>Making a Crossfit Website Using WordPress</h4>\n<p>If you look around for health and fitness websites, then you will notice many <a href=\"http://www.wpbeginner.com/showcase/40-most-notable-big-name-brands-that-are-using-wordpress/\" title=\"40+ Most Notable Big Name Brands that are Using WordPress\">top brands using WordPress</a>. That’s because WordPress is extremely flexible and easy to use. </p>\n<p>However, you will need to make sure that you are using the right platform. Often people get confused between <a href=\"http://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/\" title=\"WordPress.com vs WordPress.org – Which is Better? (Comparison Chart)\">WordPress.com vs WordPress.org</a>. You need to use WordPress.org to get all the features of WordPress.</p>\n<p>To get started, you will need a domain name and <a href=\"http://www.wpbeginner.com/wordpress-hosting/\" title=\"How to Choose the Best WordPress Hosting?\">WordPress hosting</a>. </p>\n<p>We recommend using <a href=\"http://www.wpbeginner.com/refer/bluehost/\" target=\"_blank\" title=\"Bluehost\" rel=\"nofollow\">Bluehost</a> for web hosting. They are one of the largest hosting companies in the world and an official WordPress recommended hosting partner. Best part is that WPBeginner users get a free domain name.</p>\n<p>After purchasing hosting, the next step is to <a href=\"http://www.wpbeginner.com/how-to-install-wordpress/\" title=\"How to Install WordPress – Complete WordPress Installation Tutorial\">install WordPress</a>. Follow our guide on <a href=\"http://www.wpbeginner.com/guides/\" title=\"Ultimate Guide: How to Make a Website in 2017 – Step by Step Guide (Free)\">how to make a website</a> with step by step instructions. </p>\n<p>Next, you need to install a WordPress theme. Select a theme from our expert pick below and follow the instructions in our <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/\" title=\"Beginners Guide: How to Install a WordPress Theme\">how to install a WordPress theme</a> guide. </p>\n<p>Now that we’re ready, let’s check out some of the best WordPress themes for crossfit and fitness websites. This list contains both free and paid themes, and all of them are mobile responsive. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-gym/\" target=\"_blank\" title=\"MojoMarketplace Gym\" rel=\"nofollow\">1. Gym</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-gym/\" target=\"_blank\" title=\"MojoMarketplace Gym\" rel=\"nofollow\"><img title=\"Gym\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/gym.jpg\" alt=\"Gym\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44941\" /></a></p>\n<p>Gym is modern WordPress theme designed specifically for gyms, crossfit, and fitness training businesses. It comes with a built-in timetable section allowing you to easily manage schedules, classes, and training sessions. It also includes an activity section where you can add different activities. </p>\n<p>It is a highly flexible WordPress theme with tons of options, multiple layouts, custom widgets, sidebars, and unlimited colors. It is WooCommerce ready, so you can <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-start-an-online-store/\" title=\"How to Start an Online Store in 2017 (Step by Step)\">add an online store</a> to your website. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/teslathemes-sportify/\" target=\"_blank\" title=\"TeslaThemes Sportify\" rel=\"nofollow\">2. Sportify</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/teslathemes-sportify/\" target=\"_blank\" title=\"TeslaThemes Sportify\" rel=\"nofollow\"><img title=\"Sportify\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/sportify.jpg\" alt=\"Sportify\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44943\" /></a></p>\n<p>Sportify WordPress theme comes with everything you’d need for your crossfit, gym, or fitness website. It includes built-in sections to easily add services, testimonials, team members, calendar, and more. All sections have beautiful templates that you can easily customize. </p>\n<p>It also includes shortcodes to easily add call to action buttons, <a href=\"http://www.wpbeginner.com/plugins/how-to-add-beautiful-pricing-tables-in-wordpress-no-coding-required/\" title=\"How to Add Beautiful Pricing Tables in WordPress (No Coding Required)\">pricing tables</a>, tabbed content, and more. Theme setup is quite easy with a simpler theme options panel. It ships with a <a href=\"http://www.wpbeginner.com/best-wordpress-slider/\" title=\"Which is the Best WordPress Slider? Performance + Quality Compared\">powerful slider plugin</a> and full WooCommerce support. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-crossfit/\" target=\"_blank\" title=\"MojoMarketplace Crossfit\" rel=\"nofollow\">3. Crossfit</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-crossfit/\" target=\"_blank\" title=\"MojoMarketplace Crossfit\" rel=\"nofollow\"><img title=\"Crossfit\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/mojo-crossfit.jpg\" alt=\"Crossfit\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44945\" /></a></p>\n<p>As the name suggests, Crossfit is a WordPress theme for gyms, health and fitness websites. It includes easy to manage sections to add instructors, classes, locations, and more. It also has an Ajax powered schedule which allows you to show different classes and training sessions. </p>\n<p>Theme set up is quite easy, and it also has a 1-click demo content installer. It has many flexible customization options to upload your own logo, choose custom colors, or change fonts with 600+ <a href=\"http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/\" title=\"How to Add Google Web Fonts in WordPress Themes the “Right” way\">Google Fonts</a>. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/cssigniter-olympic/\" target=\"_blank\" title=\"Olympic\" rel=\"nofollow\">4. Olympic</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/cssigniter-olympic/\" target=\"_blank\" title=\"Olympic\" rel=\"nofollow\"><img title=\"Olympic\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/olympic.jpg\" alt=\"Olympic\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44947\" /></a> </p>\n<p>Olympic is a stylish WordPress theme for crossfit, gyms, and fitness businesses. It ships with an <a href=\"http://www.wpbeginner.com/plugins/which-is-the-best-wordpress-calendar-plugin/\" title=\"Which is the Best WordPress Calendar Plugin?\">events calendar plugin</a> to easily manage your fitness classes, schedules, and events. It also has services, team members, sliders, and galleries sections. </p>\n<p>Theme setup is quite simple. The homepage uses a widgetized layout, so you would just drag and drop content widgets to set it up. It also has custom widgets for social profiles, <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-display-recent-tweets-in-wordpress-with-twitter-widgets/\" title=\"How to Display Recent Tweets in WordPress with Twitter Widgets\">Twitter</a>, and <a href=\"http://www.wpbeginner.com/plugins/how-to-display-instagram-photos-in-wordpress-sidebar-widget/\" title=\"How to Display Instagram Photos in WordPress Sidebar Widget\">Instagram</a>. It also supports all <a href=\"http://www.wpbeginner.com/beginners-guide/best-drag-and-drop-page-builders-for-wordpress/\" title=\"5 Best Drag and Drop WordPress Page Builders Compared (2017)\">popular page builder plugins</a> out of the box. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-gymmy/\" target=\"_blank\" title=\"MojoMarketplace Gymmy\" rel=\"nofollow\">5. Gymmy</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-gymmy/\" target=\"_blank\" title=\"MojoMarketplace Gymmy\" rel=\"nofollow\"><img title=\"Gymmy\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/gymmy.jpg\" alt=\"Gymmy\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44950\" /></a></p>\n<p>Gymmy is a WordPress website for trendy gym, crossfit, and fitness websites. It includes a <a href=\"http://www.wpbeginner.com/plugins/5-best-wordpress-appointment-and-booking-plugins/\" title=\"5 Best WordPress Appointment and Booking Plugins\">booking management system</a> allowing guests to book appointments. It has multiple layout choices allowing you to create unique homepage layout or landing pages. To make it even more easier, it ships with premium page builder and slider plugins. </p>\n<p>It is <a href=\"http://www.wpbeginner.com/wp-themes/find-translate-translation-ready-wordpress-theme/\" title=\"How to Find and Translate a Translation Ready WordPress Theme\">translation ready</a> and can be used to <a href=\"http://www.wpbeginner.com/plugins/how-to-create-a-multilingual-wordpress-site-with-wpml/\" title=\"How to Create a Multilingual WordPress Site with WPML\">create multilingual websites using WPML</a>. It also supports WooComemrce out of the box. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/themify-landing/\" target=\"_blank\" title=\"Themify Landing\" rel=\"nofollow\">6. Landing</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/themify-landing/\" target=\"_blank\" title=\"Themify Landing\" rel=\"nofollow\"><img title=\"Landing\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/landing.jpg\" alt=\"Landing\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44951\" /></a></p>\n<p>Landing is a modern multi-purpose WordPress theme designed to create one-page websites. It is super flexible and comes with multiple ready to use pages that you can install with 1-click. It has multiple header styles, events section, portfolio, and <a href=\"http://www.wpbeginner.com/plugins/best-wordpress-ecommerce-plugins-compared/\" title=\"5 Best WordPress Ecommerce Plugins Compared – 2017\">eCommerce support</a>. </p>\n<p>Other features include <a href=\"http://www.wpbeginner.com/wp-tutorials/ultimate-guide-to-using-mailchimp-and-wordpress/\" title=\"Ultimate Guide to Using MailChimp and WordPress\">MailChimp integration</a>, theme options panel, parallax background, video background, and <a href=\"http://www.wpbeginner.com/refer/themify-builder/\" target=\"_blank\" title=\"Themify Builder\" rel=\"nofollow\">Themify Builder</a>. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/wpzoom-energy/\" target=\"_blank\" title=\"WPZoom Energy\" rel=\"nofollow\">7. Energy</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/wpzoom-energy/\" target=\"_blank\" title=\"WPZoom Energy\" rel=\"nofollow\"><img title=\"Energy\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/07/energy.jpg\" alt=\"Energy\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44952\" /></a> </p>\n<p>Energy is a WordPress theme designed specifically for crossfit gyms, fitness centers, and sports venues. It features a full-width slider on the homepage followed by your most important content. </p>\n<p>It includes two header styles, page templates, <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/\" title=\"How to Create an Image Gallery in WordPress\">photo gallery</a>, testimonials template, and a <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-create-a-separate-page-for-blog-posts-in-wordpress/\" title=\"How to Create a Separate Page for Blog Posts in WordPress\">blog section</a>. It allows you to choose your own colors and has an easy to use theme options panel to help you setup. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-fitness/\" target=\"_blank\" title=\"MojoMarketplace Fitness\" rel=\"nofollow\">8. Fitness</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-fitness/\" target=\"_blank\" title=\"MojoMarketplace Fitness\" rel=\"nofollow\"><img title=\"Fitness\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/fitness.jpg\" alt=\"Fitness\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44955\" /></a></p>\n<p>Fitness is a modern and stylish WordPress theme for gyms, fitness centers, crossfit, and sports websites. It features a beautifully crafted homepage with visually stunning animations and parallax effects. It offer flexible options for different layouts, headers, templates, and more. </p>\n<p>You will also get a free page builder and slider plugin to create your own unique layouts as needed. Other notable features include WooCommerce support, team members, time table, <a href=\"http://www.wpbeginner.com/best-wordpress-photo-gallery-plugins/\" title=\"Which is the Best WordPress Photo Gallery Plugin? (Performance + Quality Compared)\">photo galleries</a>, custom widgets, etc. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/templatemonster-fitpress/\" target=\"_blank\" title=\"TemplateMonster Fitpress\" rel=\"nofollow\">9. Fitpress</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/templatemonster-fitpress/\" target=\"_blank\" title=\"TemplateMonster Fitpress\" rel=\"nofollow\"><img title=\"Fitpress\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/fitpress.jpg\" alt=\"Fitpress\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44958\" /></a></p>\n<p>Fitpress is another flexible WordPress theme for gyms, fitness, and health websites. It includes a time table plugin with a calendar widget, which allows you to easily display class schedules and events. It can be used to create <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/\" title=\"How to Easily Create a Multilingual WordPress Site\">multilingual websites</a> and can be easily translated. </p>\n<p>It comes with its own set of companion plugins that you can activate to add new features to your website. It also has a fully integrated drag and drop page builder. All theme options can be easily setup using the live theme customizer. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/arraythemes-atomic/\" target=\"_blank\" title=\"ArrayThemes Atomic\" rel=\"nofollow\">10. Atomic</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/arraythemes-atomic/\" target=\"_blank\" title=\"ArrayThemes Atomic\" rel=\"nofollow\"><img title=\"Atomic\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/07/atomic.jpeg\" alt=\"Atomic\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44960\" /></a></p>\n<p>Atomic is a multi-purpose WordPress theme that can be easily repurposed for a gym, crossfit, or sports website. It features a customizable header with different color schemes. The main feature of theme is its portfolio section which you can convert into an activities section. Each item in portfolio comes with its own stylish template where you can add as much details as you want. </p>\n<p>Your users would love the <a href=\"http://www.wpbeginner.com/plugins/how-to-add-awesome-typography-in-wordpress-with-typekit/\" title=\"How to add Awesome Typography in WordPress with Typekit\">beautiful typography</a>, gorgeous images, and an elegant display on mobile devices. Atomic is easy to setup and comes with theme setup dashboard included. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/themefuse-inshape/\" target=\"_blank\" title=\"In Shape\" rel=\"nofollow\">11. In Shape</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/themefuse-inshape/\" target=\"_blank\" title=\"In Shape\" rel=\"nofollow\"><img title=\"In Shape\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/inshape.jpg\" alt=\"In Shape\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44962\" /></a> </p>\n<p>In Shape is a modern WordPress theme for personal trainers, gyms, and sports websites. It features a polished professional look with beautiful slider and parallax effects. It includes workout page templates, unlimited color choices, multiple header and menu styles. </p>\n<p>Inside you will also find an integrated drag and drop page builder, <a href=\"http://www.wpbeginner.com/wp-themes/display-different-sidebar-for-each-post-and-page-for-wordpress/\" title=\"How to Display Different Sidebar for Each Post and Page in WordPress\">unlimited sidebars</a>, multiple layout choices, several custom widgets, and a lot more. </p>\n<h4><a href=\"https://wordpress.org/themes/fitspiration/\" target=\"_blank\" title=\"Fitspiration\" rel=\"nofollow\">12. Fitspiration</a></h4>\n<p><a href=\"https://wordpress.org/themes/fitspiration/\" target=\"_blank\" title=\"Fitspiration\" rel=\"nofollow\"><br />\n<img title=\"Fitspiration\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/fitspiration.jpg\" alt=\"Fitspiration\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44963\" /></a></p>\n<p>Fitspiration is a free WordPress theme perfect for fitness bloggers, crossfit, and sports blogs. It includes a ‘Classes’ page template which allows you to show classes you offer by adding an <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/\" title=\"How to Create an Image Gallery in WordPress\">image gallery</a>.</p>\n<p>It uses a masonry layout to display <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-display-recent-posts-in-wordpress/\" title=\"How to Display Recent Posts in WordPress\">recent posts</a> with an optional slider on top. All theme options can be setup with live theme customizer.</p>\n<h4><a href=\"http://www.wpbeginner.com/refer/templatemonster-active-sports/\" target=\"_blank\" title=\"TemplateMonster Active Sports\" rel=\"nofollow\">13. Active Sports</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/templatemonster-active-sports/\" target=\"_blank\" title=\"TemplateMonster Active Sports\" rel=\"nofollow\"><img title=\"Active Sports\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/activesports.jpg\" alt=\"Active Sports\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44969\" /></a></p>\n<p>Active Sports is a WordPress theme for adventure, sports, and crossfit websites. It features a <a href=\"http://www.wpbeginner.com/plugins/how-to-add-youtube-video-as-fullscreen-background-in-wordpress/\" title=\"How to Add YouTube Video as Fullscreen Background in WordPress\">fullscreen video background</a> on top with a welcome message and a call to action button. Theme homepage also utilizes beautiful parallax effects and <a href=\"http://www.wpbeginner.com/plugins/how-to-easily-add-css-animations-in-wordpress/\" title=\"How to Easily Add CSS Animations in WordPress\">CSS animations</a>. </p>\n<p>It also includes a portfolio and blog section, 80+ shortcodes, <a href=\"http://www.wpbeginner.com/plugins/how-to-create-a-filterable-portfolio-in-wordpress/\" title=\"How to Create a Filterable Portfolio in WordPress\">filterable portfolio</a>, and multilingual support. </p>\n<h4><a href=\"https://wordpress.org/themes/vw-fitness/\" target=\"_blank\" title=\"VW Fitness\" rel=\"nofollow\">14. VW Fitness</a></h4>\n<p><a href=\"https://wordpress.org/themes/vw-fitness/\" target=\"_blank\" title=\"VW Fitness\" rel=\"nofollow\"><img title=\"VW Fitness\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/vwfitness.jpg\" alt=\"VW Fitness\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44970\" /></a> </p>\n<p>VW Fitness is a free WordPress theme designed for gyms, fitness, and weight training websites. It includes a banner section, testimonials section, appointment form section, call to action button, and social media buttons.</p>\n<p>All theme options can be easily setup using live theme customizer. It has a limited slider for the homepage. More features can be added to the theme using <a href=\"http://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/\" title=\"24 Must Have WordPress Plugins for Business Websites in 2017\">third party WordPress plugins</a>. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/teslathemes-locales/\" target=\"_blank\" title=\"TeslaThemes Locales\" rel=\"nofollow\">16. Locales</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/teslathemes-locales/\" target=\"_blank\" title=\"TeslaThemes Locales\" rel=\"nofollow\"><img title=\"Locales\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/locales.jpg\" alt=\"Locales\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44971\" /></a></p>\n<p>Want to build your own directory of local gyms, fitness training, and adventure events? Locales is a WordPress theme that allows you to build a <a href=\"http://www.wpbeginner.com/plugins/best-directory-plugins-for-wordpress/\" title=\"5 Best WordPress Business Directory Plugins\">local directory of businesses</a> and places. It comes with handy locations maps that users can filter by different location types. </p>\n<p>It has built-in form where users can submit their own listings, add listings to favorites, and manage their places from your WordPress site. It also includes different page templates, blog section, social media integration, and tons of customization options. </p>\n<h4><a href=\"https://wordpress.org/themes/pranayama-yoga/\" target=\"_blank\" title=\"Pranayama Yoga\" rel=\"nofollow\">17. Pranayama Yoga</a></h4>\n<p><a href=\"https://wordpress.org/themes/pranayama-yoga/\" target=\"_blank\" title=\"Pranayama Yoga\" rel=\"nofollow\"><img title=\"Pranayama Yoga\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/yoga.jpg\" alt=\"Pranayama Yoga\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44972\" /></a> </p>\n<p>Pranayama Yoga is a free WordPress theme for yoga and health related websites. It features a simple spacious layout with bright colors. It includes custom menu, a welcome banner, about, courses, trainer, and testimonial sections. </p>\n<p>It has four footer widget areas and a right sidebar with four custom widgets. All theme options can be set up using the live theme customizer, and you can see a live preview of your website while making changes. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/wpzoom-inspiro/\" target=\"_blank\" title=\"WPZoom Inspiro\" rel=\"nofollow\">18. Inspiro</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/wpzoom-inspiro/\" target=\"_blank\" title=\"WPZoom Inspiro\" rel=\"nofollow\"><img title=\"Inspiro\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/07/inspiro.jpg\" alt=\"Inspiro\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44974\" /></a></p>\n<p>Want to use videos to inspire your customers? Inspiro is a multipurpose WordPress theme with beautiful fullscreen video background, <a href=\"http://www.wpbeginner.com/plugins/x-best-youtube-video-gallery-plugins-for-wordpress/\" title=\"9 Best YouTube Video Gallery Plugins for WordPress\">video gallery</a>, and a lightbox popup to view videos. It also includes a powerful portfolio section that you can use to showcase your gym inspiration, fitness videos, or photo galleries. </p>\n<p>It includes four uniquely designed templates and a drag and drop page builder to create your own layouts. It is easy to customize and comes with a powerful theme options panel. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/cssigniter-flevr/\" target=\"_blank\" title=\"Flevr\" rel=\"nofollow\">19. Flevr</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/cssigniter-flevr/\" target=\"_blank\" title=\"Flevr\" rel=\"nofollow\"><img title=\"Flevr\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/flevr.jpg\" alt=\"Flevr\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44975\" /></a></p>\n<p>Flevr is a highly customizable WordPress multipurpose theme for all kind of business websites. It features a clean white <a href=\"http://www.wpbeginner.com/showcase/best-tutorials-to-master-wordpress-navigation-menus/\" title=\"15 Best Tutorials to Master WordPress Navigation Menus\">navigation menu</a> on top of a fullscreen background image with welcome message and a call to action button. The homepage uses a widgetized layout, which allows you to just drag and drop content widgets to create your homepage. </p>\n<p>It also uses parallax effects on the homepage to create a visually stunning user experience. It includes multiple color choices, page templates, social media widgets, content discovery widgets, and beautiful slider. </p>\n<h4><a href=\"https://wordpress.org/themes/good-health/\" target=\"_blank\" title=\"Good Health\" rel=\"nofollow\">20. Good Health</a></h4>\n<p><a href=\"https://wordpress.org/themes/good-health/\" target=\"_blank\" title=\"Good Health\" rel=\"nofollow\"><img title=\"Good Health\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/goodhealth.jpg\" alt=\"Good Health\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44976\" /></a> </p>\n<p>Good Health is a free WordPress theme designed for health and fitness websites, blogs, and gyms. It includes the ability to display your local business information in the header. It also has an alternative home page template which you can use as another landing page for your social or <a href=\"http://www.wpbeginner.com/beginners-guide/lead-generation-in-wordpress/\" title=\"How to Do Lead Generation in WordPress Like a Pro\">lead generation</a> campaigns.</p>\n<p>It uses a masonry layout to display your blog posts on the homepage with post format support. Theme setup is quite pain-free and can be easily customized with the live customizer. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/templatemonster-ironmass/\" target=\"_blank\" title=\"TemplateMonster IronMass\" rel=\"nofollow\">21. IronMass</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/templatemonster-ironmass/\" target=\"_blank\" title=\"TemplateMonster IronMass\" rel=\"nofollow\"><img title=\"IronMass\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/ironmass.jpg\" alt=\"IronMass\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44979\" /></a></p>\n<p>Using a red and black color scheme, IronMass is a uniquely designed WordPress theme for weight training, crossfit, and bodybuilding websites. It includes a built-in appointment manager and a fully integrated drag and drop page builder. </p>\n<p>Inside you will also find a time table plugin, custom widgets for social media, <a href=\"http://www.wpbeginner.com/plugins/how-to-add-your-opening-hours-in-wordpress/\" title=\"Beginner’s Guide on How to Add Business Hours in WordPress\">business hours</a>, and locations, and multiple page templates. It can be easily edited using the page builder or the live theme customizer. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/arraythemes-candid/\" target=\"_blank\" title=\"ArrayThemes Candid\" rel=\"nofollow\">22. Candid</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/arraythemes-candid/\" target=\"_blank\" title=\"ArrayThemes Candid\" rel=\"nofollow\"><img title=\"Candid\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/candid.jpg\" alt=\"Candid\" width=\"550\" height=\"340\" class=\"alignnone size-full wp-image-44980\" /></a></p>\n<p>Want to tell your fitness story through images and <a href=\"http://www.wpbeginner.com/plugins/17-best-wordpress-plugins-for-photographers/\" title=\"17 Best WordPress Plugins for Photographers\">photography</a>? Check out Candid. It is a beautifully crafted WordPress theme with minimalist design and gorgeous image galleries. It includes a portfolio section, beautiful photo galleries, and crisp typography. </p>\n<p>You will also like how elegantly it adjusts itself on mobile devices. It has a pain-free setup process and even includes a theme setup guide, so you can get online within minutes. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-strong/\" target=\"_blank\" title=\"MojoMarketplace Strong\" rel=\"nofollow\">23. Strong</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-strong/\" target=\"_blank\" title=\"MojoMarketplace Strong\" rel=\"nofollow\"><img title=\"Strong\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/strong.jpg\" alt=\"Strong\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44986\" /></a></p>\n<p>Strong is another great choice for gyms, crossfit, and fitness training websites. It is a highly flexible WordPress theme featuring a modern layout with bold colors. It includes an easier theme setup with drag and drop options. </p>\n<p>Inside you will find 1-click demo installer, social media integration, custom logo upload, multilingual support, and a shortcode generator. It also includes beautiful templates for homepage, blog, and <a href=\"http://enviragallery.com/\" target=\"_blank\" title=\"Envira Gallery\">photo galleries</a>. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/artisanthemes-indigo/\" target=\"_blank\" title=\"ArtisanThemes Indigo\" rel=\"nofollow\">24. Indigo</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/artisanthemes-indigo/\" target=\"_blank\" title=\"ArtisanThemes Indigo\" rel=\"nofollow\"><img title=\"Indigo\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/indigo.jpg\" alt=\"Indigo\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44981\" /></a></p>\n<p>Indigo is a super flexible WordPress theme to <a href=\"http://www.wpbeginner.com/start-a-wordpress-blog/\" title=\"Ultimate Guide: How to Start a WordPress Blog (Step by Step)\">start a blog</a> or any other kind of websites. It ships with several ready-made websites which you can install with one click. After that, you can just replace the content with your own and you are good to go. </p>\n<p>If you want to create your own layouts, then Indigo makes that easy too. It comes with ready to use modules that you can drag and drop on any page to create your own layouts. It includes beautiful typography, templates, sliders, and plenty of customization options. </p>\n<h4><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-energy/\" target=\"_blank\" title=\"MojoMarketplace Energy\" rel=\"nofollow\">25. Energy</a></h4>\n<p><a href=\"http://www.wpbeginner.com/refer/mojomarketplace-energy/\" target=\"_blank\" title=\"MojoMarketplace Energy\" rel=\"nofollow\"><img title=\"Energy\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/mojoenergy.jpg\" alt=\"Energy\" width=\"550\" height=\"344\" class=\"alignnone size-full wp-image-44983\" /></a> </p>\n<p>Energy is a WordPress theme for strength training, weight training, crossfit, and sports related businesses. It uses a black and yellow color scheme which gives it an impressive rusty feel. The homepage layout features a modern design with different sections appearing on screen with parallax and scroll effects. </p>\n<p>It includes a videos section, photo galleries, events, schedules, and workout programs section. It also includes custom widgets for Facebook, Twitter, Instagram, Flickr, and more. Users who like to build layouts will appreciate the premium drag and drop page builder shipped with the theme for free. </p>\n<p>We hope this article helped you find the best WordPress themes for crossfit, gyms, and fitness websites. You may also want to see our ultimate step by step <a href=\"http://www.wpbeginner.com/wordpress-seo/\" target=\"_blank\" title=\"Ultimate WordPress SEO Guide for Beginners (Step by Step)\" rel=\"nofollow\">WordPress SEO guide for beginners</a>. </p>\n<p>If you liked this article, then please subscribe to our <a href=\"http://youtube.com/wpbeginner?sub_confirmation=1\" title=\"WPBeginner on YouTube\" target=\"_blank\" rel=\"nofollow\">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href=\"http://twitter.com/wpbeginner\" title=\"WPBeginner on Twitter\" target=\"_blank\" rel=\"nofollow\">Twitter</a> and <a href=\"https://www.facebook.com/wpbeginner\" title=\"WPBeginner on Facebook\" target=\"_blank\" rel=\"nofollow\">Facebook</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/\">25 Best WordPress Themes for Crossfit</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to Display Most Popular Tags in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jul 2017 11:55:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:27:\"most popular tags wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:30:\"show popular tags in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"wordpress post tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"wordpress tag cloud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:35:\"wordpress tag cloud with post count\";s: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:5:{s:4:\"data\";s:14:\"wordpress tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.wpbeginner.com/?p=45033\";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:664:\"<p>Do you want to display the most popular tags used on your WordPress site? Tags and categories are the two default ways to sort your content in WordPress. Categories often get more exposure due to their broader scope, which gives tags a little less attention.… <strong><a href=\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/\">Read More »</a></strong></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/\">How to Display Most Popular Tags in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8657:\"<p>Do you want to display the most popular tags used on your WordPress site? Tags and categories are the two default ways to sort your content in WordPress. Categories often get more exposure due to their broader scope, which gives tags a little less attention. In this article, we will show you how to easily display your most popular tags in WordPress. </p>\n<p><img title=\"How to display most popular tags in WordPress\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/wppopulartags.png\" alt=\"How to display most popular tags in WordPress\" width=\"550\" height=\"340\" class=\"alignnone size-full wp-image-45043\" /></p>\n<h4>Why and When You Should Display Most Popular Tags in WordPress</h4>\n<p><a href=\"http://www.wpbeginner.com/beginners-guide/categories-vs-tags-seo-best-practices-which-one-is-better/\" title=\"Categories vs Tags – SEO Best Practices for Sorting your Content\">Categories and tags</a> are the two default <a href=\"http://www.wpbeginner.com/glossary/taxonomy/\" title=\"What is a Taxonomy in WordPress?\">taxonomies</a> to sort your articles in WordPress. Categories are used for broader topics or sections on your website while tags are well-suited to specific ideas within the context of your articles. </p>\n<p>Often beginners end up using them incorrectly, but there are easy tools which allow you to <a href=\"http://www.wpbeginner.com/plugins/how-to-merge-and-bulk-edit-categories-and-tags-in-wordpress/\" title=\"How to Merge and Bulk Edit Categories and Tags in WordPress\">merge categories and tags</a> and even convert them. </p>\n<p>Once you start using categories and tags correctly, you’ll likely have more tags on your website than categories. Due to their broader scope, you can put <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-add-topics-in-wordpress-navigation-menus/\" title=\"How to Add Topics in WordPress Navigation Menus\">categories in navigation menus</a>, but your tags may often remain less explored.</p>\n<p>One way to deal with this is by adding the default tag cloud widget by going to the <strong>Appearance » Widgets</strong> page, and add Tag Cloud widget to a sidebar. </p>\n<p><img title=\"Default tag cloud widget in WordPress\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/07/defaulttagcloud.png\" alt=\"Default tag cloud widget in WordPress\" width=\"550\" height=\"348\" class=\"alignnone size-full wp-image-45036\" /></p>\n<p>However, you will notice that the default tags widget will show all your tags alphabetically. You cannot rearrange their order or limit the number of tags to be displayed. </p>\n<p>You can solve this, by displaying the most popular or most often used tags on your WordPress site. </p>\n<p>This will allow your users to quickly get an idea on what topics are more frequently discussed on your site. It will also help them discover more content, which means more page views and user engagement. </p>\n<p>Now let’s take a look at how to easily display your most popular tags in WordPress. </p>\n<h4>1. Display Most Popular Tags in WordPress Using Plugin</h4>\n<p>This method is easier and recommended for most users. </p>\n<p>First thing you need to do is install and activate the <a href=\"https://wordpress.org/plugins/simple-tags/\" target=\"_blank\" title=\"Simple Tags\" rel=\"nofollow\">Simple Tags</a> plugin. For more details, see our step by step guide on <a href=\"http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/\" title=\"Step by Step Guide to Install a WordPress Plugin for Beginners\">how to install a WordPress plugin</a>.</p>\n<p>Upon activation, you need to visit <strong>Appearance » Widgets</strong> page and add ‘Tag Cloud (Simple Tags)’ widget to the sidebar. </p>\n<p><img title=\"Simple tag cloud settings\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/07/simpletagcloudsettings.png\" alt=\"Simple tag cloud settings\" width=\"550\" height=\"352\" class=\"alignnone size-full wp-image-45037\" /></p>\n<p>The widget will expand, and you will be able to see its settings. </p>\n<p>Here you can select the number of tags you want to display, font sizes, colors, etc. </p>\n<p>To display your tags by popularity, make sure you select count for ‘Order by for display tags’ and descending for ‘Order for display tags’ options. </p>\n<p>Don’t forget to click on the save button to store your widget settings. </p>\n<p>You can now visit your website to see your popular tags in action. </p>\n<p><img title=\"Simple popular tags cloud in WordPress\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/07/simpletagscloud.png\" alt=\"Simple popular tags cloud in WordPress\" width=\"550\" height=\"270\" class=\"alignnone size-full wp-image-45039\" /></p>\n<h4>Display Popular Tags in WordPress Manually</h4>\n<p>This method requires you to add code in your WordPress theme files. If you haven’t done this before, then please see our guide on <a href=\"http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/\" title=\"Beginner’s Guide to Pasting Snippets from the Web into WordPress\">how to copy and paste code in WordPress</a>. </p>\n<p>First, you need to add this code to your theme’s <a href=\"http://www.wpbeginner.com/glossary/functions-php/\" title=\"What is functions.php File in WordPress?\">functions.php</a> file or a <a href=\"http://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/\" title=\"What, Why, and How-To’s of Creating a Site-Specific WordPress Plugin\">site-specific plugin</a>. </p>\n<pre class=\"brush: php; title: ; notranslate\">\r\nfunction wpb_tag_cloud() { \r\n$tags = get_tags();\r\n$args = array(\r\n \'smallest\' => 10, \r\n \'largest\' => 22,\r\n \'unit\' => \'px\', \r\n \'number\' => 10, \r\n \'format\' => \'flat\',\r\n \'separator\' => " ",\r\n \'orderby\' => \'count\', \r\n \'order\' => \'DESC\',\r\n \'show_count\' => 1,\r\n \'echo\' => false\r\n); \r\n\r\n$tag_string = wp_generate_tag_cloud( $tags, $args );\r\n\r\nreturn $tag_string; \r\n\r\n} \r\n// Add a shortcode so that we can use it in widgets, posts, and pages\r\nadd_shortcode(\'wpb_popular_tags\', \'wpb_tag_cloud\'); \r\n\r\n// Enable shortcode execution in text widget\r\nadd_filter (\'widget_text\', \'do_shortcode\'); \r\n\r\n</pre>\n<p>This code simply generates the top 10 tags from your website in a cloud with number of posts in each tag. After that it creates a <a href=\"http://www.wpbeginner.com/glossary/shortcodes/\" title=\"What is Shortcode in WordPress?\">shortcode</a> <code>wpb_popular_tags</code> and <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/\" title=\"How to Use Shortcodes in your WordPress Sidebar Widgets\">enables shortcode in text widget</a>. </p>\n<p>You can now add shortcode <code>[wpb_popular_tags]</code> in any post, page, or widget to display your most popular tags. </p>\n<p><img title=\"Popular tags with post count\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/07/poptagscount.png\" alt=\"Popular tags with post count\" width=\"550\" height=\"210\" class=\"alignnone size-full wp-image-45046\" /></p>\n<p>Want to style your tags differently? Check out our guide on <a href=\"http://www.wpbeginner.com/wp-themes/how-to-style-tags-in-wordpress/\" title=\"How to Style Tags in WordPress\">how to style tags in WordPress</a> for detailed instructions and example. </p>\n<p>We hope this article helped you learn how to display most popular tags in WordPress. You may also want to see our list of <a href=\"http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/\" title=\"55+ Most Wanted WordPress Tips, Tricks, and Hacks\">most wanted WordPress tips, tricks, and hacks</a> for beginners. </p>\n<p>If you liked this article, then please subscribe to our <a href=\"http://youtube.com/wpbeginner?sub_confirmation=1\" title=\"WPBeginner on YouTube\" target=\"_blank\" rel=\"nofollow\">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href=\"http://twitter.com/wpbeginner\" title=\"WPBeginner on Twitter\" target=\"_blank\" rel=\"nofollow\">Twitter</a> and <a href=\"https://www.facebook.com/wpbeginner\" title=\"WPBeginner on Facebook\" target=\"_blank\" rel=\"nofollow\">Facebook</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/\">How to Display Most Popular Tags in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"How to Install and Setup WordPress Multisite Network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jul 2017 11:09: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:34:\"how to install wordpress multisite\";s: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:30:\"multisite network in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"wordpress multisite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.wpbeginner.com/?p=20409\";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:713:\"<p>Do you want to setup a WordPress multisite network? WordPress comes with a built-in capability to create multiple websites using the same WordPress install. In this article, we will show you how to install and setup a WordPress multisite network. Since this is a comprehensive… <strong><a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/\">Read More »</a></strong></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/\">How to Install and Setup WordPress Multisite Network</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25580:\"<p>Do you want to setup a WordPress multisite network? WordPress comes with a built-in capability to create multiple websites using the same WordPress install. In this article, we will show you how to install and setup a WordPress multisite network. </p>\n<p><img title=\"How to install and setup WordPress multisite network\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/06/wpmultisite-1.png\" alt=\"How to install and setup WordPress multisite network\" width=\"550\" height=\"340\" class=\"alignnone size-full wp-image-44913\" /></p>\n<p>Since this is a comprehensive article, we have added the table of contents for easier navigation: </p>\n<ul>\n<li><a href=\"#intro\">What is WordPress Multisite?</a></li>\n<li><a href=\"#multisitepros\">Pros of using a WordPress multisite network</a></li>\n<li><a href=\"#multisitecons\">Cons of using a WordPress multisite network</a></li>\n<li><a href=\"#whymultisite\">Who needs a WordPress multisite network?</a></li>\n<li><a href=\"#multisite-requirements\">Requirements for a WordPress multisite network</a></li>\n<li><a href=\"#domainstructure\">Choosing a domain structure for your multisite network</a></li>\n<li><a href=\"#wildcard-subdomains\">Setting up wildcard subdomains</a></li>\n<li><a href=\"#enable-mulitsite\">Enabling WordPress multisite network feature</a></li>\n<li><a href=\"#setup-multisite\">Setting up your WordPress multisite network</a></li>\n<li><a href=\"#network-settings\">Configuring network settings</a></li>\n<li><a href=\"#multisite-registration\">Opening your multisite network for registrations</a></li>\n<li><a href=\"#newsite-settings\">New site settings</a></li>\n<li><a href=\"#upload-settings\">Upload settings for your multisite network</a></li>\n<li><a href=\"#pluginmenu-settings\">Plugin menu settings</a></li>\n<li><a href=\"#addnewsites\">Adding new sites to your WordPress multisite network</a></li>\n<li><a href=\"#themesplugins\">Adding themes and plugins to your multisite network</a></li>\n<li><a href=\"#troubleshoot\">Troubleshooting WordPress multisite issues</a></li>\n</ul>\n<h4 id=\"intro\">What is WordPress Multisite?</h4>\n<p>A WordPress multisite network allows you to run and manage multiple WordPress sites from a single WordPress installation. </p>\n<p>You can create new sites instantly and manage them using the same username and password. You can even allow other users to signup and create their own blogs on your domain. </p>\n<p><strong id=\"multisitepros\">Pros of Using a WordPress Multisite Network</strong></p>\n<p>In many situations, a WordPress multisite network can be more useful than managing multiple standalone WordPress sites. Here are some of the advantages of using a WordPress multisite network: </p>\n<ol>\n<li>As the network administrator, you can easily manage multiple sites from a single dashboard.</li>\n<li>Each site on the network can have its own admins. The site admins will have the capabilities to manage only their own website.</li>\n<li>You can install plugins and themes and activate them for multiple sites with one download.</li>\n<li>Multisite network also makes it easier for you to manage updates. You only need to update your WordPress, plugins, or themes on one “master” install.</li>\n</ol>\n<p><strong id=\"multisitecons\">Cons of Using a WordPress Multisite Network</strong></p>\n<p>Creating a WordPress multisite network is not always as helpful in managing multiple sites. Here are some of the disadvantages of using a multisite network that you should keep in mind. </p>\n<ol>\n<li>All sites on the network share the same resources. This means that when your site is down, all other sites on the network go down as well.</li>\n<li>Managing server resources in case of unexpected traffic can be difficult for a beginner level user.</li>\n<li>If your website gets hacked, then this means all sites on your network will get hacked.</li>\n<li>Some WordPress plugins may not work well on a multisite network.</li>\n</ol>\n<h4 id=\"whymultisite\">Who Needs a WordPress Multisite Network?</h4>\n<p>Just because you manage multiple WordPress websites does not mean you need to start using a multisite network. </p>\n<p>There are third party tools like <a href=\"http://www.wpbeginner.com/refer/managewp/\" target=\"_blank\" title=\"ManageWP\" rel=\"nofollow\">ManageWP</a> or <a href=\"http://www.wpbeginner.com/refer/infinitewp/\" target=\"_blank\" title=\"InfiniteWP\" rel=\"nofollow\">InfiniteWP</a> that you can use to manage all your WordPress sites under one roof. </p>\n<p>Here are some example scenarios when creating a multisite network makes sense:</p>\n<ul>\n<li>A magazine website with different sections managed by different teams.</li>\n<li>A business website with sub-sites for different locations and branches.</li>\n<li>Government or non-profit websites can use WordPress multisite for different departments, locations, and regions.</li>\n<li>Your own network of blogs running on multiple subdomains.</li>\n<li>Schools and colleges allowing students to create their own blogs on school servers.</li>\n</ul>\n<h4 id=\"multisite-requirements\">Requirements for a WordPress Multisite Network</h4>\n<p>All websites on a WordPress multisite network share the same server resources. This means that the most important thing you will need is a <a href=\"http://www.wpbeginner.com/wordpress-hosting/\" title=\"How to Choose the Best WordPress Hosting?\">good WordPress hosting</a>.</p>\n<p>If you are planning on having just a couple of websites with low traffic, then you can probably get away with <a href=\"http://www.wpbeginner.com/the-truth-about-shared-wordpress-web-hosting/\" title=\"The Truth About Best Shared WordPress Web Hosting\">shared hosting</a>. </p>\n<p>However, due to the nature of multi-sites, you’d need <a href=\"http://www.wpbeginner.com/best-vps-hosting-compared/\" title=\"Do You Really Need a VPS? Best WordPress VPS Hosting Compared – 2017\">VPS hosting</a> or a dedicated server as your sites grow. </p>\n<p>We recommend <a href=\"http://www.wpbeginner.com/refer/bluehost/\" target=\"_blank\" title=\"Bluehost\" rel=\"nofollow\">Bluehost</a> because they offer both shared hosting and VPS/Dedicated servers, and they are also one of the official WordPress hosting partners.</p>\n<p>We’ve also worked with <a href=\"http://www.wpbeginner.com/refer/siteground/\" target=\"_blank\" title=\"SiteGround\" rel=\"nofollow\">SiteGround</a> and <a href=\"http://www.wpbeginner.com/refer/inmotionhosting/\" target=\"_blank\" title=\"InMotion Hosting\" rel=\"nofollow\">InMotion Hosting</a>, and they also provide excellent service.</p>\n<p>Apart from web hosting, you will need some basic knowledge of <a href=\"http://www.wpbeginner.com/how-to-install-wordpress/\" title=\"How to Install WordPress – Complete WordPress Installation Tutorial\">installing WordPress</a> and <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/\" title=\"How to use FTP to upload files to WordPress for Beginners\">editing files using FTP</a>.</p>\n<h4 id=\"domainstructure\">Choosing a Domain Structure for Your Multisite Network</h4>\n<p>On a WordPress multisite network, you can add new sites using either subdomains or sub-directories.</p>\n<p>http://site1.example.com<br />\nhttp://example.com/site1/</p>\n<p>If you choose subdomains, then you will have to configure wildcard subdomains on your server (we will show you how to do that later in this article).</p>\n<p>On the other hand, if you choose sub-directories or path based URLs for sites on your network, then the only thing you need to do is enable <a href=\"http://www.wpbeginner.com/wp-tutorials/seo-friendly-url-structure-for-wordpress/\" title=\"What is a SEO Friendly URL Structure in WordPress\">pretty permalinks</a> on your root site.</p>\n<h4 id=\"wildcard-subdomains\">Setting Up Wildcard Subdomains</h4>\n<p>If you decide to use subdomains for websites on your multisite network, then you will need to setup wildcard subdomains for your multisite network. </p>\n<p>To do that, first you need to login to your WordPress hosting account’s cPanel dashboard. Scroll down to the Domains section and then click on Subdomains. </p>\n<p><img title=\"Subdomains in cPanel dashboard\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/subdomains-cpanel.png\" alt=\"Subdomains in cPanel dashboard\" width=\"550\" height=\"244\" class=\"alignnone size-full wp-image-44884\" /></p>\n<p><strong>Note:</strong> Depending on your web hosting service, your cPanel dashboard may look slightly different than the screenshot above. This screenshot is from the cPanel on <a href=\"http://www.wpbeginner.com/hosting/bluehost/\" title=\"Bluehost\">Bluehost</a>.</p>\n<p>On the next screen, you need to enter the * sign in the subdomain field and select your main domain from the drop down menu. </p>\n<p><img title=\"Adding wildcard subdomain\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/wildcard-subdomain.png\" alt=\"Adding wildcard subdomain\" width=\"550\" height=\"293\" class=\"alignnone size-full wp-image-44885\" /></p>\n<p>Cpanel will automatically detect the document root and will display it in the field below. Now click on the ‘Create’ button to add your wildcard subdomain.</p>\n<h4 id=\"enable-mulitsite\">Enabling WordPress Multisite Network Feature</h4>\n<p>Multisite Network feature comes built-in with each WordPress install. All you need to do is <a href=\"http://www.wpbeginner.com/how-to-install-wordpress/\" title=\"How to Install WordPress – Complete WordPress Installation Tutorial\">install and setup WordPress</a> like you normally would. After that, you just need to enable the multisite feature.</p>\n<p>You can also enable multisite feature on any existing WordPress site. Before you enable multisite, don’t forget to create a <a href=\"http://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/\" title=\"7 Best WordPress Backup Plugins Compared (Pros and Cons)\">complete backup of your WordPress site</a>.</p>\n<p>To enable Multisite, connect to your site using a <a href=\"http://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/\" title=\"6 Best FTP Clients for Mac and Windows WordPress Users\">FTP client</a> or cPanel file manager, and open the <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/\" title=\"How to Edit wp-config.php File in WordPress\">wp-config.php file</a> for editing.</p>\n<p>You need to add the following code to your wp-config.php file just before the <em>/* That’s all, stop editing! Happy blogging. */</em> line.</p>\n<pre class=\"brush: php; title: ; notranslate\">\r\n/* Multisite */\r\ndefine( \'WP_ALLOW_MULTISITE\', true );\r\n</pre>\n<p>Now save and upload your wp-config.php file back to the server. </p>\n<p>This code simply enables multisite feature on your WordPress site. You would still need to setup multisite, and how you want to use it. </p>\n<h4 id=\"setup-multisite\">Setting up Your WordPress Multisite Network</h4>\n<p>Now that you have successfully enabled the Multisite Network feature on your WordPress site, it is time to set up your network. </p>\n<p>Before you do that, you will need to deactivate all plugins on your WordPress site. </p>\n<p>Visit <strong>Plugins » Installed Plugins</strong> page and select all plugins. From ‘Bulk Actions’ drop down menu select ‘Deactivate’ and then click on the ‘Apply’ button. </p>\n<p><img title=\"Deactivate all plugins\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/06/deactivateplugins.png\" alt=\"Deactivate all plugins\" width=\"550\" height=\"334\" class=\"alignnone size-full wp-image-44886\" /></p>\n<p>You can now head over to <strong>Tools » Network Setup</strong> page to configure your multisite network.</p>\n<p><img title=\"WordPress multisite network setup\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/networksetup.png\" alt=\"WordPress multisite network setup\" width=\"550\" height=\"393\" class=\"alignnone size-full wp-image-44888\" /></p>\n<p>On the network setup screen, you will see a notice that you need Apache’s mod_rewrite module installed on your server. This module is installed and enabled on all <a href=\"http://www.wpbeginner.com/wordpress-hosting/\" title=\"How to Choose the Best WordPress Hosting?\">best WordPress hosting providers</a>.</p>\n<p>The next thing you need to do is to tell WordPress what kind of domain structure you will be using for sites in your network, e.g. Subdomains or Sub-directories. </p>\n<p>After that you would need to provide a title for your network and make sure that the email address in the Network admin email is correct. </p>\n<p>Lastly, click on the install button to continue.</p>\n<p>WordPress will now show you some code that you need to add to your <a href=\"http://www.wpbeginner.com/glossary/wp-config-php/\" title=\"What is wp-config.php file in WordPress?\">wp-config.php</a> and <a href=\"http://www.wpbeginner.com/glossary/htaccess/\" title=\"What is .htaccess file in WordPress?\">.htaccess file</a>.</p>\n<p><img title=\"Add code to wp-config and .htaccess files\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/networksetup2.png\" alt=\"Add code to wp-config and .htaccess files\" width=\"550\" height=\"424\" class=\"alignnone size-full wp-image-44889\" /></p>\n<p>Use your FTP client or file manager cPanel to copy and paste the code in these two files.</p>\n<p>After that you will need to login to your WordPress site again. </p>\n<h4 id=\"network-settings\">Configuring Network Settings</h4>\n<p>Now that you have setup the multisite network, it is time to configure network settings. </p>\n<p>To do that, you need to switch to the ‘Network Dashboard’ to change network settings, add new sites, and configure other settings. </p>\n<p>When you take your mouse over to the ‘My Sites’ menu in the admin toolbar, a flydown popup will appear. Click on the <strong>Network Admin » Dashboard</strong>.</p>\n<p><img title=\"Network admin dashboard\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/06/networkadmin.png\" alt=\"Network admin dashboard\" width=\"550\" height=\"256\" class=\"alignnone size-full wp-image-44890\" /></p>\n<p>You will notice that there are new menu items to manage your multisite network. You will also see a dashboard widget allowing you to create new site and add new users.</p>\n<p><img title=\"Network dashboard\" src=\"http://cdn.wpbeginner.com/wp-content/uploads/2017/06/networkdashboard.png\" alt=\"Network dashboard\" width=\"550\" height=\"338\" class=\"alignnone size-full wp-image-44891\" /></p>\n<p>To configure network settings, click on the ‘Settings’ link in the admin sidebar. </p>\n<p>The first option on network settings page is to set your site title and admin email address. These fields will be filled with the network title and admin email you entered during setup.</p>\n<p><img title=\"Network settings\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/netsettings.png\" alt=\"Network settings \" width=\"550\" height=\"226\" class=\"alignnone size-full wp-image-44892\" /></p>\n<p><strong id=\"multisite-registration\">Opening Your Multisite Network for Registrations</strong></p>\n<p>The ‘Registration Settings’ section on the network settings screen is probably the most important setting in your network setup. </p>\n<p>By default, both user and site registrations are disabled on the network. </p>\n<p>You can choose to open your site for user registration, or allow existing users to create new sites, or allow both user and site registration.</p>\n<p><img title=\"WordPress multisite registration settings\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/registrationsettings.png\" alt=\"WordPress multisite registration settings\" width=\"550\" height=\"232\" class=\"alignnone size-full wp-image-44893\" /></p>\n<p>If you are opening your multisite network to registration, then you can check the box next to ‘Registration Notification’ option to receive email notifications every time a new user or site is registered.</p>\n<p>If you want to allow individual site administrators the ability to add new users on their sites, then you can check the box next to ‘Add New Users’ option.</p>\n<p><img title=\"Registration options\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/registeroptions.png\" alt=\"Registration options\" width=\"550\" height=\"293\" class=\"alignnone size-full wp-image-44894\" /></p>\n<p>Limited Email Registration option allows you to limit site or user registration to email addresses from specific domains. This is particularly useful if you only want to allow people from your own organization to register and create users or sites. </p>\n<p>Similarly, you can also ban certain domains from registration.</p>\n<p><strong id=\"newsite-settings\">New Site Settings</strong> </p>\n<p>The ‘New Site Settings’ section allows you to configure default options for new sites created on your network. You can modify the welcome emails and the contents of first default post, page, and comment.</p>\n<p><img title=\"New site settings\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/newsitesettings.png\" alt=\"New site settings\" width=\"550\" height=\"327\" class=\"alignnone size-full wp-image-44895\" /></p>\n<p><strong id=\"upload-settings\">Upload Settings for Your Multisite Network</strong> </p>\n<p>It is important for you to keep an eye on the usage of the server resources. Under the Upload Settings section, you can limit the total amount of space a site can use for uploads. </p>\n<p>The default value is 100 MB which is probably good for at least 100 photo uploads. You can increase or decrease this space depending on how much disk space you have.</p>\n<p><img title=\"Upload settings\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/uploadsettings.png\" alt=\"Upload settings \" width=\"550\" height=\"248\" class=\"alignnone size-full wp-image-44896\" /></p>\n<p>The default upload file types are images, audio, video, and pdf files. You can add additional file types if you want, e.g. doc docx odt. </p>\n<p>Lastly, you can choose a file size limit, so that users can’t upload insanely large files to the server.</p>\n<p><strong id=\"pluginmenu-settings\">Plugin Menu Settings</strong></p>\n<p>Under the menu settings, you will find the option to enable administrative menu for the plugins section on the network sites. </p>\n<p>Enabling this will show plugins menu to respective site admins. They can activate or deactivate a plugin on their individual sites, but they cannot install new plugins.</p>\n<p><img title=\"Show or hide plugins menu to site admins\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/pluginmenu.png\" alt=\"Show or hide plugins menu to site admins\" width=\"550\" height=\"191\" class=\"alignnone size-full wp-image-44897\" /></p>\n<h4 id=\"addnewsites\">Adding New Sites to Your WordPress Multisite Network</h4>\n<p>To add a new site to your WordPress multisite, simply click on Sites under <strong>My Sites » Network Admin</strong> menu in the admin toolbar.</p>\n<p><img title=\"Adding new sites to your WordPress multisite network\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/addsites.png\" alt=\"Adding new sites to your WordPress multisite network\" width=\"550\" height=\"199\" class=\"alignnone size-full wp-image-44898\" /></p>\n<p>This will show you a list of sites on your current multisite installation. By default, you have your primary site listed as the only site in your WordPress Multisite network. </p>\n<p>To add a new site, click on the Add New button at the top.</p>\n<p><img title=\"Add new site\" src=\"http://cdn3.wpbeginner.com/wp-content/uploads/2017/06/addnewsite.png\" alt=\"Add new site\" width=\"550\" height=\"274\" class=\"alignnone size-full wp-image-44899\" /></p>\n<p>On the ‘Add New Site’ page, you need to provide the site’s address. You don’t need to type the full address, just the part you want to use as subdomain or sub-directory. </p>\n<p>After that provide a site title, and add the site admin’s email address.</p>\n<p><img title=\"Adding new site details\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/newsitepage.png\" alt=\"Adding new site details\" width=\"550\" height=\"350\" class=\"alignnone size-full wp-image-44900\" /></p>\n<p>You can add an admin email address other than the one you are currently using to manage your multisite. </p>\n<p>If the email address is not currently in use by another user, then WordPress will create a new user and send the password and username to the email address you enter.</p>\n<p>Once you are done, click on the ‘Add Site’ button. </p>\n<p>A new site will be added to your multisite network. As the network admin, you will receive a new site registration email. </p>\n<p>If you created a new user, then that user will receive an email with instructions to set password and login. </p>\n<h4 id=\"themesplugins\">Adding Themes and Plugins to Your Multisite Network</h4>\n<p>By default, individual site administrators in a multisite network cannot install themes and plugins on their own. </p>\n<p>As the network admin, you can install plugins and themes and make those themes / plugins available to them. </p>\n<p>To add themes, go to <strong>My Sites » Network Admin » Themes</strong> page.</p>\n<p><img title=\"Installed themes on your WordPress multisite network\" src=\"http://cdn4.wpbeginner.com/wp-content/uploads/2017/06/installedthemes.png\" alt=\"Installed themes on your WordPress multisite network\" width=\"550\" height=\"337\" class=\"alignnone size-full wp-image-44901\" /></p>\n<p>Now you will see a list of currently installed themes on your WordPress multisite. You can make a theme available to other sites by clicking on ‘Enable Network’ under that theme. You can also disable a theme by clicking on Disable Network link under the theme.</p>\n<p>To add a new theme, you need to click on the ‘Add New’ button at the top and then <a href=\"http://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/\" title=\"Beginners Guide: How to Install a WordPress Theme\">install a theme</a> like you would normally do. </p>\n<p>Once the new theme is installed, you will be able to make it available to other sites on your network. </p>\n<p>Similarly, you can <a href=\"http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/\" title=\"How to Install a WordPress Plugin – Step by Step for Beginners\">install plugins</a> and network activate them by visiting <strong>My Sites » Network Admin » Plugins</strong> page. </p>\n<p><img title=\"Network activate plugins on a WordPress multisite\" src=\"http://cdn2.wpbeginner.com/wp-content/uploads/2017/06/networkactplugins.png\" alt=\"Network activate plugins on a WordPress multisite\" width=\"550\" height=\"321\" class=\"alignnone size-full wp-image-44902\" /></p>\n<p><strong>Note</strong>: If you have enabled Plugins Menu for site admins in the ‘Network Settings’, then site administrators can activate or deactivate installed plugins on their own.</p>\n<h4 id=\"troubleshoot\">Troubleshooting WordPress Multisite Issues</h4>\n<p>Most common issues occur due to incorrect configuration of wildcard subdomains. Make sure that your web host supports wildcard subdomains.</p>\n<p>Another common issue is that when using WordPress multisite with sub-directories, some users are unable to login to the admin area of their sites after they add the required code in wp-config.php file. To fix this, try replacing</p>\n<pre class=\"brush: php; title: ; notranslate\">define(\'SUBDOMAIN_INSTALL\', false);</pre>\n<p>line in wp-config.php file with</p>\n<pre class=\"brush: php; title: ; notranslate\">define(\'SUBDOMAIN_INSTALL\', \'false\');</pre>\n<p>One more issue that you may came across is not being able to find the users who registered but didn’t get the activation email. To fix this issue, see our guide on how to <a href=\"http://www.wpbeginner.com/plugins/how-to-find-pending-unconfirmed-users-in-wordpress/\" title=\"How to Find Pending Unconfirmed Users in WordPress\">find pending unconfirmed users in WordPress</a>. </p>\n<p>Later at some point you or another site owner may want to export a site from multisite to its own WordPress install. This can be easily done. For step by step instructions see our guide on how to <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-move-a-site-from-wordpress-multisite-to-single-install/\" title=\"How to Move a Site from WordPress Multisite to Single Install\">move a site from WordPress multisite to single install</a>. </p>\n<p>We hope this article helped you lean how to install and setup WordPress multisite network. You may also want to see our step by step <a href=\"http://www.wpbeginner.com/wordpress-security/\" title=\"The Ultimate WordPress Security Guide – Step by Step (2017)\">WordPress security guide</a> to protect and keep your WordPress multisite secure. </p>\n<p>If you liked this article, then please subscribe to our <a href=\"http://youtube.com/wpbeginner?sub_confirmation=1\" title=\"WPBeginner on YouTube\" target=\"_blank\" rel=\"nofollow\">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href=\"http://twitter.com/wpbeginner\" title=\"WPBeginner on Twitter\" target=\"_blank\" rel=\"nofollow\">Twitter</a> and <a href=\"https://www.facebook.com/wpbeginner\" title=\"WPBeginner on Facebook\" target=\"_blank\" rel=\"nofollow\">Facebook</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/\">How to Install and Setup WordPress Multisite Network</a> appeared first on <a rel=\"nofollow\" href=\"http://www.wpbeginner.com\">WPBeginner</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"116\";s: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:31:\"http://www.wpbeginner.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:13:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 09 Jul 2017 05:34:06 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:104:\"<http://www.wpbeginner.com/wp-json/>; rel=\"https://api.w.org/\", <http://wpbeg.in/2uRK2vQ>; rel=shortlink\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 07 Jul 2017 18:25:59 GMT\";s:4:\"etag\";s:34:\"\"c24b6f02fd4189673018dcf0411d3c0d\"\";s:14:\"x-sucuri-cache\";s:3:\"HIT\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:11:\"x-sucuri-id\";s:5:\"12010\";}}s:5:\"build\";s:14:\"20170709043456\";}','no'),(6921,'_transient_feed_mod_7f5e1782736d3f328734444c0ca8a918','1499578447','no'),(6923,'_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:114:\"WPTavern: Let’s Encrypt Passes 100 Million Certificates Issued, Will Offer Wildcard Certificates in January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2660:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/01/lock.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/550FJBDFSW\">Chris Anderson</a>\n<p>Let’s Encrypt, the free and open certificate authority that launched in 2016, has <a href=\"https://letsencrypt.org/2017/06/28/hundred-million-certs.html\" target=\"_blank\">issued more than 100 million certificates</a> as of June 2017 and is currently securing 47 million domains. Earlier this year, the web passed a major milestone of getting <a href=\"https://wptavern.com/more-than-50-of-web-traffic-is-now-encrypted\" target=\"_blank\">more than 50% of traffic encrypted</a>. Let’s Encrypt has been a major contributor to that percentage growing to nearly 58%.</p>\n<p>“When Let’s Encrypt’s service first became available, less than 40% of page loads on the Web used HTTPS,” ISRG Executive Director Josh Aas said. “It took the Web 20 years to get to that point. In the 19 months since we launched, encrypted page loads have gone up by 18%, to nearly 58%. That’s an incredible rate of change for the Web.”</p>\n<p>Aas also announced that <a href=\"https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html\" target=\"_blank\">wildcard certificates are coming to Let’s Encrypt in 2018</a>. Wildcard certificates allow a site to secure an unlimited number of subdomains with the same certificate.</p>\n<p>Currently, the process to get Let’s Encrypt working on a WordPress multisite installation is much more complicated than adding a certificate for a single domain. The <a href=\"https://wordpress.org/plugins/wp-encrypt/\" target=\"_blank\">WP Encrypt</a> plugin claims multisite and multi-network compatibility but super admins have often run into failure on networks with higher numbers of sites. Wildcard support for Let’s Encrypt will provide a better way to secure multisite networks.</p>\n<p>Let’s Encrypt will offer the wildcard certificates via the new <a href=\"https://letsencrypt.org/2017/06/14/acme-v2-api.html\" target=\"_blank\">ACME v2 API endpoint</a> and will start by supporting base domain validation via DNS with the possibility of adding other validation options in the future. ACME is the protocol that Let’s Encrypt developed to allow subscribers to acquire and manage certificates. Those using the v1 endpoint are encouraged to move to v2 as soon as it’s available in January 2018. The v2 protocol was developed to be an IETF (Internet Engineering Task Force) standard so that ACME can work with more certificate authorities in the future.</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, 07 Jul 2017 18:32:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:98:\"WPTavern: WangGuard Plugin Author Shuts Down Splog Hunting Service Due to Trauma and Death Threats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/wangguard-plugin-author-shuts-down-splog-hunting-service-due-to-trauma-and-death-threats\";s: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:6853:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/wangguard.png?ssl=1\"><img /></a></p>\n<p>After seven years of developing and supporting the WangGuard/SplogHunter service, José Conti has <a href=\"https://www.joseconti.com/2017/07/03/la-verdadera-razon-del-cierre-wangguard/\" target=\"_blank\">shut down the server permanently</a> due to the stress and trauma associated with maintaining it. Conti is a WordPress plugin developer and consultant, and a member of the WordPress España translation team. His <a href=\"https://wordpress.org/plugins/wangguard/\" target=\"_blank\">WangGuard plugin</a> identifies and blocks sploggers, unwanted users, and untrusted users on WordPress, Multisite, BuddyPress, bbPress, and WooCommerce sites. It is currently active on more than 10,000 sites.</p>\n<p>Speculation about why the service shut down was running rampant after Conti had <a href=\"https://wptavern.com/wangguard-plugin-launches-indiegogo-campaign-to-fund-development-and-support\" target=\"_blank\">collected donations via an Indiegogo campaign in October 2016</a> to fund support and server costs. Since that time SiteGround stepped in to sponsor WangGuard, eliminating the server costs. The only costs that remained were Conti’s time and effort that he put into supporting the plugin.</p>\n<p>“My purpose with WangGuard was never money,” Conti said in his post explaining the reason for the shut-down. “I could have made WangGuard a paid plugin at anytime, and actually had a plan for that for years. But I didn’t do it because there is something inside me that would never let that happen. It was never, I repeat, never my plan to get rich with WangGuard, and I assure you that I could have done it easily: simply charging each of my users 24€/year, would have meant an income of more than 2 million euros per year. I just had to distribute a version of WangGuard I had collecting dust, with a checkbox on WangGuard’s server administration options but I never got it done. No matter the other reasons, which only people very close to me know: I simply didn’t want to, nor did I want to be a millionaire.”</p>\n<h3>Mafia Death Threats and Trauma from Exposure to the Dark Web: The High Cost of WangGuard’s 99.9% Accurate Detection of Splogs</h3>\n<p>WangGuard has long been known for its nearly perfect detection of registration spam. Not only did it completely block unwanted users, it also removed them from the database. The plugin was unrivaled in both accuracy and price – all users got everything the service offered for free. In order for WangGuard to provide its 99.90% accuracy, Conti bolstered the algorithm with manual curation and reviews.</p>\n<p>“WangGuard worked in two different ways: as an algorithm that I had been refining for seven years, and which was getting better as the sploggers evolved, so that it was always one step ahead of them, and also as human curation, in which I reviewed many factors, among them sites of sploggers to see if their content could improve the algorithm and make sure that it worked correctly both when it was blocking or not blocking a site,” Conti said. “The great secret of WangGuard was this second part. Without it WangGuard would not ever have become what it was.”</p>\n<p>Because of how effective WangGuard was at stopping unwanted users, Conti said for four years he received “almost daily death threats from mafias for making them lose millions of dollars.”</p>\n<p>Through the process of manually curating splogger sites, Conti caught a glimpse of the some of the darkest places on the web, which he said had a damaging psychological impact on him.</p>\n<p>“For seven years, I have visited places where I saw pederasty, pictures, and videos of murders (by razor blades, by gutting live people, by beheadings, dismemberments, to name a few), real videos of rape of all kinds (children, women, boys), photos of accidents in which people were totally disfigured, bizarre actions that I did not even know existed, and a very long ‘and so on,’ which I do not want to expand on,” Conti said.</p>\n<p>The effects of viewing these types of websites every day took their toll and Conti decided to close the splog hunter service.</p>\n<p>“Finally, a few months ago, I broke down,” Conti said. “I disappeared from everywhere and fell into a depression. The seven years of working at WangGuard finally took a toll on me. I had nightmares because of all the macabre deaths I had seen, an obsession with protecting my children from pederasty, OCD, depression, and many other symptoms. It took me about 6 months to recover (and honestly, I may be deceiving myself, since I do not think I completely recovered my life).”</p>\n<p>I asked Conti if clicking through to the websites was necessary for maintaining the service. He explained that while WangGuard blocked emails, domains, IPs, and ISPs, without his manual curation of visiting the domains and clicking the links, users could get a lot of “sleepers” – registered and active accounts that remain silent until one day with a 0day vulnerability or a bug fix, they attack thousands of websites. The sleepers also wait to perform actions like create millions of sites on thousands of WordPress multisite installations in order to create a lot of bad content/links.</p>\n<p>“Visiting many domains, I was able to minimize this problem,” Conti said. “The way I worked not only fixed the current spam / splog problem, but the wizard and database also fixed any future problems with sleepers.”</p>\n<p>Another reason he visited the domains was to figure out what he needed to block, whether it was an email or a domain. The domain could be a spam domain or possibly a free email service.</p>\n<p>“By visiting a website, I could detect whether it was a phishing website or a site camouflaged as an email service in order to try to cheat WangGuard,” he said. “I saw a lot of ‘techniques’ for trying to cheat WangGuard at Black Hat specialized forums. I had been subscribed to many spam/sploggers forums for investigation. Every time that a user described a real technique for cheating WangGuard, it was fixed immediately.”</p>\n<p>If you’re still using the WangGuard plugin, it may continue to work but not nearly as well as in the past. Conti said that some parts of the code work without the API, but the most important parts require the WangGuard/SplogHunter server. The plugin is open source, so anyone can fork it. <a href=\"https://wordpress.org/support/topic/why-wangguard-was-closed/\" target=\"_blank\">An English translation of his original post</a> is available on the WordPress.org plugin forums.</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, 07 Jul 2017 00:36:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\";s: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:4161:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/wordcamp-asia-meeting-group.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\">Sakin Shrestha</a>\n<p>Yesterday Sakin Shrestha <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\" target=\"_blank\">announced</a> that WordCamp Asia is now in the preliminary planning stages. Shrestha is a key reviewer on the Theme Review Team, translates WordPress to Nepali, and organizes meetups and WordCamps in Nepal. He and other members of the WordPress community in Asia, including representatives from India, Japan, Indonesia, Thailand, Sri Lanka, Singapore, and Nepal, had the opportunity to meet at WordCamp Europe.</p>\n<p>“We have been talking about WordCamp Asia informally when some of us attended WordCamp US for the first time,” Shrestha said. “That’s was in 2015, where I met Naoko Takano. She is the one with the main idea as the Japanese WordPress community was already doing well. Then we started meeting more people from Asia at WordCamp Europe 2016 and had an informal meeting there.”</p>\n<p>After this meeting, Rahul Bansal created a Facebook group for <a href=\"https://www.facebook.com/groups/wpasia/\" target=\"_blank\">WordPress Community Organizers in Asia</a> to support each other in a more coordinated effort. The first formal meeting happened at WordCamp Europe 2017 where the team decided that trying for WordCamp Asia in 2018 would be too soon. Instead, they are planning to host a WordSesh Asia event in 2018 to work on their coordination and teamwork. The team is working towards hosting WordCamp Asia in 2019.</p>\n<h3>Organizers Consider Bangkok as a Possible Location for WordCamp Asia in 2019</h3>\n<p>Shrestha’s <a href=\"https://sakinshrestha.com/events/wordcamp-asia/\" target=\"_blank\">post</a> identifies several challenges that are unique to hosting a large scale WordCamp in Asia, including the need for visas even for travel within Asia, political instability, and numerous currencies and languages in use.</p>\n<p>“WordCamp Asia is really important for the WordPress community in Asia,” Shrestha said. “I am fortunate enough to attend WCUS and WCEU, which are some of the biggest WordCamps where we get to meet lot of WordPressers, share and exchange ideas, contribute to WordPress, start a new business, and think outside of the box. But for most of Asians, it’s really difficult to go that far and also it’s expensive to attain those. So, we are limited to WordCamps in our own country and neighboring ones. That is why we are thinking about WordCamp Asia in Bangkok, which will be really inclusive as it’s in the center part of Asia and it’s cheaper to go there and less time consuming for all.”</p>\n<p>Shrestha also feels strongly about providing travel assistance for those with financial hardships, as the most expensive aspect of attending a WordCamp is usually the travel and accommodation.</p>\n<p>“WordCamps are not just for the rich,” Shrestha said. “The primary motive of WordCamps is to grow the local community. So, WordCamp Asia’s mission will be to influence the community of WordPress Asia and help it to grow. That is why, instead of planning for a grand and pompous event, we need to make sure it is affordable and reachable to people of all financial backgrounds.”</p>\n<p>Shrestha said he has seen major changes in working with the WordPress community in Nepal from 2012 – 2017, which he attributes to having a stronger local presence with the WordCamp. India has also benefited from hosting WordCamps and has approximately nine happening in various cities. They are working towards hosting a WordCamp India in the future. There are also emerging communities in Singapore, Thailand, Indonesia, Sri Lanka, Cambodia, and Vietnam.</p>\n<p>“It’s time for pursuing WordCamp Asia,” Shrestha said. “We really have good talents here in Asia but we lack exposure. WordCamp Asia can create buzz and make more people aware, inspire, and provide opportunity.”</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, 06 Jul 2017 18:10:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:63:\"WPTavern: Jesse Petersen, Founder of Genesis The.me Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jesse-petersen-founder-of-genesis-the-me-passes-away\";s: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:8085:\"<img />Petersen Family\n<p><a href=\"https://twitter.com/jpetersen\">Jesse Petersen</a>, founder of <a href=\"https://www.genesisthe.me/\">Genesis The.me</a> and <a href=\"https://www.petersenmediagroup.com/\">Petersen Media Group</a>, has <a href=\"https://www.newlungsfor.me/2017/jesse-petersen-has-passed-away/\">passed away</a> at the age of 38. Petersen had been battling <a href=\"http://www.cffatboy.com/what-is-cystic-fibrosis/\">Cystic Fibrosis</a> for the past several years and suffered a massive lung bleed earlier today. He passed out before paramedics could reach him and could not be revived at the emergency room.</p>\n<p>Petersen was on a double-lung transplant list with a <a href=\"https://en.wikipedia.org/wiki/Lung_allocation_score\">lung allocation score</a> of 38.859. The LAS is a score used to prioritize waiting list candidates based on a combination of wait list urgency and post-transplant survival. Last month, Petersen received the phone call he had been waiting for.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I got the call! Getting ready to leave to go to the hospital for testing and waiting.<a href=\"https://twitter.com/hashtag/NewLungsForJesse?src=hash\">#NewLungsForJesse</a> <a href=\"https://t.co/hCCJik05MY\">pic.twitter.com/hCCJik05MY</a></p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/873074034065391619\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>Unfortunately, the lungs were determined not to be in a suitable condition for transplant.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No go. He didn\'t like the look of the lungs. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f629.png\" alt=\"?\" class=\"wp-smiley\" /> No new lungs for Jesse today. Maybe tonight the phone will ring again.</p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/873302087668576256\">June 9, 2017</a></p></blockquote>\n<p></p>\n<p>He <a href=\"https://www.newlungsfor.me/2017/how-i-felt-on-dry-run-day-and-after/\">shared his experience</a> in a raw, emotional post that describes the highs and lows he felt that day. “While the day was an emotional roller coaster, with the highs being WAY up there, the lows were surprisingly mild,” Petersen said. “They just weren’t the right lungs, and this protected me from years of issues, so it’s all good. The call for the perfect lungs for me will come in God’s timing. I am content to wait.”</p>\n<p>On July 2nd, a patient with a higher LAS score than Petersen’s was taken into surgery to receive a double-lung transplant. This made Petersen the highest priority pending a match was found but a match wasn’t found in time.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">She was taken into surgery at noon, Tampa time. Surgery is 6-12 hours. I\'m very happy for her because her need was more than twice mine.</p>\n<p>— Jesse Ⓦ Petersen (@jpetersen) <a href=\"https://twitter.com/jpetersen/status/881549935405129728\">July 2, 2017</a></p></blockquote>\n<p></p>\n<p>I did not have the opportunity to meet him in person. From those who knew him personally, Petersen was a great husband, father, and a caring individual who despite his medical situation, would help out the best way he could. There are two stories that highlight the kind of person he was. The first is <a href=\"https://twitter.com/jpetersen/status/881974173085691904\">a Twitter thread</a> he published two days ago.</p>\n<blockquote><p>When you meet a 5 year-old who needs a heart and double-lung transplant but has been turned down everywhere, your situation doesn’t seem so bad. That family doesn’t care about politics, social class, keeping up with the Joneses, or whether their clothes match. They are enjoying life.</p>\n<p>Because when it comes down to it, all we really need is to know our worth and love everyone else because they have equal worth. That doesn’t mean you have to agree with everyone, but you don’t have to seek out opposition or turmoil. Random acts of kindness rock.</p>\n<p>Can you look over your life and say you’d be leaving those connected to you better off having known you? If not, start today.</p></blockquote>\n<p>The second is <a href=\"https://www.facebook.com/jesse.dubyah/posts/238778876639367\">from his Facebook account</a> about an encounter he had with a mother pushing her small boy in a wheelchair with a surgical mask on.</p>\n<blockquote><p>I finally got out of the house to go do a God & Country service followed by fireworks. While waiting to go outside, a mom I’d seen pushing a small boy in a wheelchair with a surgical mask and oxygen on him came over to me.</p>\n<p>‘I just wanted to say how cool I think your double tank cart is. I’m going to call my supplier tomorrow to get one for our wheelchair.’</p>\n<p>We started talking (most unlike me) and she said her son needed a heart and a double lung transplant… but they’ve been turned down everywhere, starting with the very forgiving Pittsburgh center.</p>\n<p>‘I’m so sorry.’</p>\n<p>[nodded her head with a pained look] ‘We’re just making the most of our time now.’</p>\n<p>My heart broke. I’ve already lived 7 of his lifetimes. I’ve played sports, graduated from college, stood on the equator, married my best friend, and have two healthy boys.</p>\n<p>So kick me the next time I complain about my wait, OK?</p></blockquote>\n<p>Members of the WordPress community are using social media to share memories, grieve, and pass along condolences to his family.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I first met <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> at <a href=\"https://twitter.com/hashtag/wcorl?src=hash\">#wcorl</a> and was honored to have him at <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> 2015. Hope it’s ok to share his “speaker card” from <a href=\"https://twitter.com/wordcampmiami\">@wordcampmiami</a>. <a href=\"https://t.co/R7czM5AV1h\">pic.twitter.com/R7czM5AV1h</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/882711570899492864\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">RIP <a href=\"https://twitter.com/jpetersen\">@jpetersen</a>, you were a great friend, and co-host. Gonna miss the great convos we had.</p>\n<p>— The WP Crowd (@thewpcrowd) <a href=\"https://twitter.com/thewpcrowd/status/882708241532059648\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Met <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> on multiple occasions. Family man and proud dad. Always respected the hell outta that. See you on the flip side, buddy.</p>\n<p>— Jared Atchison (@jaredatch) <a href=\"https://twitter.com/jaredatch/status/882714968990371840\">July 5, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Terrible news, <a href=\"https://twitter.com/jpetersen\">@jpetersen</a> will be missed. CF takes too many, too soon. Rest in peace, buddy.</p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/882711331929022470\">July 5, 2017</a></p></blockquote>\n<p></p>\n<p>Petersen’s family has created a <a href=\"https://www.newlungsfor.me/2017/jesse-petersen-has-passed-away/\">crowd-funding campaign</a> to help offset funeral and medical expenses. Since its creation, the community has donated more than $12K of $20K. If you are able, please consider donating as Petersen was the sole provider of income for his family.</p>\n<p>My deepest condolences go out to his friends and family. Petersen is survived by his wife and two sons.</p>\n<p><strong>Related Reading</strong>:</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/2017/07/05/the-loss-of-one-of-our-own/\">The Loss of One of Our Own</a></p></blockquote>\n<p></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, 06 Jul 2017 02:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: WPWeekly Episode 280 – Behind the Scenes of Tuniversity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72768&preview=true&preview_id=72768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-280-behind-the-scenes-of-tuniversity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2595:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"http://kikodoran.com/\">Kiko Doran</a> and <a href=\"http://www.travistotz.com/\">Travis Totz</a>, Senior Web Strategist at Modern Tribe. Doran helped create <a href=\"https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewBook?id=1235850828&mt=11&ls=1\">Tuniversity</a>, a revolutionary new way of learning music through a highly interactive iBook.</p>\n<p>The project was so large, Doran <a href=\"http://tri.be/case-study/tuniversity/\">outsourced</a> some of the work to <a href=\"http://tri.be\">Modern Tribe</a>, a web design and development firm. During the show, we learn the benefits of working with an agency you trust. Doran also explained what it was like to be a client as he’s normally fulfilling the agency role.</p>\n<p>Two major takeaways from the Tuniversity project include:</p>\n<ol>\n<li>Work on things you’re passionate about with people who share the same passion.</li>\n<li>Approach problems with a positive mindset.</li>\n</ol>\n<p>Near the end of the show, we discussed the news that WangGuard is <a href=\"https://wordpress.org/support/topic/why-wangguard-was-closed/\">officially closed</a>.</p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"http://wphierarchy.com/\">WPHierarchy.com</a> is a WordPress resource<a href=\"https://wptavern.com/pretty-wordpress-template-hierarchy-diagram\"> created</a> by Rami Abraham in 2013. The site is an interactive version of<a href=\"http://wpdaily.co/wp-template-hierarchy-chart/\"> Michelle Schulp’s colorful diagram</a> of WordPress’ template hierarchy. Each template is linked to documentation that explains its function</p>\n<p><a href=\"https://www.youtube.com/playlist?list=PLzBixSjmbc8eFl6UX5_wWGP8i0mAs-cvY\">Dr. Russell A. Barkley (30 essential ideas everyone should know about ADHD)</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 12th 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 #280:</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, 05 Jul 2017 23:58:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:105:\"WPTavern: Nadia Eghbal and Mikeal Rogers Join a16z Podcast to Discuss the Changing Culture of Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/nadia-eghbal-and-mikeal-rogers-join-a16z-podcast-to-discuss-the-changing-culture-of-open-source\";s: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:6242:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Nadia Eghbal and Mikeal Rogers recently joined Sonal Chokshi for <a href=\"https://a16z.com/2017/04/08/culture-open-source-community/\" target=\"_blank\">an episode of the a16z Podcast</a> to discuss the changing culture of open source. Eghbal works in community programs at GitHub to better support people doing open source work. Rogers is the community manager at the Node.js Foundation. The episode focuses on the human aspect of the world of open source software and what inspires people to work together to give software away for free.</p>\n<p>Through Eghbal’s research on sustaining open source communities, she found, as Rogers succinctly summarized on the show: “There’s no connection between the number of users and the number of people maintaining a project.” The <a href=\"http://heartbleed.com/\" target=\"_blank\">Heartbleed Bug</a>, which arrested public attention when it was disclosed in 2014, is perhaps one of the most critical examples of an open source project with a global user base and a grossly disproportionate number of maintainers.</p>\n<p>As part of her research at GitHub, Eghbal is working on creating a vocabulary to explain things that are happening with open source projects. One example is the distinction between “popular” versus “healthy” when describing projects in terms of the communities behind them, governance, quality of maintainership, and other factors that influence a project’s condition.</p>\n<p>“Because the dialogue tends to be set by popular projects, and those developers and their problems tend to dominate the story about this, you have these words and vocabulary like ‘drive-by-contributions,\'” Rogers said. This often implies that maintainers are too busy to look at the code. Rogers advocated for changing this perception of “drive-by-contributors” to view them as casual contributors, people who show up and have value to add. If maintainers can seize these contributions as an opportunity, they will have a better chance of leveling up contributors to be a more active part of their organization.</p>\n<p>The group also discussed how technology has caused a cultural shift among open source communities from the old world versus the new world of open source.</p>\n<p>“In older open source, part of the barrier to entry that people went through before they were ever identifiable to any contributor was an acclimation to the culture and an acclimation to the tool chain and all this stuff,” Rogers said. “One of the things that GitHub has done is completely remove all of that cultural acclimation. There is one tool chain that you use to contribute to any project and when you show up you don’t have all of this cultural knowledge. You haven’t bought into any of these ideals about open source necessarily. You’re just there to contribute. We actually need to work with that.”</p>\n<p>In the past, contributors informally acclimated to the culture through the onboarding process, and most software projects were more self-contained.</p>\n<p>“Where that becomes awkward today is that so many different pieces of software depend on other open source projects, which wasn’t actually true 10 or 20 year ago,” Eghbal said. With so many projects fitting into others as dependencies, it becomes more difficult to actually remove a project from the public domain. Open source licensing ensures that these projects have a life of their own. This has democratized entrepreneurship, making it easy for people to piece together technology to build applications and businesses. It also requires a higher level of skills for people working together across various open source projects and cultures.</p>\n<p>Eghbal and Rogers discussed the qualities of a healthy open source community, such as how welcoming the project is and how contributors speak to each other and resolve conflict. The ability to successfully resolve conflict can make the difference between a healthy growth of contributors or attrition on a project. Rogers mentioned a related conversation they had with Karl Fogel on their <a href=\"https://changelog.com/rfc\" target=\"_blank\">Request for Commits podcast</a> concerning conflict within projects.</p>\n<p>“When we were talking to Karl, he has this view that ‘As long as a it has an open source license, it doesn’t matter how dysfunctional the project is, because we as a community always have this ability to fork it,\'” Rogers said. “I didn’t agree with him on this, because the practical reality of forking a project is such a huge overhaul and you don’t necessarily have the right people to do it in your particular time. What you actually want are the healthy communities with healthy practices, what you want is to keep them going.”</p>\n<p>Another open source predicament they discussed, which is fairly common in the WordPress ecosystem, is when a company releases a project as open source or “gifts it to the community.” Eghbal likened this to “sending your dog away to a farm upstate.”</p>\n<p>“We’re really excited to announce this is now open source, meaning we don’t want to take care of it anymore,” she said. “‘We’ll give it to the community,’ (except they haven’t actually identified anyone in the community who wants to take care of it.)” This type of situation shows how “giving back to the community” isn’t always what it appears to be for those who end up using these projects that have been released into the wild.</p>\n<p>The group also discussed how the incentives for people to contribute to open source have changed over the years and why “the GitHub generation” has more readily adopted the MIT license. Check out the full podcast episode below:</p>\n<p></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, 05 Jul 2017 19:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"HeroPress: How I tried, applied, got involved. Realizing one of my childhood dreams.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/?utm_source=rss&utm_medium=rss&utm_campaign=tried-applied-got-involved-realizing-one-childhood-dreams\";s: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:15809:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/070517-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It was so scary admitting my ignorance, exposing it in a remote environment where I couldn\'t see my teammates reactions live.\" /><p>When you’re born in an island, you usually grow up thinking about all the marvelous things awaiting for you on the other side of the sea. I was born in Sardinia, an island in the middle of the Mediterranean Sea, and as a child I dreamt about becoming an air hostess.</p>\n<p>I wanted to travel the world and speak tons of foreign languages, to be able to communicate with local people everywhere I’d go.</p>\n<p>But people kept telling me that I wasn’t going to become tall enough for that job (genetics don’t lie!), and I eventually listened to them. I ended up choosing a different path in life, following the Italian mantra: “You have to study something that will guarantee a stable and secure job for life”.</p>\n<p>Even if I wasn’t that much convinced about the perspective of having the same job for all my life, as my parents did, at the same time I didn’t want to get stuck in the island forever: the unemployment rate in Sardinia is unfortunately really high and I didn’t want to risk to be part of that percentage.</p>\n<h3>Crossing the borders of the island</h3>\n<p>So I chose the Faculty of Economics and did my best to cross the borders of my island as soon as I had the chance: this happened when I was 22 and I moved to Siena, Tuscany, to finish my studies. That is also the time when I opened my first personal blog on an Italian platform named Tiscali, which I later migrated to WordPress.com.</p>\n<p><strong>I’ve always loved writing</strong>, and since I was a little girl I used to spend hours in my room writing stories and poems. I was doing the same with the blog but with the advantage of reaching a much larger public, virtually meeting many people and getting inspired by their stories.</p>\n<p>After 2 years in Tuscany I moved to Strasbourg, France. There I learnt French and did several little jobs, but I found my first important one in Milan, the big city shining with job opportunities for everyone —as Italians love to say.</p>\n<p>There I was, fulfilling the dream of many young people of my age (and their families): I was 25, with an average-paid 40 hours/week office job in the marketing department of a big international company, and I was surrounded by ambitious colleagues and a boss constantly asking for extra —and free— working hours per day.</p>\n<blockquote><p>I was feeling like a parrot inside a golden cage.</p></blockquote>\n<p>It seemed to me I wasn’t going anywhere. I also gave up blogging because I wasn’t feeling inspired enough to write. People constantly repeated to me that I was super lucky to have a permanent contract and work in a marketing department; in their eyes I was all set for life, so —using some strange equation — I also had to be happy!</p>\n<p>Of course I was luckier than many of my peers, but I kept asking myself if I really wanted to do that life forever.<br />\nDid I really want to keep on working 10 hours per day under the neon lights of an office, annihilate my dreams and live waiting for the free time of the weekend?</p>\n<p>The most vivid memory I have of that period is the overwhelming feeling clenching my throat on Sunday afternoons, when I started to dread the moment of coming back to the office the day after.</p>\n<h3>Facing new challenges</h3>\n<p>So I left and faced the change. At the beginning I gave myself the opportunity to test different office jobs. But the results were always the same: I kept feeling unsatisfied with my life, and I understood I had to respect my little girl’s dream and fly away from my golden cage.</p>\n<blockquote><p>I opted for emigration and moved alone to Barcelona, Spain, in 2012.</p></blockquote>\n<p>My first move was plunging myself into a few months of intense Spanish learning at the University, then I found a job in an international Assisted Reproduction Clinic.</p>\n<p>My job title was “Patient Coordinator” and I was assisting international patients coming to Barcelona for their treatments: I was their translator, interpreter and administrative consultant. Patients were from Italy, France, England, Morocco, Senegal…it was a Babylon of people with so many different backgrounds that I felt really inspired by some of their stories.<br />\nThis inspiration led me to start writing again: <strong>I dusted off my WordPress blog</strong> and filled it up with stories about my new life in Barcelona and some of the women I was meeting at the Clinic. I was feeling stronger and more independent than ever.</p>\n<p>The job at the Clinic lasted for 3 years. Even if it was really inspiring, it was also very stressful. Imagine being a 30-something woman speaking all day long about fertility problems with women struggling to have a baby.</p>\n<p>I realized I was getting too involved and decided to look around to see what I could do next.</p>\n<h3>How can I find a job like this?</h3>\n<p>It was summer 2015 and I was at my desk, in my little tiny apartment in front of Barcelona’s beach. I was writing in my blog and I got stuck in a technical problem. While I was searching through the WordPress.com documentation, I saw a pop-up in the bottom right corner of my screen: an Automattician wrote me to ask if I needed help. I gladly accepted her offer, we chatted for a few minutes, the problem was solved and I could go back to my writing. But I also left the chat with one question: <strong>how could that person on chat find a support job with WordPress</strong>?</p>\n<p>Curious as I am, I started looking for an answer and I stumbled upon the official WordPress job page: <a href=\"http://jobs.wordpress.net\">jobs.wordpress.net</a></p>\n<p>There I found a job offer that caught my attention: WP Media, a French startup, was looking for <strong>a polyglot and remote customer service teammate</strong> for one of their plugins, WP Rocket. I read their requirements: fluency in English, French and possibly another language, great experience with WordPress, some coding skills.</p>\n<p>That offer was calling me, I felt it.</p>\n<p><strong>I knew I didn’t have all the requirements</strong>, but hey, I could speak 4 languages, and I had a WordPress blog…right? Of course, I didn’t know anything about PHP, I had always been a WordPress.com user until that moment and I didn’t really know how to manage a self-hosted website or use a cache plugin…but I felt I was ready to learn all that. And moreover, what did I have to lose?</p>\n<h3>I wrote my most inspired cover letter and sent my CV.</h3>\n<p>With my total surprise, they answered me the day after and we set up an interview by Skype. My main strengths were the fluency in 4 languages and my previous experience in customer service, so I was really confident about those skills; yet I wanted to be totally honest with them: yes, I had been using WordPress for a long time, and yes, I was digital savvy enough, but I knew very little on the technical side. I had always worked on the front end of websites, writing, blogging, learning by myself; I didn’t know anything about the backend of WordPress sites.</p>\n<p>Even so, they had faith in me and in a few days I had the confirmation: I was in! <strong>During the first days I felt so happy about this new major turning point in my life</strong>: not only had I found a job thanks to my primordial passion, speaking foreign languages, but for the first time in my life I could do that job from home or anywhere else I liked, instead of being caged in a formal office!</p>\n<p>I got introduced to my remote teammates and I instantly felt welcomed.</p>\n<h3>Learning by doing</h3>\n<p>But, very soon, that initial enthusiasm started to struggle with another intense feeling: <strong>the fear of exposing my inexperience</strong>.</p>\n<p>There were too many things I didn’t know!</p>\n<p>Working in a WordPress backend was so new to me that I started studying like crazy and reading everything I could about WordPress for beginners. I went through some really intense months of learning by doing, supported by my teammates. Like a baby who start crawling and then taking little steps, I was initially answering the easiest tickets from our customers. At the same my teammates were sending me useful material to read, setting up video-calls for 1to1 training, encouraging me every time they could.</p>\n<p>After a few days I received the first happy comments by the customers I was helping in their mother tongue: until that moment the plugin’s support had been offered only in English and French, so it was the first time Spanish and Italian customers were being answered in their own language…and they appreciated that!</p>\n<p>Even so, I can’t deny it, I was scared.</p>\n<blockquote><p>It was so scary admitting my ignorance, exposing it in a remote environment where I couldn’t see my teammates reactions live.</p></blockquote>\n<p>My first instinct was imagining the worst scenarios where they were secretly hating me for interrupting their work on Slack with my doubts.</p>\n<p>But I had no other choice than to keep asking questions and learn from their answers. Not doing so would have been much worse: silencing my voice would have slowed down my learning process.</p>\n<h3>Why don’t you try to contribute to WordPress?</h3>\n<p>We were at WordCamp Paris 2016 when one of my teammates showed me how the WordPress community worked together and kept in contact through Slack.</p>\n<p>“You speak multiple languages, why don’t you try to contribute to the polyglots team?” —he asked.</p>\n<p>That thought never crossed my mind before, I knew very little about contributing to WordPress. I had been working for WP Media for 6 months and, while I was enjoying my new job a lot, I was just slowly starting to abandon that overwhelming feeling of insecurity I mentioned above.</p>\n<blockquote><p>I didn’t feel ready to dive into a new challenge and start also contributing to WordPress, I thought I didn’t have the ability to do that. I was wrong, obviously.</p></blockquote>\n<p>Curiosity won on me another time and I joined the two Slack channels <em>Making WordPress</em> (where all the WP global community meets) and <em>Italia WP Community</em>. I lurked the channels for a few months, until I went to WordCamp Milan and met some members of the Italian Polyglots team.</p>\n<p>It was love at first string: Laura, one of the <a href=\"https://make.wordpress.org/polyglots/teams/?locale=it_IT\">General Translation Editors</a> (GTE) for Italy, taught me how to start contributing and translating following the polyglots guidelines. She also told me about the big effort the Italian community has been doing to work together, consistently, to boost WordPress related events in Italy and to grow up.</p>\n<p>I wanted to be an active part of it and I started contributing.</p>\n<p><strong>Now I’m a Project Translator Editor for the Italian polyglots team</strong> and I mentor new contributors: I love it!</p>\n<p>Since the beginning of my journey into the WordPress world I traveled a lot, and also attended WordCamps in <a href=\"https://2016.paris.wordcamp.org/\">Paris</a>, <a href=\"https://2016.europe.wordcamp.org/\">Vienna</a>, <a href=\"https://2016.milano.wordcamp.org/\">Milan</a>, <a href=\"https://2016.barcelona.wordcamp.org/\">Barcelona</a>, <a href=\"https://2017.torino.wordcamp.org/\">Torino</a> and <a href=\"https://2017.bilbao.wordcamp.org/\">Bilbao</a>.</p>\n<p>Following my teammates encouragement, <strong>I also started applying to WordCamps as a speaker</strong>, because I felt my story could be important for other people looking for new inspiration for their working and personal life. I gave my first talk in my adoptive city, Barcelona, in December 2016, then in Torino in April 2017 and I recently had the honor to tell my story also from the stage of WordCamp Europe 2017.</p>\n<p>In a short glimpse of time I engaged in many activities related to WordPress which allowed me to meet very interesting and inspiring people from all over the world.</p>\n<h3>I’m (not) lucky.</h3>\n<p>People keep telling me that I’m lucky, and it’s true, I really am. But if I’m here, now, sharing my story (and thanks Topher for inviting me to write it!) is not because I live under a lucky star: I just used my previous skills and passions and adapted them to a new career and life path.</p>\n<p>We all have some skills; and if we don’t know which they are exactly, we should take some time to make a list of the things we’re really good at. With that in mind, just try. Apply. Get involved. Don’t get stuck in the feeling of “I can’t do it because I don’t know enough”.</p>\n<p>That is what I did: without even realizing it, I started putting into reality the dream of the little girl who was born in an island and wanted to travel and speak different languages.</p>\n<p>WordPress made this possible: I’m part of a big community, and I am proud of it.</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: How I tried, applied, got involved. Realizing one of my childhood dreams.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20I%20tried%2C%20applied%2C%20got%20involved.%20Realizing%20one%20of%20my%20childhood%20dreams.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ftried-applied-got-involved-realizing-one-childhood-dreams%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How I tried, applied, got involved. Realizing one of my childhood dreams.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ftried-applied-got-involved-realizing-one-childhood-dreams%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%2Ftried-applied-got-involved-realizing-one-childhood-dreams%2F&title=How+I+tried%2C+applied%2C+got+involved.+Realizing+one+of+my+childhood+dreams.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How I tried, applied, got involved. Realizing one of my childhood dreams.\"></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/tried-applied-got-involved-realizing-one-childhood-dreams/&media=https://heropress.com/wp-content/uploads/2017/07/070517-min-150x150.jpg&description=How I tried, applied, got involved. Realizing one of my childhood dreams.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How I tried, applied, got involved. Realizing one of my childhood dreams.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/\" title=\"How I tried, applied, got involved. Realizing one of my childhood dreams.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/tried-applied-got-involved-realizing-one-childhood-dreams/\">How I tried, applied, got involved. Realizing one of my childhood dreams.</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, 05 Jul 2017 12:00:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alice Orru\";s: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:102:\"WPTavern: WordCamp Europe 2017 Posts 24% No-Show Rate, Cites Early Ticket Sales and Expensive Location\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordcamp-europe-2017-posts-24-no-show-rate-cites-early-ticket-sales-and-expensive-location\";s: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:3872:\"<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>WordCamp Europe 2017 organizers have posted <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\" target=\"_blank\">attendance and budget data</a> compiled after the conclusion of the event. Despite being <a href=\"https://2017.europe.wordcamp.org/do-not-miss-the-biggest-wordcamp-in-europe/\" target=\"_blank\">promoted</a> as “the largest WordPress event to this day” with more than 3,000 expected attendees, WCEU 2017 fell short with 1,900 people on the ground. Attendees were 5% fewer than last year’s 2,000 in Vienna. Expectations ran high but organizers could not predict the 24% no-show rate once the event got started. This is more than double the 10% no-show rate for the previous four years.</p>\n<p>The camp’s organizers do not have a simple explanation for the high no-show rate, but cite several factors, including a few dozen participants being <a href=\"https://wptavern.com/wordcamp-europe-attendees-are-being-denied-visas-because-conference-ticket-price-is-too-low\" target=\"_blank\">denied visas</a>, higher local sales, an expensive location, and putting tickets on sale too early. Approximately 60% of attendees were from nearby countries, such as France, Great Britain, Germany, Belgium, and the Netherlands.</p>\n<p>Ticket sales for 2017 were open immediately at the conclusion of the 2016 event in Vienna. Organizers found that tickets sold in the first six months had a 34% no-show rate as compared to 20% for those sold in 2017. As the event has often sold out in the past, prospective attendees may have felt pressure to purchase a ticket in advance without confirming the ability to attend. </p>\n<p>Posting increasingly higher attendance numbers isn’t one of the goals of the WordCamp, but planning accurately for the number of people who will attend is crucial for resource and budget planning. When one in four attendees is a no-show, the plans for food, swag, venue accommodations, and other aspects of the event are askew.</p>\n<p>Organizers did not mention <a href=\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\" target=\"_blank\">Contributor Day</a> attendance in the wrap-up report, but this may have been one of the most successful aspects of the event. It was held prior to the main conference days, which may explain the event’s unusually high attendance numbers. Organizers hosted 473 attendees for the 500 available contributors slots. </p>\n<h3>WordCamp Europe 2017 Cost 300€ per Attendee, Sponsors Covered 80%</h3>\n<p>WordCamp Europe’s wrap-up report also includes a transparent breakdown of the event’s 700k€ budget. Catering costs for lunches, snacks and drinks, made up 50% of the budget. However, organizers were limited to the venue’s catering partners, which blurs the line between actual food versus venue costs. </p>\n<p>The team was unable to sell all of the sponsorship packages and was forced to reduce the budget by 149k€ along the way. WordCamp Central subsidized 10€/ticket and covered the final deficit of 28k€. The cost breakdown per attendee was 300€ with sponsors covering 80%, WordCamp Central 7%, and tickets sales 13%. These numbers show that the 40€ ticket price is a small fraction of the total costs required for an event of this size. </p>\n<p>Organizers said they felt it was important to share the data for educational purposes but also to “demonstrate to everyone who might have a doubt, that maintaining the ticket fee very low is meant to make our events accessible to all, but that the fee is not an indicator of the value of the conference.”</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, 03 Jul 2017 19:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: The Month in WordPress: June 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/07/the-month-in-wordpress-june-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:9049:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li>A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li>The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li>It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li>The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li>After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li>If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2017 11:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: Gutenberg Contributors Explore Adding Drag-and-Drop and Multi-Column Support for Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/gutenberg-contributors-explore-adding-drag-and-drop-and-multi-column-support-for-blocks\";s: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:6817:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/09/building-blocks.jpg?ssl=1\"><img /></a>photo credit: ruudgreven <a href=\"http://www.flickr.com/photos/40811229@N07/6180817922\">DSC_0012</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The new Gutenberg editor has an open ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/38#issuecomment-309998712\" target=\"_blank\">allowing users to sort blocks via drag and drop</a>. Blocks can currently be sorted with up and down arrows located to the left of the content but the beta only allows for single-column stacking.</p>\n<p>One of the goals for Gutenberg is to provide “a page building experience that makes it easy to create rich post layouts.” As far as layout building goes, the first planned versions of the new editor are very primitive as compared to Wix and Weebly’s drag and drop website builders where nearly every element on the page can be easily moved to a different position.</p>\n<p>Contributors have been discussing the intricacies of adding this feature to Gutenberg since February. James Nylen <a href=\"https://github.com/WordPress/gutenberg/issues/38#issuecomment-309984280\" target=\"_blank\">summarized some of the challenges</a> that make drag and drop more complicated to implement: </p>\n<blockquote><p>Dragging and dropping a block is not really a one-step operation. It is more like 3:</p>\n<ol>\n<li>Press and hold mouse button or screen</li>\n<li>Move to desired location</li>\n<li>Release</li>\n</ol>\n<p>Step 2 is incredibly difficult to get right, and requires a lot of complicated behaviors like duplicating an item (or at least its general shape and size), scroll handling, and determining the intended new location, especially at the beginning and end of the content. We have all used bad drag-and-drop experiences, and I would argue they are worse than not having it at all.</p>\n<p>That said, for two-dimensional movement with columns, I agree that arrows alone are probably not a good solution. Though mobile support for that is going to be very tricky no matter how it works.</p></blockquote>\n<p>Several commenters on the ticket agree that repeatedly clicking arrows to move blocks is cumbersome and will become untenable in the future when multi-column support is added. This would require up, down, right, and left arrows to rearrange content. Users have come to expect a drag-and-drop interface, because nearly every page builder application offers it.</p>\n<p>“We are thinking of drag and drop as a progressive enhancement for desktops,” Joen Asmussen said. “One that would be great to have, but we should build it after we have explicit button actions in place for doing the same, including splitting into columns in the future. This decision is based on a desire to ensure accessibility as well as mobile devices can play the same game.”</p>\n<p>Asmussen marked the ticket priority as low in May and removed it from the beta milestone. At this point, users are not likely to see drag and drop in the first release that ships with WordPress core. </p>\n<h3>Multi-Column Layouts Planned for Gutenberg V2</h3>\n<p>The discussion surrounding adding drag-and-drop to the editor naturally leads into <a href=\"https://github.com/WordPress/gutenberg/issues/219\" target=\"_blank\">adding multi-column support</a>. Limiting users to a single column is a one-dimensional approach to designing pages, but contributors don’t plan to leave Gutenberg without multi-column support for long. </p>\n<p>Geoarge Olaru, a designer at <a href=\"https://pixelgrade.com/\" target=\"_blank\">PixelGrade</a>, shared a <a href=\"https://invis.io/3FAS8VQE8#/222711568_Creating_Columns_-_0\" target=\"_blank\">prototype</a> for adding a simple two or three-grid column layout to Gutenberg. </p>\n<p>“Extending WordPress further from the default Blog Posts automatically implies the need of multi-column layouts for presentation pages,” Olaru said. “I would prefer to tackle this feature upfront, rather than letting every developer do it on his own (see the multitude of page builders plugins).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/multi-column-mockup.png?ssl=1\"><img /></a></p>\n<p>“For the V1 editor, I’m afraid columns like this is out of scope,” Asmussen <a href=\"https://github.com/WordPress/gutenberg/issues/219#issuecomment-285330922\" target=\"_blank\">said</a> in reply to a Olaru’s ticket with mockups and a prototype for multi-column support. “That’s not a ‘no’ — rather, we need some technical foundations to be solid first, before we commit to the really interesting stuff. But it might be a V1.1, or at the very least something for the customization folks later on in the year. Even before that, it would be good to keep this UI in mind, so that perhaps a plugin can add this even earlier.” </p>\n<p>Other commenters on the ticket feel more urgency about getting multi-column support into the first version of the editor. One of the concerns is that plugin developers will rush to add columns immediately based on demands from users, who will then have to migrate once core adds support.</p>\n<p>“Multi column layouts are a must-have,” Anthony Hortin commented on the ticket. “At the moment, Gutenberg isn’t solving any issue. You still end up with one long column of content. The whole reason page builders are so popular, and why hundreds of thousands of people are using them, is because they provide the ability to easily make multi-column layouts. Without this functionality, you’re not providing any reason to use Gutenberg over a page builder plugin.”</p>\n<p>One of the main challenges of adding multi-column support is figuring out what type of grid system to use and making sure that it scales from mobile to desktop. Weston Ruter joined the discussion to say that the foundational work for nested block support is being done now in version 1, but the UI for displaying them hasn’t been implemented yet.</p>\n<p>“I appreciate the excitement and urgency to wanting columns,” Asmussen said. “We feel the same urgency. It’s not about not wanting columns, it’s purely about managing resources at this point.”</p>\n<p>The good news is if you’ve been testing Gutenberg and wondering where some of these features are on the roadmap, they will be coming in later versions. While there may be disagreements about how much of a priority drag-and-drop and multi-column support should have for version 1, contributors agree that laying a solid technical foundation for these features is crucial for future extensibility.</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, 01 Jul 2017 19:06:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:116:\"WPTavern: Gutenberg 0.3.0 Adds Front-End Styles for Core Blocks, Notices Framework, and Text and Image Quick Inserts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/gutenberg-0-3-0-adds-front-end-styles-for-core-blocks-notices-framework-and-text-and-image-quick-inserts\";s: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:4557:\"<p>Gutenberg development is marching ahead with <a href=\"https://make.wordpress.org/core/2017/06/30/whats-new-in-gutenberg-june-30/\" target=\"_blank\">version 0.3.0</a> released today. New releases are shipping out on a weekly basis, so testers will get to discover another round of new additions after updating to the latest. The <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" target=\"_blank\">changelog</a> has a full list of the 50 additions and improvements included in this release, but here’s a quick visual tour of a few of the most interesting user-facing features added this week.</p>\n<p>Gutenberg developers have <a href=\"https://github.com/WordPress/gutenberg/pull/1418\" target=\"_blank\">added front-end styles for core blocks</a>, which means that content like cover images will now appear the same as they look in the admin in the editor. The demo content in the plugin has also been <a href=\"https://github.com/WordPress/gutenberg/pull/1493\" target=\"_blank\">updated to display a full-width cover image</a>. Below is an example of a standard width cover image on the front-end.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/cover-image-frontend.png?ssl=1\"><img /></a></p>\n<p>Version 0.3.0 also includes new <a href=\"https://github.com/WordPress/gutenberg/pull/1553\" target=\"_blank\">text and image quick inserts</a>, which appear when hovering over the blank space beneath the post content. This makes it faster to add the types of content that are used most frequently.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/text-and-image-quick-inserts.png?ssl=1\"><img /></a></p>\n<p>This release adds a <a href=\"https://github.com/WordPress/gutenberg/pull/1437\" target=\"_blank\">framework for notices</a>, which provides developers with reusable notices components, showing how to trigger notices and where they will show up. Gutenberg now displays <a href=\"https://github.com/WordPress/gutenberg/pull/1564\" target=\"_blank\">notices on post save, schedule, and update</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-notices.png?ssl=1\"><img /></a></p>\n<p>Version 0.3.0 adds a new <a href=\"https://github.com/WordPress/gutenberg/pull/1555\" target=\"_blank\">block descriptions component</a> to blocks with inspector controls. Several of the core blocks now display descriptions. These will be especially useful when plugin developers begin adding their own custom blocks, offering users a quick way to see the purpose of the block.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/block-description-e1498855903121.png?ssl=1\"><img /></a></p>\n<p>This release adds more placeholder text to various blocks, as “placeholders are key,” according to the newly added <a href=\"http://gutenberg-devdoc.surge.sh/?selectedKind=Gutenberg&selectedStory=Design&full=0&down=1&left=1&panelRight=1&downPanel=storybooks%2Fstorybook-addon-knobs\" target=\"_blank\">design blueprints and principles</a> included in Gutenberg’s documentation:</p>\n<blockquote><p>If your block can have a neutral placeholder state, it should. An image placeholder block shows a button to open the media library, a text placeholder block shows a writing prompt. By embracing placeholders we can predefine editable layouts, so all you have to do is fill out the blanks.</p></blockquote>\n<p>Version 0.3.0 also adds several enhancements that make it easier to edit and customize the image-oriented blocks with more options and settings: </p>\n<ul>\n<li>Added “edit image” button to image and cover image blocks</li>\n<li>Added option to visually crop images in galleries for nicer alignment</li>\n<li>Added option to disable dimming the background in cover images</li>\n<li>Added option to display date and to configure number of posts in LatestPosts block</li>\n<li>Added text formatting to CoverImage block</li>\n<li>Added toggle option for fixed background in CoverImage</li>\n<li>Added placeholder for all text blocks</li>\n<li>Added placeholder text for headings, quotes, etc</li>\n</ul>\n<p>Active installs for the <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">Gutenberg plugin</a> have nearly doubled since last week and are at more than 900 sites. This is roughly 1% of the goal Matt Mullenweg set for testing on 100,000 sites before replacing the edit screen. The plugin may also be advertised in the dashboard in a future release, possibly 4.8.1, which is slated for the end of July.</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, 30 Jun 2017 22:07: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Popular WordPress Plugins Slow to Add Meta Box Support for Calypso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=71527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/popular-wordpress-plugins-slow-to-add-meta-box-support-for-calypso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3361:\"<p>During the State of the Word at WordCamp US 2016, Matt Mullenweg <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">announced</a> that Calypso was <a href=\"https://youtu.be/Nl6U7UotA-M?t=37m1s\">plugin aware</a>. Calypso is a REST API and React <a href=\"https://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\">powered application</a> for the desktop created by Automattic <a href=\"https://ma.tt/2015/11/dance-to-calypso/\">in 2015</a>.</p>\n<p>Developers with plugins active on 1M sites or more <a href=\"https://github.com/Automattic/wp-calypso/pull/10517\">received an email invitation</a> from Andy Peatling to begin building support for Calypso.</p>\n<p>“Calypso is now plugin-aware,” Mullenweg said. “This pull request was merged today, and as a way to bootstrap this, we’re opening up for what I just described for plugins to create Calypso interfaces for what they’re doing.</p>\n<p>“Basically saying, if you’re using Calypso on a site that has one of these plugins, let’s say WooCommerce, all of a sudden in the interface, there will be all the WooCommerce stuff. It’ll talk to the API, it will run on the desktop just like the rest of Calypso, and it will only be loaded if the plugin is active.”</p>\n<p>One of the major differences between <a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> and WP-Admin is that custom meta boxes added by plugins are not accessible in Calypso.</p>\n<p>Nearly seven months since the announcement, popular WordPress plugins have struggled to add meta box support, including those maintained by Automattic. <a href=\"https://wordpress.org/plugins/wordpress-seo/\">WordPress SEO</a>, active on more than 3M sites, is among the plugins that were selected to take part in the experiment.</p>\n<p>When asked about the progress of making WordPress SEO Calypso aware, Joost de Valk, founder of <a href=\"https://yoast.com/\">Yoast.com</a>, declined to comment.</p>\n<p>Automattic has seen little progress on the initiative, “No news to report at this time, but hope to have some soon,” Automattic representative Mark Armstrong said. WooCommerce has yet to add meta box support and settings pages in Calypso.</p>\n<p>Gutenberg, WordPress’ new editor, is also built using React. One of the chief concerns expressed by users and developers is how it will <a href=\"https://github.com/WordPress/gutenberg/issues/952\">support custom meta boxes</a> built using the current PHP framework.</p>\n<p>“I miss a lot of the meta boxes I’m used to seeing on the screen,” <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin said</a>. “Things like Yoast SEO (on some sites) and custom taxonomies are just not shown. If every meta box ever made for WordPress needs to be remade, it sure is going to make developers lives a living hell.”</p>\n<p>I want to use Calypso as a replacement for WP-Admin because it’s fast and I like the interface. However, I can’t do that until it supports meta boxes for the plugins I rely on, such as Edit Flow. Is the lack of custom meta box support for Calypso a sign of what’s to come with Gutenberg?</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, 30 Jun 2017 20:05: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:\"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:50:\"WPTavern: WordCamp Netherlands Reinstated for 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-netherlands-reinstated-for-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1924:\"<p>At WordCamp Europe I had the opportunity to speak with WordCamp Netherlands organizers Marcel Bootsman and Luc Princen, along with WordPress Global Community Team members Josepha Haden and Andrea Middleton. The group has had several conversations about the future of WordCamp Netherlands, which was <a href=\"https://wptavern.com/wordpress-community-support-shuts-down-wordcamp-netherlands-in-favor-of-city-based-wordcamps\" target=\"_blank\">shut down earlier this year in favor of city-based WordCamps</a>, and have decided to reinstate the camp with a few conditions.</p>\n<p>WordCamp Netherlands organizers are now allowed to begin planning the event again based on the requirement that the country host three city-based WordCamps first. There are currently two local camps on the schedule and a few others in the pre-planning stage. Lead organizer Marcel Bootsman is aiming to have 500 attendees for the next WordCamp Netherlands in 2018.</p>\n<p>In a recent <a href=\"https://torquemag.io/2017/06/matt-mullenweg-interview/\" target=\"_blank\">interview</a> with Torque, Matt Mullenweg indicated that the outlook is good for future regional WordCamps.</p>\n<p>“I think we got to the point where we were too rules-based and now we’re starting to open up the process and be more agile in the approach to WordCamps,” Mullenweg said. “We can start to think about regional WordCamps and topic-focused WordCamp…we want to think about which WordCamps make sense to move the community forward.”</p>\n<p>In our interview below, WordPress Global Community Team members said they plan to take similar country-based WordCamp proposals on a case-by-case basis. WordCamp Netherlands is pioneering the way for other countries with active local communities to continue to push the boundaries of the previously “one-size-fits-all” approach to WordPress events.</p>\n<p></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, 29 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:\"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: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: WPWeekly Episode 279 – The Future of Underscores with David A. Kennedy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72616&preview=true&preview_id=72616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-279-the-future-of-underscores-with-david-a-kennedy\";s: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:2442:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"https://davidakennedy.com/\">David A. Kennedy</a>. Kennedy is a Theminator at Automattic and an accessibility advocate. Kennedy joined us to talk about <a href=\"https://wptavern.com/automattic-to-renew-efforts-on-underscores-retire-components-starter-theme-generator\">the future of Underscores</a>, a starter theme created by Automattic in 2012.</p>\n<p>We discussed how Gutenberg may impact theme development in general and some of the lessons learned from their <a href=\"https://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\">Components project</a>. Kennedy tells us what trends he’s noticing with WordPress themes today and what the state of accessibility looks like for the theme landscape.</p>\n<p>After the interview, Jacoby and I have a candid conversation about Gutenberg, what it means for WordPress, our experience with it thus far, and how it’s being developed.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-0\">WordPress 4.9 to Focus on Managing Plugins and Themes, Gutenberg Targeted for 5.0</a></p>\n<h2>Links Mentioned:</h2>\n<p><a href=\"http://a11yweekly.com/\">Accessibility Weekly</a> – Kennedy’s hand-curated newsletter about web-accessibility delivered weekly.<br />\n<a href=\"https://make.wordpress.org/themes/\">WordPress Theme Review Team</a><br />\n<a href=\"https://wptavern.com/wordpress-opens-up-more-channels-for-gutenberg-testing-and-feedback\">Gutenberg</a><br />\n<a href=\"http://underscores.me/\">Underscores</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 5th 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 #279:</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, 29 Jun 2017 01:07: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: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:95:\"WPTavern: WooCommerce 3.1 Adds New CSV Product Importer/Exporter, Improves Extension Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/woocommerce-3-1-adds-new-csv-product-importerexporter-improves-extension-management\";s: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:3048:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://woocommerce.com/2017/06/3-1-release-product-importer-shipping-service/\" target=\"_blank\">WooCommerce 3.1</a> was released today after four weeks of beta and RC testing. Although it is just a minor update, the release was a large undertaking with 1,600 commits from 84 contributors. </p>\n<p>The most exciting feature in 3.1 is the new built-in product importer/exporter that supports CSV files, a feature previously offered through extensions. The importer makes it easier to migrate stores from other e-commerce platforms, as well as add and update product information for existing stores. Users can select whether to update existing products or create new products and can map the data against product fields:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/woo-product-importer.png?ssl=1\"><img /></a></p>\n<p>The tool is also useful for those selling across multiple storefronts or marketplaces and is capable of matching up data based on product ID or SKU. Please note that it only handles products and not customers and orders. Store owners looking to import those additional items will still need to use an extension.</p>\n<p>Version 3.1 also introduces the ability to manage WooCommerce.com extension licenses within WooCommerce core, eliminating the need to install the helper extension and copy subscription keys over. Customers can now connect their WooCommerce.com account to the site and download, manage, and activate extensions in the admin. Developers or agencies that have purchased extensions on behalf of clients will need to contact WooCommerce to transfer the subscriptions to a new owner in order for them to show up within the clients’ admin. </p>\n<p>This release also includes several other improvements, including the following: </p>\n<ul>\n<li>Add oEmbeds to the product short description, more useful error messages</li>\n<li>More useful error messages</li>\n<li>Add oEmbeds to the product short description</li>\n<li>Customers can accept ‘Terms and conditions’ without leaving checkout</li>\n<li>Set stock statuses for variations in bulk from the edit product screen</li>\n<li>Small improvements to the setup wizard</li>\n<li>WooCommerce Services Plugin: Add live shipping rates for USPS and Canada Post and print discounted shipping labels for USPS without leaving the store</li>\n<li>New search helpers for orders to allow developers to query orders by multiple props</li>\n</ul>\n<p>Many WooCommerce store owners experienced considerable difficulties in updating to 3.0 due to extension incompatibilities. This is one of the reasons why WooCommerce recommends making backups of your store and testing the 3.1 update on a staging site to see how it affects themes and extensions. The changes in 3.1 should be backwards compatible with 3.0.x sites, but impact on extensions needs to be tested before pushing the update live.</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, 29 Jun 2017 00:30: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: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:77:\"WPTavern: WordPress Opens Up More Channels for Gutenberg Testing and Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72583&preview=true&preview_id=72583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-opens-up-more-channels-for-gutenberg-testing-and-feedback\";s: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:3501:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/testing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/23YKF6ZUWV\">Vojtech Okenka</a>\n<p>Gutenberg testing is in full swing and the WordPress Testing Handbook has a new page to help users <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">get started</a>. It clearly defines the purpose of the new block editor as not just for writing content but also for creating layouts. Users are invited to offer general feedback or engage in specific task-based tests.</p>\n<p>The new testing page erases boundaries for feedback by allowing users to submit their thoughts and suggestions using an <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdCVZ5ooeVYzjp26LAxKZVgkvcRraSTD6pRM_cjGuJfvLKQKw/viewform\">online form</a>. Previously, the only way to offer feedback was by creating an issue on <a href=\"https://github.com/WordPress/gutenberg\">GitHub</a> or contacting the contributors on WordPress' #core-editor Slack channel. </p>\n<p>At this stage in Gutenberg development, it may be difficult to discern what is a bug versus what is an unpolished feature. WordPress is using Storybook, an interactive development and testing environment for React and React-Native UI components, to create <a href=\"http://gutenberg-devdoc.surge.sh/\">Gutenberg's documentation</a>. However, this collection of documents focuses more on technical details for developers. The plugin's <a href=\"https://wordpress.org/plugins/gutenberg/#developers\">changelog</a> may provide some information about which features should be working. Before reporting an issue in the feedback form, it's a good idea to review the project's <a href=\"https://github.com/WordPress/gutenberg/issues\">GitHub issues</a> to see if it has already been logged.</p>\n<h3>Testing Gutenberg Outside of the WordPress' Developer Community is Critical to Its Success</h3>\n<p>A few weeks ago I helped one of my friends migrate her personal blog from Blogger to WordPress. She had put off setting up her new site for months after checking out the admin and getting overwhelmed. Getting familiar with the post editor was enough of a hurdle, without piling on the idea of widgets and shortcodes and different screens and methods for inserting different types of content. The new editor can solve this problem with a unified method of creating content and placing it on the page.</p>\n<p>Gutenberg has the potential to make WordPress content editing and layout building more user-friendly but only if it gets into the hands of non-technical users and those who are considering a switch from other platforms. WordPress' recurring <a href=\"https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\">failure to collect feedback beyond its own development community</a> needs to be addressed if Gutenberg is going to become a product that will attract non-WordPress users.</p>\n<p>As the plugin is still in the very early beta stage, this is a crucial point in time when feedback can have a big impact on shaping Gutenberg's development. Including non-technical users as early in the process as possible, as the new <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">testing page</a> attempts to do, should provide a better overall picture of Gutenberg's usability.</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, 28 Jun 2017 20:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:24:\"WPTavern: Why Gutenberg?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wptavern.com/why-gutenberg\";s: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:7502:\"<p>At WordCamp Europe 2017, Matt Mullenweg, co-founder of the WordPress open source project, <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">announced</a> that Gutenberg was available as a plugin for testing. In the past few weeks, members of the community have published their experiences with the new editor. Some of the reviews I’ve read so far include:</p>\n<ul class=\"wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform wp-block-freeform\">\n<li><a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\"><cite></cite>Random Thoughts on Gutenberg </a></li>\n<li><a href=\"https://joost.blog/gutenberg-and-yoast-seo/\">Gutenberg and Yoast SEO </a></li>\n<li><a href=\"http://gschoppe.com/wordpress/improving-wordpress/improving-wordpress-pt-4-where-project-gutenberg-lost-me-open-letter-to-core/\">Improving WordPress Pt 4 – Where Gutenberg Lost Me (Open Letter to Core) </a></li>\n<li><a href=\"https://wplift.com/gutenberg-editor-first-look\">A First Look at Gutenberg Editor for WordPress: Mixed Opinions </a></li>\n<li><a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Diving Into the New Gutenberg WordPress Editor (Pros and Cons) </a></li>\n<li><a href=\"https://www.customerservant.com/gutenberg-screen-reader-initial-thoughts-reactions/\">Gutenberg With A Screen Reader: Initial Thoughts And Reactions </a></li>\n<li><a href=\"https://mrwweb.com/first-reactions-gutenberg-future-of-wordpress/\">First Reactions to Gutenberg, the Future of WordPress</a></li>\n</ul>\n<p>There is one review in particular that has piqued my interest. Adrian Roselli not only <a href=\"http://adrianroselli.com/2017/06/first-reactions-to-gutenberg.html\">shares his first impressions</a> of Gutenberg, but also asks a couple of important questions and raises some interesting points:</p>\n<blockquote class=\"blocks-quote-style-1 wp-block-quote\"><p>When I first heard about Gutenberg, I asked some people at WordCamp London and later at WordCamp Europe who had requested it. Remembering that WordCamp is open source, I then re-jiggered my question and asked what problem it was trying to solve.</p>\n<p>Of the people I asked, I do not know who was a contributor. The answer I overwhelmingly got back was that Matt wanted it.</p></blockquote>\n<p>There are two things that concern me about Roselli’s statement. The first is that I have a few quirks with the current editor but I don’t often use short codes, custom HTML, or use custom embed codes. Thinking about what <a href=\"https://github.com/WordPress/gutenberg/blob/aae8cdd1349c6af7a74e84174724526386643a6e/docs/design.md\">problems Gutenberg solves</a> is somewhat perplexing if they’re not problems I encounter on a regular basis.</p>\n<p>The second is that people at WordCamps are answering the question by saying Mullenweg wants it in core. Roselli states that he doesn’t know if the people answering the question are contributors or not. Because Mullenweg wants something in core should never be the primary reason it’s added.</p>\n<p>It’s easy to see how one could come up with this answer. Earlier this year, Mullenweg took over core development as the project lead, and <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">assigned</a> Automattic employees Matias Ventura and Joen Asmussen to lead the development of Gutenberg. As project lead, Mullenweg can bypass the <a href=\"https://wptavern.com/matt-mullenweg-discusses-core-focuses-downsides-of-a-consensus-driven-model-and-more-on-apply-filters-podcast\">concensus-driven model</a>, and do what he thinks is best for the project without going through a committee.</p>\n<p>In 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\">2016 State of the Word</a>, Mullenweg announced that the Editor would be one of three core focuses for 2017. In January of this year, the team published a <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">technical overview</a> of what the new editor would encompass. A month later, the team <a href=\"https://make.wordpress.org/design/2017/02/09/initial-editor-blocks-prototype-editor-testing/\">published an initial prototype</a> of a block-based editor.</p>\n<p>The team is moving rapidly with <a href=\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-0\">plans to ship Gutenberg</a> possibly in time for WordPress 5.0 expected later this year or early next. If all of the work thus far had to go through a committee, it’s likely Gutenberg development wouldn’t be where it’s at.</p>\n<p>Perhaps not enough people <a href=\"http://chrislema.com/misunderstanding-goal-gutenberg-writing-experience/\">understand the ‘Why’ behind the project.</a> Who can blame them? Outside of specifying that it will help WordPress <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">leapfrog its competitors</a>, there’s not a lot of information on official channels that concretely explains and supports the idea that Gutenberg is necessary for millions of users.</p>\n<p>Mullenweg has a good track record of doing what’s best for the project. However, in the case of revamping the editor, which will radically change how everyone will create content in WordPress, it’s concerning that more user research, personas, usage data, etc. is not available to indicate such a major shift was warranted. There was an <a href=\"https://wptavern.com/wordpress-editor-experience-survey-shows-75-of-respondents-dont-use-distraction-free-writing-mode\">Editor survey published</a> earlier this year but the results were not representative of WordPress’ global user base.</p>\n<p>“A lot of assertions on ease of use are made on the Gutenberg plugin page, with nothing to back them up,” Roselli said.</p>\n<p>Gutenberg is an exciting, ambitious project, but one that I’m not entirely sure is necessary. If WordPress core is going to fundamentally change the way I create content without giving me a choice, I want as much information and user research data as possible to convince me that it’s the better option.</p>\n<p>It may seem odd that these questions and concerns are being raised six months into the project but at the same time, development has moved so fast, it feels like the opportunity to have them addressed at the beginning was missed.</p>\n<p>Revamping the editor experience is a massive undertaking and, six months in, it’s not better than the editor I use today. I wrote this post in Gutenberg and it was a cumbersome, frustrating experience. It will need to address a lot of issues if it’s going to beat the current WordPress editor, let alone leapfrog its competitors. However, the team is <a href=\"https://make.wordpress.org/core/tag/gutenberg/\">making good progress</a> on a weekly basis.</p>\n<p>Gutenberg needs as many testers as possible if it’s going to be the best editor in its class. For instructions on how and what to test, read the <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Gutenberg testing guide</a> on the Make WordPress Testing site.</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, 28 Jun 2017 18:48: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: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:55:\"HeroPress: From Teaching Toddlers to Teaching the World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/teaching-toddlers-teaching-world/?utm_source=rss&utm_medium=rss&utm_campaign=teaching-toddlers-teaching-world\";s: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:9327:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/06/062817-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My goal was to learn as much as I could about WordPress so I too, can teach.\" /><p>I did not pick the computer life. It picked me. I can remember the summer between kindergarten and first grade; I had a computer summer class that introduced me to my passion. The first day when my mother picked me up I exclaimed “mommy I want a computer for Christmas!” I was five and had no realization that in 1986 they would cost more than about everything I owned. I remember being upset that Santa did not bring me the computer that I had been wishing for since June. Growing up, any time I got the chance to sit in front of a computer, I took it for as long as I could. In high school, I even designed the website of one of the groups I was in. It was still online up until last year when CCHS did a website redesign. However, I never actively pursued a career with computers or even took a class for them since that summer. It was not until after I got into WordPress that I actually took a computer class, and now I have an associate’s in Information Technology.</p>\n<p>My first career was as a preschool teacher. I loved teaching, loved the joy that it gave me, but it was a very under-valued career.</p>\n<blockquote><p>Most teachers, who go to college to become teachers, make anywhere between minimum wage to a dollar over that with no insurance and maybe a week’s paid vacation.</p></blockquote>\n<p>While spending 45 plus hours every week, I was dedicated to teaching our future, I was barely getting bills paid. So many times I would have to pay bills late, worry how I was going to make sure the next bill gets paid, and have enough gas in my car to make it to work the rest of the week. I devoted twelve years to teaching colors, shapes, letters, numbers, and how to get along with others. While I loved to teach, I needed more. Plus, if I wanted to be able to take care of my daughter, I needed to make a change or I would never even be able to have a savings.</p>\n<h3>And Then There Was WordPress</h3>\n<p>Around 2011, I got the idea that I wanted to write a blog. I had heard my friend Chris talk about blogging so I knew he would point me in the right direction. At that time he was working on a security plugin to help the sites he managed for work. He told me “if you want me to help you build a blog, I’m going to teach you so you can do it on your own later.” We bought a domain, set up hosting, and ran the install. I instantly became hooked. The more I built, the more I wanted to learn about WordPress, and the more I wanted to do.</p>\n<blockquote><p>Almost every night, after my daughter would go to bed, I would spend working on my blog, reading about what one can do with WordPress, and trying everything I learned.</p></blockquote>\n<p>Sometimes things would go great, and other times I would accidentally delete out my entire site on FileZilla without a backup and would start from scratch again. Most of my learning came from my failed attempts and what not to do. That is what was my first clue that I would like to be a “fixer” instead of a “builder”.</p>\n<p>The more I learned, the more I wanted to learn. By 2013 I decided that “I could actually do this. I could make money from WordPress” but I still had about zero clue of how to go about it. I decided to leave preschool for good. I took a full time job working for a local IT agency that also built sites on WordPress. I spent a year there but during that time Chris introduced me to Regina at WP Security Lock. We hit it off and I quickly became a part time employee in April of 2014 helping her with the sites she managed and then learning how to clean hacked websites.</p>\n<p>I spent almost two years working for WPSL. The first part of them I was working for the local agency. Regina showed me another option for working in WordPress. It was the idea of working remotely. My daughter was still at the age where she needed after school care, and it is expensive. So with the support of my then fiance, I took the leap to work remotely in September of 2014.</p>\n<p>Fast forward from working in with various plugin support teams and security support roles, to jumping into agency support that I did for almost a year, I am now at home with WP Media on their WP Rocket support team. While most do not feel that it is the most glamorous of career choices, I love fixing problems, finding solutions, and helping people. Most of all, WordPress and working with support, gives me many teaching opportunities to help out every person who asks.</p>\n<h3>The Want to Teach</h3>\n<p>My first ever WordPress Community event was WP Engine’s 10 year birthday party they threw for WordPress in Austin. The feeling the Austin WP community gave me led me to feel like this was really a place I wanted to be. After Chris saw how excited I was about the community, he asked if I would like to go to WordCamp Chicago. Coincidentally, four years ago today, I was attending my first ever WordCamp. How the speakers taught the attendees, my goal was to learn as much as I could about WordPress so I too, can teach.</p>\n<p>Even though I no longer had the official title of a teacher, I still loved to teach. WordCamp Austin 2014 gave me the first opportunity to teach others about Jetpack. I was a nervous wreck! Not only was my best friend there who I looked up to in the WordPress community, but also one of the wonderful Happiness Engineers for the Jetpack team. I had Kraft go over my slides for me to make sure there was not anything I was sticking my foot in my mouth for and away we went. Afterwards I had people coming up and thanking me for explaining Jetpack in a way they could understand.</p>\n<blockquote><p>After that WordCamp, I wanted to speak at all WordCamps.</p></blockquote>\n<p>One of the many advantages of working for companies that have roots in the WordPress Community is that they allow me to attend, speak, and volunteer at WordCamps. I now have over 20 speaking opportunities under my belt, and have no want to stop for the unforeseeable future. I love having any opportunity to teach. I have now grown from only speaking at WordCamps to teaching beginner’s WordPress at our local community college, writing a book on beginner’s WordPress, and starting WP Kids Slack group to be a resource for KidsCamps and teaching our youth on the value and joys of WordPress. Now I am proud to say that I have taught WordPress to all ages from children to the baby boomers and it feels great! I have even had the opportunity to teach my own daughter WordPress and she loves going to the WordCamps. She has even helped others at Camps which for me is what it is all about. It is such a delight teaching Kids Camps and seeing their creativity blossom while building a site of their own. Plus, getting youth and teenagers interested in WordPress, coding, design, and more ensures that what we are building now, will only become better in the future.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: From Teaching Toddlers to Teaching the World\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20Teaching%20Toddlers%20to%20Teaching%20the%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fteaching-toddlers-teaching-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From Teaching Toddlers to Teaching the World\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fteaching-toddlers-teaching-world%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%2Fteaching-toddlers-teaching-world%2F&title=From+Teaching+Toddlers+to+Teaching+the+World\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From Teaching Toddlers to Teaching the World\"></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/teaching-toddlers-teaching-world/&media=https://heropress.com/wp-content/uploads/2018/06/062817-min-150x150.jpg&description=From Teaching Toddlers to Teaching the World\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From Teaching Toddlers to Teaching the World\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/teaching-toddlers-teaching-world/\" title=\"From Teaching Toddlers to Teaching the World\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/teaching-toddlers-teaching-world/\">From Teaching Toddlers to Teaching the World</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, 28 Jun 2017 14:15: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:21:\"Michele Butcher-Jones\";s: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:95:\"WPTavern: Automattic to Renew Efforts on Underscores, Retire Components Starter-Theme Generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=70860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/automattic-to-renew-efforts-on-underscores-retire-components-starter-theme-generator\";s: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:7346:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/underscores.jpg?ssl=1\"><img /></a></p>\n<p>For the past several months we have received inquiries about Automattic’s open source <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme. After six months of no commits to the <a href=\"https://github.com/automattic/_s\" target=\"_blank\">GitHub repository</a> and pull requests left unanswered, users and contributors were beginning to wonder whether the project was abandoned.</p>\n<p>After contacting Automattic to get a status update on Underscores, the company confirmed that it is still an active project but would not explain why it had gone dormant for six months.</p>\n<p>For the past couple weeks there have been a sudden flurry of commits to the Underscores repository, the first activity since December 2016. The project has come out of hibernation and Automattic announced its intentions to <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\" target=\"_blank\">renew its efforts in maintaining it</a>.</p>\n<p>“As we continue to push for consistency in themes and imagine what they might become with Gutenberg, we’re bringing our attention back to Underscores,” David Kennedy said. “In the last year, we’ve gotten a lot of questions from the community about Underscores and whether we had abandoned it. No way! It’s a stable project, and we enjoyed working on something new, away from it. It gave us better perspective and more ideas for the future of Underscores.”</p>\n<p>Kennedy explained how the project’s maintainers have spent the past year and a half experimenting with <a href=\"https://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\" target=\"_blank\">Components</a>, a starter-theme generator that was created to provide a more modular approach to theme development with reusable building blocks. The team has decided to retire Components in favor of refocusing on Underscores and applying what they learned from the experiment.</p>\n<p>“The generator we built to piece the different components together got complex quickly,” Kennedy said. “We created a plugin to test builds locally and struggled with a seamless way to make many starter themes from one code base. The original idea is still solid: make starter themes do more by crafting them out of building blocks. But we didn’t hit the mark, so we’re retiring Components.”</p>\n<h3>Underscores Adds Ulrich Pogson as New Committer</h3>\n<p>Automattic has named <a href=\"https://profiles.wordpress.org/grapplerulrich/\" target=\"_blank\">Ulrich Pogson</a> as a new committer to Underscores, the second non-Automattic contributor, <a href=\"https://themeshaper.com/2014/04/22/commit-access-underscores/\" target=\"_blank\">following Philip Arthur Moore</a>, to receive commit access. Pogson is a WordPress contributor and meetup organizer, a member of the Theme Review Team, and an independent voice for the Underscores community.</p>\n<p>Philip Arthur Moore <a href=\"https://philip.blog/2017/06/27/wp-underscores-future/\" target=\"_blank\">said</a> he was excited to hear the news and thankful to Automattic for “not allowing Underscores to rot on the vine any longer.”</p>\n<p>“It’s fair to say that my involvement with the starter theme will likely come out of a coma and find new life,” Moore said. “This is exactly what the theming community needs right now, and I couldn’t be more excited to see what we come up with and create.”</p>\n<p>In early January, the Underscores community shared concerns regarding the project’s general lack of leadership and transparency. Contributor Sami Keijonen wrote an article with constructive ideas for <a href=\"https://foxland.fi/underscores-development/\" target=\"_blank\">how Automattic could improve Underscores development</a>. One of his suggestions for the project was to identify leadership for moving forward, a person or group of people who could be responsible to review and discuss issues and pull requests more frequently. This would encourage more active discussion and testing of pull requests.</p>\n<p>In the comments of this post, <a href=\"https://foxland.fi/underscores-development/#comment-22416\" target=\"_blank\">Pogson expressed similar concerns</a> and said he would potentially be interested in creating a fork of Underscores.</p>\n<p>“Personally I am also hesitant to contribute as I am not sure when the PR will be merged,” Pogson said. “I would like to see regular feedback instead of instead of PR’s being merged in a merging spree. There is also a clash between _s fulfilling Automattic needs and at the same time as the community needs.”</p>\n<p>Now that Pogson has been named a committer, he may be able to assist the team in maintaining active discussion on issues and keeping pull requests moving.</p>\n<p>“A large number of people use Underscores as a base for their clients and for themes on w.org,” Pogson said. “I would like to bring in things that have made me a better developer and make it easier for others getting started.”</p>\n<p>Pogson said he is still finding his position in the team and he anticipates he will most likely be merging simple PRs in the beginning. He enjoys working on Underscores and said he regularly likes to go through opened issues and give feedback.</p>\n<p>Sami Keijonen said he thinks the addition of Pogson as a committer is “very good news.”</p>\n<p>“They are bringing the focus back on Underscores, and they can bring the best ideas of Components to Underscores,” Keijonen said. “Ulrich is the perfect choice as a new committer. He has been involved in the development for a long time and knows the big picture. It’s also good to see a committer from outside of Automattic. Different kinds of perspectives are always welcome.”</p>\n<p>Keijonen said he is also optimistic that David Kennedy has taken a more active leadership role and hopes the project will continue to benefit from it.</p>\n<p>“With all that said <code>_s</code> is still Automattic’s starter theme,” Keijonen said. “It can mean more wp.com related decisions in the future. That’s one reason why many have their own fork of <code>_s</code>.” He cited a few examples of companies that have active forks of Underscores to suit their particular interests, including <a href=\"https://github.com/WebDevStudios/wd_s\" target=\"_blank\">WebDevStudios</a>, <a href=\"https://github.com/ZeelandFamily/zf-theme\" target=\"_blank\">Zeeland Family</a>, and <a href=\"https://github.com/digitoimistodude/air\" target=\"_blank\">Digitoimisto Dude Studio</a>.</p>\n<p>“It will be an interesting partnership as I am the only committer who has not worked at Automattic,” Pogson said. “I think there will always be a certain clash between what Automattic needs and what the community wants, just because of the nature of the project. Many plugin authors have the same problem where they get requests that are not ideal for the other customers. There is still a bit of uncertainty but I am sure these things will be clarified in the future.”</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, 27 Jun 2017 21:01: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: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:144:\"WPTavern: Catalina Alvarez is Conducting the First Occupational Psychology Study on Autonomous Motivation and Burnout in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"https://wptavern.com/catalina-alvarez-is-conducting-the-first-occupational-psychology-study-on-autonomous-motivation-and-burnout-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1652:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/computer-paper-coffee.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/JHJH4PS68L\">WDnet Studio</a>\n<p>While attending WordCamp Europe I met Catalina Alvarez, a Master’s degree student at Paris 8 University, who is studying Occupational Psychology and Human Resources. She is in the process of writing her thesis about WordPress community health, with a focus on “autonomous motivation as a moderator in the Demands-Burnout relationship.”</p>\n<p>Alvarez is conducting a <a href=\"http://cataalvarezp.polldaddy.com/s/motivation-burnout-in-wordpress-community\" target=\"_blank\">survey</a> as part of her research and is inviting anyone in the WordPress community who has contributed, whether to code or community projects, to participate. One of the theories she is testing is that burnout is not the consequence of the demands of one’s work but rather the consequence of long periods of stress. She is also testing to see if autonomous motivation (when you do things because you are passionate about them) can reduce burnout and if external motivation contributes to burnout.</p>\n<p>The <a href=\"http://cataalvarezp.polldaddy.com/s/motivation-burnout-in-wordpress-community\" target=\"_blank\">survey</a> takes approximately 5-10 minutes and will close on July 5, 2017. Alvarez plans to share her results with the community and will need at least 250 respondents to make any meaningful conclusions.</p>\n<p>Check out our video interview below to find out more details and background on the study.</p>\n<p></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, 27 Jun 2017 00:06: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: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:121:\"WPTavern: Matt Mullenweg Discusses Core Focuses, Downsides of a Consensus-Driven Model, and More on Apply Filters 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:29:\"https://wptavern.com/?p=72517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/matt-mullenweg-discusses-core-focuses-downsides-of-a-consensus-driven-model-and-more-on-apply-filters-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:6079:\"<p>Matt Mullenweg, co-founder of the WordPress open source project and CEO of Automattic, joined Pippin Williamson and Brad Touesnard on <a href=\"http://applyfilters.fm/podcast/episode-81/\">episode 81</a> of the <a href=\"http://applyfilters.fm/\">Apply Filters</a> podcast. Apply Filters is a podcast dedicated to WordPress development.</p>\n<p>During the interview, Mullenweg touched on a number of topics including, a progress report on the <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">three core focus areas</a>, why he stepped back into the project lead role, and what’s not being talked about enough in the WordPress world.</p>\n<p>There are quite a few things in this episode that piqued my interest. Near the beginning of the interview, Mullenweg is asked if there was a tipping point that made him decide to take on the role of project lead again.</p>\n<p>“I’ve been personally frustrated by how long it has taken to do some things that I think should be relatively simple,” Mullenweg said. “Hearing that from other release leads over the past few years, and seeing some of the frustration because we have this rotating release lead philosophy.</p>\n<p>“So hearing them voice some of the same frustrations, I was like, okay, maybe this is something more with how the project is organized versus something that I personally am having trouble with.</p>\n<p>“We had a couple of years of releases that were a little uninspiring from the point of view of moving the needle forward for its adoption, even though they did a lot of great things and people worked really hard on them, and we closed 700 tickets, and had 130 or 150 contributors.</p>\n<p>“We were beating or we were doing a good job on a lot of metrics that we were tracking, but, on the whole, I think it really started to feel like WordPress was falling behind the state of the art in the world.”</p>\n<p>It was interesting to hear Mullenweg admit that WordPress releases in the last couple of years have been a bit uninspiring. This is <a href=\"https://wptavern.com/the-wow-factor-in-major-wordpress-releases-is-getting-few-and-far-between\">a sentiment I</a> and <a href=\"https://premium.wpmudev.org/blog/wordpress-4-0-hugely-underwhelming/?utm_expid=3606929-74.aeX0WyvtRVa7qMe8Ph5smw.0&utm_referrer=https%3A%2F%2Fwww.google.com%2F\">others</a> in the community have shared in recent years. Development of Gutenberg, <a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">WordPress’ new editor</a>, has created a buzz around the project that I haven’t felt in a long time. It’s not surprising considering it is going to be the largest fundamental change to WordPress since its creation.</p>\n<h2>Disagree and Commit</h2>\n<p>During the discussions on whether or not to merge the REST API into core, Mullenweg argued that it shouldn’t be integrated until it was 100% complete. The core development team ultimately decided to merge it into core and iterate improvements. In the show, Mullenweg describes the disagree and commit principle.</p>\n<p>“This idea that even though I disagreed with some of the things going in, the moment it was committed, I was advocating for it as strongly as anything else,” Mullenweg said.</p>\n<p>“The historical thoughts or ideas or whatever I had don’t really matter at this point. It’s in, so I want to work to make it as widely adopted and successful as possible. That’s the commit part of it, which is funny because, in an open source world, commit obviously has a double meaning.</p>\n<p>“But if you think about it, you can apply this to all parts of your life. Debate vigorously and have lots of arguments. Bring up all your worries or thoughts or concerns and hash it out. But once a decision has been made and the decision was made to bring the content endpoints in, don’t re-litigate it. That’s not really helpful to anyone.</p>\n<p>“Most of all, don’t sabotage it. It’s in, so let’s make it successful.”</p>\n<h2>Downsides of a Consensus-Driven Model</h2>\n<p>Near the end of the interview, Mullenweg is asked what philosophy, feature, or topic in the WordPress world is not talked about enough. “The downsides of a consensus-driven model creating products,” he responded.</p>\n<p>“I’ve been thinking about it a lot. I think that almost everyone at some point in their career has had a bad manager. And sometimes our reaction to that is to say that no one should be making decisions. There should be no managers, sort of like a more reactionary approach to it because that is true that it does solve the problem of the bad manager.</p>\n<p>“I think what we miss is the only thing worse than a bad manager is 100 bad managers, which is sometimes what we get when we just try to make decisions or drive development of something like WordPress–which is, at the end of the day, a user product based on who shows up to a dev meeting that day, or what the loudest voices in the room might advocate for.</p>\n<p>“Even policies that we’ve adopted in the past with WordPress, let’s say the 80/20 rule, which is on our principles page, can be misused and, I think, probably have been misused more the past few years than it has been used in the way it was intended.</p>\n<p>“Just that kind of getting back to the question of how does this change a user’s life or not, and that reflects itself in an open marketplace through adoption. That is, I think, good to just remind ourselves of regularly because everyone, myself included, can get kind of down in the weeds of a particular ticket or idea we have or idea someone else has that might not be productive.”</p>\n<p>To hear Mullenweg discuss these topics and more, I highly encourage you to listen to the <a href=\"http://applyfilters.fm/podcast/episode-81/\">full interview</a> which includes a transcript of the show.</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, 26 Jun 2017 21:00: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: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:23:\"Matt: Heroin or Aspirin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s: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:878:\"<blockquote><p>The company Bayer is famous for inventing aspirin in 1898, which is arguably one of the world<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s most beloved brands, and for good reason. But I was surprised to learn that just two weeks earlier, the same three guys who gave the world aspirin also created Bayer<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s other big brand, heroin, which was marketed for about eight years as the world<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2019.png\" alt=\"’\" class=\"wp-smiley\" />s best cough medicine.</p></blockquote>\n<p>From <a href=\"https://mobile.nytimes.com/2017/06/18/books/andrew-essex-talks-about-end-of-advertising.html\">Andrew Essex on his book about the End of Advertising</a>. <i>Hat tip: John Maeda.</i></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Jun 2017 13: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: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: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:35:\"BuddyPress: BuddyPress 2.9.0 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=266659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2017/06/buddypress-2-9-0-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2980:\"<p>Today sees BP 2.9 move to Beta 2 ( Beta 1 skipped for technical reasons ) testing phase and we would request all plugin authors, theme developers and other interested parties test out this release and feedback any issues found to our <a href=\"https://buddypress.trac.wordpress.org/newticket\"> trac ticket home </a>, or raise on the support forum.</p>\n<p>Amongst other improvements and fixes to look out for are:</p>\n<ul>\n<li>Fixing display of older activity comments.</li>\n<li>Correction of message when removing friends that are not friends.</li>\n<li>Group invites – omit sending to previously invited members.</li>\n<li>Profile image upload fix for IE Edge breaksIOS fix.</li>\n<li>Correct issue with hidden group & CSS specificity.</li>\n<li>URL compatibility for LightSpeed.</li>\n<li>Fix inability resizing of member avatar for cyrillic character filenames.</li>\n</ul>\n<p>For a full list of commits see <a href=\"https://buddypress.trac.wordpress.org/query?keywords=~&milestone=2.9&group=status&col=id&col=summary&col=keywords&col=owner&col=type&col=priority&col=component&col=version&order=priority\">2.9 tickets</a> A full changelog will be available when we release the final version.</p>\n<p>You can download the plugin to test from the WP repo <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.9.0-beta2.zip\">BP 2.9.0-beta2</a> or grab a copy from our SVN repo.</p>\n<p><strong>Template changes</strong></p>\n<p>In this release there are a number of improvements to templates that add a level of improved a11y performance and markup changes for better semantics & Standards.</p>\n<p>Theme authors may want to pay particular attention to changes to profile field visibility links and the profile field descriptions where significant markup changes are made that effect positioning of these elements – changesets for these are <a href=\"https://buddypress.trac.wordpress.org/changeset/11617\">r11617</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/11618\">r11618</a></p>\n<p><strong>Nouveau – new template pack</strong></p>\n<p>While we were definitely aiming for release of this feature for 2.9, the necessary final fixes and feature enhancements along with the necessary code reviews were going to prove very tight to get finished in time and would have likely meant a degree of rushing. We have decided that as this is such a major new feature, the first new theme in many years and that expectations will be high for it that we should not rush to put out a product that might be even slightly sub optimal.</p>\n<p>However fear not we are very concerned that the project is focussed on through the last stages of 2.9 and has primary focus during the next release cycle to ensure an early completion.</p>\n<p>It is further proposed that we’ll actually release Nouveau in a much shorter release cycle as 3.0, this way we can get an early release and not have the project just sitting in trunk until the end of the year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jun 2017 20:17: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:12:\"Hugo Ashmore\";s: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:79:\"WPTavern: Gutenberg 0.2.0 Released, Adds New Custom HTML and Cover Image Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/gutenberg-0-2-0-released-adds-new-custom-html-and-cover-image-blocks\";s: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:3385:\"<p>The <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">Gutenberg plugin</a> is moving fast with <a href=\"https://make.wordpress.org/core/2017/06/23/whats-new-in-gutenberg-june-23rd/\" target=\"_blank\">version 0.2.0</a> now available. This is the first release since the plugin was added to the directory last week. It includes two new block types, along with other new features, improvements, and fixes for many bugs that previously severely impaired the editor’s usability.</p>\n<p>A new <a href=\"https://github.com/WordPress/gutenberg/pull/1391\" target=\"_blank\">Custom HTML</a> block allows users to add HTML and click to see a fast preview within the editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-custom-html-block.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-custom-html-preview.png?ssl=1\"><img /></a></p>\n<p>The new <a href=\"https://github.com/WordPress/gutenberg/issues/487\" target=\"_blank\">Cover Image</a> block lets users place an image in the content with the background image fixed by default. Users can also specify text to have overlaid. Gutenberg developers emphasized that this feature should not be confused with the “Featured Image” panel which is already working in a similar way to how it has in the past.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-cover-image.png?ssl=1\"><img /></a></p>\n<p>While testing the Cover Image block with Twenty Seventeen and Twenty Fifteen, I was unable to get it working correctly on the frontend. Within the editor it works beautifully but once I launched the preview I found that, regardless of which positioning option I chose, I could not get the full image to display. The size of the image’s output was only as tall as the overlay text. If there was a right way to position it, I was unable to discover it. I checked with the development team and Matías Ventura said they are not loading styles for blocks in the front-end yet. Blocks like Cover Image that need CSS to display properly will not look right at the moment, but the plan is to focus on adding CSS for these this coming week.</p>\n<p>A few of the notable fixes and improvements include the following:</p>\n<ul>\n<li>Added button to delete a block</li>\n<li>Added button to open block settings in the inspector</li>\n<li>Rename “Freeform” block to “Classic Text”</li>\n<li>Added support for pages and custom post types</li>\n<li>Added ability to select all blocks with ctrl/command+A</li>\n<li>Automatically generate wrapper class for styling blocks</li>\n<li>Avoid triggering multi-select on right click</li>\n<li>Avoid being keyboard trapped on editor content</li>\n</ul>\n<p>As of today, Gutenberg has more than 500 active installs. The development team is planning on shipping weekly releases to the WordPress.org plugin. If you want to keep up with the releases, subscribe to the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\">make.wordpress.org/core</a> blog. Feedback is welcome on <a href=\"https://github.com/WordPress/gutenberg\" target=\"_blank\">Gutenberg’s GitHub repository</a> as well as in the <a href=\"https://wordpress.slack.com/messages/core-editor/\" target=\"_blank\">#core-editor</a> channel on WordPress Slack.</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, 24 Jun 2017 03:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.9 to Focus on Managing Plugins and Themes, Gutenberg Targeted for 5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4788:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/planning.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/5ZMT04MIW6\">Oli Dale</a>\n<p>Matt Mullenweg, the overall product lead for core releases in 2017, has published <a href=\"https://make.wordpress.org/core/2017/06/16/4-9-and-gutenberg/\" target=\"_blank\">an overview for what users can expect in WordPress versions 4.9 and 5.0</a>. After the success of 4.8 and the initial release of Gutenberg last week, Mullenweg is aiming to see the plugin installed on 100K+ sites during the next few months before merging it into core. He also suggested that WordPress could put a promo for the plugin in the upcoming 4.8.1 release.</p>\n<p>“In the meantime I think we can do another user-focused 4.9 release with the theme of editing code and managing plugins and themes, doing v2s and polishing some features we brought into WP last year,” Mullenweg said. “Weston and Mel already have some good ideas there, and we can start to discuss and brainstorm at the Dev chat next week. This will also allow the Gutenberg-driven release to be 5.0, which is a nice-to-have but not the primary driver of this decision.”</p>\n<p>Mullenweg elaborated on changes to the release process in <a href=\"https://ma.tt/2017/06/4-8-and-whats-coming/\" target=\"_blank\">a post on his personal blog</a>. The original idea was for releases to be driven by improvements to the three focus areas (the editor, customizer, and REST API), but the radical changes that Gutenberg introduces to the editing experience means that customization improvements will need to wait until the editor is a little further along:</p>\n<blockquote><p>\nMel and Weston took this as an opportunity to think about not just the “Customizer”, 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’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.</p>\n<p>I didn’t think we’d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and I think we can do it again.</p></blockquote>\n<p>During this week’s core development meeting, contributors brainstormed more specific items for inclusion in 4.9. The ability to schedule customizer changesets is one feature they discussed as a possibility. Customizer component co-maintainer Weston Ruter described the feature as “adding statuses for changesets: being able to draft a changeset to come back to later, and then to be able to schedule it to go live.”</p>\n<p>The <a href=\"https://wordpress.org/plugins/customize-snapshots/\" target=\"_blank\">Customize Snapshots</a> feature plugin contains the UI for this and Customize Changesets, the term for the underlying infrastructure required for saving a Customizer session as a draft, <a href=\"https://wptavern.com/wordpress-4-7-to-ship-with-infrastructure-from-the-customize-snapshots-feature-plugin\" target=\"_blank\">was added in WordPress 4.7</a>. Adding the UI in WordPress 4.9 would allow users to share Customizer sessions, preview them outside of the iframe, and schedule them to publish at a future date.</p>\n<p>Andrew Roberts, a contributor to TinyMCE, said they should have a new mobile-optimized UX, which would result in a responsive toolbar, that could land within the proposed 4.9 timeframe.</p>\n<p>“I would wonder if we couldn’t tweak the UI to be closer to Gutenberg (e.g. white toolbars),” Roberts said. “I had raised this idea before and it was thought it was better to wait until Gutenberg, but I remain of the opinion we could iterate a little bit closer to get users used to it.”</p>\n<p>Contributors also discussed the possibility of changing the default font in the editor to ease the transition to Gutenberg in the future. Currently, Gutenberg uses system fonts for UI and Noto Serif for the editor text.</p>\n<p>Mel Choyce, who is heading the Customizer focus with Weston Ruter, said she hopes the team can finish the Gallery Widget for 4.9. Current progress on the widget can be found on <a href=\"https://github.com/xwp/wp-core-media-widgets/pull/120\" target=\"_blank\">GitHub</a>.</p>\n<p>WordPress 4.8.1 is tentatively planned for the last week in July, and contributors anticipate including a fix for some issues with the <a href=\"https://core.trac.wordpress.org/ticket/40951\" target=\"_blank\">new Text Widget stripping out code</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, 23 Jun 2017 21:57:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: WordPress’ New Gutenberg Editor Now Available as a Plugin for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9087:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg.png?ssl=1\"><img /></a></p>\n<p>One of the featured sessions at WordCamp Europe 2017 was Om Malik’s interview with Matt Mullenweg, followed by a 20-minute Q&A from the audience. After showing a preview of the new Gutenberg editor with dynamic blocks replacing widgets, Mullenweg announced that it is now <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">available as a plugin on WordPress.org</a>.</p>\n<p>Gutenberg has been in development for six months and is ready for testing, but its developers do not recommend using it on production sites. Anyone interested in the future of WordPress will want to take it for a test drive, as the new editor will revolutionize the way users think about creating and editing content. The demo video at WordCamp Europe also showed Gutenberg working smoothly in a mobile context.</p>\n<p>At first glance, it may appear that WordPress is trying to copy its more recent competitors (Medium, Wix, and others) to keep pace, but the 14-year-old software has offered many of these content capabilities for years. Mullenweg explained how the new editor simply unifies the UI into blocks that can be placed anywhere. Gutenberg is set to replace widgets, the HTML UI of shortcodes, and blocks previously offered through the TinyMCE toolbar.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/gutenberg-blocks.png?ssl=1\"><img /></a></p>\n<p>“We’ve taken stabs at this before, if you imagine our previous efforts with post formats – to make it easier to do certain types of media or quote posts or things like that,” Mullenweg said. “That whole concept can now flatten to just being a block. Working all that in, it’s bringing things we’ve been thinking about for a very long time in WordPress.”</p>\n<p>If you’ve ever sat down with a new user to introduce them to WordPress, then you probably answered a long list of painful questions regarding the many varied and confusing ways of creating content. Gutenberg has the potential to make WordPress much easier to use.</p>\n<p>“Right now WordPress makes you learn a lot of concepts – shortcodes, widgets, the stuff that exists inside TinyMCE as blocks today – and people rightly wonder why they can’t use those things everywhere,” Mullenweg said. “What we’re trying to do is shift it so that you only have to learn about blocks once and once you learn about the image block, that can be in a post, in a sidebar, in a page, in a custom post type, and it will work exactly the same way. Whatever is integrated with it, let’s say a plugin that brings in your Google Photos or your Dropbox, that will now work everywhere, too.”</p>\n<p>Mullenweg said his previous attempt at replacing TinyMCE lasted approximately two years and they never ended up shipping it. Getting Gutenberg off the ground at this time allows WordPress to take the best of what competitors in both open source and commercial spaces have been doing, and improve upon it.</p>\n<p>“Medium started five or six years ago,” Mullenweg said. “Browser technology, what you can do, has advanced quite a bit. I think this actually allows us to leapfrog past some of the really great visual editors, because we’re able to build on the shoulders of things like Medium, Wix, Squarespace, and others that have come before us.”</p>\n<h3>Gutenberg First Impressions and Concerns</h3>\n<p>The Gutenberg plugin is now active on more than 300 sites and first impressions are rolling in. This is the first time the new block editor has been easily accessible to any user who wants to try it. Gutenberg also offers a somewhat unique testing experience in that it creates its own menu inside WordPress, so users don’t have to choose between the old editor and the new one. Activating Gutenberg doesn’t make it an either/or experience and users can test at their own convenience.</p>\n<p>From my initial testing, I found that Gutenberg provides a clean and enjoyable experience. Up until this point many of us couldn’t fully anticipate what Gutenberg would look like, but the interface is very similar to what one might imagine for an improved “distraction-free writing experience.” Gutenberg provides a more minimal UI for both the visual and text editors, although inserting blocks seems to be less functional when using the text editor.</p>\n<p>There are still many bugs and rough edges, but this interface appears to be a natural evolution of WordPress’ content editing experience. It <em>feels</em> like WordPress. The editor pulls in many of the elements that have worked well historically and introduces a minimal UI that makes it possible for anyone to build a beautiful, feature-rich post without knowing any HTML. Gutenberg is the most exciting thing to happen to WordPress in a long time.</p>\n<p>“The default state is likely my favorite ‘Distraction Free Writing’ implementation in WordPress yet,” WordPress core committer Aaron Jorbin said in <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\" target=\"_blank\">a post listing his initial observations</a>. I’m simultaneously able to focus on my content, and yet I have all the tools I need for writing. I don’t have all the tools I need for content creation.”</p>\n<p>Matt Cromwell, co-author of GiveWP, also wrote up his <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\" target=\"_blank\">first impressions of Gutenberg</a> with high compliments for the new writing experience.</p>\n<p>“In recent years we’ve seen Medium become the de facto elegant writing experience,” Cromwell said. “Medium is able to do that though by limiting the formatting and layout options dramatically. Gutenberg has the potential to allow writing to be as elegant as Medium or more so, plus deliver far more flexibility with layouts and content types.”</p>\n<p>One area of uncertainty for WordPress developers is how Gutenberg will handle support for plugins and maintain a high level of performance with a large number of custom blocks added.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'ll try again when it has support for plugins. I can\'t see this landing in core if it doesn\'t work with plugins.</p>\n<p>— Josh Pollock (@Josh412) <a href=\"https://twitter.com/Josh412/status/877913290063663109\">June 22, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It *should* store the block data as JSON (or serialized object, IDC) into postmeta, but instead it uses regexp to parse HTML and queries DB.</p>\n<p>— Christian Nikkanen (@k1sul1) <a href=\"https://twitter.com/k1sul1/status/877945432889884672\">June 22, 2017</a></p></blockquote>\n<p></p>\n<p>“I miss a lot of the meta boxes I’m used to seeing on the screen,” Aaron Jorbin said. “Things like Yoast SEO (on some sites) and custom taxonomies are just not shown. If every metabox ever made for WordPress needs to be remade, it sure is going to make developers’ lives a living hell.”</p>\n<p>Matt Cromwell also detailed a nightmare scenario of having more custom blocks than the current UI can handle.</p>\n<p>“What happens when you have 25 plugins that all want to load 25 custom blocks into that tiny ‘Insert’ dropdown?” Cromwell said. “Will there be a search? Or will it just scroll forever?”</p>\n<p>Mullenweg specifically addressed some of these concerns in his Q&A session at WordCamp Europe.</p>\n<p>“A lot of people have a lot of things built into the edit screen, so part of the reason we’re putting it out there as a plugin first and also pushing it so hard to get as many people to install it as possible, is so that everyone who has posting and editing screen adjustments can rethink them to be beautiful within this new framework,” Mullenweg said.</p>\n<p>Mullenweg anticipates that WordPress will release version 4.9 before merging Gutenberg, because he wants to see it tested on more than 100,000 sites before replacing the edit screen. If all goes well, the new editor could land in WordPress 5.0.</p>\n<p>“I think that some things that people did, like TinyMCE toolbar things, aren’t really needed any more,” Mullenweg said. “Stuff that people did in the past with custom post types might be better as blocks. It gives us a real opportunity to reimagine a lot of the user interactions and flows that today we’ve taken for granted on the edit screen for five or six years.”</p>\n<p>Check out Mullenweg’s WCEU 2017 interview below to see the live demo of Gutenberg and make sure to take a few minutes to <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\">install the plugin</a> to see it in action for yourself.</p>\n<p></p>\n<p></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, 22 Jun 2017 22:29:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Post Status: The future of the WordPress economy, and why I’m not worried\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/future-wordpress-economy-im-not-worried/\";s: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:13965:\"<p><em><strong>Editor’s Note</strong>: This is a guest post by Joshua Strebel, the CEO and co-founder of <a href=\"https://pagely.com\">Pagely</a>. Pagely was one of the first managed WordPress hosts and continues to be a market leader. Josh has some thoughts about the WordPress economy, which I asked him to share here for the Post Status audience. He’s been around for a while, and I think he’s got a pretty good hold on the state of things. I hope you enjoy his commentary. And if you like this post, you’ll also enjoy <a href=\"https://poststatus.com/publish\">Post Status Publish</a>.</em></p>\n<hr />\n<p>There’s been some <a href=\"http://chrislema.com/wordpress-economy-shrinking/\">recent speculation</a> on whether or not the WordPress economy is beginning to slump. I would answer ‘yes’ and ‘no’; it <em>is</em> clearly evolving, and some areas are contracting while others are growing. I believe we are feeling the effects of<strong> </strong><b>market maturity</b>.</p>\n<p>Are downmarket “one stop shop” alternatives and in house teams the best solution for the future of WordPress? No, because hosting providers, developers, and agencies who specialize in this space are where the concentrated real quality resides, and people are always willing to pay for quality. Ultimately WordPress has staying power because of its ecosystem, so let’s take stock of that.</p>\n<h2>The current state of the WordPress economy</h2>\n<p>In 2017 WordPress is used by major publishers, enterprises, <a href=\"https://pagely.com/solutions/universities/\">universities</a> and even custom SaaS applications. In fact the world’s leaders in business and marketing trends use WordPress (and aren’t necessarily leveraging in house teams to do so). To name a few:</p>\n<ul>\n<li><a href=\"https://newsroom.fb.com/\">Facebook Newsroom</a></li>\n<li><a href=\"http://www.gv.com/\">Google Ventures</a></li>\n<li><a href=\"https://www.mercedes-benz.com/en/\">Mercedes Benz</a></li>\n<li><a href=\"https://techcrunch.com/\">TechCrunch</a></li>\n<li><a href=\"https://www.bloomberg.com/professional/\">Bloomberg Professional</a></li>\n</ul>\n<p>WordPress powers an estimated <a href=\"https://wordpress.org/about/features/\">28% of all websites</a> which run the gamut of single contributor blogs and simple websites to applications and complex portals. That’s nearly 75 million websites built by anyone from the very beginner to the professional with an extremely advanced level of technical skill. WordPress is both easy to use and graceful in its complex abilities to do just about anything you would need a website to do.</p>\n<p>There’s also the community behind WordPress, an ecosystem of people around the world with this one thing in common. As an <a href=\"https://pagely.com/blog/2017/05/citizen-guide-open-source-community/\">open source community</a>, our entire industry is plugged into every update. We can contribute to testing or code. We have all the power to make sure the WordPress economy stays strong and continues to grow.</p>\n<p>New businesses are constantly being formed around plugins, themes and services built specifically for WordPress, with no signs of stopping. In fact, we’ll continue to find more and more creators of WordPress specific companies, with full time jobs elsewhere, using this as an opportunity to contribute to the community.</p>\n<p class=\"lead txt-danger\">However, the near constant flow of new entries into an already saturated market is outstripping demand. The WordPress pie overall is still growing but not quick enough to absorb the new sellers entering into the lower third of the market. The new players are typically unable to challenge the dominant players for a significant market share, and the demands and needs of the customers are also moving up the value chain. Yes, some newcomers do disrupt the established WP players, but it is happening with less frequency, and the barrier is ever higher.</p>\n<h2>Economies ebb and flow: Apple and Airbnb (and WordPress)</h2>\n<p>The companies and brands that have changed the way people live experience low points. Just like the ones we’ve feared will appear in our own industry. But you know these companies well, and they and their economies have persevered.</p>\n<p>Take the classic example, one of the greatest comeback stories of all time: Apple. Apple defied all odds and went from near bankruptcy to the powerhouse hardware leader it is today with over one billion iPhones currently in use. They lost Steve Jobs and many feared they would lose their focus and tumble downward. Instead they’re the <a href=\"http://appleinsider.com/articles/16/10/05/five-years-after-steve-jobs-an-apple-with-the-courage-to-say-no\">largest and most profitable</a> they’ve ever been. Walk down the streets of New York City or San Francisco and you’ll see brick and mortar shops dedicated to alt-genius-bar services and shattered screen replacement. The Apple economy is strong.</p>\n<p>Just like Apple, Airbnb almost flopped, but came out on top. It has an ecosystem of its own with tons of offshoot companies that support various aspects of the community, just like WordPress. After near failure Airbnb now supports a community of over 100 million and is valued at over $30 billion. They also face <a href=\"https://www.bloomberg.com/news/articles/2016-07-11/airbnb-faces-growing-pains-as-it-passes-100-million-users\">growing pains</a> and — at times — volatility, but companies like this — the ones that fundamentally change the way the world works — aren’t going anywhere.</p>\n<p>WordPress itself isn’t in danger of a near flop, but these are valuable examples of economies that fared far worse and still made it through.</p>\n<h2>The core strengths of WordPress</h2>\n<p>WordPress possesses fundamental characteristics that so many of today’s great leaders encompass. All leaders like this are built to support a growing economy for a long time to come.</p>\n<h3>Brand</h3>\n<p>In Pagely’s own recent user survey, the most important factors for choosing a service were <strong>reliability </strong>and <strong>security</strong>. These are cornerstones of the WordPress brand <em>(haters gonna hate – but core has been really solid for many years in both respects)</em> and reasons why such a large percentage of the internet continues to choose it to power their websites. As a brand, WordPress is synonymous with being one of the most reliable and secure CMS options available. Quality service providers that support WordPress, like Pagely, also often encompass these brand characteristics. We often hear of these same characteristics as pain points from customers trying to work in-house or with downmarket alternatives.</p>\n<h3>Ubiquity</h3>\n<p>WordPress users span nearly every industry in the world. Publishers, Fortune 500 Companies, Music, Fashion, Tech, Politics, you name it. Like I mentioned above, ~75 million websites use WordPress, and they are published in dozens of languages. WordPress is literally a web that has woven itself through the digital and physical world.</p>\n<h3>Community</h3>\n<p>The WordPress community is made up of contributors, coders, engineers, designers, marketing professionals, and every other title necessary to run a business. The community reaches so far that it touches every corner of today’s tech workforce. Not only is the community large, but it cares. We care. The number of blogs and forums dedicated to helping people understand WordPress are impossible to count. Events like WordCamp, LoopConf, Publish, and PressNomics occur all year long and prominent core contributors participate. Don’t hate me for loosely quoting Lincoln. But, it could be said here that “[WordPress] of the people, by the people, for the people shall not perish from the earth.”</p>\n<h2>The WordPress ecosystem rewards quality</h2>\n<p>While the core strengths of WordPress support the service itself, quality is what supports the economy as a whole. And the fact remains that people <em>are</em> willing to pay for quality. To paint the picture, at Pagely a core aspect of our mission is to bring a flexible, friendly, and first-rate experience to all our customers. In staying true to that high standard of quality we’ve seen substantial <a href=\"https://pagely.com/blog/2017/01/pagely-2016-in-review/\">year over year revenue growth since 2014</a>. With an ecosystem that strives for and rewards quality, the larger WordPress economy is in a position to keep growing — and continue to take us along with it.</p>\n<p>Any “economy” will ebb and flow, but when a technology powers 28% of something, it has staying power; WordPress and the ecosystem we’ve built around it isn’t going anywhere, <strong>but it is changing</strong>.</p>\n<h2>The ecosystem is maturing — and growing</h2>\n<p>I would argue that after 12+ years the WordPress ecosystem has firmly moved from “<strong>New market</strong>” territory where there were wide open spaces for entrants to dominate. As an example, commercial themes really took off in 2008, managed WordPress hosting came to prominence in 2010, and commercial plugins rose to fame in 2011. These, and most channels in the ecosystem are now clearly defined “<strong>Existing markets</strong>.”</p>\n<p>Since 2015 or so, the majors players in each category have been well known, with few exceptions from new entrants claiming significant market share. <strong>Those who are doing this are using <a href=\"https://www.marsdd.com/mars-library/the-four-types-of-market-market-maturity-where-does-your-startups-product-belong/\">strategies</a> common in existing markets: Resegmentation based on price, and resegmentation based on a niche strategy.</strong></p>\n<p>Borrowed from <a href=\"https://www.inc.com/karl-and-bill/6-signs-your-market-is-maturing.html\">this article</a>, we can identify six signs a market is maturing. Not every point applies completely to our ecosystem, but enough do that I believe we can safely make this call.</p>\n<ol>\n<li class=\"mb-1\">Customer needs/desires do not appear to be evolving rapidly.<br />\n– <small class=\"txt-danger\">eCommerce and membership sites are the most recent ‘asks’ that come to mind, and that was a few years ago.</small></li>\n<li class=\"mb-1\">Consolidation by leading competitors is reducing competitive intensity.<br />\n– <small class=\"txt-danger\">GoDaddy, EIG, Envato, and Automattic are rapidly consolidating products and services into their domain</small>.</li>\n<li class=\"mb-1\">Disruptive innovations and new entrants are gaining share only gradually and top out at relatively low levels.<br />\n– <small class=\"txt-danger\">Some really innovative things are happening, but they’re around the corner and seem slow to pick up traction.</small></li>\n<li class=\"mb-1\">Market shares of leading competitors have solidified and are changing gradually, if at all.<br />\n– <small class=\"txt-danger\">We pretty much know who the leaders are in every category and the price points they own.</small></li>\n<li class=\"mb-1\">Price, brand, and/or channel strategy have supplanted product innovation as key value drivers.<br />\n– <small class=\"txt-danger\">Refining the value proposition to our customers has greater focus at Pagely vs. shipping the latest tech du jour, which is happening just behind the scenes at measured pace.</small></li>\n<li class=\"mb-1\">Cash flows are increasingly turning positive and being returned to investors rather than invested into the market.<br />\n– <small class=\"txt-danger\">Not in all cases, there is still a lot of energy being focused on market expansion.</small></li>\n</ol>\n<span class=\"pullquote alignright\">The pie is still growing overall, but a higher percentage of that growth is being concentrated among the established leaders who do more than the basics.</span>\n<p>The massive low-cost hosting providers are enrolling many thousands of new WordPress users a day. Their product offering is good enough for the price point, their marketing spends are huge, and any new customer starting to use WordPress is landing there.</p>\n<p>It is the same with eCommerce on WordPress — there are just two or three plugins and services absorbing new users.</p>\n<p>In the agency space, the buyers willing to spend capital (enough to sustain a high-end WordPress agency) on WordPress solutions are not buying $500 websites, or $5,000 websites as they once were. They are buying $50K-$1M custom-built WordPress backed applications. The resources and talent required to serve these clients is concentrated at a handful of established and well known shops.</p>\n<p>These examples continue into every segment of the ecosystem.</p>\n<p>WordPress is getting easier and easier to use right out of the box. If the majority of the new WordPress users needs are solved on install (via core, bundled plugins, or the hosting platform) then a wide swath of the current ecosystem is going to shrink.</p>\n<p><strong>In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.</strong></p>\n<h2>Adapt to win</h2>\n<p>So is the WordPress ecosystem shrinking? <strong>Yes, segments of it are and will continue to do so</strong>.</p>\n<p>It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, “Existing Market” phase we are in.</p>\n<p><strong> Other segments, many not even identified yet, will expand.</strong> There are still big challenges that need to be solved in WordPress, the solutions for which will surely prove to be innovative and profitable. <a href=\"https://www.amazon.com/Blue-Ocean-Strategy-Expanded-Uncontested/dp/1625274491\">Go find the next blue ocean</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 22: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:14:\"Joshua Strebel\";s: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:112:\"WPTavern: WordPress Marketing Team Launches Case Studies and Usage Survey for Agencies, Clients, and Enterprises\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=71973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-marketing-team-launches-case-studies-and-usage-survey-for-agencies-clients-and-enterprises\";s: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:5563:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>WordPress’ Marketing Team has <a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\" target=\"_blank\">launched a set of surveys</a> to gather case studies and usage data from agencies, clients, and enterprises, with the goal of providing more resources for adoption. The Usage Survey was created to capture feedback on the factors that influenced an organization to select WordPress as well as any barriers to using the software. The team plans to use use the data to provide resources, such as fact sheets, FAQs, case studies, testimonial videos, and other marketing materials.</p>\n<p>During 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\" target=\"_blank\">State of the Word address in 2016</a>, Matt Mullenweg said the project could no longer get by on “marketing happenstance” but needed to form a more coordinated effort to counter the millions of dollars that proprietary systems are spending marketing their products against WordPress. These research surveys are one of the first steps in that direction, along with the <a href=\"https://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council\" target=\"_blank\">WordPress Growth Council</a> that Mullenweg formed to bring together more people with large-scale marketing expertise.</p>\n<p>With the proliferation of user-friendly, DIY commercial website solutions, WordPress has reached a critical time where the project needs to shed its image as a clunky, legacy CMS and demonstrate why it’s the market leader. This not only requires WordPress to deliver from a technical standpoint, especially in the areas of editing and customization, but also requires the 14-year-old project to step up its marketing efforts.</p>\n<p>WordPress’ Marketing Team exists to “help people market WordPress as open source software and the WordPress community.” The need is evident, as even the most experienced WordPress professionals struggle to properly articulate the difference between WordPress.com and the self-hosted software in a way that newcomers can understand. This is an intractable marketing problem for the self-hosted community.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Explain to me in two paragraphs or less the delineation between <a href=\"https://t.co/shm7MBBfUi\">https://t.co/shm7MBBfUi</a>, Jetpack, and <a href=\"https://t.co/w3VOMjx5s9\">https://t.co/w3VOMjx5s9</a>.</p>\n<p>— Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/877350749792903168\">June 21, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress(dot)org has lost the branding battle with WordPress(dot)com.</p>\n<p>— Drew Jaynes (@DrewAPicture) <a href=\"https://twitter.com/DrewAPicture/status/877649047456231424\">June 21, 2017</a></p></blockquote>\n<p></p>\n<p>David Skarjune, a contributor on the Marketing Team who helped put the surveys together, <a href=\"https://wordimage.com/articles/marketing-wordpress-as-free-software/\" target=\"_blank\">describes the problem that WordPress professionals face in marketing the free software</a>:</p>\n<blockquote><p>Here we have the classic WordPress.COM and WordPress.ORG duo that encompasses the nature of the WordPress free software system. This twosome drives the project and sometimes it drives us crazy—only because it instills wide-eyed confusion trying to explain these companion entities to the rest of the world. Simple enough: get a free blog at .COM or get free software and help at .ORG. However, free software makes no sense to the average person, and too many writers, marketers, and designers don’t much care how the InterWebs actually operate.</p></blockquote>\n<p>The confusion between WordPress.com and self-hosted WordPress is just one of the many factors that make the software a unique marketing challenge. <a href=\"http://devwp.eu/\" target=\"_blank\">Mario Peshev</a>, CEO of <a href=\"http://devrix.com\" target=\"_blank\">DevriX</a>, identified many more <a href=\"http://devwp.eu/15-obstacles-enterprises-report-wordpress-development-partners/\" target=\"_blank\">obstacles that enterprises find in using WordPress</a>. Several of these include misconceptions about security, scaling, and limitations for functionality beyond blogging. WordPress’ Marketing Team aims to provide agencies with free resources to combat common misconceptions and show real-world examples of where the software is quietly powering enterprise websites behind the scenes.</p>\n<p>If you have an interesting example of how WordPress solved a client’s needs, feel free to <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSe9cYQRDtJCcI1nphPTfO_Lb7qAGJP68l0_ceyj0uMNzOwI2g/viewform?usp=sf_link\" target=\"_blank\">submit a case study</a>. If you represent an organization that is using WordPress and can offer feedback on why you selected it and any obstacles you continue to face, please take the <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSf--7zTsKrE7nRSMWoCXnYWJQxDD9GjttKsqoPUJ-kuM9XjkA/viewform?usp=sf_link\" target=\"_blank\">WordPress Usage Survey</a>. Both surveys will be open through July 14, 2017, and the results will be published on WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 04:33: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: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:54:\"WPTavern: WPShout Updates and Acquires WPHierarchy.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpshout-updates-and-acquires-wphierarchy-com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"<p><a href=\"http://wphierarchy.com/\">WPHierarchy.com</a> is a WordPress resource <a href=\"https://wptavern.com/pretty-wordpress-template-hierarchy-diagram\">created</a> by Rami Abraham in 2013. The site is an interactive version of <a href=\"http://wpdaily.co/wp-template-hierarchy-chart/\">Michelle Schulp’s colorful diagram</a> of WordPress’ template hierarchy. Each template is linked to documentation that explains its function.</p>\n<p>Over the years, WordPress’ template hierarchy has changed. For instance, paged.php no longer comes after archive.php. The site however, hasn’t kept up with the changes.</p>\n<p>In an effort to keep the site going, updated, and maintained, WPShout has <a href=\"https://wpshout.com/links/wphierarchy-com/\">acquired the domain</a> from Abraham for an undisclosed amount. The team fixed the most of the obvious issues and the site is once again a valuable resource for visualizing the template hierarchy.</p>\n<p><img /></p>\n<p>David Hayes, of WPShout, says they’re working on collaborating with <a href=\"https://twitter.com/marktimemedia/\">Schulp</a> to visualize and better explain how Custom Templates can be applied to all post types.</p>\n<p>If you’d like to report an error or want to contribute, you can do so via the <a href=\"https://github.com/pressupinc/wphierarchy\">project’s Github page</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, 22 Jun 2017 00:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:64:\"WPTavern: WPWeekly Episode 278 – Recap of WordCamp Europe 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:58:\"https://wptavern.com?p=72367&preview=true&preview_id=72367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-278-recap-of-wordcamp-europe-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:2118:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"http://coachbirgit.de/\">Coach Birgit Olzem</a>, <a href=\"https://twitter.com/caroleolinger\">Carole Olinger</a>, <a href=\"https://arrowrootmedia.com/\">Jaki Levy</a>, and <a href=\"https://twitter.com/mcdwayne?lang=en\">Dwayne McDaniel</a> who attended <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe</a> in Paris, France.</p>\n<p>We discuss contributor day and the effects of having it at the beginning of a WordCamp instead of at the end. Each individual shared their experience attending the event and described what their favorite session was.</p>\n<p>Lunch was provided at WordCamp Europe in paper bags with plastic utensils. With 1,900 attendees, this resulted in a lot of trash. We discussed the impact WordCamps can have on the environment and why larger WordPress events should act as a role model for being as sustainable as possible.</p>\n<p>We also talked about <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>, the <a href=\"https://make.wordpress.org/marketing/\">WordPress marketing team’s efforts</a>, and the differences between WordCamp US and EU.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\">WooCommerce Drops 50% Renewal Discount on Subscriptions</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 28th 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 #278:</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, 22 Jun 2017 00:12: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: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: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:52:\"HeroPress: Becoming Known in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/becoming-known-wordpress-community/?utm_source=rss&utm_medium=rss&utm_campaign=becoming-known-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11929:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/06/062117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was helping hundreds of people that were using WordPress for their business. That\'s powerful.\" /><h3>So you make websites, right?</h3>\n<p>My name’s Juan and I make websites. I’ve been doing that since my brother came home with a computer’s magazine that had a CD with a copy of Front Page 98. I learned about HTML. Tables. Marquees. Divs. CSS. Flash. ActionScript. JavaScript. PHP-Nuke. phpBB. Blogger. And, finally, in 2008, I learned about WordPress.</p>\n<p>I loved writing and enjoyed having my own blog after seeing that social networks like MySpace or Fotolog weren’t going too far. I kept learning and found the power of WordPress to create more complex sites. I decided that my hobby could be my job. I became a freelancer. I found clients, I made lots of mistakes, I didn’t make much money. I was alone in my small village in the North of Spain: Santoña, in Cantabria.</p>\n<p>I knew I wasn’t the only one creating websites around, but I never thought about meeting people like me. I didn’t know about the real power of Open Source. I was isolated, planning to move with my girlfriend to another city, Pontevedra, and I didn’t have a clue about what was going to happen soon in my life.</p>\n<h3>The power of WordCamps</h3>\n<p>One day I found out that in November of 2015 there was going to be a WordCamp in Santander, a city 50 km. far from my village. An event for WordPress developers and users. That sounded good. I had no idea that that kind of events were happening all around the world. I had no idea about anything related to the WordPress Community. I didn’t know that the Community was even a thing.</p>\n<p>So I went there a Saturday morning and attended to most of the talks.</p>\n<blockquote><p>I remember sitting in the last rows, as if I were hiding so no one would notice that I was there alone.</p></blockquote>\n<p>I didn’t want to say anything stupid and I was just absorbing all I could from the speakers and their presentations.</p>\n<p>After a great talk about theme development I waited for the speaker and I thanked him for all the info. I was nervous. He was a speaker. He was from another league, right? But he was a really nice guy, ‘if you have any doubt, just ask me’. Cool.</p>\n<p>On Sunday we had the Contributor’s Day. And there I was, randomly in the Community table, learning how to organize a Meetup with some people I had just met, Rocío Valdivia and Ibon Azkoitia. Remember these names. They told me that, as I was moving to another city where there wasn’t any WordPress group, I could start one myself.</p>\n<p>My brain: Wait a second. Me? Starting a WordPress Meetup in Pontevedra?</p>\n<p>I took notes and kept enjoying the day. I met many people and, being not very good remembering names, all I could do was following them on Twitter. And signing in the WP Slack channel.</p>\n<p>At the end of the event, Darío, the main organizer asked me about how was the experience. I had loved it. Will you come back? Yeah, but next year… as a speaker!</p>\n<p>My brain, again: As a speaker? Are you really listening to yourself? You hate speaking in public. You’re the most nervous person ever.</p>\n<h3>My first year in the Spanish WordPress Community</h3>\n<p>The days after the event were weird. I started reading about the people I met and I found out that some of them were incredible developers, some of them had thousands of followers in Twitter, some of them had the most important websites about WordPress in our language… And I didn’t have a clue about all that.</p>\n<p>Did it matter? Not at all. These people don’t care about those things and will help you no matter who you are or where you are coming from.</p>\n<p>Moving to a new place was a slow process, so I didn’t have to worry about the Meetup I promised to organize, but the weeks were running and I had no idea about what to talk about in the next WordCamp as I told Darío.</p>\n<p>I started to become a little more involved in the Community. I helped translating plugins to Spanish. The original translation of WooCommerce was made by a drunk robot or similar, so there were thousands of strings to be revised and translated again. It was fun. And a lot of work that I did with the help of Fernando Tellado, an experienced translator and member of the Community.</p>\n<blockquote><p>And I was helping hundreds of people that were using WordPress for their businesses. That’s powerful. I was helping many people.</p></blockquote>\n<p>By that time I was reading many WordPress related blogs and sites and I decided to curate a weekly post with the ten best links (in Spanish and English) I read every week. That’s how I started Enlace Permanente, which is almost now in its #70 edition with many subscribers to the newsletter and followers.</p>\n<p>I kept talking with Ibon, Darío and others in the Slack channels and on September of 2016 we decided to go to WordCamp Seville. I travelled the country from North to South and spent there a fantastic weekend. I shared an AirBnb apartment with Ibon, Mauricio Gelves and Fernan Díez, who became great friends. I met more new people and strengthened the relationship with ‘older’ mates.</p>\n<p>And, as I was finally moving to a new flat in Pontevedra, I decided it was time to start the local Community of the city. A city where I didn’t know any other developer or WordPress user. But… I was sure someone will be there.</p>\n<p>I had the help of Rocío, who works at Automattic and all her time is donated to the WordPress.org Community team, working at WordCamp Central helping Meetup and WordCamp organizers all around the world.</p>\n<blockquote><p>She was extremely helpful and she’s the reason that today in Spain we have more than 40 different Meetups and 5 WordCamps in 2017.</p></blockquote>\n<p>I planned the first event for the end of November, but before, I had to send an email to Darío as the Call for Speakers of WordCamp Santander 2016 was already open. I decided to talk about my experience the last year. ‘From being no one to being a speaker: a year in the Spanish WordPress Community’. That was the title of my talk.</p>\n<p>And yes, I was nervous. I didn’t sleep well the week before. I talked quickly. But I did it. People laughed, people clapped and people enjoyed my story. This story. And they learned about how they could help an awesome Open Source project like WordPress and meet great people at the same time.</p>\n<h3>Becoming a known member of the Community</h3>\n<p>When you become part of a Community for the first time, you easily find that there are small groups within the big one. People that already know each other of past events, of past projects. And maybe you think that it’s not easy to be part of those groups. Or that they won’t accept a new one.</p>\n<p>Well, that didn’t happen to me in the WordPress Community.</p>\n<p>Everyone was ready to say ‘hi’ to the latest addition. Everyone was ready to help with translation doubts. Everyone was ready to share their experience organizing local groups. Or answering questions in the support forums. Or just ready to chit chat. Or to organize a trip for the next WordCamp.</p>\n<p>So I just started doing the same.</p>\n<blockquote><p>And you don’t do it to become a known member of the Community. That’s just a catchy phrase for the post. You do it because it feels good.</p></blockquote>\n<p>Because you meet great developers, designers, freelancers… Because you can help anyone who knows a little less than you, the same way that the people that know more help you.</p>\n<p>In 2017 I was lucky enough to be part of WordCamp Madrid and WordCamp Bilbao, as a volunteer and as a speaker. I had the chance to talk about something that I’m really passionate in Madrid: the open web. I had the chance to speak up about net neutrality, about our contents, about walled gardens, about what we can do to save the web. I shared an important message with my peers.</p>\n<p>And in Bilbao I had the chance to explain the process of creating a WordPress theme from the moment the designer starts wireframing a project. My day to day job. Best practices, advice, tools, how-tos… I showed how I do my job to become better at it and to help others to become better too.</p>\n<p>Also in Pontevedra, we’re around 20-25 people every month in the local Meetup. And in Galicia, the region where I live, I’ve helped creating two more Meetup groups, in Ourense & Lugo. And I’m sure there will be more soon! There are almost 3 million people here, so many WordPress users still to find!</p>\n<h3>And what now?</h3>\n<p>I want to keep having fun and working to make WordPress a better tool and platform for as many people as possible. I want to find more people in the local communities to show them what we have here. And who knows? Maybe organizing a WordCamp in 2018.</p>\n<p>Also, in the next months I would like to find out if it’s possible also to become a more active member of the Global WordPress Community. As English is not our first language and we’re a little shy, probably not many Spanish speakers are known in the WP world. But I’m sure that the steps I did to become part of our national group can be done exactly the same way to be part of the international one, don’t you think?</p>\n<p>So, who knows? Will I go to a WordCamp in the USA or another country next year… as a speaker?</p>\n<p>And you? Are you ready to become part of your local and national Community? It’s easier than you think, I’m sure of that. Just… say it out loud and start doing stuff.</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: Becoming Known in the WordPress Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Becoming%20Known%20in%20the%20WordPress%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-known-wordpress-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Becoming Known in the WordPress Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-known-wordpress-community%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%2Fbecoming-known-wordpress-community%2F&title=Becoming+Known+in+the+WordPress+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Becoming Known in the WordPress Community\"></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/becoming-known-wordpress-community/&media=https://heropress.com/wp-content/uploads/2017/06/062117-150x150.jpg&description=Becoming Known in the WordPress Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Becoming Known in the WordPress Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/becoming-known-wordpress-community/\" title=\"Becoming Known in the WordPress Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/becoming-known-wordpress-community/\">Becoming Known in the WordPress Community</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, 21 Jun 2017 11:30: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:\"Juan Hernando\";s: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:73:\"WPTavern: WordCamp Europe 2018 to be Held in Belgrade, Serbia, June 14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-europe-2018-to-be-held-in-belgrade-serbia-june-14-16\";s: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:1938:\"<p>Belgrade, Serbia will host the sixth edition of WordCamp Europe, June 14-16, 2018. Prior host cities include Leiden, Sofia, Seville, Vienna, and Paris. Attendees and the massive 221-person volunteer crew gave their enthusiastic approval when organizers announced the event would be returning to Eastern Europe next year.</p>\n<blockquote class=\"instagram-media\">\n<div>\n<div>\n<div></div>\n</div>\n<p> <a href=\"https://www.instagram.com/p/BVcncQEhX_g/\" target=\"_blank\">WordCamp Europe 2018 will be in Belgrade, Serbia, June 14-16! <3 #wceu</a></p>\n<p>A post shared by Sarah Gooding (@pollyplummer) on Jun 17, 2017 at 9:18am PDT</p>\n</div>\n</blockquote>\n<p></p>\n<p>The Serbian WordPress community has <a href=\"https://wptavern.com/a-glimpse-into-serbias-rapidly-growing-wordpress-community\" target=\"_blank\">grown exponentially since the first WordPress meetup</a> was held in 2013 at ManageWP’s offices. Now, Serbia hosts meetups in several cities and many of them are averaging more than 100 attendees. Meetup.com is not very popular in Serbia so the <a href=\"https://www.facebook.com/groups/613503768679500/\" target=\"_blank\">WP Serbia Facebook group</a> is used more frequently to organize community events. The group has grown from 600 members to more than 4,700 during over the past two and a half years.</p>\n<p>At WordCamp Europe I had the opportunity to interview Jenny Beaumont, this year’s local lead for Paris, along with Milan Ivanović who will lead the local team next year in Serbia. Beaumont shares the challenges of wrangling busy volunteers on the local team and offers Ivanović some advice as he prepares to head up the team in Serbia. Ivanović is eager to acquaint WordPress’ global community with Serbia’s famous hospitality and sums up why prospective attendees should consider attending in 2018: “The food!”</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 05:22: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: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:65:\"WPTavern: WooCommerce Drops 50% Renewal Discount on Subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=72173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2919:\"<p>Customers who purchased extensions from <a href=\"https://woocommerce.com/\">WooCommerce.com</a> are discovering that the renewal discount of 50% has been removed. Instead, they are now paying full-price.</p>\n<p>The <a href=\"https://woocommerce.com/blog/\">WooCommerce blog</a> and the official <a href=\"https://twitter.com/woocommerce\">Twitter account</a> do not mention anything about the price increase.</p>\n<p>We contacted Automattic and asked if the discount was removed and if customers received prior notice of the price increase. Todd Wilkens, head of WooCommerce, provided the Tavern with the following statement:</p>\n<blockquote><p>All customers receive notification of their upcoming renewal 7 or 15 days before a charge. If anyone received an incorrect price, please contact us immediately and we will make it right. As always, we are committed to making sure WooCommerce is affordable to the widest range of people while maintaining our high level of service and support.</p></blockquote>\n<p>A customer upset by the change contacted WooCommerce’s support desk and inquired about the price increase. The support representative confirmed that the discount was removed and that customers will need to pay full-price to renew.</p>\n<p>The customer service rep also explained that the change is due to WooCommerce moving to a straight renewal process, similar to other SaaS products. The representative concludes the ticket by saying they’re monitoring and accepting feedback about the change.</p>\n<img />WooCommerce Customer Support Response\n<p>Nathan Hadsall, who makes a living using WooCommerce, is among those upset by the change. “I have been a huge WooCommerce supporter and most of my work as a developer is spent working with WooCommerce,” Hadsall said.</p>\n<p>“However this type of approach to business is very sad. I have no problem paying for a license despite the fact that GPL software is available cheaper and legally/ethically by other means.</p>\n<p>“I will still stick to WooCommerce since the core is fantastic and is getting better. The biggest change for me will be the plugins and code I use to extend WooCommerce functionality. I will probably start to look elsewhere.</p>\n<p>“The biggest gripe I have is with the way WooCommerce does business. WooCommerce has never seemed to care about their customers. Slipping this pricing change in was not an honest move.”</p>\n<p>Raising prices for renewals is a part of business and something I think many customers expect at some point. However, raising prices on subscriptions that existing customers may have set to auto-renew, without explicitly notifying them about the change, can create a negative, lasting experience.</p>\n<p>If you purchased a subscription on WooCommerce.com and have set it to auto-renew, keep a close eye for your renewal notice.</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, 21 Jun 2017 02:56: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: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: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:2195:\"<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>“We may have taken some services offline to work on them which may have affected those who were trying to sync,” Ha said.</p>\n<p>Disqus <a href=\"https://blog.disqus.com/disqus-for-wordpress-3.0-plugin-beta-now-available-for-testing\">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’ 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’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: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: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 “EastEnders” 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: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: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’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’ 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&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’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’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>— 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>— 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 – 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’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>— 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: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: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’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 ‘transference’ 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’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: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: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 “Evans” 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’s changed and what I’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’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 “Customizer”, 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’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.</p>\n<p>I didn’t think we’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’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’m optimistic about that improving. Something else I didn’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’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’m optimistic about REST-based development the remainder of the year.</p>\n<p>I’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&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: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: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:7321:\"<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’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>“The main thing we’re trying to work on is documentation for this sort of stuff, because we’re lacking a lot of documentation around the infrastructure,” McCue said. “One of the things we don’t do well is having a way to go from ‘I know nothing’ to ‘I know this stuff.’ A lot our documentation describes solutions without describing the problem and how you pick a solution.” 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 “very workable plugin” that could be ready for testing within the next six months.</p>\n<p>“We need to get this sorted if any of the mobile apps are going to use the REST API,” McCue said. These apps currently use the existing XML-RPC and WordPress.com APIs. Although OAuth hasn’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>Jon 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>“Helping with the project has traditionally been tough, because we don’t explain how you can get started,” Ang said. “We realized this across the entire documentation team. We are great at writing end-user documentation but not great at writing contributor documentation.”</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 – 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>“Overall, the feeling is that we are not getting in front of the people who need our information the most,” Global Community Team member <a href=\"https://twitter.com/josephahaden\" target=\"_blank\">Josepha Hayden</a> said. “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’t know what to do about that.”</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>“The deputies we’ve spoken to in the last year or so have been echoing this feedback that the problem our WordCamp organizers have is they don’t have any way to get the information out to attendees better,” Hayden said. “If you already know about WordCamps, it’s easy to find your local WordCamp but if you don’t, then it’s not.”</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>“We realized the first place we need to start is to have a canonical place for them to go,” Hayden said. “Central.WordCamp.org was always supposed to be that place but for awhile it had kind of a hybrid audience. We’re working on identifying the content, who the correct audience is, and what we’re missing if we want to help somebody who has never heard about any WordPress events.”</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: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: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’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’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’s simply a budding industry with massive room for growth. It’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’t think I’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’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’t make more of it, so a sell low and at volume approach just doesn’t work for me. I don’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’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’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’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’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’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: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: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’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>“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,” Gill said. “I was at a crossroads and I didn’t know what to do.</p>\n<p>“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.”</p>\n<p>Last year, Gill met Jon Brown, owner of 9seeds, and established a professional relationship.</p>\n<p>“We have very similar views on business, friendships, and ethics,” Gill said. “I liked him right away and I knew I wanted to spend more personal and professional time with him.</p>\n<p>“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.”</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’s theme store.</p>\n<p>“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,” Brown said. “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.”</p>\n<p>The acquisition brings the themes in-house and expands 9seeds reach into the WordPress products market.</p>\n<p>“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,” Brown said.</p>\n<p>“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.”</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: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: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:2488:\"<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’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), a consultant, and an online eCommerce conference organizer.</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’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: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: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’re hoping he gets the call again soon!</p>\n<p>We give insight into what’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: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: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’s Note:</strong> Birgit has been a friend of HeroPress since it’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’s shortly before the fifth WordCamp Europe which will be held in Paris this year. The social channels like Twitter & 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’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’s play changes, it worked out differently than planned.</p></blockquote>\n<p>I’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… 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’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’t help her while moving. Can you imagine, how frustrating this could be?</p>\n<p>But hey – 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’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 & travel <a href=\"https://twitter.com/WCEurope\">@WCEurope</a> <a href=\"https://t.co/PFWBTtSmlq\">pic.twitter.com/PFWBTtSmlq</a></p>\n<p>— 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 & 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’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’t forgotten.</p>\n<p>And it’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>— 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’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: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: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>“Beyond that, our goal is to do more of what Tesla has already been doing so well – creating beautiful new themes and continually enhancing the existing themes,” 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>“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,” Danzer said.</p>\n<p>“This functionality drives many large companies in the photo industry – SmugMug, ShootProof, Pixieset, Zenfolio, Photoshelter, and others. But it’s not possible yet on WordPress.</p>\n<p>“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.”</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>“We built a solid, trusted and valuable business, that is needed on the market and is appreciated both by industry colleagues and clients,” 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>“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,” Sobieski said.</p>\n<p>“Soon we will start partnering with some of the best WP Theme Clubs to deliver a unique experience for their clients.”</p>\n<p>The acquisition of TeslaThemes represents Imagely’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>“In the coming years, we’ll be both building and be acquiring a range of other WordPress theme and plugin companies,” Danzer said.</p>\n<p>“I’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.”</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: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: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’t tried Jetpack yet — our sister plugin — there’s never been a better time to add it to your bucket list.</p>\n<p>In the coming weeks we’ll be announcing a really exciting new addition to Jetpack’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: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: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’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’re thinking of attending, don’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: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: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>— 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’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’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>“The Unsplash license doesn’t violate GPL and can still be used in WordPress themes,” Chesser said. “There are no restrictions on the individual photos.</p>\n<p>“There is only a restriction on the collection of photos, which doesn’t even apply unless your intent is to create a similar service.”</p>\n<p>For example, it’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. “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,” 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’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: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: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 “stable and usable” 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>“This makes it easier to manage these files,” Ó Caoimh said. “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.”</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: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: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’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>“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,” 2017 lead organizer <a href=\"https://franksweb.org/\" target=\"_blank\">Thabo Tswana</a> said. “We expected it of ourselves. Some attendees and organizers actually approached me about the next WordCamp during WordCamp Harare 2016.”</p>\n<p>Tswana said the turnout at last year’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>“One of the biggest impacts that WordCamp had was introducing us to the WordPress Community,” Tswana said. “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.”</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>“This year, some local companies and organizations expressed interest in helping us out,” Tswana said. “We definitely expect more attendees due to the buzz that was created by last year’s WordCamp. To sum it all up, more people and organizations are getting involved this 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, 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:\"\";}}}}}}}}}}}}}}}}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:\"Sun, 09 Jul 2017 05:34:07 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 09 Jul 2017 05:30:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170709043456\";}','no'),(6925,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1499578447','no'),(6927,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\'>The Month in WordPress: June 2017</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018\'>WPTavern: Let’s Encrypt Passes 100 Million Certificates Issued, Will Offer Wildcard Certificates in January 2018</a></li><li><a class=\'rsswidget\' href=\'http://www.wpbeginner.com/showcase/best-wordpress-themes-for-crossfit/\'>25 Best WordPress Themes for Crossfit</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wangguard-plugin-author-shuts-down-splog-hunting-service-due-to-trauma-and-death-threats\'>WPTavern: WangGuard Plugin Author Shuts Down Splog Hunting Service Due to Trauma and Death Threats</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\'>WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019</a></li><li><a class=\'rsswidget\' href=\'http://www.wpbeginner.com/plugins/how-to-display-most-popular-tags-in-wordpress/\'>How to Display Most Popular Tags in WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/jesse-petersen-founder-of-genesis-the-me-passes-away\'>WPTavern: Jesse Petersen, Founder of Genesis The.me Passes Away</a></li></ul></div>','no'),(6960,'tb_staff_users_relations','a:1:{i:1;s:0:\"\";}','yes'),(7056,'wpseo_sitemap_2455_cache_validator','Lenj','no'),(7166,'_transient_pb_backupbuddy_latest_version','a:2:{i:0;s:7:\"8.0.1.1\";i:1;s:5:\"8.0.1\";}','no'),(7173,'_transient_pb_backupbuddy_stop_backup-rpabm8vpap','1','no'),(7316,'wpseo_sitemap_testimonials_cache_validator','5Ud3r','no'),(7319,'testimonials_category_children','a:0:{}','yes'),(7320,'wpseo_sitemap_testimonials_category_cache_validator','jhIX','no'),(7355,'_transient_pb_backupbuddy_stop_backup-78y0s3j3ao','1','no'),(7396,'wpseo_sitemap_2456_cache_validator','2puNE','no'),(7427,'_transient_wpstg_check_protection_files','1','no'),(7466,'_site_transient_timeout_browser_885df8fc6d0803a594270b98ae7d6a88','1500981997','no'),(7467,'_site_transient_browser_885df8fc6d0803a594270b98ae7d6a88','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'),(7531,'_site_transient_timeout_community-events-53a8fecd485dfffe3e01b5fa187341a1','1500518182','no'),(7532,'_site_transient_community-events-53a8fecd485dfffe3e01b5fa187341a1','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"103.230.106.0\";}s:6:\"events\";a:0:{}}','no'),(7547,'_site_transient_timeout_browser_ba081c70c62b1a73f7586809b37ba98f','1501092054','no'),(7548,'_site_transient_browser_ba081c70c62b1a73f7586809b37ba98f','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'),(7563,'woocommerce_enable_reviews','yes','yes'),(7564,'woocommerce_shipping_debug_mode','no','no'),(7567,'wpseo_sitemap_product_visibility_cache_validator','cIpH','no'),(7568,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(7573,'_transient_wc_addons_sections','O:8:\"stdClass\":10:{s:8:\"featured\";O:8:\"stdClass\":2:{s:5:\"title\";s:8:\"Featured\";s:8:\"endpoint\";s:59:\"https://d3t0oesq8995hv.cloudfront.net/section/featured.json\";}s:7:\"popular\";O:8:\"stdClass\":2:{s:5:\"title\";s:7:\"Popular\";s:8:\"endpoint\";s:58:\"https://d3t0oesq8995hv.cloudfront.net/section/popular.json\";}s:16:\"payment_gateways\";O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Payment Gateways\";s:8:\"endpoint\";s:67:\"https://d3t0oesq8995hv.cloudfront.net/section/payment_gateways.json\";}s:16:\"shipping_methods\";O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Shipping Methods\";s:8:\"endpoint\";s:67:\"https://d3t0oesq8995hv.cloudfront.net/section/shipping_methods.json\";}s:13:\"import_export\";O:8:\"stdClass\":2:{s:5:\"title\";s:13:\"Import/Export\";s:8:\"endpoint\";s:64:\"https://d3t0oesq8995hv.cloudfront.net/section/import_export.json\";}s:10:\"accounting\";O:8:\"stdClass\":2:{s:5:\"title\";s:10:\"Accounting\";s:8:\"endpoint\";s:61:\"https://d3t0oesq8995hv.cloudfront.net/section/accounting.json\";}s:9:\"marketing\";O:8:\"stdClass\":2:{s:5:\"title\";s:9:\"Marketing\";s:8:\"endpoint\";s:60:\"https://d3t0oesq8995hv.cloudfront.net/section/marketing.json\";}s:7:\"product\";O:8:\"stdClass\":2:{s:5:\"title\";s:8:\"Products\";s:8:\"endpoint\";s:58:\"https://d3t0oesq8995hv.cloudfront.net/section/product.json\";}s:4:\"free\";O:8:\"stdClass\":2:{s:5:\"title\";s:4:\"Free\";s:8:\"endpoint\";s:55:\"https://d3t0oesq8995hv.cloudfront.net/section/free.json\";}s:11:\"third_party\";O:8:\"stdClass\":2:{s:5:\"title\";s:11:\"Third-party\";s:8:\"endpoint\";s:62:\"https://d3t0oesq8995hv.cloudfront.net/section/third_party.json\";}}','no'),(7575,'_transient_wc_addons_featured','O:8:\"stdClass\":1:{s:8:\"sections\";a:11:{i:0;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:50:\"Take your store beyond the typical - sell anything\";s:11:\"description\";s:83:\"From services to content, there’s no limit to what you can sell with WooCommerce.\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Subscriptions\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/subscriptions-icon@2x.png\";s:11:\"description\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:6:\"button\";s:10:\"From: $199\";s:6:\"plugin\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:113:\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:8:\"Bookings\";s:5:\"image\";s:66:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/bookings-icon@2x.png\";s:11:\"description\";s:76:\"Allow customers to book appointments for services without leaving your site.\";s:6:\"button\";s:10:\"From: $249\";s:6:\"plugin\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:116:\"https://woocommerce.com/products/woocommerce-memberships/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:11:\"Memberships\";s:5:\"image\";s:69:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/memberships-icon@2x.png\";s:11:\"description\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";}}}i:1;O:8:\"stdClass\":1:{s:6:\"module\";s:16:\"wcs_banner_block\";}i:2;O:8:\"stdClass\":2:{s:6:\"module\";s:12:\"column_start\";s:9:\"container\";s:22:\"column_container_start\";}i:3;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:46:\"Improve the main features of your online store\";s:11:\"description\";s:71:\"Sell more by helping customers find the products and options they want.\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:108:\"https://woocommerce.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:15:\"Product Add-ons\";s:5:\"image\";s:73:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-add-ons-icon@2x.png\";s:11:\"description\";s:82:\"Give your customers the option to customize their purchase or add personalization.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-addons/woocommerce-product-addons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:119:\"https://woocommerce.com/products/woocommerce-product-search/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:14:\"Product Search\";s:5:\"image\";s:72:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-search-icon@2x.png\";s:11:\"description\";s:67:\"Make sure customers find what they want when they search your site.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-search/woocommerce-product-search.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:121:\"https://woocommerce.com/products/woocommerce-checkout-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Checkout Add-ons\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/checkout-add-ons-icon@2x.png\";s:11:\"description\";s:89:\"Highlight relevant products, offers like free shipping and other upsells during checkout.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-checkout-add-ons/woocommerce-checkout-add-ons.php\";}}}i:4;O:8:\"stdClass\":5:{s:6:\"module\";s:17:\"small_light_block\";s:5:\"title\";s:34:\"Get the official WooCommerce theme\";s:11:\"description\";s:128:\"Storefront is the lean, flexible, and free theme, built by the people who make WooCommerce - everything you need to get started.\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/storefront-screen@2x.png\";s:7:\"buttons\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:44:\"/wp-admin/theme-install.php?theme=storefront\";s:4:\"text\";s:7:\"Install\";}i:1;O:8:\"stdClass\":2:{s:4:\"href\";s:94:\"https://woocommerce.com/storefront/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:4:\"text\";s:9:\"Read More\";}}}i:5;O:8:\"stdClass\":1:{s:6:\"module\";s:10:\"column_end\";}i:6;O:8:\"stdClass\":1:{s:6:\"module\";s:12:\"column_start\";}i:7;O:8:\"stdClass\":4:{s:6:\"module\";s:16:\"small_dark_block\";s:5:\"title\";s:20:\"Square + WooCommerce\";s:11:\"description\";s:176:\"Keep your WooCommerce and brick-and-mortar stores in sync. Use Square to take payments both online and offline, keep inventory updated between the two and sync product changes.\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:99:\"https://woocommerce.com/products/square/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:6:\"button\";s:9:\"From: $79\";}}}i:8;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:19:\"Get deeper insights\";s:11:\"description\";s:58:\"Learn how your store is performing with enhanced reporting\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:121:\"https://woocommerce.com/products/woocommerce-google-analytics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Google Analytics\";s:5:\"image\";s:60:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/ga-icon@2x.png\";s:11:\"description\";s:93:\"Understand your customers and increase revenue with the world’s leading analytics platform.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:85:\"woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:117:\"https://woocommerce.com/products/woocommerce-cart-reports/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:12:\"Cart reports\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cart-reports-icon@2x.png\";s:11:\"description\";s:66:\"Get real-time reports on what customers are leaving in their cart.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-cart-reports/woocommerce-cart-reports.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/woocommerce-cost-of-goods/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Cost of Goods\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cost-of-goods-icon@2x.png\";s:11:\"description\";s:64:\"Easily track profit by including cost of goods in your reports.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:55:\"woocommerce-cost-of-goods/woocommerce-cost-of-goods.php\";}}}i:9;O:8:\"stdClass\":2:{s:6:\"module\";s:10:\"column_end\";s:9:\"container\";s:20:\"column_container_end\";}i:10;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:40:\"Promote your products and increase sales\";s:11:\"description\";s:77:\"From coupons to emails, these extensions can power up your marketing efforts.\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:106:\"https://woocommerce.com/products/smart-coupons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Smart Coupons\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/smart-coupons-icon@2x.png\";s:11:\"description\";s:106:\"Enhance your coupon options - create gift certificates, store credit, coupons based on purchases and more.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:109:\"https://woocommerce.com/products/follow-up-emails/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Follow Up Emails\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/follow-up-emails-icon@2x.png\";s:11:\"description\";s:140:\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:61:\"woocommerce-follow-up-emails/woocommerce-follow-up-emails.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:112:\"https://woocommerce.com/products/google-product-feed/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"title\";s:19:\"Google Product Feed\";s:5:\"image\";s:77:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/google-product-feed-icon@2x.png\";s:11:\"description\";s:61:\"Let customers find you when shopping for products via Google.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:45:\"woocommerce-product-feeds/woocommerce-gpf.php\";}}}}}','no'),(7577,'_transient_shipping-transient-version','1500490445','yes'),(7579,'_transient_wc_shipping_method_count_1_1500490445','0','no'),(7588,'wpstg_start_poll','no','yes'),(7593,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(7595,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1500491297;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(7599,'_transient_product_query-transient-version','1500860471','yes'),(7609,'_transient_pb_backupbuddy_stop_backup-rpzhwgi38d','1','no'),(7666,'wpseo_sitemap_2459_cache_validator','4DK7Q','no'),(7783,'wpseo_sitemap_2339_cache_validator','6jKjo','no'),(7784,'wpseo_sitemap_2346_cache_validator','6jKjx','no'),(7785,'wpseo_sitemap_2341_cache_validator','6jKjC','no'),(7786,'wpseo_sitemap_2344_cache_validator','6jKjH','no'),(7787,'wpseo_sitemap_2342_cache_validator','6jKjQ','no'),(7788,'wpseo_sitemap_2338_cache_validator','6jKjW','no'),(7789,'wpseo_sitemap_2345_cache_validator','6jKk2','no'),(7790,'wpseo_sitemap_2337_cache_validator','6jKk7','no'),(7791,'wpseo_sitemap_2340_cache_validator','6jKkc','no'),(7792,'wpseo_sitemap_2343_cache_validator','6jKkh','no'),(7793,'_transient_product-transient-version','1501462216','yes'),(7806,'wpseo_sitemap_2211_cache_validator','6qSYV','no'),(7807,'woocommerce_meta_box_errors','a:0:{}','yes'),(7812,'_transient_orders-transient-version','1501050846','yes'),(7814,'_transient_wc_cbp_3a144c049f99972bd7ed8aa283f1f24c','a:0:{}','no'),(7827,'_transient_wc_shipping_method_count_0_1500490445','0','no'),(7832,'wpseo_sitemap_2210_cache_validator','yVn8','no'),(7886,'wpseo_sitemap_1223_cache_validator','6JGP4','no'),(7901,'woocommerce_permalinks','a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:0:\"\";}','yes'),(7906,'_transient_wc_related_2335','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(7909,'wpseo_sitemap_2278_cache_validator','6TDH9','no'),(7910,'wpseo_sitemap_2283_cache_validator','6TDHi','no'),(7919,'_transient_wc_product_children_1582','a:2:{s:3:\"all\";a:16:{i:0;i:1583;i:1;i:1584;i:2;i:1585;i:3;i:1586;i:4;i:1587;i:5;i:1588;i:6;i:1589;i:7;i:1590;i:8;i:1591;i:9;i:1592;i:10;i:1593;i:11;i:1594;i:12;i:1595;i:13;i:1596;i:14;i:1597;i:15;i:1598;}s:7:\"visible\";a:16:{i:0;i:1583;i:1;i:1584;i:2;i:1585;i:3;i:1586;i:4;i:1587;i:5;i:1588;i:6;i:1589;i:7;i:1590;i:8;i:1591;i:9;i:1592;i:10;i:1593;i:11;i:1594;i:12;i:1595;i:13;i:1596;i:14;i:1597;i:15;i:1598;}}','no'),(7920,'_transient_timeout_wc_var_prices_1582','1504583794','no'),(7921,'_transient_wc_var_prices_1582','{\"version\":\"1501462216\",\"3a9032f9235b397137209cf1f4ea0863\":{\"price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"},\"regular_price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"},\"sale_price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"}},\"45d9a09a7dea917aa492c75a5ea9b158\":{\"price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"},\"regular_price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"},\"sale_price\":{\"1583\":\"0.00\",\"1584\":\"0.00\",\"1585\":\"0.00\",\"1586\":\"0.00\",\"1587\":\"0.00\",\"1588\":\"0.00\",\"1589\":\"0.00\",\"1590\":\"0.00\",\"1591\":\"0.00\",\"1592\":\"0.00\",\"1593\":\"0.00\",\"1594\":\"0.00\",\"1595\":\"0.00\",\"1596\":\"0.00\",\"1597\":\"0.00\",\"1598\":\"0.00\"}}}','no'),(7923,'_transient_wc_product_children_1329','a:2:{s:3:\"all\";a:16:{i:0;i:1330;i:1;i:1331;i:2;i:1332;i:3;i:1333;i:4;i:1334;i:5;i:1335;i:6;i:1336;i:7;i:1337;i:8;i:1338;i:9;i:1339;i:10;i:1340;i:11;i:1341;i:12;i:1342;i:13;i:1343;i:14;i:1344;i:15;i:1345;}s:7:\"visible\";a:16:{i:0;i:1330;i:1;i:1331;i:2;i:1332;i:3;i:1333;i:4;i:1334;i:5;i:1335;i:6;i:1336;i:7;i:1337;i:8;i:1338;i:9;i:1339;i:10;i:1340;i:11;i:1341;i:12;i:1342;i:13;i:1343;i:14;i:1344;i:15;i:1345;}}','no'),(7924,'_transient_timeout_wc_var_prices_1329','1504579228','no'),(7925,'_transient_wc_var_prices_1329','{\"version\":\"1501462216\",\"3a9032f9235b397137209cf1f4ea0863\":{\"price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"},\"regular_price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"},\"sale_price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"}},\"45d9a09a7dea917aa492c75a5ea9b158\":{\"price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"},\"regular_price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"},\"sale_price\":{\"1330\":\"0.00\",\"1331\":\"0.00\",\"1332\":\"0.00\",\"1333\":\"0.00\",\"1334\":\"0.00\",\"1335\":\"0.00\",\"1336\":\"0.00\",\"1337\":\"0.00\",\"1338\":\"0.00\",\"1339\":\"0.00\",\"1340\":\"0.00\",\"1341\":\"0.00\",\"1342\":\"0.00\",\"1343\":\"0.00\",\"1344\":\"0.00\",\"1345\":\"0.00\"}}}','no'),(7927,'_transient_wc_product_children_1406','a:2:{s:3:\"all\";a:16:{i:0;i:1407;i:1;i:1408;i:2;i:1409;i:3;i:1410;i:4;i:1411;i:5;i:1412;i:6;i:1413;i:7;i:1414;i:8;i:1415;i:9;i:1416;i:10;i:1417;i:11;i:1418;i:12;i:1419;i:13;i:1420;i:14;i:1421;i:15;i:1422;}s:7:\"visible\";a:16:{i:0;i:1407;i:1;i:1408;i:2;i:1409;i:3;i:1410;i:4;i:1411;i:5;i:1412;i:6;i:1413;i:7;i:1414;i:8;i:1415;i:9;i:1416;i:10;i:1417;i:11;i:1418;i:12;i:1419;i:13;i:1420;i:14;i:1421;i:15;i:1422;}}','no'),(7928,'_transient_timeout_wc_var_prices_1406','1504578466','no'),(7929,'_transient_wc_var_prices_1406','{\"version\":\"1501462216\",\"3a9032f9235b397137209cf1f4ea0863\":{\"price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"},\"regular_price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"},\"sale_price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"}},\"45d9a09a7dea917aa492c75a5ea9b158\":{\"price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"},\"regular_price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"},\"sale_price\":{\"1407\":\"0.00\",\"1408\":\"0.00\",\"1409\":\"0.00\",\"1410\":\"0.00\",\"1411\":\"0.00\",\"1412\":\"0.00\",\"1413\":\"0.00\",\"1414\":\"0.00\",\"1415\":\"0.00\",\"1416\":\"0.00\",\"1417\":\"0.00\",\"1418\":\"0.00\",\"1419\":\"0.00\",\"1420\":\"0.00\",\"1421\":\"0.00\",\"1422\":\"0.00\"}}}','no'),(7930,'wpseo_sitemap_1617_cache_validator','6YBwH','no'),(7931,'wpseo_sitemap_1616_cache_validator','6YBwQ','no'),(7932,'wpseo_sitemap_2180_cache_validator','6YBwY','no'),(7933,'wpseo_sitemap_1540_cache_validator','6YBx5','no'),(7934,'wpseo_sitemap_1539_cache_validator','4EpK','no'),(7935,'wpseo_sitemap_1537_cache_validator','4EpP','no'),(7936,'wpseo_sitemap_1536_cache_validator','Bt4p','no'),(7937,'wpseo_sitemap_1538_cache_validator','Bt4v','no'),(7938,'wpseo_sitemap_1556_cache_validator','Bt4A','no'),(7939,'wpseo_sitemap_2095_cache_validator','Bt4F','no'),(7940,'wpseo_sitemap_1744_cache_validator','Bt4L','no'),(7941,'wpseo_sitemap_1888_cache_validator','Bt4Q','no'),(7942,'wpseo_sitemap_1475_cache_validator','Bt4W','no'),(7943,'wpseo_sitemap_1474_cache_validator','Bt52','no'),(7944,'wpseo_sitemap_1476_cache_validator','Bt58','no'),(7945,'wpseo_sitemap_1478_cache_validator','Bt5d','no'),(7946,'wpseo_sitemap_1477_cache_validator','Bt5i','no'),(7947,'wpseo_sitemap_1381_cache_validator','Bt5n','no'),(7948,'wpseo_sitemap_1382_cache_validator','Bt5t','no'),(7949,'wpseo_sitemap_1384_cache_validator','Bt5y','no'),(7950,'wpseo_sitemap_1385_cache_validator','Bt5D','no'),(7951,'wpseo_sitemap_1383_cache_validator','Bt5I','no'),(7952,'wpseo_sitemap_1960_cache_validator','Bt5O','no'),(7953,'wpseo_sitemap_2264_cache_validator','6YByO','no'),(7954,'wpseo_sitemap_1694_cache_validator','6YByT','no'),(7955,'wpseo_sitemap_1470_cache_validator','6YByY','no'),(7956,'wpseo_sitemap_1469_cache_validator','6YBz4','no'),(7957,'wpseo_sitemap_1467_cache_validator','6YBza','no'),(7958,'wpseo_sitemap_1466_cache_validator','6YBzf','no'),(7959,'wpseo_sitemap_1468_cache_validator','6YBzk','no'),(7960,'wpseo_sitemap_2094_cache_validator','6YBzp','no'),(7961,'wpseo_sitemap_1753_cache_validator','6YBzv','no'),(7962,'wpseo_sitemap_1964_cache_validator','6YBzA','no'),(7963,'wpseo_sitemap_1347_cache_validator','6YBzF','no'),(7964,'wpseo_sitemap_1348_cache_validator','6YBzK','no'),(7965,'wpseo_sitemap_1350_cache_validator','6YBzQ','no'),(7966,'wpseo_sitemap_1351_cache_validator','6YBzV','no'),(7967,'wpseo_sitemap_1349_cache_validator','6YBA1','no'),(7968,'wpseo_sitemap_1906_cache_validator','6YBA6','no'),(7969,'wpseo_sitemap_1324_cache_validator','6YBAc','no'),(7970,'wpseo_sitemap_2204_cache_validator','6YBAh','no'),(7971,'wpseo_sitemap_1901_cache_validator','6YBAm','no'),(7972,'wpseo_sitemap_1512_cache_validator','6YBAr','no'),(7973,'wpseo_sitemap_2041_cache_validator','6YBAx','no'),(7974,'wpseo_sitemap_2164_cache_validator','6YBAG','no'),(7975,'wpseo_sitemap_2093_cache_validator','6YBAL','no'),(7976,'wpseo_sitemap_2078_cache_validator','6YBAR','no'),(7977,'wpseo_sitemap_1896_cache_validator','6YBAW','no'),(7978,'wpseo_sitemap_1489_cache_validator','6YBB2','no'),(7979,'wpseo_sitemap_1260_cache_validator','6YBB7','no'),(7980,'wpseo_sitemap_1259_cache_validator','6YBBc','no'),(7981,'wpseo_sitemap_1257_cache_validator','6YBBi','no'),(7982,'wpseo_sitemap_1256_cache_validator','6YBBn','no'),(7983,'wpseo_sitemap_1258_cache_validator','6YBBs','no'),(7984,'wpseo_sitemap_1706_cache_validator','6YBBx','no'),(7985,'wpseo_sitemap_1254_cache_validator','6YBBC','no'),(7986,'wpseo_sitemap_1776_cache_validator','6YBBI','no'),(7987,'wpseo_sitemap_2091_cache_validator','6YBBN','no'),(7988,'wpseo_sitemap_1749_cache_validator','6YBBS','no'),(7989,'wpseo_sitemap_2302_cache_validator','6YBBX','no'),(7990,'wpseo_sitemap_1925_cache_validator','6YBC3','no'),(7991,'wpseo_sitemap_2096_cache_validator','6YBC9','no'),(7992,'wpseo_sitemap_2092_cache_validator','6YBCe','no'),(7993,'wpseo_sitemap_1750_cache_validator','6YBCj','no'),(7994,'wpseo_sitemap_1778_cache_validator','6YBCo','no'),(7995,'wpseo_sitemap_1263_cache_validator','6YBCt','no'),(7996,'wpseo_sitemap_1779_cache_validator','6YBCy','no'),(7997,'wpseo_sitemap_1264_cache_validator','6YBCE','no'),(7998,'wpseo_sitemap_1262_cache_validator','6YBCJ','no'),(7999,'wpseo_sitemap_1777_cache_validator','6YBCP','no'),(8000,'wpseo_sitemap_1261_cache_validator','6YBCV','no'),(8001,'wpseo_sitemap_1255_cache_validator','6YBD1','no'),(8002,'wpseo_sitemap_1958_cache_validator','6YBD6','no'),(8003,'wpseo_sitemap_2267_cache_validator','6YBDb','no'),(8004,'wpseo_sitemap_2260_cache_validator','6YBDh','no'),(8005,'wpseo_sitemap_2165_cache_validator','6YBDm','no'),(8006,'wpseo_sitemap_2166_cache_validator','6YBDr','no'),(8007,'wpseo_sitemap_1821_cache_validator','6YBDx','no'),(8009,'_transient_wc_related_2103','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(8016,'_transient_wc_related_2212','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(8030,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}','yes'),(8051,'woocommerce_myaccount_password_strength','2','yes'),(8052,'woocommerce_password_strength_label_1','empty','yes'),(8053,'woocommerce_password_strength_label_2','Short: Your password is too short.','yes'),(8054,'woocommerce_password_strength_label_3','Password Strength: Weak','yes'),(8055,'woocommerce_password_strength_label_4','Password Strength: OK','yes'),(8056,'woocommerce_password_strength_label_5','Password Strength: Strong','yes'),(8057,'woocommerce_password_error','Please try again.','yes'),(8090,'woocommerce_ac_default_templates_installed','yes','yes'),(8091,'ac_lite_track_guest_cart_from_cart_page','on','yes'),(8092,'wcal_from_name','Admin','yes'),(8093,'wcal_from_email','dmeehanjr@gmail.com','yes'),(8094,'wcal_reply_email','dmeehanjr@gmail.com','yes'),(8095,'wcal_activate_time','1500688673','yes'),(8097,'ac_lite_alter_table_queries','yes','yes'),(8098,'ac_lite_delete_alter_table_queries','yes','yes'),(8099,'ac_lite_cart_abandoned_time','3','yes'),(8100,'ac_lite_email_admin_on_recovery','','yes'),(8101,'ac_lite_settings_status','INDIVIDUAL','yes'),(8102,'wcal_security_key','qJB0rGtIn5UB1xG03efyCp','yes'),(8106,'wcal_guest_last_id_checked','63000000','yes'),(8109,'wcal_guest_user_id_altered','yes','yes'),(8138,'psl_enable_plugin','0','yes'),(8139,'psl_social_plugin','a:3:{s:16:\"facebook_details\";a:3:{s:15:\"enable_facebook\";s:2:\"on\";s:11:\"facebook_id\";s:15:\"111124379542627\";s:11:\"fb_icon_url\";s:116:\"https://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/facebook-icon-preview-1-400x400-e1500699394789.png\";}s:19:\"google_plus_details\";a:4:{s:18:\"enable_google_plus\";s:2:\"on\";s:9:\"google_id\";s:0:\"\";s:10:\"google_api\";s:0:\"\";s:15:\"google_icon_url\";s:0:\"\";}s:19:\"change_text_details\";a:2:{s:11:\"login_label\";s:0:\"\";s:14:\"checkout_label\";s:0:\"\";}}','yes'),(8147,'_transient_wc_related_1237','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1236\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(8155,'yit_recently_activated','a:1:{i:0;s:40:\"yith-woocommerce-order-tracking/init.php\";}','yes'),(8157,'_transient_yit_panel_sidebar_remote_widgets','a:0:{}','no'),(8159,'_transient_yit_panel_sidebar_remote_widgets_update','1','no'),(8160,'yith_wcas_general_videobox','a:7:{s:11:\"plugin_name\";s:31:\"YITH WooCommerce Order Tracking\";s:18:\"title_first_column\";s:26:\"Discover Advanced Features\";s:24:\"description_first_column\";s:95:\"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ORDER TRACKING to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118598446\";s:15:\"video_image_url\";s:145:\"https://m.gourmetcandycenterpieces.com/wp-content/plugins/yith-woocommerce-order-tracking/assets/images/yith-woocommerce-order-tracking-video.jpg\";s:17:\"video_description\";s:79:\"See YITH WooCommerce Order tracking plugin with full premium features in action\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:205:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:84:\"http://yithemes.com/themes/plugins/yith-woocommerce-order-tracking/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(8161,'ywot_order_tracking_text','Your order has been picked up by [carrier_name] on [pickup_date]. Your track code is [track_code].','yes'),(8162,'ywot_order_tracking_text_position','1','yes'),(8163,'wcal_ts_tracker_last_send','1500701659','yes'),(8164,'wcal_allow_tracking','dismissed','yes'),(8203,'wpseo_sitemap_2458_cache_validator','4wbRH','no'),(8323,'wp-crm-current-version','1.1.0','yes'),(8327,'_transient_ud_need_splash','ud_splash_dashboard','no'),(8328,'wp_crm_version','1.1.0','yes'),(8329,'wp_crm_caps_set','1','yes'),(8330,'ud_ping_wp-crmwp-crm','a:2:{s:4:\"time\";i:1500859189;s:4:\"data\";a:3:{s:9:\"timestamp\";i:1500859189;s:7:\"message\";s:0:\"\";s:3:\"sig\";s:41:\"secret=null×tamp=1500859189&message=\";}}','yes'),(8331,'wp_crm_settings','a:5:{s:13:\"configuration\";a:11:{s:25:\"replace_default_user_page\";s:4:\"true\";s:10:\"user_level\";s:13:\"administrator\";s:17:\"display_name_rule\";s:12:\"[user_email]\";s:20:\"default_sender_email\";s:40:\"CRM <crm@m.gourmetcandycenterpieces.com>\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:22:\"primary_user_attribute\";s:12:\"display_name\";s:22:\"overview_table_options\";a:1:{s:9:\"main_view\";a:2:{i:0;s:12:\"display_name\";i:1;s:10:\"user_email\";}}s:16:\"new_contact_role\";s:0:\"\";s:14:\"developer_mode\";s:0:\"\";s:19:\"pre_release_updates\";s:0:\"\";}s:21:\"overview_user_actions\";a:1:{s:14:\"reset_password\";a:1:{s:6:\"enable\";s:5:\"false\";}}s:13:\"notifications\";a:2:{s:7:\"example\";a:9:{s:7:\"subject\";s:28:\"Thank your for your message!\";s:2:\"to\";s:12:\"[user_email]\";s:3:\"bcc\";s:0:\"\";s:9:\"send_from\";s:34:\"crm@m.gourmetcandycenterpieces.com\";s:14:\"send_from_name\";s:0:\"\";s:13:\"reply_to_mail\";s:0:\"\";s:13:\"reply_to_name\";s:0:\"\";s:7:\"message\";s:65:\"Hello [display_name],\r\nThank you, your message has been received.\";s:14:\"fire_on_action\";a:1:{i:0;s:12:\"example_form\";}}s:20:\"message_notification\";a:9:{s:7:\"subject\";s:20:\"Message from Website\";s:2:\"to\";s:19:\"info@webgurunyc.com\";s:3:\"bcc\";s:0:\"\";s:9:\"send_from\";s:34:\"crm@m.gourmetcandycenterpieces.com\";s:14:\"send_from_name\";s:0:\"\";s:13:\"reply_to_mail\";s:0:\"\";s:13:\"reply_to_name\";s:0:\"\";s:7:\"message\";s:117:\"Shortcode Form: [trigger_action]\r\nSender Name: [display_name]\r\nSender Email: [user_email]\r\nMessage: [message_content]\";s:14:\"fire_on_action\";a:1:{i:0;s:12:\"example_form\";}}}s:14:\"data_structure\";a:3:{s:10:\"attributes\";a:7:{s:12:\"display_name\";a:5:{s:5:\"title\";s:12:\"Display Name\";s:11:\"description\";s:0:\"\";s:7:\"primary\";s:4:\"true\";s:8:\"required\";s:4:\"true\";s:10:\"input_type\";s:4:\"text\";}s:10:\"user_email\";a:6:{s:5:\"title\";s:10:\"User Email\";s:11:\"description\";s:0:\"\";s:7:\"primary\";s:4:\"true\";s:15:\"overview_column\";s:4:\"true\";s:8:\"required\";s:4:\"true\";s:10:\"input_type\";s:4:\"text\";}s:7:\"company\";a:4:{s:5:\"title\";s:7:\"Company\";s:11:\"description\";s:0:\"\";s:7:\"primary\";s:4:\"true\";s:10:\"input_type\";s:4:\"text\";}s:12:\"phone_number\";a:4:{s:5:\"title\";s:12:\"Phone Number\";s:11:\"description\";s:0:\"\";s:15:\"overview_column\";s:4:\"true\";s:10:\"input_type\";s:4:\"text\";}s:9:\"user_type\";a:8:{s:5:\"title\";s:9:\"User Type\";s:11:\"description\";s:0:\"\";s:15:\"overview_column\";s:4:\"true\";s:10:\"input_type\";s:8:\"checkbox\";s:7:\"options\";s:24:\"Customer,Vendor,Employee\";s:11:\"option_keys\";a:3:{s:8:\"customer\";s:25:\"user_type_option_customer\";s:6:\"vendor\";s:23:\"user_type_option_vendor\";s:8:\"employee\";s:25:\"user_type_option_employee\";}s:13:\"option_labels\";a:3:{s:8:\"customer\";s:8:\"Customer\";s:6:\"vendor\";s:6:\"Vendor\";s:8:\"employee\";s:8:\"Employee\";}s:11:\"has_options\";b:1;}s:17:\"instant_messenger\";a:7:{s:5:\"title\";s:2:\"IM\";s:11:\"description\";s:0:\"\";s:10:\"input_type\";s:4:\"text\";s:7:\"options\";s:21:\"Skype,Google Talk,AIM\";s:11:\"option_keys\";a:3:{s:5:\"skype\";s:30:\"instant_messenger_option_skype\";s:11:\"google-talk\";s:36:\"instant_messenger_option_google-talk\";s:3:\"aim\";s:28:\"instant_messenger_option_aim\";}s:13:\"option_labels\";a:3:{s:5:\"skype\";s:5:\"Skype\";s:11:\"google-talk\";s:11:\"Google Talk\";s:3:\"aim\";s:3:\"AIM\";}s:11:\"has_options\";b:1;}s:11:\"description\";a:3:{s:5:\"title\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:10:\"input_type\";s:8:\"textarea\";}}s:9:\"meta_keys\";a:13:{s:12:\"display_name\";s:12:\"Display Name\";s:10:\"user_email\";s:10:\"User Email\";s:7:\"company\";s:7:\"Company\";s:12:\"phone_number\";s:12:\"Phone Number\";s:9:\"user_type\";s:9:\"User Type\";s:25:\"user_type_option_customer\";s:8:\"Customer\";s:23:\"user_type_option_vendor\";s:6:\"Vendor\";s:25:\"user_type_option_employee\";s:8:\"Employee\";s:17:\"instant_messenger\";s:2:\"IM\";s:30:\"instant_messenger_option_skype\";s:5:\"Skype\";s:36:\"instant_messenger_option_google-talk\";s:11:\"Google Talk\";s:28:\"instant_messenger_option_aim\";s:3:\"AIM\";s:11:\"description\";s:11:\"Description\";}s:14:\"full_meta_keys\";a:13:{s:12:\"display_name\";s:12:\"display_name\";s:10:\"user_email\";s:10:\"user_email\";s:7:\"company\";s:7:\"company\";s:12:\"phone_number\";s:12:\"phone_number\";s:9:\"user_type\";s:9:\"user_type\";s:25:\"user_type_option_customer\";s:9:\"user_type\";s:23:\"user_type_option_vendor\";s:9:\"user_type\";s:25:\"user_type_option_employee\";s:9:\"user_type\";s:17:\"instant_messenger\";s:17:\"instant_messenger\";s:30:\"instant_messenger_option_skype\";s:17:\"instant_messenger\";s:36:\"instant_messenger_option_google-talk\";s:17:\"instant_messenger\";s:28:\"instant_messenger_option_aim\";s:17:\"instant_messenger\";s:11:\"description\";s:11:\"description\";}}s:26:\"wp_crm_contact_system_data\";a:1:{s:12:\"example_form\";a:9:{s:5:\"title\";s:22:\"Example Shortcode Form\";s:14:\"full_shortcode\";s:39:\"[wp_crm_form form=example_contact_form]\";s:17:\"current_form_slug\";s:20:\"example_contact_form\";s:13:\"new_user_role\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:14:\"request_method\";s:3:\"GET\";s:13:\"message_field\";s:2:\"on\";s:6:\"fields\";a:5:{i:0;s:12:\"display_name\";i:1;s:10:\"user_email\";i:2;s:7:\"company\";i:3;s:12:\"phone_number\";i:4;s:14:\"_message_field\";}s:12:\"field_labels\";a:8:{s:12:\"display_name\";s:12:\"Display Name\";s:10:\"user_email\";s:10:\"User Email\";s:7:\"company\";s:7:\"Company\";s:12:\"phone_number\";s:12:\"Phone Number\";s:14:\"_message_field\";s:7:\"Message\";s:11:\"description\";s:11:\"Description\";s:17:\"instant_messenger\";s:2:\"IM\";s:9:\"user_type\";s:9:\"User Type\";}}}}','yes'),(8332,'udl_wp-crm/wp-crm-url','https://m.gourmetcandycenterpieces.com/wp-admin/admin.php?page=wp-crm/wp-crm_wp-crmadd-onsmanager','yes'),(8334,'_transient_udl_wp-crm/wp-crm_ping','1500859189','no'),(8340,'_transient_ud_splash_dashboard','a:1:{s:6:\"wp-crm\";a:3:{s:4:\"name\";s:6:\"WP-CRM\";s:7:\"content\";s:86:\"/home/gourmetcandy/public_html/m/wp-content/plugins/wp-crm/static/splashes/install.php\";s:7:\"version\";s:5:\"1.1.0\";}}','no'),(8379,'_transient_pb_backupbuddy_stop_backup-5obj6q8heg','1','no'),(8383,'EWD_OTP_Percentages','100','yes'),(8384,'EWD_OTP_db_version','2.9.7','yes'),(8385,'EWD_OTP_Form_Instructions','Enter the order number you would like to track in the form below.','yes'),(8386,'EWD_OTP_Timezone','Europe/London','yes'),(8387,'EWD_OTP_Show_TinyMCE','Yes','yes'),(8388,'EWD_OTP_Access_Role','administrator','yes'),(8389,'EWD_OTP_WooCommerce_Integration','No','yes'),(8390,'EWD_OTP_WooCommerce_Prefix','WC_','yes'),(8391,'EWD_OTP_WooCommerce_Random_Suffix','Yes','yes'),(8392,'EWD_OTP_Display_Graphic','Default','yes'),(8393,'EWD_OTP_Mobile_Stylesheet','No','yes'),(8394,'EWD_OTP_Customer_Notes_Email','None','yes'),(8395,'EWD_OTP_Customer_Order_Email','None','yes'),(8396,'EWD_OTP_Allow_Customer_Downloads','No','yes'),(8397,'EWD_OTP_Allow_Sales_Rep_Downloads','No','yes'),(8398,'EWD_OTP_Customer_Confirmation','None','yes'),(8399,'EWD_OTP_Sales_Rep_Confirmation','None','yes'),(8400,'EWD_OTP_Cut_Off_Days','60','yes'),(8401,'EWD_OTP_Zendesk_Integration','No','yes'),(8402,'EWD_OTP_Allow_Order_Payments','No','yes'),(8403,'EWD_OTP_Default_Payment_Status','None','yes'),(8404,'EWD_OTP_PayPal_Email_Address','','yes'),(8405,'EWD_OTP_Pricing_Currency_Code','AUD','yes'),(8406,'EWD_OTP_Thank_You_URL','','yes'),(8407,'EWD_OTP_Use_SMTP','Yes','yes'),(8408,'EWD_OTP_Port','25','yes'),(8409,'EWD_OTP_Encryption_Type','ssl','yes'),(8410,'EWD_OTP_Email_Messages_Array','a:1:{i:0;a:2:{s:4:\"Name\";s:7:\"Default\";s:7:\"Message\";s:69:\"Hello [order-name], You have an update for your order [order-number]!\";}}','yes'),(8411,'EWD_OTP_Statuses_Array','a:4:{i:0;a:4:{s:6:\"Status\";s:8:\"Received\";s:10:\"Percentage\";s:2:\"25\";s:7:\"Message\";s:7:\"Default\";s:8:\"Internal\";s:2:\"No\";}i:1;a:4:{s:6:\"Status\";s:9:\"Processed\";s:10:\"Percentage\";s:2:\"50\";s:7:\"Message\";s:7:\"Default\";s:8:\"Internal\";s:2:\"No\";}i:2;a:4:{s:6:\"Status\";s:7:\"Shipped\";s:10:\"Percentage\";s:2:\"75\";s:7:\"Message\";s:7:\"Default\";s:8:\"Internal\";s:2:\"No\";}i:3;a:4:{s:6:\"Status\";s:9:\"Completed\";s:10:\"Percentage\";s:3:\"100\";s:7:\"Message\";s:7:\"Default\";s:8:\"Internal\";s:2:\"No\";}}','yes'),(8412,'EWD_OTP_Emails_Sent','a:0:{}','yes'),(8413,'EWD_OTP_Links_Checked','a:0:{}','yes'),(8414,'EWD_OTP_Tracking_Links_Checked','a:0:{}','yes'),(8415,'EWD_OTP_Remove_Old_Statistics_Checked','2017-11-16','yes'),(8416,'EWD_OTP_Full_Version','No','yes'),(8417,'EWD_OTP_Custom_CSS','','yes'),(8418,'EWD_OTP_AJAX_Reload','No','yes'),(8419,'EWD_OTP_New_Window','No','yes'),(8420,'EWD_OTP_Order_Email','Never','yes'),(8421,'EWD_OTP_Order_Information','Order_Status,Order_Updated','yes'),(8423,'EWD_OTP_Install_Flag','No','yes'),(8424,'EWD_OTP_Run_Tutorial','No','yes'),(8425,'plugin_error','','yes'),(8426,'widget_ewd_otp_tracking_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8428,'EWD_OTP_Hide_Dash_Review_Ask','No','yes'),(8429,'EWD_OTP_Update_Flag','No','yes'),(8430,'EWD_OTP_Blog_Content','<h3>Filter WooCommerce Products by Attribute!</h3>\r\n<p>Want visitors to easily search WooCommerce products by attributes, price, tags and more?</p>\r\n<p><a target=\'_blank\' href=\'http://www.etoilewebdesign.com/product-catalog-woocommerce-sync-tips/\'>Read our tips on making your products filterable with the Ultimate Product Catalog plugin!</a></p>','yes'),(8431,'EWD_OTP_Changelog_Content','\n<h3>2.9.8</h3>\n<br />- Fixed an error where certain checkbox custom fields wouldn\'t save correctly\n\n<h3>2.9.7</h3>\n<br />- Additional WooCommerce information can now gets pulled from each order\n<br />- Private notes no longer get included in front-end downloads\n\n','yes'),(8463,'wpseo_sitemap_reviews_cache_validator','4YsG6','no'),(8519,'_transient_wc_loop22cd1500860471','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:0:\"\";s:14:\"posts_per_page\";i:-1;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:1:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:80;}s:8:\"operator\";s:6:\"NOT IN\";}}s:8:\"post__in\";a:2:{i:0;s:4:\"1881\";i:1;s:4:\"1884\";}}s:10:\"query_vars\";a:68:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:4:\"DESC\";s:14:\"posts_per_page\";i:-1;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:1:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:80;}s:8:\"operator\";s:6:\"NOT IN\";}}s:8:\"post__in\";a:2:{i:0;s:4:\"1881\";i:1;s:4:\"1884\";}s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:8:\"meta_key\";s:0:\"\";s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:1;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:1:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:80;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:0:{}s:13:\"queried_terms\";a:0:{}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:332:\"SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (1881,1884) AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (80)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_title DESC \";s:5:\"posts\";a:2:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1881;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2016-08-14 13:49:56\";s:13:\"post_date_gmt\";s:19:\"2016-08-14 17:49:56\";s:12:\"post_content\";s:283:\"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.\";s:10:\"post_title\";s:29:\"Jungle Theme Prom Centerpiece\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:29:\"jungle-theme-prom-centerpiece\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2017-07-23 21:41:11\";s:17:\"post_modified_gmt\";s:19:\"2017-07-24 01:41:11\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:63:\"http://www.wanderfuls.com/product/jungle-theme-prom-centerpiece\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1884;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2016-08-14 13:49:56\";s:13:\"post_date_gmt\";s:19:\"2016-08-14 17:49:56\";s:12:\"post_content\";s:304:\"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.\";s:10:\"post_title\";s:37:\"Arabian Nights Theme Prom Centerpiece\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:37:\"arabian-nights-theme-prom-centerpiece\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2017-07-23 21:40:03\";s:17:\"post_modified_gmt\";s:19:\"2017-07-24 01:40:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:71:\"http://www.wanderfuls.com/product/arabian-nights-theme-prom-centerpiece\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:2;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:124;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";i:2;s:13:\"max_num_pages\";i:0;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"b744d002496fc3774e482496cd163f15\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(8521,'_transient_wc_loop40561500860471','O:8:\"WP_Query\":48:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:2:\"12\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:80;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:13:\"object-object\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:12;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:80;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:13:\"object-object\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:13:\"object-object\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:80;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:13:\"object-object\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:0:{}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:13:\"object-object\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:383:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (80)\n ) \n AND \n ( \n 0 = 1\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 12\";s:5:\"posts\";a:0:{}s:10:\"post_count\";i:0;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";i:0;s:13:\"max_num_pages\";i:0;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"5045490c6692cb5bf8b858ae08017260\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(8625,'_site_transient_timeout_community-events-36d132d48b886b899b86766a39187b27','1501083816','no'),(8626,'_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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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/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;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}}}','no'),(8641,'agile_webstats','1','yes'),(8642,'agile_webrules','1','yes'),(8651,'agile_rest_api','ff06t6e7rpi0ika4nisaklqo71','no'),(8652,'agile_js_api','rr8buov7flh9oei6581m2g11t7','no'),(8653,'agile_domain','wanderfuls','no'),(8654,'agile_email','info@webgurunyc.com','no'),(8655,'agile_password','$P$BmhALAfnlelAzIv1nUqI9GFNzSg603/','no'),(8670,'wc_crm_admin_notices','a:0:{}','yes'),(8673,'wc_crm_db_version','3.0.7','yes'),(8674,'wc_crm_version','3.0.7','yes'),(8676,'wc_crm_username_add_customer','3','yes'),(8677,'wc_crm_total_value','a:1:{i:0;s:12:\"wc-completed\";}','yes'),(8678,'wc_crm_automatic_emails_new_customer','yes','yes'),(8679,'wc_crm_user_roles','a:1:{i:0;s:8:\"customer\";}','yes'),(8680,'wc_crm_guest_customers','no','yes'),(8681,'wc_crm_customer_name','lf','yes'),(8682,'wc_crm_customers_loaded','yes','yes'),(8736,'external_updates-woocommerce-customer-relationship-manager','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1504060353;s:14:\"checkedVersion\";s:5:\"3.1.6\";s:6:\"update\";O:8:\"stdClass\":8:{s:2:\"id\";i:0;s:4:\"slug\";s:41:\"woocommerce-customer-relationship-manager\";s:7:\"version\";s:5:\"3.3.4\";s:8:\"homepage\";s:100:\"http://codecanyon.net/item/woocommerce-customer-relationship-manager/5712695&ref=actualityextensions\";s:6:\"tested\";N;s:12:\"download_url\";s:124:\"http://actualityextensions.com/updates/server/?action=download&slug=woocommerce-customer-relationship-manager&purchase_code=\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:87:\"woocommerce-customer-relationship-manager/woocommerce-customer-relationship-manager.php\";}}','no'),(8776,'_site_transient_timeout_browser_4d755f60dea6e53c85c0443770b58368','1501763041','no'),(8777,'_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'),(8818,'wpseo_sitemap_2457_cache_validator','4VObz','no'),(8821,'wpseo_sitemap_2461_cache_validator','51uJj','no'),(8910,'wpseo_sitemap_2460_cache_validator','4nN9p','no'),(8940,'_transient_wpstg_upgrade_notice_1.1.6','<div class=\"wpstg_plugin_upgrade_notice\" style=\"padding:10px;background-color: #479CCF;color: #FFF;\">2.0.2 * New: Batch processing allows to clone even huge sites without any timeouts</div> ','no'),(8944,'_transient_external_ip_address_103.78.206.226','69.167.136.107','no'),(8948,'_transient_external_ip_address_10.20.4.66','69.167.136.107','no'),(8955,'_transient_external_ip_address_2405:204:e78b:7328:749a:48ed:42db:beb3','69.167.136.107','no'),(9087,'_site_transient_timeout_community-events-be3de2ec8f67e36c1ffad6de187c8123','1501399236','no'),(9088,'_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'),(9428,'_site_transient_timeout_community-events-fc5959848314fda6f178fceb46281aee','1501744594','no'),(9429,'_site_transient_community-events-fc5959848314fda6f178fceb46281aee','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"184.248.5.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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/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;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}}}','no'),(9475,'_site_transient_timeout_browser_8ce1bea2f653ca2ce71bdf6183bef333','1502369387','no'),(9476,'_site_transient_browser_8ce1bea2f653ca2ce71bdf6183bef333','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'),(9580,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9582,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.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\";b:0;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:0:\"\";}}s:12:\"last_checked\";i:1504492054;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}','no'),(9589,'wpstg_poll','no','yes'),(9590,'wpstg_rating','no','yes'),(9591,'wpstg_version_upgraded_from','2.0.8','yes'),(9709,'duplicator_ui_view_state','a:3:{s:22:\"dup-pack-storage-panel\";s:1:\"0\";s:22:\"dup-pack-archive-panel\";s:1:\"1\";s:24:\"dup-pack-installer-panel\";s:1:\"1\";}','yes'),(9711,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-08-04 23:19:11\";s:7:\"Version\";s:6:\"1.2.16\";s:9:\"VersionWP\";s:5:\"4.8.1\";s:9:\"VersionDB\";s:6:\"5.6.35\";s:10:\"VersionPHP\";s:6:\"5.6.31\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20170804_wanderfuls\";s:4:\"Hash\";s:32:\"9ba0760c4d758a975178170804231911\";s:8:\"NameHash\";s:52:\"20170804_wanderfuls_9ba0760c4d758a975178170804231911\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:49:\"/home/gourmetcandy/public_html/m/wp-snapshots/tmp\";s:8:\"StoreURL\";s:51:\"http://m.gourmetcandycenterpieces.com/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20170804_wanderfuls_9ba0760c4d758a975178170804231911_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\":18:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";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:32:\"/home/gourmetcandy/public_html/m\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{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:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-08-04 23:19:11\";s:7:\"Version\";s:6:\"1.2.16\";s:9:\"VersionWP\";s:5:\"4.8.1\";s:9:\"VersionDB\";s:6:\"5.6.35\";s:10:\"VersionPHP\";s:6:\"5.6.31\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20170804_wanderfuls\";s:4:\"Hash\";s:32:\"9ba0760c4d758a975178170804231911\";s:8:\"NameHash\";s:52:\"20170804_wanderfuls_9ba0760c4d758a975178170804231911\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:49:\"/home/gourmetcandy/public_html/m/wp-snapshots/tmp\";s:8:\"StoreURL\";s:51:\"http://m.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\":7:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:9:\"localhost\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:11:\"wanderfu_wp\";s:10:\"OptsDBUser\";s:15:\"wanderfu_master\";s:10:\"\0*\0Package\";r:57;}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:57;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:6:{i:0;s:41:\"/home/gourmetcandy/public_html/m/wp-admin\";i:1;s:51:\"/home/gourmetcandy/public_html/m/wp-content/uploads\";i:2;s:53:\"/home/gourmetcandy/public_html/m/wp-content/languages\";i:3;s:51:\"/home/gourmetcandy/public_html/m/wp-content/plugins\";i:4;s:50:\"/home/gourmetcandy/public_html/m/wp-content/themes\";i:5;s:44:\"/home/gourmetcandy/public_html/m/wp-includes\";}}s:9:\"Installer\";r:79;s:8:\"Database\";r:87;}','yes'),(9736,'_transient_wc_related_2339','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9738,'_transient_wc_related_2206','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9742,'_transient_wc_related_2328','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9744,'_transient_wc_related_2221','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9746,'_transient_wc_related_2200','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9748,'_transient_wc_related_2213','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'); INSERT INTO `wp_options` VALUES (9750,'_transient_wc_related_2346','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9752,'_transient_wc_related_2309','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9754,'_transient_wc_related_2281','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9756,'_transient_wc_related_2284','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9758,'_transient_external_ip_address_2607:fb90:548c:65e3:8d81:413a:41d7:1ce0','69.167.136.107','no'),(9760,'_transient_wc_related_2288','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9762,'_transient_wc_related_2209','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9764,'_transient_wc_related_2329','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9766,'_transient_wc_related_2295','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9768,'_transient_wc_related_2248','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9770,'_transient_wc_related_2218','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9774,'_transient_wc_related_2246','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9776,'_transient_wc_related_2219','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9778,'_transient_wc_related_2196','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2197\";i:3;s:4:\"2199\";i:4;s:4:\"2200\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9780,'_transient_wc_related_2197','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2199\";i:4;s:4:\"2200\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9782,'_transient_wc_related_2214','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9784,'_transient_wc_related_2202','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9786,'_transient_wc_related_2211','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9788,'_transient_wc_related_2247','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9790,'_transient_wc_related_2192','a:24:{i:0;s:4:\"2194\";i:1;s:4:\"2196\";i:2;s:4:\"2197\";i:3;s:4:\"2199\";i:4;s:4:\"2200\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9792,'_transient_wc_related_2243','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9794,'_transient_wc_related_2238','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9796,'_transient_wc_related_2217','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9798,'_transient_wc_related_2239','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9800,'_transient_wc_related_2262','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9802,'_transient_wc_related_2240','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9804,'_transient_wc_related_2216','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9806,'_transient_wc_related_2234','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9808,'_transient_wc_related_2233','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9810,'_transient_wc_related_2245','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9812,'_transient_wc_related_2267','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9814,'_transient_wc_related_2249','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9816,'_transient_wc_related_2242','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9818,'_transient_wc_related_2261','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9820,'_transient_wc_related_2244','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9822,'_transient_wc_related_2224','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9824,'_transient_wc_related_2259','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9826,'_transient_wc_related_2236','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9828,'_transient_wc_related_2337','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9830,'_transient_wc_related_2336','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9832,'_transient_wc_related_2250','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9834,'_transient_wc_related_2232','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9836,'_transient_wc_related_2260','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9838,'_transient_wc_related_2265','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9841,'_transient_wc_related_2271','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9843,'_transient_wc_related_2210','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9845,'_transient_wc_related_2273','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9847,'_transient_wc_related_2310','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9849,'_transient_wc_related_2277','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2278\";i:3;s:4:\"2279\";i:4;s:4:\"2280\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9851,'_transient_wc_related_2276','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2277\";i:2;s:4:\"2278\";i:3;s:4:\"2279\";i:4;s:4:\"2280\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9853,'_transient_wc_related_2280','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9855,'_transient_wc_related_2296','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9857,'_transient_wc_related_2312','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9859,'_transient_wc_related_2311','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9861,'_transient_wc_related_2330','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9863,'_transient_wc_related_2307','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9865,'_transient_wc_related_2282','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9867,'_transient_wc_related_2306','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9869,'_transient_wc_related_2305','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9871,'_transient_wc_related_2291','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9873,'_transient_wc_related_2285','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9877,'_transient_wc_related_2290','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9879,'_transient_wc_related_2289','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9881,'_transient_wc_related_2304','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9883,'_transient_wc_related_2303','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9885,'_transient_wc_related_2298','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2299\";}','no'),(9887,'_transient_wc_related_2283','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9891,'_transient_wc_related_2207','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9893,'_transient_wc_related_2308','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9895,'_transient_wc_related_2293','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9897,'_transient_wc_related_2208','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9899,'_transient_wc_related_2266','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9901,'_transient_wc_related_2195','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2198\";i:3;s:4:\"2204\";i:4;s:4:\"2207\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9903,'_transient_wc_related_2294','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9905,'_transient_wc_related_2292','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(9907,'_transient_wc_related_2204','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2207\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9909,'_transient_wc_related_2302','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(9911,'_transient_wc_related_2256','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9913,'_transient_wc_related_2230','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9915,'_transient_wc_related_2199','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2200\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9917,'_transient_wc_related_2198','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2204\";i:4;s:4:\"2207\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9919,'_transient_wc_related_2268','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9921,'_transient_wc_related_2225','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9923,'_transient_wc_related_2270','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9925,'_transient_wc_related_2340','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9927,'_transient_wc_related_2341','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9929,'_transient_wc_related_2237','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9931,'_transient_wc_related_2342','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9933,'_transient_wc_related_2269','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9935,'_transient_wc_related_2231','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9937,'_transient_wc_related_2201','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9939,'_transient_wc_related_2215','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9941,'_transient_wc_related_2272','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9943,'_transient_wc_related_2251','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9945,'_transient_wc_related_2241','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9947,'_transient_wc_related_2264','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9949,'_transient_wc_related_2229','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9951,'_transient_wc_related_2227','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9953,'_transient_wc_related_2220','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9955,'_transient_wc_related_2203','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9957,'_transient_wc_related_2235','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9959,'_transient_wc_related_2344','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9961,'_transient_wc_related_2345','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9963,'_transient_wc_related_2228','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9965,'_transient_wc_related_2194','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2196\";i:2;s:4:\"2197\";i:3;s:4:\"2199\";i:4;s:4:\"2200\";i:5;s:4:\"2201\";i:6;s:4:\"2202\";i:7;s:4:\"2203\";i:8;s:4:\"2205\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9967,'_transient_wc_related_2343','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2338\";}','no'),(9969,'_transient_wc_related_2253','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9971,'_transient_wc_related_2338','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2193\";i:2;s:4:\"2195\";i:3;s:4:\"2198\";i:4;s:4:\"2204\";i:5;s:4:\"2207\";i:6;s:4:\"2209\";i:7;s:4:\"2212\";i:8;s:4:\"2220\";i:9;s:4:\"2228\";i:10;s:4:\"2231\";i:11;s:4:\"2233\";i:12;s:4:\"2234\";i:13;s:4:\"2235\";i:14;s:4:\"2236\";i:15;s:4:\"2238\";i:16;s:4:\"2239\";i:17;s:4:\"2240\";i:18;s:4:\"2242\";i:19;s:4:\"2260\";i:20;s:4:\"2267\";i:21;s:4:\"2336\";i:22;s:4:\"2337\";i:23;s:4:\"2339\";}','no'),(9973,'_transient_wc_related_2254','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9975,'_transient_wc_related_2226','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9977,'_transient_wc_related_2257','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9981,'_transient_wc_related_2223','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2224\";}','no'),(9983,'_transient_wc_related_2252','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9985,'_transient_wc_related_2274','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9987,'_transient_wc_related_2222','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(9989,'_transient_wc_related_2258','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9991,'_transient_wc_related_2263','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9993,'_transient_wc_related_2191','a:24:{i:0;s:4:\"2193\";i:1;s:4:\"2195\";i:2;s:4:\"2198\";i:3;s:4:\"2204\";i:4;s:4:\"2207\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(9995,'_transient_wc_related_2255','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2205\";i:10;s:4:\"2206\";i:11;s:4:\"2208\";i:12;s:4:\"2210\";i:13;s:4:\"2211\";i:14;s:4:\"2213\";i:15;s:4:\"2214\";i:16;s:4:\"2215\";i:17;s:4:\"2216\";i:18;s:4:\"2217\";i:19;s:4:\"2218\";i:20;s:4:\"2219\";i:21;s:4:\"2221\";i:22;s:4:\"2222\";i:23;s:4:\"2223\";}','no'),(9997,'_transient_wc_related_2319','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10001,'_transient_wc_related_2275','a:24:{i:0;s:4:\"2276\";i:1;s:4:\"2277\";i:2;s:4:\"2278\";i:3;s:4:\"2279\";i:4;s:4:\"2280\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(10003,'_transient_wc_related_2279','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2280\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(10005,'_transient_wc_related_2332','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10007,'_transient_wc_related_2334','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10009,'_transient_wc_related_2333','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10011,'_transient_wc_related_2314','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10013,'_transient_wc_related_2316','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10015,'_transient_wc_related_2317','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10017,'_transient_wc_related_2322','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10019,'_transient_wc_related_2320','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10021,'_transient_wc_related_2313','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10023,'_transient_wc_related_2315','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10025,'_transient_wc_related_2321','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10027,'_transient_wc_related_2323','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10029,'_transient_wc_related_2331','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10031,'_transient_wc_related_2174','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10033,'_transient_wc_related_2325','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10035,'_transient_wc_related_2324','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10037,'_transient_wc_related_2327','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10039,'_transient_wc_related_2326','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10041,'_transient_wc_related_2299','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10043,'_transient_wc_related_2170','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10045,'_transient_wc_related_2151','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10047,'_transient_wc_related_2287','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(10049,'_transient_wc_related_2286','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(10051,'_transient_wc_related_2300','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10053,'_transient_wc_related_2301','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(10055,'_transient_wc_related_2180','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10057,'_transient_wc_related_2175','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10059,'_transient_wc_related_2278','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2279\";i:4;s:4:\"2280\";i:5;s:4:\"2281\";i:6;s:4:\"2282\";i:7;s:4:\"2283\";i:8;s:4:\"2284\";i:9;s:4:\"2285\";i:10;s:4:\"2286\";i:11;s:4:\"2287\";i:12;s:4:\"2288\";i:13;s:4:\"2289\";i:14;s:4:\"2290\";i:15;s:4:\"2291\";i:16;s:4:\"2292\";i:17;s:4:\"2293\";i:18;s:4:\"2294\";i:19;s:4:\"2295\";i:20;s:4:\"2296\";i:21;s:4:\"2297\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(10061,'_transient_wc_related_2179','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10063,'_transient_wc_related_2168','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2169\";i:4;s:4:\"2170\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10065,'_transient_wc_related_2167','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2168\";i:3;s:4:\"2169\";i:4;s:4:\"2170\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10067,'_transient_wc_related_2166','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2167\";i:2;s:4:\"2168\";i:3;s:4:\"2169\";i:4;s:4:\"2170\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10071,'_transient_wc_related_2172','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10073,'_transient_wc_related_2153','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10075,'_transient_wc_related_2171','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10077,'_transient_wc_related_2169','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2170\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10079,'_transient_wc_related_2152','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10081,'_transient_wc_related_2186','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2185\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10083,'_transient_wc_related_2183','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10085,'_transient_wc_related_2137','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10087,'_transient_wc_related_2185','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10091,'_transient_wc_related_2176','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10093,'_transient_wc_related_2189','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2185\";i:21;s:4:\"2186\";i:22;s:4:\"2187\";i:23;s:4:\"2188\";}','no'),(10095,'_transient_wc_related_2178','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10097,'_transient_wc_related_2187','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2185\";i:21;s:4:\"2186\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10099,'_transient_wc_related_2161','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2159\";i:16;s:4:\"2160\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10101,'_transient_wc_related_2164','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2159\";i:16;s:4:\"2160\";i:17;s:4:\"2161\";i:18;s:4:\"2162\";i:19;s:4:\"2163\";}','no'),(10103,'_transient_wc_related_2181','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10106,'_transient_wc_related_2182','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10108,'_transient_wc_related_2144','a:20:{i:0;s:4:\"2145\";i:1;s:4:\"2146\";i:2;s:4:\"2147\";i:3;s:4:\"2148\";i:4;s:4:\"2149\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10110,'_transient_wc_related_2156','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10112,'_transient_wc_related_2150','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10114,'_transient_wc_related_2118','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10116,'_transient_wc_related_2146','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2147\";i:3;s:4:\"2148\";i:4;s:4:\"2149\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10118,'_transient_wc_related_2145','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2146\";i:2;s:4:\"2147\";i:3;s:4:\"2148\";i:4;s:4:\"2149\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10120,'_transient_wc_related_2154','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10122,'_transient_wc_related_2107','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10124,'_transient_wc_related_2184','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10126,'_transient_wc_related_2099','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10128,'_transient_wc_related_2163','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2159\";i:16;s:4:\"2160\";i:17;s:4:\"2161\";i:18;s:4:\"2162\";i:19;s:4:\"2164\";}','no'),(10130,'_transient_wc_related_2147','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2148\";i:4;s:4:\"2149\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10132,'_transient_wc_related_2157','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10134,'_transient_wc_related_2149','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10136,'_transient_wc_related_2138','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10138,'_transient_wc_related_2177','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(10140,'_transient_wc_related_2148','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2149\";i:5;s:4:\"2150\";i:6;s:4:\"2151\";i:7;s:4:\"2152\";i:8;s:4:\"2153\";i:9;s:4:\"2154\";i:10;s:4:\"2155\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10142,'_transient_wc_related_2160','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2159\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10144,'_transient_wc_related_2159','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10146,'_transient_wc_related_2158','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10148,'_transient_wc_related_2188','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2185\";i:21;s:4:\"2186\";i:22;s:4:\"2187\";i:23;s:4:\"2189\";}','no'),(10150,'_transient_wc_related_2190','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2173\";i:9;s:4:\"2174\";i:10;s:4:\"2175\";i:11;s:4:\"2176\";i:12;s:4:\"2177\";i:13;s:4:\"2178\";i:14;s:4:\"2179\";i:15;s:4:\"2180\";i:16;s:4:\"2181\";i:17;s:4:\"2182\";i:18;s:4:\"2183\";i:19;s:4:\"2184\";i:20;s:4:\"2185\";i:21;s:4:\"2186\";i:22;s:4:\"2187\";i:23;s:4:\"2188\";}','no'),(10152,'_transient_wc_related_2100','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10154,'_transient_wc_related_2112','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10156,'_transient_wc_related_2101','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10158,'_transient_wc_related_2105','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10160,'_transient_wc_related_2093','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2094\";i:4;s:4:\"2095\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10162,'_transient_wc_related_2108','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10164,'_transient_wc_related_2097','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10166,'_transient_wc_related_2091','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2092\";i:2;s:4:\"2093\";i:3;s:4:\"2094\";i:4;s:4:\"2095\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10168,'_transient_wc_related_2155','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2156\";i:12;s:4:\"2157\";i:13;s:4:\"2158\";i:14;s:4:\"2159\";i:15;s:4:\"2160\";i:16;s:4:\"2161\";i:17;s:4:\"2162\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(10170,'_transient_wc_related_2104','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10172,'_transient_wc_related_2106','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10174,'_transient_wc_related_2121','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10176,'_transient_wc_related_2079','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10178,'_transient_wc_related_2092','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2093\";i:3;s:4:\"2094\";i:4;s:4:\"2095\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10180,'_transient_wc_related_2096','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10182,'_transient_wc_related_2109','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10184,'_transient_wc_related_2098','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10186,'_transient_wc_related_2090','a:24:{i:0;s:4:\"2091\";i:1;s:4:\"2092\";i:2;s:4:\"2093\";i:3;s:4:\"2094\";i:4;s:4:\"2095\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10188,'_transient_wc_related_2126','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10190,'_transient_wc_related_2119','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10192,'_transient_wc_related_2133','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10194,'_transient_wc_related_2110','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10196,'_transient_wc_related_2114','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10198,'_transient_wc_related_2113','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2114\";}','no'),(10201,'_transient_wc_related_2127','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10203,'_transient_wc_related_2102','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10205,'_transient_wc_related_2132','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10207,'_transient_wc_related_2117','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10209,'_transient_wc_related_2067','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10211,'_transient_wc_related_2129','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10213,'_transient_wc_related_2122','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10215,'_transient_wc_related_2135','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10217,'_transient_wc_related_2123','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10219,'_transient_wc_related_2136','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10221,'_transient_wc_related_2139','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10223,'_transient_wc_related_2066','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10225,'_transient_wc_related_2124','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10227,'_transient_wc_related_2128','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10229,'_transient_wc_related_2130','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10231,'_transient_wc_related_2131','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10233,'_transient_wc_related_2134','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10235,'_transient_wc_related_2140','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10237,'_transient_wc_related_2125','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10239,'_transient_wc_related_2080','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2081\";}','no'),(10241,'_transient_wc_related_2059','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2060\";i:3;s:4:\"2061\";i:4;s:4:\"2062\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10243,'_transient_wc_related_2142','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10245,'_transient_wc_related_2095','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10247,'_transient_wc_related_2141','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10249,'_transient_wc_related_2143','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10251,'_transient_wc_related_2069','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10253,'_transient_wc_related_2120','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10255,'_transient_wc_related_2094','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2095\";i:5;s:4:\"2096\";i:6;s:4:\"2097\";i:7;s:4:\"2098\";i:8;s:4:\"2099\";i:9;s:4:\"2100\";i:10;s:4:\"2101\";i:11;s:4:\"2102\";i:12;s:4:\"2103\";i:13;s:4:\"2104\";i:14;s:4:\"2105\";i:15;s:4:\"2106\";i:16;s:4:\"2107\";i:17;s:4:\"2108\";i:18;s:4:\"2109\";i:19;s:4:\"2110\";i:20;s:4:\"2111\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10257,'_transient_wc_related_2111','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2112\";i:22;s:4:\"2113\";i:23;s:4:\"2114\";}','no'),(10259,'_transient_wc_related_2116','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10261,'_transient_wc_related_2115','a:24:{i:0;s:4:\"2090\";i:1;s:4:\"2091\";i:2;s:4:\"2092\";i:3;s:4:\"2093\";i:4;s:4:\"2094\";i:5;s:4:\"2095\";i:6;s:4:\"2096\";i:7;s:4:\"2097\";i:8;s:4:\"2098\";i:9;s:4:\"2099\";i:10;s:4:\"2100\";i:11;s:4:\"2101\";i:12;s:4:\"2102\";i:13;s:4:\"2103\";i:14;s:4:\"2104\";i:15;s:4:\"2105\";i:16;s:4:\"2106\";i:17;s:4:\"2107\";i:18;s:4:\"2108\";i:19;s:4:\"2109\";i:20;s:4:\"2110\";i:21;s:4:\"2111\";i:22;s:4:\"2112\";i:23;s:4:\"2113\";}','no'),(10263,'_transient_wc_related_2075','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10266,'_transient_wc_related_2061','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2062\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10268,'_transient_wc_related_2062','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10270,'_transient_wc_related_2068','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10272,'_transient_wc_related_2081','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10274,'_transient_wc_related_2078','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10276,'_transient_wc_related_2076','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10278,'_transient_wc_related_2039','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2040\";i:2;s:4:\"2041\";i:3;s:4:\"2042\";i:4;s:4:\"2043\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10280,'_transient_wc_related_2077','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10282,'_transient_wc_related_2057','a:24:{i:0;s:4:\"2058\";i:1;s:4:\"2059\";i:2;s:4:\"2060\";i:3;s:4:\"2061\";i:4;s:4:\"2062\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10284,'_transient_wc_related_2060','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2061\";i:4;s:4:\"2062\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10286,'_transient_wc_related_2072','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10288,'_transient_wc_related_2071','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10290,'_transient_wc_related_2070','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10292,'_transient_wc_related_2074','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10294,'_transient_wc_related_2073','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10296,'_transient_wc_related_2063','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10298,'_transient_wc_related_2058','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2059\";i:2;s:4:\"2060\";i:3;s:4:\"2061\";i:4;s:4:\"2062\";i:5;s:4:\"2063\";i:6;s:4:\"2064\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10300,'_transient_wc_related_2065','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10302,'_transient_wc_related_2020','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10304,'_transient_wc_related_2046','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10306,'_transient_wc_related_2064','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2065\";i:8;s:4:\"2066\";i:9;s:4:\"2067\";i:10;s:4:\"2068\";i:11;s:4:\"2069\";i:12;s:4:\"2070\";i:13;s:4:\"2071\";i:14;s:4:\"2072\";i:15;s:4:\"2073\";i:16;s:4:\"2074\";i:17;s:4:\"2075\";i:18;s:4:\"2076\";i:19;s:4:\"2077\";i:20;s:4:\"2078\";i:21;s:4:\"2079\";i:22;s:4:\"2080\";i:23;s:4:\"2081\";}','no'),(10308,'_transient_wc_related_2048','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10310,'_transient_wc_related_2082','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10312,'_transient_wc_related_2085','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10314,'_transient_wc_related_2083','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10316,'_transient_wc_related_2086','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10318,'_transient_wc_related_2055','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2051\";i:14;s:4:\"2052\";i:15;s:4:\"2053\";i:16;s:4:\"2054\";i:17;s:4:\"2056\";}','no'),(10320,'_transient_wc_related_2084','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10322,'_transient_wc_related_2088','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10324,'_transient_wc_related_2056','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2051\";i:14;s:4:\"2052\";i:15;s:4:\"2053\";i:16;s:4:\"2054\";i:17;s:4:\"2055\";}','no'),(10326,'_transient_wc_related_2087','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10328,'_transient_wc_related_2040','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2041\";i:3;s:4:\"2042\";i:4;s:4:\"2043\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10330,'_transient_wc_related_2089','a:24:{i:0;s:4:\"2057\";i:1;s:4:\"2058\";i:2;s:4:\"2059\";i:3;s:4:\"2060\";i:4;s:4:\"2061\";i:5;s:4:\"2062\";i:6;s:4:\"2063\";i:7;s:4:\"2064\";i:8;s:4:\"2065\";i:9;s:4:\"2066\";i:10;s:4:\"2067\";i:11;s:4:\"2068\";i:12;s:4:\"2069\";i:13;s:4:\"2070\";i:14;s:4:\"2071\";i:15;s:4:\"2072\";i:16;s:4:\"2073\";i:17;s:4:\"2074\";i:18;s:4:\"2075\";i:19;s:4:\"2076\";i:20;s:4:\"2077\";i:21;s:4:\"2078\";i:22;s:4:\"2079\";i:23;s:4:\"2080\";}','no'),(10332,'_transient_wc_related_2051','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10334,'_transient_wc_related_2047','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10336,'_transient_wc_related_1994','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1995\";i:3;s:4:\"1996\";i:4;s:4:\"1997\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10338,'_transient_wc_related_2010','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10340,'_transient_wc_related_2001','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10342,'_transient_wc_related_2050','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10344,'_transient_wc_related_2052','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2051\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10346,'_transient_wc_related_1999','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10348,'_transient_wc_related_2012','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10350,'_transient_wc_related_2038','a:18:{i:0;s:4:\"2039\";i:1;s:4:\"2040\";i:2;s:4:\"2041\";i:3;s:4:\"2042\";i:4;s:4:\"2043\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10352,'_transient_wc_related_2045','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10354,'_transient_wc_related_2042','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2043\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10356,'_transient_wc_related_2043','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10358,'_transient_wc_related_2044','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10360,'_transient_wc_related_2021','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10362,'_transient_wc_related_2041','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2042\";i:4;s:4:\"2043\";i:5;s:4:\"2044\";i:6;s:4:\"2045\";i:7;s:4:\"2046\";i:8;s:4:\"2047\";i:9;s:4:\"2048\";i:10;s:4:\"2049\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10365,'_transient_wc_related_2011','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10367,'_transient_wc_related_1982','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10369,'_transient_wc_related_2015','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2016\";}','no'),(10371,'_transient_wc_related_2013','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10373,'_transient_wc_related_2005','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10375,'_transient_wc_related_1997','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10377,'_transient_wc_related_2029','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10379,'_transient_wc_related_2014','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10381,'_transient_wc_related_2053','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2051\";i:14;s:4:\"2052\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10383,'_transient_wc_related_2023','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10385,'_transient_wc_related_2049','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2050\";i:12;s:4:\"2051\";i:13;s:4:\"2052\";i:14;s:4:\"2053\";i:15;s:4:\"2054\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10387,'_transient_wc_related_2007','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10389,'_transient_wc_related_2004','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10391,'_transient_wc_related_1996','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1997\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10393,'_transient_wc_related_1993','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1994\";i:2;s:4:\"1995\";i:3;s:4:\"1996\";i:4;s:4:\"1997\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10395,'_transient_wc_related_2009','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10397,'_transient_wc_related_2002','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10399,'_transient_wc_related_2054','a:18:{i:0;s:4:\"2038\";i:1;s:4:\"2039\";i:2;s:4:\"2040\";i:3;s:4:\"2041\";i:4;s:4:\"2042\";i:5;s:4:\"2043\";i:6;s:4:\"2044\";i:7;s:4:\"2045\";i:8;s:4:\"2046\";i:9;s:4:\"2047\";i:10;s:4:\"2048\";i:11;s:4:\"2049\";i:12;s:4:\"2050\";i:13;s:4:\"2051\";i:14;s:4:\"2052\";i:15;s:4:\"2053\";i:16;s:4:\"2055\";i:17;s:4:\"2056\";}','no'),(10401,'_transient_wc_related_2008','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10403,'_transient_wc_related_2006','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10405,'_transient_wc_related_2003','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10407,'_transient_wc_related_2000','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10409,'_transient_wc_related_1995','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1996\";i:4;s:4:\"1997\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10411,'_transient_wc_related_1992','a:24:{i:0;s:4:\"1993\";i:1;s:4:\"1994\";i:2;s:4:\"1995\";i:3;s:4:\"1996\";i:4;s:4:\"1997\";i:5;s:4:\"1998\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10413,'_transient_wc_related_2016','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10415,'_transient_wc_related_2022','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10417,'_transient_wc_related_1983','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10419,'_transient_wc_related_2027','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10421,'_transient_wc_related_2017','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10423,'_transient_wc_related_1986','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10425,'_transient_wc_related_2028','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10427,'_transient_wc_related_1987','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1986\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10429,'_transient_wc_related_1968','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1967\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10431,'_transient_wc_related_1977','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1978\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10433,'_transient_wc_related_2019','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10435,'_transient_wc_related_2025','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10437,'_transient_wc_related_2018','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10439,'_transient_wc_related_2024','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10441,'_transient_wc_related_2026','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1998\";i:7;s:4:\"1999\";i:8;s:4:\"2000\";i:9;s:4:\"2001\";i:10;s:4:\"2002\";i:11;s:4:\"2003\";i:12;s:4:\"2004\";i:13;s:4:\"2005\";i:14;s:4:\"2006\";i:15;s:4:\"2007\";i:16;s:4:\"2008\";i:17;s:4:\"2009\";i:18;s:4:\"2010\";i:19;s:4:\"2011\";i:20;s:4:\"2012\";i:21;s:4:\"2013\";i:22;s:4:\"2014\";i:23;s:4:\"2015\";}','no'),(10443,'_transient_wc_related_1998','a:24:{i:0;s:4:\"1992\";i:1;s:4:\"1993\";i:2;s:4:\"1994\";i:3;s:4:\"1995\";i:4;s:4:\"1996\";i:5;s:4:\"1997\";i:6;s:4:\"1999\";i:7;s:4:\"2000\";i:8;s:4:\"2001\";i:9;s:4:\"2002\";i:10;s:4:\"2003\";i:11;s:4:\"2004\";i:12;s:4:\"2005\";i:13;s:4:\"2006\";i:14;s:4:\"2007\";i:15;s:4:\"2008\";i:16;s:4:\"2009\";i:17;s:4:\"2010\";i:18;s:4:\"2011\";i:19;s:4:\"2012\";i:20;s:4:\"2013\";i:21;s:4:\"2014\";i:22;s:4:\"2015\";i:23;s:4:\"2016\";}','no'),(10445,'_transient_wc_related_1955','a:17:{i:0;s:4:\"1956\";i:1;s:4:\"1957\";i:2;s:4:\"1958\";i:3;s:4:\"1959\";i:4;s:4:\"1960\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10447,'_transient_wc_related_1974','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1975\";i:2;s:4:\"1976\";i:3;s:4:\"1977\";i:4;s:4:\"1978\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10449,'_transient_wc_related_1959','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1960\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10453,'_transient_wc_related_1991','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1986\";i:14;s:4:\"1987\";i:15;s:4:\"1988\";i:16;s:4:\"1989\";i:17;s:4:\"1990\";}','no'),(10455,'_transient_wc_related_1979','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10457,'_transient_wc_related_1976','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1977\";i:4;s:4:\"1978\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10459,'_transient_wc_related_1981','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10461,'_transient_wc_related_1985','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10463,'_transient_wc_related_1978','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10465,'_transient_wc_related_1989','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1986\";i:14;s:4:\"1987\";i:15;s:4:\"1988\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10467,'_transient_wc_related_1990','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1986\";i:14;s:4:\"1987\";i:15;s:4:\"1988\";i:16;s:4:\"1989\";i:17;s:4:\"1991\";}','no'),(10469,'_transient_wc_related_1984','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10471,'_transient_wc_related_1988','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1980\";i:8;s:4:\"1981\";i:9;s:4:\"1982\";i:10;s:4:\"1983\";i:11;s:4:\"1984\";i:12;s:4:\"1985\";i:13;s:4:\"1986\";i:14;s:4:\"1987\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10477,'_transient_wc_related_1956','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1957\";i:2;s:4:\"1958\";i:3;s:4:\"1959\";i:4;s:4:\"1960\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10479,'_transient_wc_related_1973','a:18:{i:0;s:4:\"1974\";i:1;s:4:\"1975\";i:2;s:4:\"1976\";i:3;s:4:\"1977\";i:4;s:4:\"1978\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10481,'_transient_wc_related_1975','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1976\";i:3;s:4:\"1977\";i:4;s:4:\"1978\";i:5;s:4:\"1979\";i:6;s:4:\"1980\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10483,'_transient_wc_related_1970','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1967\";i:13;s:4:\"1968\";i:14;s:4:\"1969\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10485,'_transient_wc_related_1969','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1967\";i:13;s:4:\"1968\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10488,'_transient_wc_related_1960','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10490,'_transient_wc_related_1957','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1958\";i:3;s:4:\"1959\";i:4;s:4:\"1960\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10492,'_transient_wc_related_1961','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10494,'_transient_wc_related_1963','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10496,'_transient_wc_related_1941','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10498,'_transient_wc_related_1967','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10499,'_site_transient_timeout_browser_4855f7e4df8eff40946f86d1c1948e0d','1502508581','no'),(10500,'_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'),(10502,'_transient_wc_related_1966','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10504,'_transient_wc_related_1971','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1967\";i:13;s:4:\"1968\";i:14;s:4:\"1969\";i:15;s:4:\"1970\";i:16;s:4:\"1972\";}','no'),(10508,'_transient_wc_related_1962','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10510,'_transient_wc_related_1972','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1965\";i:11;s:4:\"1966\";i:12;s:4:\"1967\";i:13;s:4:\"1968\";i:14;s:4:\"1969\";i:15;s:4:\"1970\";i:16;s:4:\"1971\";}','no'),(10512,'_transient_wc_related_1964','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(10514,'_transient_wc_related_1980','a:18:{i:0;s:4:\"1973\";i:1;s:4:\"1974\";i:2;s:4:\"1975\";i:3;s:4:\"1976\";i:4;s:4:\"1977\";i:5;s:4:\"1978\";i:6;s:4:\"1979\";i:7;s:4:\"1981\";i:8;s:4:\"1982\";i:9;s:4:\"1983\";i:10;s:4:\"1984\";i:11;s:4:\"1985\";i:12;s:4:\"1986\";i:13;s:4:\"1987\";i:14;s:4:\"1988\";i:15;s:4:\"1989\";i:16;s:4:\"1990\";i:17;s:4:\"1991\";}','no'),(10516,'_transient_wc_related_1938','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10518,'_transient_wc_related_1932','a:22:{i:0;s:4:\"1933\";i:1;s:4:\"1934\";i:2;s:4:\"1935\";i:3;s:4:\"1936\";i:4;s:4:\"1937\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10520,'_transient_wc_related_1942','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10522,'_transient_wc_related_1948','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10524,'_transient_wc_related_1926','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10526,'_transient_wc_related_1933','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1934\";i:2;s:4:\"1935\";i:3;s:4:\"1936\";i:4;s:4:\"1937\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10528,'_transient_wc_related_1937','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10530,'_transient_wc_related_1936','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1937\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10532,'_transient_wc_related_1935','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1936\";i:4;s:4:\"1937\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10534,'_transient_wc_related_1934','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1935\";i:3;s:4:\"1936\";i:4;s:4:\"1937\";i:5;s:4:\"1938\";i:6;s:4:\"1939\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10536,'_transient_wc_related_1943','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10538,'_transient_wc_related_1940','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10540,'_transient_wc_related_1939','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1940\";i:8;s:4:\"1941\";i:9;s:4:\"1942\";i:10;s:4:\"1943\";i:11;s:4:\"1944\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10542,'_transient_wc_related_1946','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10544,'_transient_wc_related_1945','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10546,'_transient_wc_related_1947','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10548,'_transient_wc_related_1950','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1949\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10550,'_transient_wc_related_1952','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1949\";i:18;s:4:\"1950\";i:19;s:4:\"1951\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10552,'_transient_wc_related_1951','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1949\";i:18;s:4:\"1950\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10554,'_transient_wc_related_1953','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1949\";i:18;s:4:\"1950\";i:19;s:4:\"1951\";i:20;s:4:\"1952\";i:21;s:4:\"1954\";}','no'),(10558,'_transient_wc_related_1908','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10560,'_transient_wc_related_1921','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1922\";}','no'),(10562,'_transient_wc_related_1927','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10564,'_transient_wc_related_1920','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10566,'_transient_wc_related_1918','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10571,'_transient_wc_related_1954','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1949\";i:18;s:4:\"1950\";i:19;s:4:\"1951\";i:20;s:4:\"1952\";i:21;s:4:\"1953\";}','no'),(10576,'aioseop_options','a:96:{s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:1:\"0\";s:17:\"aiosp_cpostactive\";s:0:\"\";s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:8:\"2.3.15.3\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_portfolio_title_format\";s:27:\"%post_title% | %blog_title%\";s:24:\"aiosp_staff_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_testimonials_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_product_title_format\";s:27:\"%post_title% | %blog_title%\";s:36:\"aiosp_product_variation_title_format\";s:27:\"%post_title% | %blog_title%\";s:29:\"aiosp_shop_order_title_format\";s:27:\"%post_title% | %blog_title%\";s:36:\"aiosp_shop_order_refund_title_format\";s:27:\"%post_title% | %blog_title%\";s:30:\"aiosp_shop_coupon_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_shop_webhook_title_format\";s:27:\"%post_title% | %blog_title%\";s:32:\"aiosp_vc4_templates_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_vc_grid_item_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_reviews_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_wc_crm_accounts_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_wc_crm_tasks_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_wc_crm_calls_title_format\";s:27:\"%post_title% | %blog_title%\";}','yes'),(10582,'_transient_wc_related_1907','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10584,'_transient_wc_related_1898','a:24:{i:0;s:4:\"1899\";i:1;s:4:\"1900\";i:2;s:4:\"1901\";i:3;s:4:\"1902\";i:4;s:4:\"1903\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10586,'_transient_wc_related_1949','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1944\";i:13;s:4:\"1945\";i:14;s:4:\"1946\";i:15;s:4:\"1947\";i:16;s:4:\"1948\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10588,'_transient_wc_related_1900','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1901\";i:3;s:4:\"1902\";i:4;s:4:\"1903\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10590,'_transient_wc_related_1899','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1900\";i:2;s:4:\"1901\";i:3;s:4:\"1902\";i:4;s:4:\"1903\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10592,'_transient_wc_related_1944','a:22:{i:0;s:4:\"1932\";i:1;s:4:\"1933\";i:2;s:4:\"1934\";i:3;s:4:\"1935\";i:4;s:4:\"1936\";i:5;s:4:\"1937\";i:6;s:4:\"1938\";i:7;s:4:\"1939\";i:8;s:4:\"1940\";i:9;s:4:\"1941\";i:10;s:4:\"1942\";i:11;s:4:\"1943\";i:12;s:4:\"1945\";i:13;s:4:\"1946\";i:14;s:4:\"1947\";i:15;s:4:\"1948\";i:16;s:4:\"1949\";i:17;s:4:\"1950\";i:18;s:4:\"1951\";i:19;s:4:\"1952\";i:20;s:4:\"1953\";i:21;s:4:\"1954\";}','no'),(10594,'_transient_wc_related_1888','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10596,'_transient_wc_related_1902','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1903\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10598,'_transient_wc_related_1930','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10600,'_transient_wc_related_1922','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10602,'_transient_wc_related_1919','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10604,'_transient_wc_related_1929','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10606,'_transient_wc_related_1928','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10608,'_transient_wc_related_1910','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10610,'_transient_wc_related_1913','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10612,'_transient_wc_related_1909','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10614,'_transient_wc_related_1906','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10616,'_transient_wc_related_1931','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10618,'_transient_wc_related_1917','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10620,'_transient_wc_related_1915','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10622,'_transient_wc_related_1923','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10624,'_transient_wc_related_1924','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10626,'_transient_wc_related_1925','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1916\";i:19;s:4:\"1917\";i:20;s:4:\"1918\";i:21;s:4:\"1919\";i:22;s:4:\"1920\";i:23;s:4:\"1921\";}','no'),(10628,'_transient_wc_related_1901','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1902\";i:4;s:4:\"1903\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10630,'_transient_wc_related_1904','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10632,'_transient_wc_related_1905','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10634,'_transient_wc_related_1911','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10636,'_transient_wc_related_1912','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10638,'_transient_wc_related_1897','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1892\";i:13;s:4:\"1893\";i:14;s:4:\"1894\";i:15;s:4:\"1895\";i:16;s:4:\"1896\";}','no'),(10640,'_transient_wc_related_1889','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10642,'_transient_wc_related_1881','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1882\";i:2;s:4:\"1883\";i:3;s:4:\"1884\";i:4;s:4:\"1885\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10644,'_transient_wc_related_1894','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1892\";i:13;s:4:\"1893\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10646,'_transient_wc_related_1869','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10648,'_transient_wc_related_1903','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1904\";i:6;s:4:\"1905\";i:7;s:4:\"1906\";i:8;s:4:\"1907\";i:9;s:4:\"1908\";i:10;s:4:\"1909\";i:11;s:4:\"1910\";i:12;s:4:\"1911\";i:13;s:4:\"1912\";i:14;s:4:\"1913\";i:15;s:4:\"1914\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10650,'_transient_wc_related_1916','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1914\";i:17;s:4:\"1915\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(10655,'_transient_wc_related_1896','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1892\";i:13;s:4:\"1893\";i:14;s:4:\"1894\";i:15;s:4:\"1895\";i:16;s:4:\"1897\";}','no'),(10657,'_transient_wc_related_1891','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10659,'_transient_wc_related_1890','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10661,'_transient_wc_related_1893','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1892\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10663,'_transient_wc_related_1895','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1892\";i:13;s:4:\"1893\";i:14;s:4:\"1894\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10665,'_transient_wc_related_1849','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1850\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10667,'_transient_wc_related_1886','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10669,'_transient_wc_related_1883','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1884\";i:4;s:4:\"1885\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10671,'_transient_wc_related_1882','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1883\";i:3;s:4:\"1884\";i:4;s:4:\"1885\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10675,'_transient_wc_related_1197','a:5:{i:0;s:4:\"1198\";i:1;s:4:\"1199\";i:2;s:4:\"1200\";i:3;s:4:\"1201\";i:4;s:4:\"1202\";}','no'),(10677,'_transient_wc_related_1870','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10679,'_transient_wc_related_1885','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10681,'_transient_wc_related_1880','a:17:{i:0;s:4:\"1881\";i:1;s:4:\"1882\";i:2;s:4:\"1883\";i:3;s:4:\"1884\";i:4;s:4:\"1885\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10685,'_transient_wc_related_1867','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10687,'_transient_wc_related_1861','a:18:{i:0;s:4:\"1862\";i:1;s:4:\"1863\";i:2;s:4:\"1864\";i:3;s:4:\"1865\";i:4;s:4:\"1866\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10689,'_transient_wc_related_1865','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1866\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10691,'_transient_wc_related_1864','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1865\";i:4;s:4:\"1866\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10694,'_transient_wc_related_1859','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1855\";i:11;s:4:\"1856\";i:12;s:4:\"1857\";i:13;s:4:\"1858\";i:14;s:4:\"1860\";}','no'),(10696,'_transient_wc_related_1835','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10698,'_transient_wc_related_1854','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10700,'_transient_wc_related_1857','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1855\";i:11;s:4:\"1856\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10702,'_transient_wc_related_1892','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1887\";i:8;s:4:\"1888\";i:9;s:4:\"1889\";i:10;s:4:\"1890\";i:11;s:4:\"1891\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(10704,'_transient_wc_related_1850','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10706,'_transient_wc_related_1846','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1847\";i:2;s:4:\"1848\";i:3;s:4:\"1849\";i:4;s:4:\"1850\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10708,'_transient_wc_related_1874','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10710,'_transient_wc_related_1871','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10712,'_transient_wc_related_1879','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1874\";i:14;s:4:\"1875\";i:15;s:4:\"1876\";i:16;s:4:\"1877\";i:17;s:4:\"1878\";}','no'),(10714,'_transient_wc_related_1875','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1874\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10716,'_transient_wc_related_1872','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10718,'_transient_wc_related_1868','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10720,'_transient_wc_related_1877','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1874\";i:14;s:4:\"1875\";i:15;s:4:\"1876\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10722,'_transient_wc_related_1876','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1874\";i:14;s:4:\"1875\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10724,'_transient_wc_related_1873','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10726,'_transient_wc_related_1878','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1866\";i:6;s:4:\"1867\";i:7;s:4:\"1868\";i:8;s:4:\"1869\";i:9;s:4:\"1870\";i:10;s:4:\"1871\";i:11;s:4:\"1872\";i:12;s:4:\"1873\";i:13;s:4:\"1874\";i:14;s:4:\"1875\";i:15;s:4:\"1876\";i:16;s:4:\"1877\";i:17;s:4:\"1879\";}','no'),(10728,'_transient_wc_related_1200','a:5:{i:0;s:4:\"1197\";i:1;s:4:\"1198\";i:2;s:4:\"1199\";i:3;s:4:\"1201\";i:4;s:4:\"1202\";}','no'),(10730,'_transient_wc_related_1202','a:5:{i:0;s:4:\"1197\";i:1;s:4:\"1198\";i:2;s:4:\"1199\";i:3;s:4:\"1200\";i:4;s:4:\"1201\";}','no'),(10732,'_transient_wc_related_1198','a:5:{i:0;s:4:\"1197\";i:1;s:4:\"1199\";i:2;s:4:\"1200\";i:3;s:4:\"1201\";i:4;s:4:\"1202\";}','no'),(10734,'_transient_wc_related_1862','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1863\";i:2;s:4:\"1864\";i:3;s:4:\"1865\";i:4;s:4:\"1866\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10736,'_transient_wc_related_1866','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1863\";i:3;s:4:\"1864\";i:4;s:4:\"1865\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10738,'_transient_wc_related_1863','a:18:{i:0;s:4:\"1861\";i:1;s:4:\"1862\";i:2;s:4:\"1864\";i:3;s:4:\"1865\";i:4;s:4:\"1866\";i:5;s:4:\"1867\";i:6;s:4:\"1868\";i:7;s:4:\"1869\";i:8;s:4:\"1870\";i:9;s:4:\"1871\";i:10;s:4:\"1872\";i:11;s:4:\"1873\";i:12;s:4:\"1874\";i:13;s:4:\"1875\";i:14;s:4:\"1876\";i:15;s:4:\"1877\";i:16;s:4:\"1878\";i:17;s:4:\"1879\";}','no'),(10740,'_transient_wc_related_1199','a:5:{i:0;s:4:\"1197\";i:1;s:4:\"1198\";i:2;s:4:\"1200\";i:3;s:4:\"1201\";i:4;s:4:\"1202\";}','no'),(10742,'_transient_wc_related_1201','a:5:{i:0;s:4:\"1197\";i:1;s:4:\"1198\";i:2;s:4:\"1199\";i:3;s:4:\"1200\";i:4;s:4:\"1202\";}','no'),(10744,'_transient_wc_related_1851','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10746,'_transient_wc_related_1843','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1839\";i:21;s:4:\"1840\";i:22;s:4:\"1841\";i:23;s:4:\"1842\";}','no'),(10748,'_transient_wc_related_1838','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10750,'_transient_wc_related_1836','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10752,'_transient_wc_related_1831','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10754,'_transient_wc_related_1858','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1855\";i:11;s:4:\"1856\";i:12;s:4:\"1857\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10756,'_transient_wc_related_1856','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1855\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10758,'_transient_wc_related_1819','a:24:{i:0;s:4:\"1820\";i:1;s:4:\"1821\";i:2;s:4:\"1822\";i:3;s:4:\"1823\";i:4;s:4:\"1824\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10760,'_transient_wc_related_1853','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10762,'_transient_wc_related_1852','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10764,'_transient_wc_related_1855','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10766,'_transient_wc_related_1860','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1848\";i:4;s:4:\"1849\";i:5;s:4:\"1850\";i:6;s:4:\"1851\";i:7;s:4:\"1852\";i:8;s:4:\"1853\";i:9;s:4:\"1854\";i:10;s:4:\"1855\";i:11;s:4:\"1856\";i:12;s:4:\"1857\";i:13;s:4:\"1858\";i:14;s:4:\"1859\";}','no'),(10768,'_transient_wc_related_1847','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1848\";i:3;s:4:\"1849\";i:4;s:4:\"1850\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10770,'_transient_wc_related_1848','a:15:{i:0;s:4:\"1845\";i:1;s:4:\"1846\";i:2;s:4:\"1847\";i:3;s:4:\"1849\";i:4;s:4:\"1850\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10772,'_transient_wc_related_1845','a:15:{i:0;s:4:\"1846\";i:1;s:4:\"1847\";i:2;s:4:\"1848\";i:3;s:4:\"1849\";i:4;s:4:\"1850\";i:5;s:4:\"1851\";i:6;s:4:\"1852\";i:7;s:4:\"1853\";i:8;s:4:\"1854\";i:9;s:4:\"1855\";i:10;s:4:\"1856\";i:11;s:4:\"1857\";i:12;s:4:\"1858\";i:13;s:4:\"1859\";i:14;s:4:\"1860\";}','no'),(10774,'_transient_wc_related_1816','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10776,'_transient_wc_related_1225','a:3:{i:0;s:4:\"1222\";i:1;s:4:\"1223\";i:2;s:4:\"1224\";}','no'),(10778,'_transient_wc_related_1827','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10780,'_transient_wc_related_1826','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10782,'_transient_wc_related_1833','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10784,'_transient_wc_related_1824','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10786,'_transient_wc_related_1821','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1822\";i:3;s:4:\"1823\";i:4;s:4:\"1824\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10788,'_transient_wc_related_1829','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10790,'_transient_wc_related_1822','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1823\";i:4;s:4:\"1824\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10792,'_transient_wc_related_1839','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10794,'_transient_wc_related_1842','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1839\";i:21;s:4:\"1840\";i:22;s:4:\"1841\";i:23;s:4:\"1843\";}','no'),(10796,'_transient_wc_related_1825','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10798,'_transient_wc_related_1828','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10800,'_transient_wc_related_1823','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1824\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10802,'_transient_wc_related_1844','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1839\";i:21;s:4:\"1840\";i:22;s:4:\"1841\";i:23;s:4:\"1842\";}','no'),(10804,'_transient_wc_related_1820','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1821\";i:2;s:4:\"1822\";i:3;s:4:\"1823\";i:4;s:4:\"1824\";i:5;s:4:\"1825\";i:6;s:4:\"1826\";i:7;s:4:\"1827\";i:8;s:4:\"1828\";i:9;s:4:\"1829\";i:10;s:4:\"1830\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10806,'_transient_wc_related_1765','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1766\";i:4;s:4:\"1767\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10808,'_transient_wc_related_1222','a:3:{i:0;s:4:\"1223\";i:1;s:4:\"1224\";i:2;s:4:\"1225\";}','no'),(10810,'_transient_wc_related_1769','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10812,'_transient_wc_related_1817','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10814,'_transient_wc_related_1781','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10816,'_transient_wc_related_1224','a:3:{i:0;s:4:\"1222\";i:1;s:4:\"1223\";i:2;s:4:\"1225\";}','no'),(10818,'_transient_wc_related_1223','a:3:{i:0;s:4:\"1222\";i:1;s:4:\"1224\";i:2;s:4:\"1225\";}','no'),(10820,'_transient_wc_related_1797','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10822,'_transient_wc_related_1247','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10824,'_transient_wc_related_1777','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10827,'_transient_wc_related_1840','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1839\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10829,'_transient_wc_related_1764','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1765\";i:3;s:4:\"1766\";i:4;s:4:\"1767\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10831,'_transient_wc_related_1784','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10835,'_transient_wc_related_1841','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1837\";i:19;s:4:\"1838\";i:20;s:4:\"1839\";i:21;s:4:\"1840\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10837,'_transient_wc_related_1832','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10839,'_transient_wc_related_1834','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10841,'_transient_wc_related_1830','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1831\";i:12;s:4:\"1832\";i:13;s:4:\"1833\";i:14;s:4:\"1834\";i:15;s:4:\"1835\";i:16;s:4:\"1836\";i:17;s:4:\"1837\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(10843,'_transient_wc_related_1762','a:24:{i:0;s:4:\"1763\";i:1;s:4:\"1764\";i:2;s:4:\"1765\";i:3;s:4:\"1766\";i:4;s:4:\"1767\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10845,'_transient_wc_related_1770','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10847,'_transient_wc_related_1783','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10849,'_transient_wc_related_1767','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10851,'_transient_wc_related_1768','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10853,'_transient_wc_related_1766','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1767\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10855,'_transient_wc_related_1782','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10857,'_transient_wc_related_1244','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1245\";i:3;s:4:\"1246\";i:4;s:4:\"1247\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10859,'_transient_wc_related_1763','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1764\";i:2;s:4:\"1765\";i:3;s:4:\"1766\";i:4;s:4:\"1767\";i:5;s:4:\"1768\";i:6;s:4:\"1769\";i:7;s:4:\"1770\";i:8;s:4:\"1771\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10861,'_transient_wc_related_1775','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10863,'_transient_wc_related_1776','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10865,'_transient_wc_related_1774','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10867,'_transient_wc_related_1771','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1772\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10869,'_transient_wc_related_1785','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1786\";}','no'),(10871,'_transient_wc_related_1248','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10873,'_transient_wc_related_1758','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1756\";i:16;s:4:\"1757\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(10875,'_transient_wc_related_1253','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1248\";i:7;s:4:\"1249\";i:8;s:4:\"1250\";i:9;s:4:\"1251\";i:10;s:4:\"1252\";}','no'),(10877,'_transient_wc_related_1246','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1247\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10879,'_transient_wc_related_1772','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1773\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10881,'_transient_wc_related_1269','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1266\";i:2;s:4:\"1267\";i:3;s:4:\"1268\";i:4;s:4:\"1270\";i:5;s:4:\"1271\";}','no'),(10883,'_transient_wc_related_1249','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1248\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10885,'_transient_wc_related_1798','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10887,'_transient_wc_related_1245','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1246\";i:4;s:4:\"1247\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10889,'_transient_wc_related_1242','a:11:{i:0;s:4:\"1243\";i:1;s:4:\"1244\";i:2;s:4:\"1245\";i:3;s:4:\"1246\";i:4;s:4:\"1247\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10893,'_transient_wc_related_1809','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10895,'_transient_wc_related_1811','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10897,'_transient_wc_related_1788','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10899,'_transient_wc_related_1815','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10901,'_transient_wc_related_1814','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10903,'_transient_wc_related_1806','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10905,'_transient_wc_related_1803','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10907,'_transient_wc_related_1810','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10909,'_transient_wc_related_1778','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10911,'_transient_wc_related_1805','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10913,'_transient_wc_related_1787','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10915,'_transient_wc_related_1243','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1244\";i:2;s:4:\"1245\";i:3;s:4:\"1246\";i:4;s:4:\"1247\";i:5;s:4:\"1248\";i:6;s:4:\"1249\";i:7;s:4:\"1250\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10917,'_transient_wc_related_1812','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10919,'_transient_wc_related_1779','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10921,'_transient_wc_related_1799','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10923,'_transient_wc_related_1773','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1774\";i:12;s:4:\"1775\";i:13;s:4:\"1776\";i:14;s:4:\"1777\";i:15;s:4:\"1778\";i:16;s:4:\"1779\";i:17;s:4:\"1780\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10925,'_transient_wc_related_1804','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10927,'_transient_wc_related_1801','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10929,'_transient_wc_related_1794','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10931,'_transient_wc_related_1807','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10933,'_transient_wc_related_1800','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10936,'_transient_wc_related_1291','a:7:{i:0;s:4:\"1292\";i:1;s:4:\"1293\";i:2;s:4:\"1294\";i:3;s:4:\"1295\";i:4;s:4:\"1296\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(10938,'_transient_wc_related_1265','a:6:{i:0;s:4:\"1266\";i:1;s:4:\"1267\";i:2;s:4:\"1268\";i:3;s:4:\"1269\";i:4;s:4:\"1270\";i:5;s:4:\"1271\";}','no'),(10940,'_transient_wc_related_1268','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1266\";i:2;s:4:\"1267\";i:3;s:4:\"1269\";i:4;s:4:\"1270\";i:5;s:4:\"1271\";}','no'),(10942,'_transient_wc_related_1793','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10944,'_transient_wc_related_1251','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1248\";i:7;s:4:\"1249\";i:8;s:4:\"1250\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10946,'_transient_wc_related_1266','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1267\";i:2;s:4:\"1268\";i:3;s:4:\"1269\";i:4;s:4:\"1270\";i:5;s:4:\"1271\";}','no'),(10948,'_transient_wc_related_1252','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1248\";i:7;s:4:\"1249\";i:8;s:4:\"1250\";i:9;s:4:\"1251\";i:10;s:4:\"1253\";}','no'),(10950,'_transient_wc_related_1267','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1266\";i:2;s:4:\"1268\";i:3;s:4:\"1269\";i:4;s:4:\"1270\";i:5;s:4:\"1271\";}','no'),(10952,'_transient_wc_related_1813','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10954,'_transient_wc_related_1270','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1266\";i:2;s:4:\"1267\";i:3;s:4:\"1268\";i:4;s:4:\"1269\";i:5;s:4:\"1271\";}','no'),(10956,'_transient_wc_related_1740','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(10958,'_transient_wc_related_1759','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1756\";i:16;s:4:\"1757\";i:17;s:4:\"1758\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(10960,'_transient_wc_related_1786','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10962,'_transient_wc_related_1796','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10964,'_transient_wc_related_1790','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10966,'_transient_wc_related_1818','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10968,'_transient_wc_related_1250','a:11:{i:0;s:4:\"1242\";i:1;s:4:\"1243\";i:2;s:4:\"1244\";i:3;s:4:\"1245\";i:4;s:4:\"1246\";i:5;s:4:\"1247\";i:6;s:4:\"1248\";i:7;s:4:\"1249\";i:8;s:4:\"1251\";i:9;s:4:\"1252\";i:10;s:4:\"1253\";}','no'),(10970,'_transient_wc_related_1780','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1781\";i:19;s:4:\"1782\";i:20;s:4:\"1783\";i:21;s:4:\"1784\";i:22;s:4:\"1785\";i:23;s:4:\"1786\";}','no'),(10972,'_transient_wc_related_1742','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1743\";i:2;s:4:\"1744\";i:3;s:4:\"1745\";i:4;s:4:\"1746\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(10974,'_transient_wc_related_1802','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10976,'_transient_wc_related_1791','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10978,'_transient_wc_related_1792','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(10980,'_transient_wc_related_1756','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(10982,'_transient_wc_related_1761','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1756\";i:16;s:4:\"1757\";i:17;s:4:\"1758\";i:18;s:4:\"1759\";i:19;s:4:\"1760\";}','no'),(10985,'_transient_wc_related_1294','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1293\";i:3;s:4:\"1295\";i:4;s:4:\"1296\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(10987,'_transient_wc_related_1271','a:6:{i:0;s:4:\"1265\";i:1;s:4:\"1266\";i:2;s:4:\"1267\";i:3;s:4:\"1268\";i:4;s:4:\"1269\";i:5;s:4:\"1270\";}','no'),(10989,'_transient_wc_related_1296','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1293\";i:3;s:4:\"1294\";i:4;s:4:\"1295\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(10991,'_transient_wc_related_1290','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1285\";i:14;s:4:\"1286\";i:15;s:4:\"1287\";i:16;s:4:\"1288\";i:17;s:4:\"1289\";}','no'),(10993,'_transient_wc_related_1297','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1293\";i:3;s:4:\"1294\";i:4;s:4:\"1295\";i:5;s:4:\"1296\";i:6;s:4:\"1298\";}','no'),(10995,'_transient_wc_related_1311','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(10997,'_transient_wc_related_1292','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1293\";i:2;s:4:\"1294\";i:3;s:4:\"1295\";i:4;s:4:\"1296\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(10999,'_transient_wc_related_1751','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11001,'_transient_wc_related_1749','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11003,'_transient_wc_related_1760','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1756\";i:16;s:4:\"1757\";i:17;s:4:\"1758\";i:18;s:4:\"1759\";i:19;s:4:\"1761\";}','no'),(11005,'_transient_wc_related_1757','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1755\";i:15;s:4:\"1756\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11007,'_transient_wc_related_1750','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11009,'_transient_wc_related_1755','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1754\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11011,'_transient_wc_related_1346','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11013,'_transient_wc_related_1706','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11015,'_transient_wc_related_1709','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11017,'_transient_wc_related_1719','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11019,'_transient_wc_related_1721','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1722\";}','no'),(11021,'_transient_wc_related_1713','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11023,'_transient_wc_related_1741','a:20:{i:0;s:4:\"1742\";i:1;s:4:\"1743\";i:2;s:4:\"1744\";i:3;s:4:\"1745\";i:4;s:4:\"1746\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11025,'_transient_wc_related_1272','a:18:{i:0;s:4:\"1273\";i:1;s:4:\"1274\";i:2;s:4:\"1275\";i:3;s:4:\"1276\";i:4;s:4:\"1277\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11027,'_transient_wc_related_1278','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11029,'_transient_wc_related_1298','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1293\";i:3;s:4:\"1294\";i:4;s:4:\"1295\";i:5;s:4:\"1296\";i:6;s:4:\"1297\";}','no'),(11031,'_transient_wc_related_1279','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11033,'_transient_wc_related_1315','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11035,'_transient_wc_related_1295','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1293\";i:3;s:4:\"1294\";i:4;s:4:\"1296\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(11037,'_transient_wc_related_1293','a:7:{i:0;s:4:\"1291\";i:1;s:4:\"1292\";i:2;s:4:\"1294\";i:3;s:4:\"1295\";i:4;s:4:\"1296\";i:5;s:4:\"1297\";i:6;s:4:\"1298\";}','no'),(11039,'_transient_wc_related_1748','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11084,'wpseo_sitemap_category_cache_validator','3gSzK','no'),(11135,'_transient_external_ip_address_103.76.253.26','69.167.136.107','no'),(11143,'_transient_external_ip_address_103.81.118.10','69.167.136.107','no'),(11171,'_transient_wc_related_1359','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1360\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11178,'_transient_external_ip_address_2600:8800:2a86:cf00:20d6:5073:8a43:7d9c','69.167.136.107','no'),(11180,'_transient_external_ip_address_127.0.0.1','69.167.136.107','no'),(11183,'_transient_wc_related_1368','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1363\";i:9;s:4:\"1364\";i:10;s:4:\"1365\";i:11;s:4:\"1366\";i:12;s:4:\"1367\";}','no'),(11185,'_transient_wc_related_1364','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1363\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11187,'_transient_wc_related_1366','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1363\";i:9;s:4:\"1364\";i:10;s:4:\"1365\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11189,'_transient_wc_related_1380','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1381\";i:2;s:4:\"1382\";i:3;s:4:\"1383\";i:4;s:4:\"1384\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11191,'_transient_wc_related_1357','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1358\";i:3;s:4:\"1359\";i:4;s:4:\"1360\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11193,'_transient_wc_related_1361','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11212,'_transient_wc_related_1379','a:8:{i:0;s:4:\"1380\";i:1;s:4:\"1381\";i:2;s:4:\"1382\";i:3;s:4:\"1383\";i:4;s:4:\"1384\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11214,'_transient_wc_related_1365','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1363\";i:9;s:4:\"1364\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11216,'_transient_wc_related_1383','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1382\";i:4;s:4:\"1384\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11218,'_transient_wc_related_1363','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11220,'_transient_wc_related_1382','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1383\";i:4;s:4:\"1384\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11222,'_transient_wc_related_1362','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11224,'_transient_wc_related_1356','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1357\";i:2;s:4:\"1358\";i:3;s:4:\"1359\";i:4;s:4:\"1360\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11228,'_transient_wc_related_1401','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1400\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11231,'_transient_external_ip_address_10.251.2.115','69.167.136.107','no'),(11241,'_transient_wc_related_1387','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1382\";i:4;s:4:\"1383\";i:5;s:4:\"1384\";i:6;s:4:\"1385\";i:7;s:4:\"1386\";}','no'),(11243,'_transient_wc_related_1381','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1382\";i:3;s:4:\"1383\";i:4;s:4:\"1384\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11245,'_transient_wc_related_1385','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1382\";i:4;s:4:\"1383\";i:5;s:4:\"1384\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(11247,'_transient_wc_related_1355','a:13:{i:0;s:4:\"1356\";i:1;s:4:\"1357\";i:2;s:4:\"1358\";i:3;s:4:\"1359\";i:4;s:4:\"1360\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11249,'_transient_wc_related_1386','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1382\";i:4;s:4:\"1383\";i:5;s:4:\"1384\";i:6;s:4:\"1385\";i:7;s:4:\"1387\";}','no'),(11272,'_transient_external_ip_address_103.237.77.86','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(11315,'_site_transient_timeout_browser_51a3f46bfabae39cd5aee62c6276c1dc','1502587249','no'),(11316,'_site_transient_browser_51a3f46bfabae39cd5aee62c6276c1dc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";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'),(11323,'_transient_wc_related_1273','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1274\";i:2;s:4:\"1275\";i:3;s:4:\"1276\";i:4;s:4:\"1277\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11327,'_transient_wc_related_1254','a:10:{i:0;s:4:\"1255\";i:1;s:4:\"1256\";i:2;s:4:\"1257\";i:3;s:4:\"1258\";i:4;s:4:\"1259\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(11330,'_transient_wc_related_1639','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11332,'_transient_wc_related_1649','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11334,'_transient_wc_related_1795','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(11336,'_transient_wc_related_1498','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11338,'_transient_wc_related_2030','a:7:{i:0;s:4:\"2031\";i:1;s:4:\"2032\";i:2;s:4:\"2033\";i:3;s:4:\"2034\";i:4;s:4:\"2035\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(11340,'_transient_wc_related_1650','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11343,'_transient_wc_related_1540','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1541\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11345,'_transient_wc_related_1403','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1400\";i:13;s:4:\"1401\";i:14;s:4:\"1402\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11347,'_transient_wc_related_1487','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11349,'_transient_wc_related_1700','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1701\";i:3;s:4:\"1702\";i:4;s:4:\"1703\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11351,'_transient_wc_related_1439','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1434\";i:13;s:4:\"1435\";i:14;s:4:\"1436\";i:15;s:4:\"1437\";i:16;s:4:\"1438\";}','no'),(11353,'_transient_wc_related_1543','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11355,'_transient_wc_related_1744','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1745\";i:4;s:4:\"1746\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11357,'_transient_wc_related_1576','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11360,'_transient_wc_related_1462','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11364,'_transient_wc_related_1286','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1285\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11366,'_transient_wc_related_1600','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11368,'_transient_wc_related_1438','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1434\";i:13;s:4:\"1435\";i:14;s:4:\"1436\";i:15;s:4:\"1437\";i:16;s:4:\"1439\";}','no'),(11371,'_transient_wc_related_1258','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1259\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(11373,'_transient_wc_related_1240','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1236\";i:11;s:4:\"1237\";i:12;s:4:\"1238\";i:13;s:4:\"1239\";i:14;s:4:\"1241\";}','no'),(11375,'_transient_wc_related_1261','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1259\";i:6;s:4:\"1260\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(11377,'_transient_wc_related_1262','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1259\";i:6;s:4:\"1260\";i:7;s:4:\"1261\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(11379,'_transient_wc_related_1616','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11381,'_transient_wc_related_1260','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1259\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(11383,'_transient_wc_related_1209','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1204\";i:2;s:4:\"1205\";i:3;s:4:\"1206\";i:4;s:4:\"1207\";i:5;s:4:\"1208\";}','no'),(11385,'_transient_wc_related_1485','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1486\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11387,'_transient_wc_related_1288','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1285\";i:14;s:4:\"1286\";i:15;s:4:\"1287\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11389,'_transient_wc_related_1624','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11391,'_transient_wc_related_1454','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1455\";i:2;s:4:\"1456\";i:3;s:4:\"1457\";i:4;s:4:\"1458\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11393,'_transient_wc_related_1642','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11395,'_transient_wc_related_1494','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11397,'_transient_wc_related_1789','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(11399,'_transient_wc_related_1754','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1753\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11401,'_transient_wc_related_1555','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11403,'_transient_wc_related_1704','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11405,'_transient_wc_related_1705','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11407,'_transient_wc_related_1703','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11409,'_transient_wc_related_1752','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11411,'_transient_wc_related_1702','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1703\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11413,'_transient_wc_related_1753','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1747\";i:7;s:4:\"1748\";i:8;s:4:\"1749\";i:9;s:4:\"1750\";i:10;s:4:\"1751\";i:11;s:4:\"1752\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11415,'_transient_wc_related_1708','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11417,'_transient_wc_related_1546','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11419,'_transient_wc_related_1554','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11421,'_transient_wc_related_1640','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11423,'_transient_wc_related_1557','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11425,'_transient_wc_related_1541','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11427,'_transient_wc_related_1619','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11429,'_transient_wc_related_1718','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11431,'_transient_wc_related_1711','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11433,'_transient_wc_related_1732','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11435,'_transient_wc_related_1717','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11437,'_transient_wc_related_1720','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11439,'_transient_wc_related_1690','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11441,'_transient_wc_related_1731','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11443,'_transient_wc_related_1712','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11445,'_transient_wc_related_1716','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11447,'_transient_wc_related_1737','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11449,'_transient_wc_related_1735','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11451,'_transient_wc_related_1736','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11453,'_transient_wc_related_1733','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11455,'_transient_wc_related_1707','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11457,'_transient_wc_related_1734','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11459,'_transient_wc_related_1701','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1702\";i:4;s:4:\"1703\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11461,'_transient_wc_related_1314','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11463,'_transient_wc_related_1730','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11465,'_transient_wc_related_1722','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11467,'_transient_wc_related_1745','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1746\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11470,'_transient_wc_related_1743','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1744\";i:3;s:4:\"1745\";i:4;s:4:\"1746\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11472,'_transient_wc_related_1747','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1746\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11474,'_transient_wc_related_1746','a:20:{i:0;s:4:\"1741\";i:1;s:4:\"1742\";i:2;s:4:\"1743\";i:3;s:4:\"1744\";i:4;s:4:\"1745\";i:5;s:4:\"1747\";i:6;s:4:\"1748\";i:7;s:4:\"1749\";i:8;s:4:\"1750\";i:9;s:4:\"1751\";i:10;s:4:\"1752\";i:11;s:4:\"1753\";i:12;s:4:\"1754\";i:13;s:4:\"1755\";i:14;s:4:\"1756\";i:15;s:4:\"1757\";i:16;s:4:\"1758\";i:17;s:4:\"1759\";i:18;s:4:\"1760\";i:19;s:4:\"1761\";}','no'),(11476,'_transient_wc_related_1306','a:15:{i:0;s:4:\"1307\";i:1;s:4:\"1308\";i:2;s:4:\"1309\";i:3;s:4:\"1310\";i:4;s:4:\"1311\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11478,'_transient_wc_related_1567','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11480,'_transient_wc_related_1310','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1311\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11482,'_transient_wc_related_1318','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1316\";i:11;s:4:\"1317\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11484,'_transient_wc_related_1552','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11486,'_transient_wc_related_1548','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11488,'_transient_wc_related_1575','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11490,'_transient_wc_related_1653','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11492,'_transient_wc_related_1309','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1310\";i:4;s:4:\"1311\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11494,'_transient_wc_related_1320','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1316\";i:11;s:4:\"1317\";i:12;s:4:\"1318\";i:13;s:4:\"1319\";i:14;s:4:\"1321\";}','no'),(11496,'_transient_wc_related_2035','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2032\";i:3;s:4:\"2033\";i:4;s:4:\"2034\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(11498,'_transient_wc_related_1675','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1673\";i:9;s:4:\"1674\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(11500,'_transient_wc_related_1550','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11502,'_transient_wc_related_1481','a:24:{i:0;s:4:\"1482\";i:1;s:4:\"1483\";i:2;s:4:\"1484\";i:3;s:4:\"1485\";i:4;s:4:\"1486\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11504,'_transient_wc_related_1322','a:16:{i:0;s:4:\"1323\";i:1;s:4:\"1324\";i:2;s:4:\"1325\";i:3;s:4:\"1326\";i:4;s:4:\"1327\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11506,'_transient_wc_related_1547','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11508,'_transient_wc_related_1680','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1681\";i:2;s:4:\"1682\";i:3;s:4:\"1683\";i:4;s:4:\"1684\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11512,'_transient_wc_related_1316','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11514,'_transient_wc_related_1370','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1371\";i:2;s:4:\"1372\";i:3;s:4:\"1373\";i:4;s:4:\"1374\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(11516,'_transient_wc_related_1471','a:9:{i:0;s:4:\"1472\";i:1;s:4:\"1473\";i:2;s:4:\"1474\";i:3;s:4:\"1475\";i:4;s:4:\"1476\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(11519,'_transient_wc_related_1508','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1509\";i:3;s:4:\"1510\";i:4;s:4:\"1511\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11521,'_transient_wc_related_1511','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11523,'_transient_wc_related_1580','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11524,'_transient_timeout_wc_child_has_weight_1406','1504580582','no'),(11525,'_transient_wc_child_has_weight_1406','','no'),(11526,'_transient_timeout_wc_child_has_dimensions_1406','1504580582','no'),(11527,'_transient_wc_child_has_dimensions_1406','','no'),(11529,'_transient_wc_related_1406','a:17:{i:0;s:4:\"1423\";i:1;s:4:\"1424\";i:2;s:4:\"1425\";i:3;s:4:\"1426\";i:4;s:4:\"1427\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11531,'_transient_wc_related_1493','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11533,'_transient_wc_related_1473','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1474\";i:3;s:4:\"1475\";i:4;s:4:\"1476\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(11535,'_transient_wc_related_1352','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1349\";i:12;s:4:\"1350\";i:13;s:4:\"1351\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11537,'_transient_wc_related_1231','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(11539,'_transient_wc_related_1622','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11541,'_transient_wc_related_1277','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11543,'_transient_wc_related_1686','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11546,'_transient_wc_related_1482','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1483\";i:2;s:4:\"1484\";i:3;s:4:\"1485\";i:4;s:4:\"1486\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11548,'_transient_wc_related_1478','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1475\";i:5;s:4:\"1476\";i:6;s:4:\"1477\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(11550,'_transient_wc_related_1458','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11552,'_transient_wc_related_1604','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11555,'_transient_wc_related_2033','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2032\";i:3;s:4:\"2034\";i:4;s:4:\"2035\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(11557,'_transient_wc_related_1608','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11560,'_transient_wc_related_2032','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2033\";i:3;s:4:\"2034\";i:4;s:4:\"2035\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(11562,'_transient_wc_related_1629','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11564,'_transient_wc_related_1313','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11566,'_transient_wc_related_1563','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11568,'_transient_wc_related_1739','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11570,'_transient_wc_related_1535','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(11572,'_transient_wc_related_1625','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11578,'_transient_wc_related_1328','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11580,'_transient_wc_related_1484','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1485\";i:4;s:4:\"1486\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11583,'_transient_wc_related_1215','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(11585,'_transient_wc_related_1276','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1277\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11587,'_transient_wc_related_1440','a:12:{i:0;s:4:\"1441\";i:1;s:4:\"1442\";i:2;s:4:\"1443\";i:3;s:4:\"1444\";i:4;s:4:\"1445\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11591,'_transient_wc_related_1424','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1425\";i:3;s:4:\"1426\";i:4;s:4:\"1427\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11593,'_transient_wc_related_1714','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11595,'_transient_wc_related_1965','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1958\";i:4;s:4:\"1959\";i:5;s:4:\"1960\";i:6;s:4:\"1961\";i:7;s:4:\"1962\";i:8;s:4:\"1963\";i:9;s:4:\"1964\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(11597,'_transient_wc_related_1457','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1458\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11598,'_transient_timeout_wc_child_has_weight_1582','1504583794','no'),(11599,'_transient_wc_child_has_weight_1582','','no'),(11600,'_transient_timeout_wc_child_has_dimensions_1582','1504583794','no'),(11601,'_transient_wc_child_has_dimensions_1582','','no'),(11603,'_transient_wc_related_1582','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11608,'_transient_wc_related_1442','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1443\";i:3;s:4:\"1444\";i:4;s:4:\"1445\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11609,'_transient_timeout_wc_child_has_weight_1329','1504584214','no'),(11610,'_transient_wc_child_has_weight_1329','','no'),(11611,'_transient_timeout_wc_child_has_dimensions_1329','1504584214','no'),(11612,'_transient_wc_child_has_dimensions_1329','','no'),(11614,'_transient_wc_related_1329','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11616,'_transient_wc_related_1507','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1508\";i:2;s:4:\"1509\";i:3;s:4:\"1510\";i:4;s:4:\"1511\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11618,'_transient_wc_related_1287','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1285\";i:14;s:4:\"1286\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11620,'_transient_wc_related_1321','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1316\";i:11;s:4:\"1317\";i:12;s:4:\"1318\";i:13;s:4:\"1319\";i:14;s:4:\"1320\";}','no'),(11622,'_transient_wc_related_1524','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11624,'_transient_wc_related_1239','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1236\";i:11;s:4:\"1237\";i:12;s:4:\"1238\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(11627,'_transient_wc_related_1715','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11629,'_transient_wc_related_2318','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2297\";i:23;s:4:\"2298\";}','no'),(11631,'_transient_wc_related_1551','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11633,'_transient_wc_related_1282','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11635,'_transient_wc_related_1289','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1285\";i:14;s:4:\"1286\";i:15;s:4:\"1287\";i:16;s:4:\"1288\";i:17;s:4:\"1290\";}','no'),(11637,'_transient_wc_related_1683','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1684\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11639,'_transient_wc_related_1620','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11641,'_transient_wc_related_1519','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11644,'_transient_wc_related_1603','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11647,'_transient_wc_related_1492','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11649,'_transient_wc_related_1914','a:24:{i:0;s:4:\"1898\";i:1;s:4:\"1899\";i:2;s:4:\"1900\";i:3;s:4:\"1901\";i:4;s:4:\"1902\";i:5;s:4:\"1903\";i:6;s:4:\"1904\";i:7;s:4:\"1905\";i:8;s:4:\"1906\";i:9;s:4:\"1907\";i:10;s:4:\"1908\";i:11;s:4:\"1909\";i:12;s:4:\"1910\";i:13;s:4:\"1911\";i:14;s:4:\"1912\";i:15;s:4:\"1913\";i:16;s:4:\"1915\";i:17;s:4:\"1916\";i:18;s:4:\"1917\";i:19;s:4:\"1918\";i:20;s:4:\"1919\";i:21;s:4:\"1920\";i:22;s:4:\"1921\";i:23;s:4:\"1922\";}','no'),(11652,'_transient_wc_related_1445','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11654,'_transient_wc_related_1236','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(11656,'_transient_wc_related_1280','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11658,'_transient_wc_related_1542','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11660,'_transient_wc_related_1506','a:24:{i:0;s:4:\"1507\";i:1;s:4:\"1508\";i:2;s:4:\"1509\";i:3;s:4:\"1510\";i:4;s:4:\"1511\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11664,'_transient_wc_related_1425','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1426\";i:4;s:4:\"1427\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11666,'_transient_wc_related_1529','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1530\";}','no'),(11669,'_transient_wc_related_1323','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1324\";i:2;s:4:\"1325\";i:3;s:4:\"1326\";i:4;s:4:\"1327\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11671,'_transient_wc_related_1207','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1204\";i:2;s:4:\"1205\";i:3;s:4:\"1206\";i:4;s:4:\"1208\";i:5;s:4:\"1209\";}','no'),(11675,'_transient_wc_related_1452','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1447\";i:8;s:4:\"1448\";i:9;s:4:\"1449\";i:10;s:4:\"1450\";i:11;s:4:\"1451\";}','no'),(11677,'_transient_wc_related_1451','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1447\";i:8;s:4:\"1448\";i:9;s:4:\"1449\";i:10;s:4:\"1450\";i:11;s:4:\"1452\";}','no'),(11679,'_transient_wc_related_1538','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1539\";i:3;s:4:\"1540\";i:4;s:4:\"1541\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(11681,'_transient_wc_related_1514','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11683,'_transient_wc_related_1501','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1500\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11685,'_transient_wc_related_1213','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1214\";i:4;s:4:\"1215\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(11692,'_transient_wc_related_1510','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1511\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11694,'_transient_wc_related_1634','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11696,'_transient_wc_related_1698','a:24:{i:0;s:4:\"1699\";i:1;s:4:\"1700\";i:2;s:4:\"1701\";i:3;s:4:\"1702\";i:4;s:4:\"1703\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11698,'_transient_wc_related_1887','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1884\";i:5;s:4:\"1885\";i:6;s:4:\"1886\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(11700,'_transient_wc_related_1453','a:17:{i:0;s:4:\"1454\";i:1;s:4:\"1455\";i:2;s:4:\"1456\";i:3;s:4:\"1457\";i:4;s:4:\"1458\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11702,'_transient_wc_related_1655','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11705,'_transient_wc_related_1477','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1475\";i:5;s:4:\"1476\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(11707,'_transient_wc_related_1443','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1444\";i:4;s:4:\"1445\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11709,'_transient_wc_related_1431','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11711,'_transient_wc_related_1645','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11713,'_transient_wc_related_1221','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1216\";i:7;s:4:\"1217\";i:8;s:4:\"1218\";i:9;s:4:\"1219\";i:10;s:4:\"1220\";}','no'),(11715,'_transient_wc_related_1472','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1473\";i:2;s:4:\"1474\";i:3;s:4:\"1475\";i:4;s:4:\"1476\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(11718,'_transient_wc_related_1569','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11720,'_transient_wc_related_1527','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11723,'_transient_wc_related_1317','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1316\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11725,'_transient_wc_related_1626','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11727,'_transient_wc_related_1574','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11729,'_transient_wc_related_1623','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11731,'_transient_wc_related_1448','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1447\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11733,'_transient_wc_related_1689','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11735,'_transient_wc_related_1495','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11737,'_transient_wc_related_1528','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11739,'_transient_wc_related_1884','a:17:{i:0;s:4:\"1880\";i:1;s:4:\"1881\";i:2;s:4:\"1882\";i:3;s:4:\"1883\";i:4;s:4:\"1885\";i:5;s:4:\"1886\";i:6;s:4:\"1887\";i:7;s:4:\"1888\";i:8;s:4:\"1889\";i:9;s:4:\"1890\";i:10;s:4:\"1891\";i:11;s:4:\"1892\";i:12;s:4:\"1893\";i:13;s:4:\"1894\";i:14;s:4:\"1895\";i:15;s:4:\"1896\";i:16;s:4:\"1897\";}','no'),(11741,'_transient_wc_related_1467','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1465\";i:13;s:4:\"1466\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11743,'_transient_wc_related_1354','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1349\";i:12;s:4:\"1350\";i:13;s:4:\"1351\";i:14;s:4:\"1352\";i:15;s:4:\"1353\";}','no'),(11746,'_transient_wc_related_1724','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11748,'_transient_wc_related_1214','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1215\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(11750,'_transient_wc_related_1349','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11752,'_transient_wc_related_1327','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11756,'_transient_wc_related_1695','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1692\";i:14;s:4:\"1693\";i:15;s:4:\"1694\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11758,'_transient_wc_related_1499','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11760,'_transient_wc_related_1437','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1434\";i:13;s:4:\"1435\";i:14;s:4:\"1436\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11762,'_transient_wc_related_1434','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11765,'_transient_wc_related_1396','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11769,'_transient_wc_related_1512','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11773,'_transient_wc_related_1488','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11775,'_transient_wc_related_1628','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11777,'_transient_wc_related_1674','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1673\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(11779,'_transient_wc_related_1372','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1373\";i:4;s:4:\"1374\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(11781,'_transient_wc_related_1638','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11783,'_transient_wc_related_1699','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1700\";i:2;s:4:\"1701\";i:3;s:4:\"1702\";i:4;s:4:\"1703\";i:5;s:4:\"1704\";i:6;s:4:\"1705\";i:7;s:4:\"1706\";i:8;s:4:\"1707\";i:9;s:4:\"1708\";i:10;s:4:\"1709\";i:11;s:4:\"1710\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11785,'_transient_wc_related_2034','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2032\";i:3;s:4:\"2033\";i:4;s:4:\"2035\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(11793,'_transient_wc_related_1682','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1683\";i:4;s:4:\"1684\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11795,'_transient_wc_related_1632','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11797,'_transient_wc_related_1283','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11799,'_transient_wc_related_1688','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11801,'_transient_wc_related_1648','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11804,'_transient_wc_related_1687','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11806,'_transient_wc_related_1426','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1427\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11808,'_transient_wc_related_1609','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11810,'_transient_wc_related_1573','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11812,'_transient_wc_related_1235','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(11816,'_transient_wc_related_1397','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11818,'_transient_wc_related_1958','a:17:{i:0;s:4:\"1955\";i:1;s:4:\"1956\";i:2;s:4:\"1957\";i:3;s:4:\"1959\";i:4;s:4:\"1960\";i:5;s:4:\"1961\";i:6;s:4:\"1962\";i:7;s:4:\"1963\";i:8;s:4:\"1964\";i:9;s:4:\"1965\";i:10;s:4:\"1966\";i:11;s:4:\"1967\";i:12;s:4:\"1968\";i:13;s:4:\"1969\";i:14;s:4:\"1970\";i:15;s:4:\"1971\";i:16;s:4:\"1972\";}','no'),(11820,'_transient_wc_related_1660','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11822,'_transient_wc_related_2165','a:24:{i:0;s:4:\"2166\";i:1;s:4:\"2167\";i:2;s:4:\"2168\";i:3;s:4:\"2169\";i:4;s:4:\"2170\";i:5;s:4:\"2171\";i:6;s:4:\"2172\";i:7;s:4:\"2173\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(11824,'_transient_wc_related_1305','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1300\";i:2;s:4:\"1301\";i:3;s:4:\"1302\";i:4;s:4:\"1303\";i:5;s:4:\"1304\";}','no'),(11826,'_transient_wc_related_1304','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1300\";i:2;s:4:\"1301\";i:3;s:4:\"1302\";i:4;s:4:\"1303\";i:5;s:4:\"1305\";}','no'),(11828,'_transient_wc_related_1497','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11830,'_transient_wc_related_1633','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11832,'_transient_wc_related_1533','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(11835,'_transient_wc_related_1505','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1500\";i:20;s:4:\"1501\";i:21;s:4:\"1502\";i:22;s:4:\"1503\";i:23;s:4:\"1504\";}','no'),(11837,'_transient_wc_related_1534','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(11839,'_transient_wc_related_1285','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1284\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11841,'_transient_wc_related_1489','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11843,'_transient_wc_related_1572','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11845,'_transient_wc_related_1205','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1204\";i:2;s:4:\"1206\";i:3;s:4:\"1207\";i:4;s:4:\"1208\";i:5;s:4:\"1209\";}','no'),(11847,'_transient_wc_related_1710','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1711\";i:13;s:4:\"1712\";i:14;s:4:\"1713\";i:15;s:4:\"1714\";i:16;s:4:\"1715\";i:17;s:4:\"1716\";i:18;s:4:\"1717\";i:19;s:4:\"1718\";i:20;s:4:\"1719\";i:21;s:4:\"1720\";i:22;s:4:\"1721\";i:23;s:4:\"1722\";}','no'),(11853,'_transient_wc_related_1450','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1447\";i:8;s:4:\"1448\";i:9;s:4:\"1449\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(11855,'_transient_wc_related_1522','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11857,'_transient_wc_related_1808','a:24:{i:0;s:4:\"1762\";i:1;s:4:\"1763\";i:2;s:4:\"1764\";i:3;s:4:\"1765\";i:4;s:4:\"1766\";i:5;s:4:\"1767\";i:6;s:4:\"1768\";i:7;s:4:\"1769\";i:8;s:4:\"1770\";i:9;s:4:\"1771\";i:10;s:4:\"1772\";i:11;s:4:\"1773\";i:12;s:4:\"1774\";i:13;s:4:\"1775\";i:14;s:4:\"1776\";i:15;s:4:\"1777\";i:16;s:4:\"1778\";i:17;s:4:\"1779\";i:18;s:4:\"1780\";i:19;s:4:\"1781\";i:20;s:4:\"1782\";i:21;s:4:\"1783\";i:22;s:4:\"1784\";i:23;s:4:\"1785\";}','no'),(11859,'_transient_wc_related_1398','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11861,'_transient_wc_related_1483','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1484\";i:3;s:4:\"1485\";i:4;s:4:\"1486\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11863,'_transient_wc_related_1404','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1400\";i:13;s:4:\"1401\";i:14;s:4:\"1402\";i:15;s:4:\"1403\";i:16;s:4:\"1405\";}','no'),(11865,'_transient_wc_related_1486','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1487\";i:6;s:4:\"1488\";i:7;s:4:\"1489\";i:8;s:4:\"1490\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(11867,'_transient_wc_related_1460','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11870,'_transient_wc_related_1274','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1275\";i:3;s:4:\"1276\";i:4;s:4:\"1277\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(11872,'_transient_wc_related_1395','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11874,'_transient_wc_related_1300','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1301\";i:2;s:4:\"1302\";i:3;s:4:\"1303\";i:4;s:4:\"1304\";i:5;s:4:\"1305\";}','no'),(11876,'_transient_wc_related_1570','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11880,'_transient_wc_related_1301','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1300\";i:2;s:4:\"1302\";i:3;s:4:\"1303\";i:4;s:4:\"1304\";i:5;s:4:\"1305\";}','no'),(11882,'_transient_wc_related_2173','a:24:{i:0;s:4:\"2165\";i:1;s:4:\"2166\";i:2;s:4:\"2167\";i:3;s:4:\"2168\";i:4;s:4:\"2169\";i:5;s:4:\"2170\";i:6;s:4:\"2171\";i:7;s:4:\"2172\";i:8;s:4:\"2174\";i:9;s:4:\"2175\";i:10;s:4:\"2176\";i:11;s:4:\"2177\";i:12;s:4:\"2178\";i:13;s:4:\"2179\";i:14;s:4:\"2180\";i:15;s:4:\"2181\";i:16;s:4:\"2182\";i:17;s:4:\"2183\";i:18;s:4:\"2184\";i:19;s:4:\"2185\";i:20;s:4:\"2186\";i:21;s:4:\"2187\";i:22;s:4:\"2188\";i:23;s:4:\"2189\";}','no'),(11884,'_transient_wc_related_1670','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(11888,'_transient_wc_related_1559','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1560\";}','no'),(11891,'_transient_wc_related_1621','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11893,'_transient_wc_related_1459','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(11895,'_transient_wc_related_1394','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11897,'_transient_wc_related_1532','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(11902,'_transient_wc_related_1358','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1359\";i:4;s:4:\"1360\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(11904,'_transient_wc_related_2036','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2032\";i:3;s:4:\"2033\";i:4;s:4:\"2034\";i:5;s:4:\"2035\";i:6;s:4:\"2037\";}','no'),(11906,'_transient_wc_related_1684','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11912,'_transient_wc_related_1303','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1300\";i:2;s:4:\"1301\";i:3;s:4:\"1302\";i:4;s:4:\"1304\";i:5;s:4:\"1305\";}','no'),(11914,'_transient_wc_related_1565','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11916,'_transient_wc_related_1636','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11919,'_transient_wc_related_1210','a:11:{i:0;s:4:\"1211\";i:1;s:4:\"1212\";i:2;s:4:\"1213\";i:3;s:4:\"1214\";i:4;s:4:\"1215\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(11921,'_transient_wc_related_1470','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1465\";i:13;s:4:\"1466\";i:14;s:4:\"1467\";i:15;s:4:\"1468\";i:16;s:4:\"1469\";}','no'),(11923,'_transient_wc_related_2162','a:20:{i:0;s:4:\"2144\";i:1;s:4:\"2145\";i:2;s:4:\"2146\";i:3;s:4:\"2147\";i:4;s:4:\"2148\";i:5;s:4:\"2149\";i:6;s:4:\"2150\";i:7;s:4:\"2151\";i:8;s:4:\"2152\";i:9;s:4:\"2153\";i:10;s:4:\"2154\";i:11;s:4:\"2155\";i:12;s:4:\"2156\";i:13;s:4:\"2157\";i:14;s:4:\"2158\";i:15;s:4:\"2159\";i:16;s:4:\"2160\";i:17;s:4:\"2161\";i:18;s:4:\"2163\";i:19;s:4:\"2164\";}','no'),(11926,'_transient_wc_related_1388','a:17:{i:0;s:4:\"1389\";i:1;s:4:\"1390\";i:2;s:4:\"1391\";i:3;s:4:\"1392\";i:4;s:4:\"1393\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(11928,'_transient_wc_related_1308','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1309\";i:3;s:4:\"1310\";i:4;s:4:\"1311\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11933,'_transient_wc_related_1725','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(11936,'_transient_wc_related_1433','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(11940,'_transient_wc_related_1693','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1692\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(11942,'_transient_wc_related_1667','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1668\";i:3;s:4:\"1669\";i:4;s:4:\"1670\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(11945,'_transient_wc_related_1657','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11951,'_transient_wc_related_1635','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11957,'_transient_wc_related_1520','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(11962,'_transient_wc_related_1319','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1312\";i:7;s:4:\"1313\";i:8;s:4:\"1314\";i:9;s:4:\"1315\";i:10;s:4:\"1316\";i:11;s:4:\"1317\";i:12;s:4:\"1318\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11965,'_transient_wc_related_1837','a:24:{i:0;s:4:\"1819\";i:1;s:4:\"1820\";i:2;s:4:\"1821\";i:3;s:4:\"1822\";i:4;s:4:\"1823\";i:5;s:4:\"1824\";i:6;s:4:\"1825\";i:7;s:4:\"1826\";i:8;s:4:\"1827\";i:9;s:4:\"1828\";i:10;s:4:\"1829\";i:11;s:4:\"1830\";i:12;s:4:\"1831\";i:13;s:4:\"1832\";i:14;s:4:\"1833\";i:15;s:4:\"1834\";i:16;s:4:\"1835\";i:17;s:4:\"1836\";i:18;s:4:\"1838\";i:19;s:4:\"1839\";i:20;s:4:\"1840\";i:21;s:4:\"1841\";i:22;s:4:\"1842\";i:23;s:4:\"1843\";}','no'),(11983,'_transient_wc_related_1348','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(11985,'_transient_wc_related_1601','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11987,'_transient_wc_related_1312','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1307\";i:2;s:4:\"1308\";i:3;s:4:\"1309\";i:4;s:4:\"1310\";i:5;s:4:\"1311\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(11991,'_transient_wc_related_1658','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(11994,'_transient_wc_related_1696','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1692\";i:14;s:4:\"1693\";i:15;s:4:\"1694\";i:16;s:4:\"1695\";i:17;s:4:\"1697\";}','no'),(12001,'_transient_wc_related_1350','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1349\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12006,'_site_transient_timeout_browser_cdf57348dffaa17c6bc7f1847b040f34','1502624221','no'),(12007,'_site_transient_browser_cdf57348dffaa17c6bc7f1847b040f34','a:9:{s:8:\"platform\";s:9:\"Macintosh\";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'),(12010,'_site_transient_timeout_community-events-e8ffb2c07aaf46ec4bbb14f73bdc4979','1502062624','no'),(12011,'_site_transient_community-events-e8ffb2c07aaf46ec4bbb14f73bdc4979','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"142.255.51.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/242315932/\";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-08-09 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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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:2;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;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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'),(12019,'_transient_wc_related_1694','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1692\";i:14;s:4:\"1693\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12022,'_transient_wc_related_1238','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1236\";i:11;s:4:\"1237\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12025,'_transient_wc_related_1257','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1258\";i:4;s:4:\"1259\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(12027,'_transient_wc_related_1428','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12029,'_transient_wc_related_1446','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(12033,'_transient_wc_related_1371','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1372\";i:3;s:4:\"1373\";i:4;s:4:\"1374\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12036,'_transient_wc_related_1230','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1231\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12038,'_transient_wc_related_1208','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1204\";i:2;s:4:\"1205\";i:3;s:4:\"1206\";i:4;s:4:\"1207\";i:5;s:4:\"1209\";}','no'),(12040,'_transient_wc_related_1652','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12042,'_transient_wc_related_1234','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12046,'_transient_wc_related_1558','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12048,'_transient_wc_related_1374','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1373\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12050,'_transient_wc_related_1553','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12054,'_transient_wc_related_1549','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12056,'_transient_wc_related_1579','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12058,'_transient_wc_related_1556','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12061,'_transient_wc_related_1206','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1204\";i:2;s:4:\"1205\";i:3;s:4:\"1207\";i:4;s:4:\"1208\";i:5;s:4:\"1209\";}','no'),(12063,'_transient_wc_related_1456','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1457\";i:4;s:4:\"1458\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12066,'_transient_wc_related_1491','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12068,'_transient_wc_related_2031','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2032\";i:2;s:4:\"2033\";i:3;s:4:\"2034\";i:4;s:4:\"2035\";i:5;s:4:\"2036\";i:6;s:4:\"2037\";}','no'),(12070,'_transient_wc_related_1447','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(12073,'_transient_wc_related_1490','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1491\";i:10;s:4:\"1492\";i:11;s:4:\"1493\";i:12;s:4:\"1494\";i:13;s:4:\"1495\";i:14;s:4:\"1496\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12075,'_transient_wc_related_1227','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1228\";i:2;s:4:\"1229\";i:3;s:4:\"1230\";i:4;s:4:\"1231\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12079,'_transient_wc_related_1602','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12082,'_transient_wc_related_1673','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12084,'_transient_wc_related_1479','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1475\";i:5;s:4:\"1476\";i:6;s:4:\"1477\";i:7;s:4:\"1478\";i:8;s:4:\"1480\";}','no'),(12087,'_transient_wc_related_1509','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1510\";i:4;s:4:\"1511\";i:5;s:4:\"1512\";i:6;s:4:\"1513\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12089,'_transient_wc_related_1275','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1276\";i:4;s:4:\"1277\";i:5;s:4:\"1278\";i:6;s:4:\"1279\";i:7;s:4:\"1280\";i:8;s:4:\"1281\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(12091,'_transient_wc_related_1521','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12094,'_transient_wc_related_1468','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1465\";i:13;s:4:\"1466\";i:14;s:4:\"1467\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12096,'_transient_wc_related_1465','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12098,'_transient_wc_related_1464','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12102,'_transient_wc_related_1513','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1514\";i:8;s:4:\"1515\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12104,'_transient_wc_related_1376','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1373\";i:5;s:4:\"1374\";i:6;s:4:\"1375\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12107,'_transient_wc_related_1647','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12109,'_transient_wc_related_1530','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(12111,'_transient_wc_related_1503','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1500\";i:20;s:4:\"1501\";i:21;s:4:\"1502\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12113,'_transient_wc_related_1536','a:24:{i:0;s:4:\"1537\";i:1;s:4:\"1538\";i:2;s:4:\"1539\";i:3;s:4:\"1540\";i:4;s:4:\"1541\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12116,'_transient_wc_related_1475','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1476\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(12118,'_transient_wc_related_2193','a:24:{i:0;s:4:\"2191\";i:1;s:4:\"2195\";i:2;s:4:\"2198\";i:3;s:4:\"2204\";i:4;s:4:\"2207\";i:5;s:4:\"2209\";i:6;s:4:\"2212\";i:7;s:4:\"2220\";i:8;s:4:\"2228\";i:9;s:4:\"2231\";i:10;s:4:\"2233\";i:11;s:4:\"2234\";i:12;s:4:\"2235\";i:13;s:4:\"2236\";i:14;s:4:\"2238\";i:15;s:4:\"2239\";i:16;s:4:\"2240\";i:17;s:4:\"2242\";i:18;s:4:\"2260\";i:19;s:4:\"2267\";i:20;s:4:\"2336\";i:21;s:4:\"2337\";i:22;s:4:\"2338\";i:23;s:4:\"2339\";}','no'),(12120,'_transient_wc_related_1474','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1475\";i:4;s:4:\"1476\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(12123,'_transient_wc_related_1537','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1538\";i:2;s:4:\"1539\";i:3;s:4:\"1540\";i:4;s:4:\"1541\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12125,'_transient_wc_related_1400','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12127,'_transient_wc_related_1469','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1465\";i:13;s:4:\"1466\";i:14;s:4:\"1467\";i:15;s:4:\"1468\";i:16;s:4:\"1470\";}','no'),(12129,'_transient_wc_related_1500','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12132,'_transient_wc_related_1496','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1497\";i:16;s:4:\"1498\";i:17;s:4:\"1499\";i:18;s:4:\"1500\";i:19;s:4:\"1501\";i:20;s:4:\"1502\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12135,'_transient_wc_related_1504','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1500\";i:20;s:4:\"1501\";i:21;s:4:\"1502\";i:22;s:4:\"1503\";i:23;s:4:\"1505\";}','no'),(12138,'_transient_wc_related_1545','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12141,'_transient_wc_related_1436','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1434\";i:13;s:4:\"1435\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12149,'_transient_wc_related_2205','a:24:{i:0;s:4:\"2192\";i:1;s:4:\"2194\";i:2;s:4:\"2196\";i:3;s:4:\"2197\";i:4;s:4:\"2199\";i:5;s:4:\"2200\";i:6;s:4:\"2201\";i:7;s:4:\"2202\";i:8;s:4:\"2203\";i:9;s:4:\"2206\";i:10;s:4:\"2208\";i:11;s:4:\"2210\";i:12;s:4:\"2211\";i:13;s:4:\"2213\";i:14;s:4:\"2214\";i:15;s:4:\"2215\";i:16;s:4:\"2216\";i:17;s:4:\"2217\";i:18;s:4:\"2218\";i:19;s:4:\"2219\";i:20;s:4:\"2221\";i:21;s:4:\"2222\";i:22;s:4:\"2223\";i:23;s:4:\"2224\";}','no'),(12167,'_transient_wc_related_1384','a:8:{i:0;s:4:\"1379\";i:1;s:4:\"1380\";i:2;s:4:\"1381\";i:3;s:4:\"1382\";i:4;s:4:\"1383\";i:5;s:4:\"1385\";i:6;s:4:\"1386\";i:7;s:4:\"1387\";}','no'),(12178,'_transient_wc_related_1666','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1667\";i:2;s:4:\"1668\";i:3;s:4:\"1669\";i:4;s:4:\"1670\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12188,'_transient_wc_related_2037','a:7:{i:0;s:4:\"2030\";i:1;s:4:\"2031\";i:2;s:4:\"2032\";i:3;s:4:\"2033\";i:4;s:4:\"2034\";i:5;s:4:\"2035\";i:6;s:4:\"2036\";}','no'),(12190,'_transient_wc_related_1255','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1256\";i:2;s:4:\"1257\";i:3;s:4:\"1258\";i:4;s:4:\"1259\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(12192,'_transient_wc_related_1264','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1259\";i:6;s:4:\"1260\";i:7;s:4:\"1261\";i:8;s:4:\"1262\";i:9;s:4:\"1263\";}','no'),(12195,'_transient_wc_related_1263','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1259\";i:6;s:4:\"1260\";i:7;s:4:\"1261\";i:8;s:4:\"1262\";i:9;s:4:\"1264\";}','no'),(12198,'_transient_wc_related_1672','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12202,'_transient_wc_related_1692','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12204,'_transient_wc_related_1679','a:18:{i:0;s:4:\"1680\";i:1;s:4:\"1681\";i:2;s:4:\"1682\";i:3;s:4:\"1683\";i:4;s:4:\"1684\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12206,'_transient_wc_related_1226','a:15:{i:0;s:4:\"1227\";i:1;s:4:\"1228\";i:2;s:4:\"1229\";i:3;s:4:\"1230\";i:4;s:4:\"1231\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12209,'_transient_wc_related_1697','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1691\";i:13;s:4:\"1692\";i:14;s:4:\"1693\";i:15;s:4:\"1694\";i:16;s:4:\"1695\";i:17;s:4:\"1696\";}','no'),(12211,'_transient_wc_related_1441','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1442\";i:2;s:4:\"1443\";i:3;s:4:\"1444\";i:4;s:4:\"1445\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(12216,'_transient_wc_related_1241','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1233\";i:8;s:4:\"1234\";i:9;s:4:\"1235\";i:10;s:4:\"1236\";i:11;s:4:\"1237\";i:12;s:4:\"1238\";i:13;s:4:\"1239\";i:14;s:4:\"1240\";}','no'),(12218,'_transient_wc_related_1390','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1391\";i:3;s:4:\"1392\";i:4;s:4:\"1393\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12220,'_transient_wc_related_1367','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1360\";i:6;s:4:\"1361\";i:7;s:4:\"1362\";i:8;s:4:\"1363\";i:9;s:4:\"1364\";i:10;s:4:\"1365\";i:11;s:4:\"1366\";i:12;s:4:\"1368\";}','no'),(12222,'_transient_wc_related_1444','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1445\";i:5;s:4:\"1446\";i:6;s:4:\"1447\";i:7;s:4:\"1448\";i:8;s:4:\"1449\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(12226,'_transient_wc_related_1391','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1392\";i:4;s:4:\"1393\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12233,'_transient_wc_related_1392','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1393\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12238,'_transient_wc_related_1212','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1213\";i:3;s:4:\"1214\";i:4;s:4:\"1215\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12243,'_transient_wc_related_1518','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12245,'_transient_wc_related_1360','a:13:{i:0;s:4:\"1355\";i:1;s:4:\"1356\";i:2;s:4:\"1357\";i:3;s:4:\"1358\";i:4;s:4:\"1359\";i:5;s:4:\"1361\";i:6;s:4:\"1362\";i:7;s:4:\"1363\";i:8;s:4:\"1364\";i:9;s:4:\"1365\";i:10;s:4:\"1366\";i:11;s:4:\"1367\";i:12;s:4:\"1368\";}','no'),(12253,'_transient_external_ip_address_230.21.148.51','69.167.136.107','no'),(12256,'_transient_wc_related_1523','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12260,'_transient_wc_related_1517','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12263,'_transient_wc_related_1526','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12265,'_transient_wc_related_1531','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1525\";i:20;s:4:\"1526\";i:21;s:4:\"1527\";i:22;s:4:\"1528\";i:23;s:4:\"1529\";}','no'),(12268,'_transient_wc_related_1299','a:6:{i:0;s:4:\"1300\";i:1;s:4:\"1301\";i:2;s:4:\"1302\";i:3;s:4:\"1303\";i:4;s:4:\"1304\";i:5;s:4:\"1305\";}','no'),(12273,'_transient_wc_related_1466','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1463\";i:11;s:4:\"1464\";i:12;s:4:\"1465\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12276,'_transient_wc_related_1476','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1475\";i:5;s:4:\"1477\";i:6;s:4:\"1478\";i:7;s:4:\"1479\";i:8;s:4:\"1480\";}','no'),(12278,'_transient_wc_related_1502','a:24:{i:0;s:4:\"1481\";i:1;s:4:\"1482\";i:2;s:4:\"1483\";i:3;s:4:\"1484\";i:4;s:4:\"1485\";i:5;s:4:\"1486\";i:6;s:4:\"1487\";i:7;s:4:\"1488\";i:8;s:4:\"1489\";i:9;s:4:\"1490\";i:10;s:4:\"1491\";i:11;s:4:\"1492\";i:12;s:4:\"1493\";i:13;s:4:\"1494\";i:14;s:4:\"1495\";i:15;s:4:\"1496\";i:16;s:4:\"1497\";i:17;s:4:\"1498\";i:18;s:4:\"1499\";i:19;s:4:\"1500\";i:20;s:4:\"1501\";i:21;s:4:\"1503\";i:22;s:4:\"1504\";i:23;s:4:\"1505\";}','no'),(12303,'_transient_external_ip_address_2602:306:3712:d20:819b:92b7:e35d:ec39','69.167.136.107','no'),(12326,'_transient_external_ip_address_103.88.234.50','69.167.136.107','no'),(12331,'_transient_wc_related_1723','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(12338,'_transient_external_ip_address_192.168.9.158','69.167.136.107','no'),(12357,'_transient_wc_related_1232','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12359,'_transient_wc_related_1423','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1424\";i:2;s:4:\"1425\";i:3;s:4:\"1426\";i:4;s:4:\"1427\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12362,'_transient_wc_related_1378','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1373\";i:5;s:4:\"1374\";i:6;s:4:\"1375\";i:7;s:4:\"1376\";i:8;s:4:\"1377\";}','no'),(12364,'_transient_wc_related_1203','a:6:{i:0;s:4:\"1204\";i:1;s:4:\"1205\";i:2;s:4:\"1206\";i:3;s:4:\"1207\";i:4;s:4:\"1208\";i:5;s:4:\"1209\";}','no'),(12368,'_transient_wc_related_1449','a:12:{i:0;s:4:\"1440\";i:1;s:4:\"1441\";i:2;s:4:\"1442\";i:3;s:4:\"1443\";i:4;s:4:\"1444\";i:5;s:4:\"1445\";i:6;s:4:\"1446\";i:7;s:4:\"1447\";i:8;s:4:\"1448\";i:9;s:4:\"1450\";i:10;s:4:\"1451\";i:11;s:4:\"1452\";}','no'),(12371,'_transient_wc_related_1463','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1461\";i:9;s:4:\"1462\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12373,'_transient_wc_related_1665','a:13:{i:0;s:4:\"1666\";i:1;s:4:\"1667\";i:2;s:4:\"1668\";i:3;s:4:\"1669\";i:4;s:4:\"1670\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12375,'_transient_wc_related_1676','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1673\";i:9;s:4:\"1674\";i:10;s:4:\"1675\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12378,'_transient_wc_related_1229','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1230\";i:4;s:4:\"1231\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12380,'_transient_wc_related_1218','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1216\";i:7;s:4:\"1217\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12382,'_transient_wc_related_1429','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12384,'_transient_wc_related_1369','a:9:{i:0;s:4:\"1370\";i:1;s:4:\"1371\";i:2;s:4:\"1372\";i:3;s:4:\"1373\";i:4;s:4:\"1374\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12388,'_transient_wc_related_1677','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1673\";i:9;s:4:\"1674\";i:10;s:4:\"1675\";i:11;s:4:\"1676\";i:12;s:4:\"1678\";}','no'),(12390,'_transient_external_ip_address_170.82.83.230','69.167.136.107','no'),(12392,'_transient_wc_related_1217','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1216\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12397,'_site_transient_timeout_browser_1eab6c1f14471261b4cb2e511a8d9b95','1502717613','no'),(12398,'_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'),(12409,'_site_transient_timeout_community-events-eed404f4eb47db641b88249030962633','1502156016','no'),(12410,'_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:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/242315932/\";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-08-09 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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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:2;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;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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'),(12412,'_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:\"3e3e26a27d1c1f4d9c942dfc546a1fa0\";}}','no'),(12414,'_transient_wc_related_1233','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1228\";i:3;s:4:\"1229\";i:4;s:4:\"1230\";i:5;s:4:\"1231\";i:6;s:4:\"1232\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12418,'_transient_wc_related_1326','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1327\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12421,'_transient_wc_related_2297','a:24:{i:0;s:4:\"2275\";i:1;s:4:\"2276\";i:2;s:4:\"2277\";i:3;s:4:\"2278\";i:4;s:4:\"2279\";i:5;s:4:\"2280\";i:6;s:4:\"2281\";i:7;s:4:\"2282\";i:8;s:4:\"2283\";i:9;s:4:\"2284\";i:10;s:4:\"2285\";i:11;s:4:\"2286\";i:12;s:4:\"2287\";i:13;s:4:\"2288\";i:14;s:4:\"2289\";i:15;s:4:\"2290\";i:16;s:4:\"2291\";i:17;s:4:\"2292\";i:18;s:4:\"2293\";i:19;s:4:\"2294\";i:20;s:4:\"2295\";i:21;s:4:\"2296\";i:22;s:4:\"2298\";i:23;s:4:\"2299\";}','no'),(12424,'_transient_wc_related_1455','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1456\";i:3;s:4:\"1457\";i:4;s:4:\"1458\";i:5;s:4:\"1459\";i:6;s:4:\"1460\";i:7;s:4:\"1461\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12428,'_transient_wc_related_1219','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1216\";i:7;s:4:\"1217\";i:8;s:4:\"1218\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12433,'_transient_wc_related_1204','a:6:{i:0;s:4:\"1203\";i:1;s:4:\"1205\";i:2;s:4:\"1206\";i:3;s:4:\"1207\";i:4;s:4:\"1208\";i:5;s:4:\"1209\";}','no'),(12439,'_transient_wc_related_1216','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12441,'_transient_wc_related_1678','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1671\";i:7;s:4:\"1672\";i:8;s:4:\"1673\";i:9;s:4:\"1674\";i:10;s:4:\"1675\";i:11;s:4:\"1676\";i:12;s:4:\"1677\";}','no'),(12449,'_transient_wc_related_1373','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1374\";i:5;s:4:\"1375\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12451,'_transient_wc_related_1228','a:15:{i:0;s:4:\"1226\";i:1;s:4:\"1227\";i:2;s:4:\"1229\";i:3;s:4:\"1230\";i:4;s:4:\"1231\";i:5;s:4:\"1232\";i:6;s:4:\"1233\";i:7;s:4:\"1234\";i:8;s:4:\"1235\";i:9;s:4:\"1236\";i:10;s:4:\"1237\";i:11;s:4:\"1238\";i:12;s:4:\"1239\";i:13;s:4:\"1240\";i:14;s:4:\"1241\";}','no'),(12454,'_transient_wc_related_1220','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1211\";i:2;s:4:\"1212\";i:3;s:4:\"1213\";i:4;s:4:\"1214\";i:5;s:4:\"1215\";i:6;s:4:\"1216\";i:7;s:4:\"1217\";i:8;s:4:\"1218\";i:9;s:4:\"1219\";i:10;s:4:\"1221\";}','no'),(12456,'_transient_wc_related_1516','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12458,'_transient_wc_related_1435','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1432\";i:11;s:4:\"1433\";i:12;s:4:\"1434\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12464,'_transient_wc_related_1377','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1373\";i:5;s:4:\"1374\";i:6;s:4:\"1375\";i:7;s:4:\"1376\";i:8;s:4:\"1378\";}','no'),(12466,'_transient_wc_related_1525','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1515\";i:10;s:4:\"1516\";i:11;s:4:\"1517\";i:12;s:4:\"1518\";i:13;s:4:\"1519\";i:14;s:4:\"1520\";i:15;s:4:\"1521\";i:16;s:4:\"1522\";i:17;s:4:\"1523\";i:18;s:4:\"1524\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12468,'_transient_wc_related_1668','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1669\";i:4;s:4:\"1670\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12471,'_transient_wc_related_1669','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1670\";i:5;s:4:\"1671\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12473,'_transient_wc_related_1375','a:9:{i:0;s:4:\"1369\";i:1;s:4:\"1370\";i:2;s:4:\"1371\";i:3;s:4:\"1372\";i:4;s:4:\"1373\";i:5;s:4:\"1374\";i:6;s:4:\"1376\";i:7;s:4:\"1377\";i:8;s:4:\"1378\";}','no'),(12476,'_transient_external_ip_address_10.88.144.57','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(12485,'_transient_wc_related_1430','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12490,'_transient_wc_related_1663','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12493,'_transient_wc_related_1566','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12496,'_transient_wc_related_1661','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12498,'_transient_wc_related_1614','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12501,'_transient_wc_related_1562','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12503,'_transient_wc_related_1599','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12506,'_transient_wc_related_1606','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12508,'_transient_wc_related_1671','a:13:{i:0;s:4:\"1665\";i:1;s:4:\"1666\";i:2;s:4:\"1667\";i:3;s:4:\"1668\";i:4;s:4:\"1669\";i:5;s:4:\"1670\";i:6;s:4:\"1672\";i:7;s:4:\"1673\";i:8;s:4:\"1674\";i:9;s:4:\"1675\";i:10;s:4:\"1676\";i:11;s:4:\"1677\";i:12;s:4:\"1678\";}','no'),(12510,'_transient_wc_related_1641','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12512,'_transient_wc_related_1281','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1282\";i:10;s:4:\"1283\";i:11;s:4:\"1284\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(12515,'_transient_wc_related_1568','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12517,'_transient_wc_related_1256','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1257\";i:3;s:4:\"1258\";i:4;s:4:\"1259\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(12519,'_transient_wc_related_1685','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12525,'_transient_wc_related_1612','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12532,'_transient_external_ip_address_192.168.12.78','69.167.136.107','no'),(12535,'_transient_wc_related_1681','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1682\";i:3;s:4:\"1683\";i:4;s:4:\"1684\";i:5;s:4:\"1685\";i:6;s:4:\"1686\";i:7;s:4:\"1687\";i:8;s:4:\"1688\";i:9;s:4:\"1689\";i:10;s:4:\"1690\";i:11;s:4:\"1691\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12537,'_transient_wc_related_1728','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(12547,'_transient_wc_related_1643','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12549,'_transient_external_ip_address_192.168.0.62','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(12552,'_transient_wc_related_1631','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12555,'_transient_wc_related_1656','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12557,'_transient_wc_related_1578','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12560,'_transient_wc_related_1405','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1400\";i:13;s:4:\"1401\";i:14;s:4:\"1402\";i:15;s:4:\"1403\";i:16;s:4:\"1404\";}','no'),(12563,'_transient_wc_related_1571','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12565,'_transient_wc_related_1284','a:18:{i:0;s:4:\"1272\";i:1;s:4:\"1273\";i:2;s:4:\"1274\";i:3;s:4:\"1275\";i:4;s:4:\"1276\";i:5;s:4:\"1277\";i:6;s:4:\"1278\";i:7;s:4:\"1279\";i:8;s:4:\"1280\";i:9;s:4:\"1281\";i:10;s:4:\"1282\";i:11;s:4:\"1283\";i:12;s:4:\"1285\";i:13;s:4:\"1286\";i:14;s:4:\"1287\";i:15;s:4:\"1288\";i:16;s:4:\"1289\";i:17;s:4:\"1290\";}','no'),(12568,'_transient_wc_related_1577','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12571,'_transient_wc_related_1353','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1349\";i:12;s:4:\"1350\";i:13;s:4:\"1351\";i:14;s:4:\"1352\";i:15;s:4:\"1354\";}','no'),(12573,'_transient_wc_related_1637','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12575,'_transient_wc_related_1630','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12578,'_transient_wc_related_1389','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1390\";i:2;s:4:\"1391\";i:3;s:4:\"1392\";i:4;s:4:\"1393\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12580,'_transient_wc_related_1259','a:10:{i:0;s:4:\"1254\";i:1;s:4:\"1255\";i:2;s:4:\"1256\";i:3;s:4:\"1257\";i:4;s:4:\"1258\";i:5;s:4:\"1260\";i:6;s:4:\"1261\";i:7;s:4:\"1262\";i:8;s:4:\"1263\";i:9;s:4:\"1264\";}','no'),(12582,'_transient_wc_related_1307','a:15:{i:0;s:4:\"1306\";i:1;s:4:\"1308\";i:2;s:4:\"1309\";i:3;s:4:\"1310\";i:4;s:4:\"1311\";i:5;s:4:\"1312\";i:6;s:4:\"1313\";i:7;s:4:\"1314\";i:8;s:4:\"1315\";i:9;s:4:\"1316\";i:10;s:4:\"1317\";i:11;s:4:\"1318\";i:12;s:4:\"1319\";i:13;s:4:\"1320\";i:14;s:4:\"1321\";}','no'),(12585,'_site_transient_timeout_browser_4c655b134014b6fa75f343039e455102','1502738791','no'),(12586,'_site_transient_browser_4c655b134014b6fa75f343039e455102','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.78\";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'),(12593,'_transient_wc_related_1605','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12595,'_transient_wc_related_1662','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12598,'_transient_wc_related_1615','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12600,'_transient_wc_related_1659','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12603,'_transient_wc_related_1617','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12606,'_transient_wc_related_1427','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1428\";i:6;s:4:\"1429\";i:7;s:4:\"1430\";i:8;s:4:\"1431\";i:9;s:4:\"1432\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12608,'_transient_wc_related_1347','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12611,'_transient_wc_related_1351','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1325\";i:4;s:4:\"1326\";i:5;s:4:\"1327\";i:6;s:4:\"1328\";i:7;s:4:\"1329\";i:8;s:4:\"1346\";i:9;s:4:\"1347\";i:10;s:4:\"1348\";i:11;s:4:\"1349\";i:12;s:4:\"1350\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12613,'_transient_wc_related_1729','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(12616,'_transient_wc_related_1325','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1324\";i:3;s:4:\"1326\";i:4;s:4:\"1327\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12618,'_transient_wc_related_1544','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12622,'_transient_wc_related_1564','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12627,'_site_transient_timeout_browser_22ae3947e840dfbe3b18d722eea67b36','1502742818','no'),(12628,'_site_transient_browser_22ae3947e840dfbe3b18d722eea67b36','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:4:\"10.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'),(12629,'_site_transient_timeout_community-events-3e4d210c1d027a6fed485a9df6ed3b5b','1502181222','no'),(12630,'_site_transient_community-events-3e4d210c1d027a6fed485a9df6ed3b5b','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"172.56.35.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/242315932/\";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-08-09 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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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:2;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;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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'),(12632,'_transient_wc_related_1726','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(12635,'_transient_wc_related_1613','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12638,'_transient_wc_related_1738','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(12640,'_transient_wc_related_1644','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12643,'_transient_wc_related_1618','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12648,'_transient_wc_related_1611','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12651,'_transient_wc_related_1664','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12653,'_transient_wc_related_1610','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12656,'_transient_wc_related_1581','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12659,'_transient_wc_related_1627','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12662,'_transient_external_ip_address_10.1.16.231','69.167.136.107','no'),(12665,'_transient_wc_related_1646','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12673,'_site_transient_timeout_browser_3182f755614c06389a440066daa2f279','1502753104','no'),(12674,'_site_transient_browser_3182f755614c06389a440066daa2f279','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";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'),(12687,'redirection_version','2.3.3','yes'),(12688,'redirection_options','a:9:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"1b95b9da0f524e988ac4987ae35f3f22\";s:12:\"monitor_post\";i:0;s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:6:\"lookup\";s:32:\"http://urbangiraffe.com/map/?ip=\";}','yes'),(12694,'_transient_external_ip_address_10.206.7.166','69.167.136.107','no'),(12704,'_transient_external_ip_address_192.168.5.207','69.167.136.107','no'),(12724,'_transient_wc_related_1539','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1540\";i:4;s:4:\"1541\";i:5;s:4:\"1542\";i:6;s:4:\"1543\";i:7;s:4:\"1544\";i:8;s:4:\"1545\";i:9;s:4:\"1546\";i:10;s:4:\"1547\";i:11;s:4:\"1548\";i:12;s:4:\"1549\";i:13;s:4:\"1550\";i:14;s:4:\"1551\";i:15;s:4:\"1552\";i:16;s:4:\"1553\";i:17;s:4:\"1554\";i:18;s:4:\"1555\";i:19;s:4:\"1556\";i:20;s:4:\"1557\";i:21;s:4:\"1558\";i:22;s:4:\"1559\";i:23;s:4:\"1560\";}','no'),(12732,'_transient_wc_related_1432','a:17:{i:0;s:4:\"1406\";i:1;s:4:\"1423\";i:2;s:4:\"1424\";i:3;s:4:\"1425\";i:4;s:4:\"1426\";i:5;s:4:\"1427\";i:6;s:4:\"1428\";i:7;s:4:\"1429\";i:8;s:4:\"1430\";i:9;s:4:\"1431\";i:10;s:4:\"1433\";i:11;s:4:\"1434\";i:12;s:4:\"1435\";i:13;s:4:\"1436\";i:14;s:4:\"1437\";i:15;s:4:\"1438\";i:16;s:4:\"1439\";}','no'),(12739,'_transient_wc_related_1654','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12741,'_transient_wc_related_1324','a:16:{i:0;s:4:\"1322\";i:1;s:4:\"1323\";i:2;s:4:\"1325\";i:3;s:4:\"1326\";i:4;s:4:\"1327\";i:5;s:4:\"1328\";i:6;s:4:\"1329\";i:7;s:4:\"1346\";i:8;s:4:\"1347\";i:9;s:4:\"1348\";i:10;s:4:\"1349\";i:11;s:4:\"1350\";i:12;s:4:\"1351\";i:13;s:4:\"1352\";i:14;s:4:\"1353\";i:15;s:4:\"1354\";}','no'),(12743,'_transient_wc_related_1560','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12745,'_transient_wc_related_1561','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12752,'_transient_wc_related_1402','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1399\";i:12;s:4:\"1400\";i:13;s:4:\"1401\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12763,'_transient_wc_related_1461','a:17:{i:0;s:4:\"1453\";i:1;s:4:\"1454\";i:2;s:4:\"1455\";i:3;s:4:\"1456\";i:4;s:4:\"1457\";i:5;s:4:\"1458\";i:6;s:4:\"1459\";i:7;s:4:\"1460\";i:8;s:4:\"1462\";i:9;s:4:\"1463\";i:10;s:4:\"1464\";i:11;s:4:\"1465\";i:12;s:4:\"1466\";i:13;s:4:\"1467\";i:14;s:4:\"1468\";i:15;s:4:\"1469\";i:16;s:4:\"1470\";}','no'),(12779,'_transient_wc_related_1515','a:24:{i:0;s:4:\"1506\";i:1;s:4:\"1507\";i:2;s:4:\"1508\";i:3;s:4:\"1509\";i:4;s:4:\"1510\";i:5;s:4:\"1511\";i:6;s:4:\"1512\";i:7;s:4:\"1513\";i:8;s:4:\"1514\";i:9;s:4:\"1516\";i:10;s:4:\"1517\";i:11;s:4:\"1518\";i:12;s:4:\"1519\";i:13;s:4:\"1520\";i:14;s:4:\"1521\";i:15;s:4:\"1522\";i:16;s:4:\"1523\";i:17;s:4:\"1524\";i:18;s:4:\"1525\";i:19;s:4:\"1526\";i:20;s:4:\"1527\";i:21;s:4:\"1528\";i:22;s:4:\"1529\";i:23;s:4:\"1530\";}','no'),(12794,'_transient_external_ip_address_2405:205:100c:3321::2714:e8a5','69.167.136.107','no'),(12797,'_transient_wc_related_1399','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1393\";i:6;s:4:\"1394\";i:7;s:4:\"1395\";i:8;s:4:\"1396\";i:9;s:4:\"1397\";i:10;s:4:\"1398\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12811,'_transient_wc_related_1302','a:6:{i:0;s:4:\"1299\";i:1;s:4:\"1300\";i:2;s:4:\"1301\";i:3;s:4:\"1303\";i:4;s:4:\"1304\";i:5;s:4:\"1305\";}','no'),(12814,'_transient_wc_related_1691','a:18:{i:0;s:4:\"1679\";i:1;s:4:\"1680\";i:2;s:4:\"1681\";i:3;s:4:\"1682\";i:4;s:4:\"1683\";i:5;s:4:\"1684\";i:6;s:4:\"1685\";i:7;s:4:\"1686\";i:8;s:4:\"1687\";i:9;s:4:\"1688\";i:10;s:4:\"1689\";i:11;s:4:\"1690\";i:12;s:4:\"1692\";i:13;s:4:\"1693\";i:14;s:4:\"1694\";i:15;s:4:\"1695\";i:16;s:4:\"1696\";i:17;s:4:\"1697\";}','no'),(12820,'_transient_wc_related_1211','a:11:{i:0;s:4:\"1210\";i:1;s:4:\"1212\";i:2;s:4:\"1213\";i:3;s:4:\"1214\";i:4;s:4:\"1215\";i:5;s:4:\"1216\";i:6;s:4:\"1217\";i:7;s:4:\"1218\";i:8;s:4:\"1219\";i:9;s:4:\"1220\";i:10;s:4:\"1221\";}','no'),(12827,'_transient_wc_related_1480','a:9:{i:0;s:4:\"1471\";i:1;s:4:\"1472\";i:2;s:4:\"1473\";i:3;s:4:\"1474\";i:4;s:4:\"1475\";i:5;s:4:\"1476\";i:6;s:4:\"1477\";i:7;s:4:\"1478\";i:8;s:4:\"1479\";}','no'),(12833,'_transient_wc_related_1393','a:17:{i:0;s:4:\"1388\";i:1;s:4:\"1389\";i:2;s:4:\"1390\";i:3;s:4:\"1391\";i:4;s:4:\"1392\";i:5;s:4:\"1394\";i:6;s:4:\"1395\";i:7;s:4:\"1396\";i:8;s:4:\"1397\";i:9;s:4:\"1398\";i:10;s:4:\"1399\";i:11;s:4:\"1400\";i:12;s:4:\"1401\";i:13;s:4:\"1402\";i:14;s:4:\"1403\";i:15;s:4:\"1404\";i:16;s:4:\"1405\";}','no'),(12841,'_transient_external_ip_address_10.224.103.110','69.167.136.107','no'),(12863,'_transient_wc_related_1607','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(12880,'_site_transient_timeout_community-events-60dac5d7dc5d95689ae4bf537d985cf0','1502259460','no'),(12881,'_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:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordPress Chittagong Meetup\";s:3:\"url\";s:67:\"https://www.meetup.com/Chattagam-WordPress-Meetup/events/242217621/\";s:6:\"meetup\";s:27:\"Chittagong WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Chattagam-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-19 15:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Chattagam, Bangladesh\";s:7:\"country\";s:2:\"bd\";s:8:\"latitude\";d:22.3590319999999991296135704033076763153076171875;s:9:\"longitude\";d:91.821235999999998966814018785953521728515625;}}}}','no'),(12882,'wpseo_sitemap_3641_cache_validator','5LR9t','no'),(12896,'_site_transient_timeout_community-events-47d571c399dfc72a37bc75b2b64573b3','1502265350','no'),(12897,'_site_transient_community-events-47d571c399dfc72a37bc75b2b64573b3','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"108.21.5.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/242315932/\";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-08-09 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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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:2;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;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}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/236335847/\";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-09-19 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'),(12948,'_transient_external_ip_address_10.1.206.222','69.167.136.107','no'),(13030,'_transient_external_ip_address_10.0.124.0','69.167.136.107','no'),(13092,'_transient_wc_related_1727','a:24:{i:0;s:4:\"1698\";i:1;s:4:\"1699\";i:2;s:4:\"1700\";i:3;s:4:\"1701\";i:4;s:4:\"1702\";i:5;s:4:\"1703\";i:6;s:4:\"1704\";i:7;s:4:\"1705\";i:8;s:4:\"1706\";i:9;s:4:\"1707\";i:10;s:4:\"1708\";i:11;s:4:\"1709\";i:12;s:4:\"1710\";i:13;s:4:\"1711\";i:14;s:4:\"1712\";i:15;s:4:\"1713\";i:16;s:4:\"1714\";i:17;s:4:\"1715\";i:18;s:4:\"1716\";i:19;s:4:\"1717\";i:20;s:4:\"1718\";i:21;s:4:\"1719\";i:22;s:4:\"1720\";i:23;s:4:\"1721\";}','no'),(13097,'_transient_external_ip_address_10.70.50.61','69.167.136.107','no'),(13110,'_transient_external_ip_address_185.170.41.8','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(13120,'_transient_external_ip_address_172.16.2.32','69.167.136.107','no'),(13130,'_site_transient_timeout_community-events-96fc813397fca6c4d2e0be5c8f2cc201','1502341986','no'),(13131,'_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:15:\"WPNYC HELP DESK\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/242315932/\";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-08-09 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:41:\"Back to Basics... Welcome to the WP Admin\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/241861296/\";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-08-14 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:2;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;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:80:\"How to Increase your Site Speed,Google Ranking & Overall Sense of Accomplishment\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/242382163/\";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-08-15 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:8:\"wordcamp\";s:5:\"title\";s:26:\"WordCamp Lehigh Valley, PA\";s:3:\"url\";s:38:\"https://2017.lehighvalley.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:13:\"Bethlehem, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.612557199999997692430042661726474761962890625;s:9:\"longitude\";d:-75.3715147999999999228748492896556854248046875;}}}}','no'),(13160,'_transient_external_ip_address_2601:19b:4001:580f:d59d:84d1:d886:3be9','69.167.136.107','no'),(13207,'_transient_external_ip_address_103.72.61.96','69.167.136.107','no'),(13232,'_transient_external_ip_address_170.82.209.245','69.167.136.107','no'),(13310,'_transient_external_ip_address_172.28.38.36','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(13314,'_transient_wc_related_1651','a:24:{i:0;s:4:\"1536\";i:1;s:4:\"1537\";i:2;s:4:\"1538\";i:3;s:4:\"1539\";i:4;s:4:\"1540\";i:5;s:4:\"1541\";i:6;s:4:\"1542\";i:7;s:4:\"1543\";i:8;s:4:\"1544\";i:9;s:4:\"1545\";i:10;s:4:\"1546\";i:11;s:4:\"1547\";i:12;s:4:\"1548\";i:13;s:4:\"1549\";i:14;s:4:\"1550\";i:15;s:4:\"1551\";i:16;s:4:\"1552\";i:17;s:4:\"1553\";i:18;s:4:\"1554\";i:19;s:4:\"1555\";i:20;s:4:\"1556\";i:21;s:4:\"1557\";i:22;s:4:\"1558\";i:23;s:4:\"1559\";}','no'),(13316,'_transient_external_ip_address_103.75.182.236','69.167.136.107','no'),(13368,'_transient_external_ip_address_10.5.5.108','69.167.136.107','no'),(13376,'_transient_external_ip_address_249.199.241.236','69.167.136.107','no'),(13485,'_transient_external_ip_address_172.31.0.87','69.167.136.107','no'),(13537,'_transient_external_ip_address_10.90.98.146','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(13592,'_site_transient_timeout_community-events-dda365439949dc437dd52c8befd70103','1502551616','no'),(13593,'_site_transient_community-events-dda365439949dc437dd52c8befd70103','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"115.187.33.0\";}s:6:\"events\";a:0:{}}','no'),(13667,'_transient_external_ip_address_185.174.176.225','69.167.136.107','no'),(13781,'_site_transient_timeout_browser_0d2c0b1c3fabd1d704bfd21469f10c2a','1503219497','no'),(13782,'_site_transient_browser_0d2c0b1c3fabd1d704bfd21469f10c2a','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'),(13793,'HFScriptsIns_service_info','a:2:{s:7:\"version\";s:4:\"4.06\";s:11:\"old_version\";s:1:\"0\";}','yes'),(13818,'shfs_insert_header','','yes'),(13819,'shfs_insert_footer','','yes'),(13853,'_transient_external_ip_address_172.22.81.26','69.167.136.107','no'),(13859,'_transient_external_ip_address_103.78.224.1','69.167.136.107','no'),(13925,'_transient_external_ip_address_172.16.3.161','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(13992,'_transient_external_ip_address_2405:204:9699:1f1b::1453:78ac','69.167.136.107','no'),(14012,'_transient_external_ip_address_165.16.117.37','69.167.136.107','no'),(14019,'_transient_external_ip_address_170.83.87.0','69.167.136.107','no'),(14024,'_transient_external_ip_address_10.180.120.202','69.167.136.107','no'),(14040,'_transient_external_ip_address_192.168.0.157','69.167.136.107','no'),(14050,'_transient_feed_2d03479375c5e7dc6bd87d3d7aa75972','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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"BlogSynthesis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://www.blogsynthesis.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"How to blog better\";s: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, 29 Jun 2017 08:01: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.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:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Add NGINX as NodeBB Proxy Server\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/hbWreiczU7Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 Dec 2015 10:04:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Nginx\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"NodeBB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=2013\";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:625:\"<p>Since you already have a domain name and server (droplet) ip point domain or subdomain to the IP address with A record. It will take a few minutes to a few hour to work. In the meantime we will configure Nginx. In the previous page of the tutorial we have already NGINX and running. It […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/nginx-as-nodebb-proxy/\">Add NGINX as NodeBB Proxy Server</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/hbWreiczU7Y\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:52:\"https://www.blogsynthesis.com/nginx-as-nodebb-proxy/\";s: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\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Install NodeBB on DigitalOcean Cloud In 5 minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/5K1VcorXGCM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 Dec 2015 08:26: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"NodeBB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=2004\";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:541:\"<p>It\'s really easy to install NodeBB on DigitalOcean Droplet. It will take nearly 5 minutes to start a server and install NodeBB and a few more minutes to configure Nginx as proxy server.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/install-nodebb-on-digitalocean/\">Install NodeBB on DigitalOcean Cloud In 5 minutes</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/5K1VcorXGCM\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:61:\"https://www.blogsynthesis.com/install-nodebb-on-digitalocean/\";s: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:39:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"The right way to customize WordPress Themes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/QlUq-gNBxQo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Mar 2015 13:09: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"Child Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1951\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:652:\"<p>You are not the only person who wants to customize your WordPress Theme. And there is no single way to tweak your site. There might be multiple ways to do the same thing. In this post we will discuss the right way to modify or customize WordPress theme. What’s in the post? What options are […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/wordpress-theme-customization/\">The right way to customize WordPress Themes!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/QlUq-gNBxQo\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:60:\"https://www.blogsynthesis.com/wordpress-theme-customization/\";s: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:36:\"\n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"How to make WordPress Print 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/b28U58dlro8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Dec 2014 12: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WP 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:36:\"http://www.blogsynthesis.com/?p=1849\";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:678:\"<p>Offering print friendly version of blog posts not only gives an extra feature but also helps your user to keep their loved article. By default, no WordPress theme offers such feature. This is due to conflicts with plugin and customizations. There is some 3rd party service which offers good features but that could not be solution […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/print-friendly-wordpress/\">How to make WordPress Print Friendly</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/b28U58dlro8\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:55:\"https://www.blogsynthesis.com/print-friendly-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"How to install WordPress on Localhost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/0HjRg06Ndyo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 12:38:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:12:\"Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"localhost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"WP Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1598\";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:481:\"<p>It is easy to install WordPress on Localhost or your PC. We just need XAMPP and WordPress on your WIndows PC. Read the Post of details.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/localhost-wordpress-installation/\">How to install WordPress on Localhost</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/0HjRg06Ndyo\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:63:\"https://www.blogsynthesis.com/localhost-wordpress-installation/\";s: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:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"3 Steps To Get Yandex Mail For Your Domain With 1000 Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/OszdcErk1Ww/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Aug 2014 09:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:13:\"Email Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Yandex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1534\";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:691:\"<p>Sometimes 10, 20 or 50 email accounts might not be enough for your company or organisation. But even then you might not want to invest on email hosting and increase your budget on IT. In this condition Yandex Mails for domains could be a solution. Definitely many people do not want to rely Russian or Chinese […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/\">3 Steps To Get Yandex Mail For Your Domain With 1000 Users</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/OszdcErk1Ww\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/\";s: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:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"How to Setup Zoho Free Email Hosting (Google Apps & Outlook Custom Domain alternative)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/ZwoKvyj98Ms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.blogsynthesis.com/zoho-free-email-hosting/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 16:46:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:13:\"Email Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"Zoho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1508\";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:634:\"<p>Zoho Mail is still free for small business and personal use. In the post Free Outlook for Custom domain and Google Apps, this is the most reliable and free service available. Here is how to Setup Zoho mail for your custom domain email hosting.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/zoho-free-email-hosting/\">How to Setup Zoho Free Email Hosting (Google Apps & Outlook Custom Domain alternative)</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/ZwoKvyj98Ms\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://www.blogsynthesis.com/zoho-free-email-hosting/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"23\";s: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:54:\"https://www.blogsynthesis.com/zoho-free-email-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"How to Track WordPress Login, Register and Dashboard Activity with Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/JrBZLp3K3QM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Feb 2014 11:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Intermediate Tuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"WP Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1442\";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:732:\"<p>If you have a multi-author blog or a forum or some membership site based on WordPress. Then, you might like to add Google Analytics to WordPress Login, Register or even dashboard. It will help you to understand better about your users’ requirement and help you to how they are using your site. Another good thing […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/\">How to Track WordPress Login, Register and Dashboard Activity with Google Analytics</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/JrBZLp3K3QM\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"How to add Google Analytics to WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/wBWOevRTvC8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Feb 2014 13: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1435\";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:678:\"<p>Google Analytics is a fabulous analytics tool enabled on more than 10 million websites across the globe. Here we will add Google Analytics to WordPress site. Obviously, we will need a Google Account first. Here I will skip this because most of us already have a GMail or Adsense Account or even an account associated […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/google-analytics-to-wordpress/\">How to add Google Analytics to WordPress sites</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/wBWOevRTvC8\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"How to Create Google Chrome App in Less Than 5 Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/bFPp2nmCyjc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jan 2014 11:17:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:4:\"Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Chrome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1411\";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:650:\"<p>With Google Chrome, a lot of things are very easy to do. One of them is creating your own app. Yes, we can create an app in less than 5 minutes. (Considering an image icon of 128×128 px is ready to use). Prerequisites: A credit card for $5 setup fee (Google will charge it for […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/\">How to Create Google Chrome App in Less Than 5 Minutes</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/bFPp2nmCyjc\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/\";s:7:\"attribs\";a:0:{}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:27:\"http://www.w3.org/2005/Atom\";a:1:{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:19:\"application/rss+xml\";s:4:\"href\";s:41:\"http://feeds.feedburner.com/BlogSynthesis\";}}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: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:3:{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:13:\"blogsynthesis\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"BlogSynthesis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.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: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"bWr5FI5aN/ZuxlZGFj8W0uM608w\";s:13:\"last-modified\";s:29:\"Mon, 14 Aug 2017 17:22:48 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 14 Aug 2017 17:43:03 GMT\";s:7:\"expires\";s:29:\"Mon, 14 Aug 2017 17:43:03 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:\"20170709043456\";}','no'),(14058,'_transient_feed_c9090b8efe813331576602a2e525e2e2','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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"BlogSynthesis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://www.blogsynthesis.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"How to blog better\";s: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, 29 Jun 2017 08:01: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.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:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Add NGINX as NodeBB Proxy Server\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/hbWreiczU7Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 Dec 2015 10:04:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Nginx\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"NodeBB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=2013\";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:625:\"<p>Since you already have a domain name and server (droplet) ip point domain or subdomain to the IP address with A record. It will take a few minutes to a few hour to work. In the meantime we will configure Nginx. In the previous page of the tutorial we have already NGINX and running. It […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/nginx-as-nodebb-proxy/\">Add NGINX as NodeBB Proxy Server</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/hbWreiczU7Y\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:52:\"https://www.blogsynthesis.com/nginx-as-nodebb-proxy/\";s: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\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Install NodeBB on DigitalOcean Cloud In 5 minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/5K1VcorXGCM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 Dec 2015 08:26: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"NodeBB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=2004\";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:541:\"<p>It\'s really easy to install NodeBB on DigitalOcean Droplet. It will take nearly 5 minutes to start a server and install NodeBB and a few more minutes to configure Nginx as proxy server.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/install-nodebb-on-digitalocean/\">Install NodeBB on DigitalOcean Cloud In 5 minutes</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/5K1VcorXGCM\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:61:\"https://www.blogsynthesis.com/install-nodebb-on-digitalocean/\";s: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:39:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"The right way to customize WordPress Themes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/QlUq-gNBxQo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Mar 2015 13:09: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"Child Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1951\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:652:\"<p>You are not the only person who wants to customize your WordPress Theme. And there is no single way to tweak your site. There might be multiple ways to do the same thing. In this post we will discuss the right way to modify or customize WordPress theme. What’s in the post? What options are […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/wordpress-theme-customization/\">The right way to customize WordPress Themes!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/QlUq-gNBxQo\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:60:\"https://www.blogsynthesis.com/wordpress-theme-customization/\";s: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:36:\"\n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"How to make WordPress Print 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/b28U58dlro8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Dec 2014 12: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WP 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:36:\"http://www.blogsynthesis.com/?p=1849\";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:678:\"<p>Offering print friendly version of blog posts not only gives an extra feature but also helps your user to keep their loved article. By default, no WordPress theme offers such feature. This is due to conflicts with plugin and customizations. There is some 3rd party service which offers good features but that could not be solution […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/print-friendly-wordpress/\">How to make WordPress Print Friendly</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/b28U58dlro8\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:55:\"https://www.blogsynthesis.com/print-friendly-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"How to install WordPress on Localhost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/0HjRg06Ndyo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 12:38:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:12:\"Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"localhost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"WP Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1598\";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:481:\"<p>It is easy to install WordPress on Localhost or your PC. We just need XAMPP and WordPress on your WIndows PC. Read the Post of details.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/localhost-wordpress-installation/\">How to install WordPress on Localhost</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/0HjRg06Ndyo\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s: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:63:\"https://www.blogsynthesis.com/localhost-wordpress-installation/\";s: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:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"3 Steps To Get Yandex Mail For Your Domain With 1000 Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/OszdcErk1Ww/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Aug 2014 09:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:13:\"Email Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Yandex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1534\";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:691:\"<p>Sometimes 10, 20 or 50 email accounts might not be enough for your company or organisation. But even then you might not want to invest on email hosting and increase your budget on IT. In this condition Yandex Mails for domains could be a solution. Definitely many people do not want to rely Russian or Chinese […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/\">3 Steps To Get Yandex Mail For Your Domain With 1000 Users</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/OszdcErk1Ww\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://www.blogsynthesis.com/yandex-mail-setup-for-custom-domains/\";s: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:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"How to Setup Zoho Free Email Hosting (Google Apps & Outlook Custom Domain alternative)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/ZwoKvyj98Ms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.blogsynthesis.com/zoho-free-email-hosting/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 16:46:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:13:\"Email Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"Zoho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1508\";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:634:\"<p>Zoho Mail is still free for small business and personal use. In the post Free Outlook for Custom domain and Google Apps, this is the most reliable and free service available. Here is how to Setup Zoho mail for your custom domain email hosting.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/zoho-free-email-hosting/\">How to Setup Zoho Free Email Hosting (Google Apps & Outlook Custom Domain alternative)</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/ZwoKvyj98Ms\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://www.blogsynthesis.com/zoho-free-email-hosting/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"23\";s: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:54:\"https://www.blogsynthesis.com/zoho-free-email-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"How to Track WordPress Login, Register and Dashboard Activity with Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/JrBZLp3K3QM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Feb 2014 11:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Intermediate Tuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"WP Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1442\";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:732:\"<p>If you have a multi-author blog or a forum or some membership site based on WordPress. Then, you might like to add Google Analytics to WordPress Login, Register or even dashboard. It will help you to understand better about your users’ requirement and help you to how they are using your site. Another good thing […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/\">How to Track WordPress Login, Register and Dashboard Activity with Google Analytics</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/JrBZLp3K3QM\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.blogsynthesis.com/track-wordpress-login-register-and-dashboard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"How to add Google Analytics to WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/wBWOevRTvC8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Feb 2014 13: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1435\";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:678:\"<p>Google Analytics is a fabulous analytics tool enabled on more than 10 million websites across the globe. Here we will add Google Analytics to WordPress site. Obviously, we will need a Google Account first. Here I will skip this because most of us already have a GMail or Adsense Account or even an account associated […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/google-analytics-to-wordpress/\">How to add Google Analytics to WordPress sites</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/wBWOevRTvC8\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://www.blogsynthesis.com/google-analytics-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"How to Create Google Chrome App in Less Than 5 Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/BlogSynthesis/~3/bFPp2nmCyjc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jan 2014 11:17:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s: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:4:\"Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Chrome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://www.blogsynthesis.com/?p=1411\";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:650:\"<p>With Google Chrome, a lot of things are very easy to do. One of them is creating your own app. Yes, we can create an app in less than 5 minutes. (Considering an image icon of 128×128 px is ready to use). Prerequisites: A credit card for $5 setup fee (Google will charge it for […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/\">How to Create Google Chrome App in Less Than 5 Minutes</a> appeared first on <a rel=\"nofollow\" href=\"https://www.blogsynthesis.com\">BlogSynthesis</a>.</p><img src=\"http://feeds.feedburner.com/~r/BlogSynthesis/~4/bFPp2nmCyjc\" 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Anand Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://www.blogsynthesis.com/create-chrome-app-in-minutes/\";s:7:\"attribs\";a:0:{}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:27:\"http://www.w3.org/2005/Atom\";a:1:{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:19:\"application/rss+xml\";s:4:\"href\";s:41:\"http://feeds.feedburner.com/BlogSynthesis\";}}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: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:3:{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:13:\"blogsynthesis\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"BlogSynthesis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.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: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"bWr5FI5aN/ZuxlZGFj8W0uM608w\";s:13:\"last-modified\";s:29:\"Mon, 14 Aug 2017 17:22:48 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 14 Aug 2017 17:43:34 GMT\";s:7:\"expires\";s:29:\"Mon, 14 Aug 2017 17:43:34 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:\"20170709043456\";}','no'),(14072,'_transient_external_ip_address_10.20.1.28','69.167.136.107','no'),(14089,'_transient_external_ip_address_192.168.4.161','69.167.136.107','no'),(14092,'_transient_external_ip_address_192.168.4.134','69.167.136.107','no'),(14200,'_transient_external_ip_address_172.17.60.173','69.167.136.107','no'),(14202,'_transient_external_ip_address_172.27.111.99','69.167.136.107','no'),(14219,'_transient_external_ip_address_10.77.102.88','69.167.136.107','no'),(14237,'_transient_external_ip_address_10.52.72.244','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(14245,'_transient_external_ip_address_10.1.25.200','69.167.136.107','no'),(14327,'_transient_external_ip_address_192.168.1.146','69.167.136.107','no'),(14330,'_site_transient_timeout_browser_8f2e608537f9aee410499886546e6edb','1503474806','no'),(14331,'_site_transient_browser_8f2e608537f9aee410499886546e6edb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";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'),(14332,'_site_transient_timeout_community-events-69d5ed434ed989ea6f20696202ce0062','1502913211','no'),(14333,'_site_transient_community-events-69d5ed434ed989ea6f20696202ce0062','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"116.193.138.0\";}s:6:\"events\";a:0:{}}','no'),(14366,'_transient_external_ip_address_185.182.56.71','69.167.136.107','no'),(14445,'wpseo_sitemap_3656_cache_validator','5juE4','no'),(14488,'_transient_wc_upgrade_notice_3.1.1','','no'),(14492,'_transient_external_ip_address_10.1.14.115','69.167.136.107','no'),(14510,'_transient_external_ip_address_10.5.28.11','69.167.136.107','no'),(14567,'_transient_external_ip_address_103.85.35.50','69.167.136.107','no'),(14577,'_transient_external_ip_address_10.242.215.56','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(14591,'_transient_external_ip_address_103.88.216.250','69.167.136.107','no'),(14608,'_transient_external_ip_address_103.82.158.1','69.167.136.107','no'),(14614,'_transient_external_ip_address_172.27.237.128','69.167.136.107','no'),(14620,'_transient_external_ip_address_192.168.6.129','69.167.136.107','no'),(14648,'_site_transient_timeout_browser_244a2102888842fd1be2e35104684159','1503597596','no'),(14649,'_site_transient_browser_244a2102888842fd1be2e35104684159','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:13:\"Mobile Safari\";s:7:\"version\";s:6:\"537.36\";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'),(14656,'_site_transient_timeout_community-events-ba33fcca582cbe375e503412b60e9e64','1503036003','no'),(14657,'_site_transient_community-events-ba33fcca582cbe375e503412b60e9e64','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"1.22.232.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"WordCamp Ahmedabad\";s:3:\"url\";s:35:\"https://2017.ahmedabad.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-06 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Ahmedabad, Gujarat, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:22.990007399999999648798620910383760929107666015625;s:9:\"longitude\";d:72.48789809999999533829395659267902374267578125;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Nashik\";s:3:\"url\";s:32:\"https://2017.nashik.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-11-05 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Nashik, Maharashtra, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:19.960004999999998887005858705379068851470947265625;s:9:\"longitude\";d:73.735803000000004203684511594474315643310546875;}}}}','no'),(14664,'_transient_external_ip_address_10.0.47.102','69.167.136.107','no'),(14668,'_site_transient_timeout_browser_7d3f9da7d4a2b9ba6cfa5ed36edd01e3','1503599136','no'),(14669,'_site_transient_browser_7d3f9da7d4a2b9ba6cfa5ed36edd01e3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"55.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'),(14683,'_transient_external_ip_address_10.77.2.6','69.167.136.107','no'),(14742,'_transient_external_ip_address_185.188.182.230','69.167.136.107','no'),(14776,'_transient_external_ip_address_185.188.182.33','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(14835,'_transient_external_ip_address_10.248.11.5','69.167.136.107','no'),(14860,'_transient_external_ip_address_172.16.5.128','69.167.136.107','no'),(14916,'_transient_external_ip_address_2600:1006:b125:6002:90c4:2c59:41ee:d6dd','69.167.136.107','no'),(14919,'_transient_external_ip_address_10.0.10.109','69.167.136.107','no'),(14947,'_transient_external_ip_address_185.171.24.44','69.167.136.107','no'),(15036,'wpseo_sitemap_faqs_cache_validator','4ixV7','no'),(15089,'_transient_external_ip_address_103.85.241.42','69.167.136.107','no'),(15159,'GOTMLS_settings_array','a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:1:{i:0;s:9:\"potential\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}','yes'),(15160,'GOTMLS_nonce_array','a:3:{s:32:\"4c81b1f6c978dc64a13be2e62fd3a83f\";d:417548;s:32:\"8797e293a867fad21a900df6c29c4ce8\";d:417555;s:32:\"1bae121f9a41c564c045609f6ee9febd\";d:417559;}','yes'),(15161,'GOTMLS_scan_log/113.21.228.190/1503173787.28','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:1:{i:0;s:9:\"potential\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:7:{s:3:\"dir\";s:28:\"/home/wanderfuls/public_html\";s:5:\"start\";i:1503173787;s:4:\"type\";s:13:\"Complete Scan\";s:9:\"microtime\";d:1867;s:7:\"percent\";i:-1;s:11:\"last_threat\";d:1503175654.019505977630615234375;s:6:\"finish\";i:1503175654;}}','yes'),(15204,'GOTMLS_scan_log/113.21.228.190/1503197532.81','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:1:{i:0;s:9:\"potential\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:7:{s:3:\"dir\";s:28:\"/home/wanderfuls/public_html\";s:5:\"start\";i:1503197533;s:4:\"type\";s:13:\"Complete Scan\";s:9:\"microtime\";d:7408;s:7:\"percent\";i:-1;s:11:\"last_threat\";d:1503204941.5376679897308349609375;s:6:\"finish\";i:1503204941;}}','yes'),(15242,'woocommerce_db_version','3.1.1','yes'),(15243,'woocommerce_version','3.1.1','yes'),(15244,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(15273,'_transient_wflginfl_00000000000000000000ffffac588ad1','1','no'),(15274,'GOTMLS_scan_log/113.21.228.190/1503213127.02','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:5:{i:0;s:8:\"htaccess\";i:1;s:8:\"timthumb\";i:2;s:8:\"backdoor\";i:3;s:5:\"known\";i:4;s:7:\"wp_core\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:6:{s:3:\"dir\";s:28:\"/home/wanderfuls/public_html\";s:5:\"start\";i:1503213128;s:4:\"type\";s:10:\"Quick Scan\";s:9:\"microtime\";d:0;s:7:\"percent\";i:100;s:6:\"finish\";i:1503213128;}}','yes'),(15280,'_transient_external_ip_address_23.129.64.12','69.167.136.107','no'),(15283,'_transient_wflginfl_00000000000000000000ffffb46f220a','1','no'),(15286,'_transient_wflginfl_00000000000000000000ffffd522c651','1','no'),(15289,'_transient_wflginfl_00000000000000000000ffffb3b7270b','1','no'),(15290,'wordfence_lastSyncAttackData','1503240288','no'),(15293,'_transient_wflginfl_00000000000000000000ffff3d06eb12','1','no'),(15300,'_transient_wflginfl_00000000000000000000ffff775f30c3','1','no'),(15306,'_transient_wflginfl_00000000000000000000ffff696c746a','1','no'),(15316,'_transient_wflginfl_00000000000000000000ffffdcf7a63e','1','no'),(15319,'_transient_wflginfl_00000000000000000000ffff02569ac1','1','no'),(15322,'_transient_wflginfl_00000000000000000000ffff3c35abde','1','no'),(15327,'_transient_wflginfl_00000000000000000000ffff461ef514','1','no'),(15330,'_transient_wflginfl_00000000000000000000ffff1fa47846','1','no'),(15335,'_transient_wflginfl_00000000000000000000ffff1b068432','1','no'),(15340,'_transient_wflginfl_00000000000000000000ffff6a33f351','1','no'),(15343,'_transient_wflginfl_00000000000000000000ffff1b38a0b5','1','no'),(15346,'_transient_wflginfl_00000000000000000000ffff45a02603','1','no'),(15349,'_transient_wflginfl_00000000000000000000ffff5ef92942','1','no'),(15355,'_transient_wflginfl_00000000000000000000ffff4f81ee3a','1','no'),(15360,'_transient_wflginfl_00000000000000000000ffff4daa9c61','1','no'),(15363,'_transient_wflginfl_00000000000000000000ffffc5951612','1','no'),(15367,'_transient_wflginfl_00000000000000000000ffffbad49890','1','no'),(15378,'_transient_wflginfl_00000000000000000000ffff4deaec65','1','no'),(15382,'_transient_wflginfl_00000000000000000000ffff4f31917d','1','no'),(15386,'_transient_wflginfl_00000000000000000000ffff496d8e8d','1','no'),(15399,'_site_transient_timeout_wporg_theme_feature_list','1503254958','no'),(15400,'_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'),(15404,'theme_mods_twentyseventeen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:9:\"main_menu\";i:7;s:11:\"footer_menu\";i:13;s:17:\"taptap-by-bonfire\";i:11;s:11:\"sticky_menu\";i:68;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1503247617;s:4:\"data\";a:14:{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:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:18:\"orphaned_widgets_1\";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:18:\"orphaned_widgets_2\";a:2:{i:0;s:11:\"nav_menu-12\";i:1;s:11:\"nav_menu-13\";}s:18:\"orphaned_widgets_3\";a:3:{i:0;s:11:\"nav_menu-14\";i:1;s:10:\"nav_menu-8\";i:2;s:11:\"nav_menu-15\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:10:\"nav_menu-9\";}s:18:\"orphaned_widgets_5\";a:1:{i:0;s:11:\"nav_menu-16\";}s:18:\"orphaned_widgets_6\";a:1:{i:0;s:11:\"nav_menu-11\";}s:18:\"orphaned_widgets_7\";a:3:{i:0;s:11:\"nav_menu-17\";i:1;s:11:\"nav_menu-18\";i:2;s:11:\"nav_menu-19\";}s:18:\"orphaned_widgets_8\";a:5:{i:0;s:11:\"nav_menu-21\";i:1;s:11:\"nav_menu-22\";i:2;s:11:\"nav_menu-23\";i:3;s:11:\"nav_menu-24\";i:4;s:11:\"nav_menu-25\";}s:18:\"orphaned_widgets_9\";a:1:{i:0;s:10:\"nav_menu-5\";}}}}','yes'),(15409,'_transient_wflginfl_00000000000000000000ffffb6329745','1','no'),(15416,'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'),(15418,'_transient_wflginfl_00000000000000000000ffffcab3182a','1','no'),(15422,'_transient_wflginfl_00000000000000000000ffff5ab9607f','1','no'),(15426,'_transient_wflginfl_00000000000000000000ffff7c7a139a','1','no'),(15433,'_transient_wflginfl_00000000000000000000ffffb29ff259','1','no'),(15437,'wf_login_ninja_options','a:15:{s:7:\"captcha\";i:1;s:13:\"captcha_noise\";i:0;s:13:\"captcha_color\";s:7:\"#FFFFFF\";s:12:\"captcha_text\";s:28:\"Are you human? Please solve:\";s:18:\"max_login_attempts\";s:1:\"5\";s:23:\"max_login_attempts_time\";s:1:\"5\";s:19:\"bruteforce_ban_time\";s:4:\"1440\";s:18:\"notification_email\";s:26:\"loveyourbrain@fastmail.com\";s:25:\"notification_failed_login\";s:1:\"1\";s:29:\"notification_successful_login\";s:1:\"1\";s:19:\"notification_banned\";s:1:\"1\";s:10:\"logout_url\";s:0:\"\";s:8:\"ban_rule\";s:1:\"2\";s:7:\"ban_msg\";s:15:\"You are banned!\";s:9:\"login_msg\";s:91:\"<b>NOTICE:</b> 5 failed login attempts in 5 minutes will get you <b>banned</b> for 1 Years.\";}','yes'),(15438,'wf_login_ninja_roles','a:8:{s:13:\"administrator\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:6:\"editor\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:6:\"author\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:11:\"contributor\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:10:\"subscriber\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:8:\"customer\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:12:\"shop_manager\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}s:5:\"agent\";a:3:{s:13:\"redirect_type\";s:1:\"0\";s:17:\"redirect_category\";s:1:\"0\";s:6:\"params\";s:0:\"\";}}','yes'),(15462,'wf_login_ninja_banned','a:0:{}','yes'),(15464,'_transient_external_ip_address_226.70.205.161','69.167.136.107','no'),(15482,'rwl_page','wkf8621-admin','yes'),(15488,'_site_transient_timeout_browser_5a44afb513ff98a874122cd432a844f1','1503891929','no'),(15489,'_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'),(15508,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1504492057;s:7:\"checked\";a:2:{s:15:\"twentyseventeen\";s:3:\"1.3\";s:10:\"wanderfuls\";s:5:\"1.0.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(15530,'_transient_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Premium WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 16:03:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://semperplugins.com/wp-content/uploads/2016/06/cropped-AIOSEOP-Gear-Blue-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"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:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"How to Build a Landing Page in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2017 13:00: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"landing 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:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"WordPress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"WordPress themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3441/\";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:419:\"What a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break the bank by hiring services from lead generation and marketing companies. You can even create a landing<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:14387:\"<p><img class=\"aligncenter wp-image-3480\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured.jpg\" alt=\"You can either build a WordPress landing page yourself using a customized page template or by installing a specialized landing page builder plugin.\" width=\"851\" height=\"266\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured.jpg 5556w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-300x94.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-768x240.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-1024x320.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-800x250.jpg 800w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-100x31.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-150x47.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-200x63.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-450x141.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-600x188.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/06/how-to-build-a-landing-page-featured-900x281.jpg 900w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>What a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break the bank by hiring services from lead generation and marketing companies.</p>\n<p>You can even <strong>create a landing page yourself in less than 10 minutes</strong>. We’ll show you how.</p>\n<p>First things first, let’s cover the basics of landing pages.</p>\n<h2>Why Should I Build a Landing Page?</h2>\n<p>Because they convert. A landing page is essentially the entry point to your site. A great landing page will <strong>grab a visitor’s attention and persuade them to take a desired action</strong>: perhaps you want them to sign up for your email list, download a brochure, buy a product, etc. Whatever the goal, a good landing page is always focused towards that goal.</p>\n<p>Just to make sure that you understand, let’s look at the difference between a landing page and the homepage of a site: <strong>a landing page is focused on a specific goal or objective</strong> while your main homepage has a broad objective. The aim of a landing page is to take your visitors through a specific marketing journey while the main homepage allows visitors to decide on their own journey through your site.</p>\n<p>Anyone can tell you that you don’t really need a landing page to get a visitor to take a specific action. You can actually make them take the desired action on your homepage.</p>\n<p>BUT, <strong>with a good landing page you will achieve a higher conversion rate</strong> because it is very specific in its goal. A homepage has a lot of information and elements that may distract a user from taking the desired action.</p>\n<p>So, are you ready to build one? Here are several ways to build landing pages in WordPress.</p>\n<h2>Building a Custom Page</h2>\n<p>Building a custom page within WordPress is the old-fashioned approach. You would simply just build a custom page template on any theme you have; and do whatever you need to in the template.</p>\n<p>The easiest way to build a custom page template in WordPress is to copy the default page PHP template and edit CSS and HTML components to get the desired design or structure.</p>\n<h2>Using Plugins to Build Landing Pages</h2>\n<p>Plugins are the best way to go if you do not want to worry about dealing with code.</p>\n<p>Unfortunately, there aren’t many free landing page builder plugins out there. And the few free ones often have in-plugin purchases or limited features. There is, however, one free plugin that has all the features you need to build a functional landing page in WordPress. It’s among the top landing page plugins (see below).</p>\n<h3>WordPress Landing Pages</h3>\n<p><a href=\"https://wordpress.org/plugins/landing-pages/\" target=\"_blank\" rel=\"noopener\">WordPress Landing Pages</a> is an easy-to-use plugin that has <strong>all the basic features you need to build a functional landing page</strong>. It has a fair selection of templates, allows you to split test (a/b testing) your landing pages, as well as to track and measure conversions.</p>\n<div id=\"attachment_3482\" style=\"width: 723px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3482\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages.png\" alt=\"The WordPress Landing Pages plugin is fully integrated in the Theme Builder and allows you to quickly customize any elements you like.\" width=\"713\" height=\"373\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages.png 1920w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-300x157.png 300w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-768x402.png 768w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-1024x537.png 1024w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-477x250.png 477w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-100x52.png 100w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-200x105.png 200w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-450x236.png 450w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-600x314.png 600w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-900x472.png 900w, https://semperplugins.com/wp-content/uploads/2017/06/wordpress-landing-pages-1200x630.png 1200w\" sizes=\"(max-width: 713px) 100vw, 713px\" /><p class=\"wp-caption-text\">The WordPress Landing Pages plugin is fully integrated in the Theme Builder and allows you to quickly customize any elements you like.</p></div>\n<p>All in all, it is a good option if you are on a budget and don’t want to invest in a more functional landing page plugin at the moment.</p>\n<h3>Thrive Landing Pages</h3>\n<p><a href=\"https://thrivethemes.com/landingpages/\" target=\"_blank\" rel=\"noopener\">Thrive Landing Pages</a> has a drag & drop editor that makes it extremely easy to create and edit landing pages. It<strong> comes with over 140 templates</strong> (some themed) for you to choose from. The great thing about the plugin is that the landing pages are combined in sets to provide a consistent user experience. That means that the opt-in page, “thank you” page and confirmation pages in a particular set have the same feel and don’t provide random experiences.</p>\n<h3>Leadpages</h3>\n<p>Leadpages is actually an online landing page builder – we’ll be addressing it more thoroughly down below – with a plugin for WordPress. It has a centralized editor and your <strong>landing pages are hosted on Leadpages servers</strong>. The best thing about Leadpages is that you can easily and quickly create or publish a landing page. All you need to do is choose a template, customize it (through the drag & drop page builder) and add it to your site.</p>\n<h3>Beaver Builder</h3>\n<p><a href=\"https://www.wpbeaverbuilder.com/\" target=\"_blank\" rel=\"noopener\">Beaver Builder</a> is simply a drag & drop page theme builder (another option covered below) that also comes as a plugin. You can easily and quickly create custom layouts and designs – you have around 30 landing pages to choose from.</p>\n<div id=\"attachment_3483\" style=\"width: 734px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3483\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder.jpg\" alt=\"You can try out the Beaver Builder plugin for yourself at http://demo.wpbeaverbuilder.com/.\" width=\"724\" height=\"361\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder.jpg 1917w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-300x150.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-768x383.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-1024x511.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-501x250.jpg 501w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-150x75.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-200x100.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-450x225.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-600x300.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/06/beaver-builder-900x449.jpg 900w\" sizes=\"(max-width: 724px) 100vw, 724px\" /><p class=\"wp-caption-text\">You can try out the Beaver Builder plugin for yourself at <a href=\"http://demo.wpbeaverbuilder.com/\" target=\"_blank\" rel=\"noopener\">demo.wpbeaverbuilder.com</a>.</p></div>\n<p>The great thing about Beaver Builder is that <strong>you can use your WordPress widgets to add more functionality</strong> and bring elements in from your site to your landing pages.</p>\n<h3>OptimizePress</h3>\n<p>You’ve probably heard of <a href=\"https://www.optimizepress.com/\" target=\"_blank\" rel=\"noopener\">OptimizePress</a> before – it has been <strong>one of the most popular plugins</strong> to build landing pages for quite some time. That’s because it offers a wide range of templates and a powerful drag & drop editor to quickly create the landing page you need. Note: the size of the plugin is quite large (29MB).</p>\n<h2>Theme Builders</h2>\n<p>As we mentioned earlier, <strong>most WordPress themes are quite restrictive when it comes to design and structure</strong>. For example, you can customize the primary content block of a page in most themes but you cannot amend the design of anything outside the block. So, if you aim to create a landing page from a theme page template, you would just end up with a new page with the same design as your website – the opposite of a landing page. Unless you build a custom page template (mentioned earlier) or use advanced theme builders.</p>\n<p>What advanced theme builders offer are drag and drop builders. They essentially enable you to customize every and any design aspect of any page. The interface is also very easy to use.<br />\nThere are plenty of great drag & drop theme builders available. A few off the top of my head: <a href=\"https://www.elegantthemes.com/gallery/divi/\" target=\"_blank\" rel=\"noopener\">Divi</a>, <a href=\"https://wpexplorer-themes.com/total/\" target=\"_blank\" rel=\"noopener\">Total</a>, Beaver Builder (its plugin version is recommended above) and <a href=\"http://demo.qodeinteractive.com/strata/\" target=\"_blank\" rel=\"noopener\">Strata</a>.</p>\n<p>If you need a variety of landing page templates, it is highly recommended you use this method instead of creating custom theme templates. It will save you time and make your work much easier.</p>\n<h2>Leadpages</h2>\n<p><a href=\"https://www.leadpages.net/\" target=\"_blank\" rel=\"noopener\">Leadpages is known for creating stunning and functional landing pages</a>. It offers dozens of integrations to help make your WordPress landing page user friendly and attractive. The downside is that it isn’t free: plans start at $36.99 per month.</p>\n<div id=\"attachment_3484\" style=\"width: 743px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3484\" src=\"https://semperplugins.com/wp-content/uploads/2017/06/leadpages.jpg\" alt=\"Leadpages has more than a hundred of templates to choose from that can be added to your site within minutes.\" width=\"733\" height=\"362\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/06/leadpages.jpg 1877w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-300x148.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-768x379.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-1024x506.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-506x250.jpg 506w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-100x49.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-150x74.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-200x99.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-450x222.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-600x296.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/06/leadpages-900x444.jpg 900w\" sizes=\"(max-width: 733px) 100vw, 733px\" /><p class=\"wp-caption-text\">Leadpages has more than a hundred of templates to choose from that can be added to your site within minutes.</p></div>\n<p>What you get is <strong>144+ well-designed templates</strong>, a simple editor that enables you to create and <strong>publish a stunning landing page in 10 minutes</strong> or less and the ability to split test your landing pages.</p>\n<p>It’s not a stretch to say that Leadpages is the most popular landing page option. It is actually hard to find a popular blog online that doesn’t use it. Two of the many reasons for it’s popularity is that you do not need to be a designer to use it and all their templates have been tested as effective and high converting templates.</p>\n<p>The price may be worth it to you if you want to save time, as the platform is incredibly easy to use.</p>\n<h2>Wrapping Up</h2>\n<p>Although WordPress may not be designed to handle landing pages, you can easily create one using either the old-fashioned method of building a custom page template or by using a plugin. Above we mentioned some of the best plugins you can use to build highly functional and attractive landing pages, developer or not.</p>\n<p>Choose the method that works best for your business and start collecting, cultivating and converting leads!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s: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:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress Will Require Users to Have HTTPS This Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/wordpress-requires-sites-to-use-https/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 18:32:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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:\"\";}i:1;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:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"HTTPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"WordPress 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://semperplugins.com/?p=3129/\";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:471:\"WordPress founder, Matt Mullenweg, recently announced that the software will require all hosts to have HTTPS for certain WordPress features to function. Don’t panic just yet. If you already have HTTPS, this shouldn’t affect you. But if you’re still using HTTP, you’ll need<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/wordpress-requires-sites-to-use-https/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:13112:\"<p><img class=\" wp-image-3419 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured.jpg\" alt=\"\" width=\"851\" height=\"266\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured.jpg 5556w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-300x94.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-768x240.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-1024x320.jpg 1024w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-800x250.jpg 800w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-100x31.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-150x47.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-200x63.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-450x141.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-600x188.jpg 600w, https://semperplugins.com/wp-content/uploads/2017/03/wordpress-requires-https-featured-900x281.jpg 900w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>WordPress founder, Matt Mullenweg, <a href=\"https://wordpress.org/news/2016/12/moving-toward-ssl/\">recently announced that the software will require all hosts to have HTTPS for certain WordPress features</a> to function.</p>\n<p>Don’t panic just yet. If you already have HTTPS, this shouldn’t affect you. <strong>But if you’re still using HTTP, you’ll need to upgrade soon.</strong> The good news is that the transition is not as difficult as you think it is and the benefits outweigh the assumed disadvantages.</p>\n<p>This article will go over what the WordPress HTTPS mandate means for you as a site owner; the advantages; as well as how to upgrade to HTTPS if you haven’t already done so.</p>\n<h2>What is HTTPS?</h2>\n<p>HTTPS adds a security layer to HTTP (Hypertext Transfer Protocol). <strong>HTTPS essentially encrypts data</strong> (using SSL or TSL) that is communicated between servers and clients until it reaches the intended recipient.</p>\n<p>This<strong> prevents cybercriminals from accessing sensitive user information</strong> and also reduces the risk of tapping and modification of sensitive data. Although HTTPS is not completely foolproof, it undoubtedly has major security advantages.</p>\n<p>HTTPS sites can be easily identified, as they have a locked padlock icon located on the link bar in most common browsers.</p>\n<h2>Why is WordPress Pushing HTTPS?</h2>\n<p>There’s mainly two reasons for this, so let’s quickly dive into them.</p>\n<h3>Google Prefers It</h3>\n<p>It is no secret that greater encryption and cyber security has made the Internet a safer place for users. As usual, a Google update signaled the necessity of HTTPS for user experience, SEO and internet security.</p>\n<p>In 2014, Google suggested that <strong>enabling HTTPS on your site could result in higher search rankings</strong>. Although it still isn’t the only important factor in raising your site rankings, you shouldn’t underestimate its value. For example, if two sites are equal in all ways, but one site has HTTPS, that site would get a boost in rankings.</p>\n<div id=\"attachment_3342\" style=\"width: 511px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3342\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock.png\" alt=\"Chrome will display a green padlock in the link bar when a site is using HTTPS, assuring users it\'s using the latest security protocol.\" width=\"501\" height=\"217\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock.png 1138w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-300x130.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-768x333.png 768w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-1024x444.png 1024w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-577x250.png 577w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-100x43.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-150x65.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-200x87.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-450x195.png 450w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-600x260.png 600w, https://semperplugins.com/wp-content/uploads/2017/03/https-green-padlock-900x390.png 900w\" sizes=\"(max-width: 501px) 100vw, 501px\" /><p class=\"wp-caption-text\">Chrome will display a green padlock in the link bar when a site is using HTTPS, assuring users it’s using the latest security protocol.</p></div>\n<p>In January of this year, Google released version 56 of Google Chrome. This new release brought about some changes, notably with how Google Chrome treats HTTPS vs. HTTP sites. The browser now clearly identifies sites that are not operating HTTPS on their systems. For example, <strong>a “Not Secure” message now appears on pages without HTTPS that try to collect passwords or sensitive information</strong>. You can expect that, eventually, all pages not using HTTPS will clearly be labeled as having insecure connections.</p>\n<p>We can reasonably assume that Google’s preference for HTTPS has been a contributing factor for the changes implemented by WordPress.</p>\n<h3>Users Prefer HTTPS Too</h3>\n<p>A secure connection can make all the difference from a user’s perspective. Users see HTTPS as a positive signal that you are taking your site security seriously, for their benefit. So, having <strong>HTTPS could mean more traffic and longer usage times</strong> on your site.</p>\n<p>HTTPS is particularly important if you are operating an e-commerce site. Simply seeing the padlock icon could make users more comfortable in entering their payment details and other personal information. Particularly with the new Chrome update (mentioned earlier) which shows a “Not Secure” label on e-commerce sites or sites that require a user login or credit card information, but don’t have HTTPS.</p>\n<p>Both Google and user preference should be enough reason for you to upgrade your site to HTTPS. It is simply necessary to ensure watertight security for your users and to protect your online business reputation.</p>\n<div id=\"attachment_3343\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3343\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure.png\" alt=\"Sites that require users to login or enter credit card information are now displayed as "Not secure" in Chrome when they haven\'t switched to HTTPS yet.\" width=\"500\" height=\"196\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure.png 1600w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-300x118.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-768x301.png 768w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-1024x401.png 1024w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-638x250.png 638w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-100x39.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-150x59.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-200x78.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-450x176.png 450w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-600x235.png 600w, https://semperplugins.com/wp-content/uploads/2017/03/https-not-secure-900x353.png 900w\" sizes=\"(max-width: 500px) 100vw, 500px\" /><p class=\"wp-caption-text\">Sites that require users to login or enter credit card information are now displayed as “Not secure” in Chrome when they haven’t switched to HTTPS yet.</p></div>\n<p>Remember when JavaScript was first introduced and quickly embraced by users and webmasters? Looking back, we can see now that JavaScript was essential for smoother and better user experience. HTTPS similarly, presents a number of unique advantages for user experience and security that we should all quickly embrace.</p>\n<p>We know that you may be overwhelmed switching from HTTP to HTTPS. After all, change does takes time to get used to, but in this instance, you may need to quickly get on board. At this point, <strong>the advantages of HTTPS have greatly outnumbered the disadvantages</strong>. Plus, upgrading to HTTPS is no longer the costly, time consuming, and difficult process that it once was. In fact, getting an SSL certificate in 2017 is fast, sometimes free, and quite easy to implement.</p>\n<h2>How to Get HTTPS</h2>\n<p><a href=\"https://wordpress.org/hosting/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress hosting partners</a> should now provide an SSL certificate for all accounts. (It is required that they all do so as early as the first quarter of this year.)</p>\n<p>Your hosting provider may already provide a free SSL certificate, so check with them first before you make any third-party purchase. If they do not offer a free one, you could ask them if they sell third party SSL certificates. Once purchased, you can ask your provider to install the certificate for you on your server.</p>\n<div id=\"attachment_3344\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3344\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors.png\" alt=\"Dozens of major companies are already backing Lets Encrypt, including Automattic (known for WooCommerce, Jetpack, Akismet and WordPress.com)\" width=\"500\" height=\"395\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors.png 546w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-300x237.png 300w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-317x250.png 317w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-100x79.png 100w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-150x118.png 150w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-200x158.png 200w, https://semperplugins.com/wp-content/uploads/2017/03/lets-encrypt-sponsors-450x355.png 450w\" sizes=\"(max-width: 500px) 100vw, 500px\" /><p class=\"wp-caption-text\">Dozens of major companies are already backing Lets Encrypt, including Automattic (known for WooCommerce, Akismet and WordPress.com)</p></div>\n<p>Another option is to explore the free alternatives, independent of your hosting provider. There are projects such as “Let’s Encrypt” which have now made it easy and quick to <a href=\"https://letsencrypt.org/\" target=\"_blank\" rel=\"noopener noreferrer\">secure a free HTTPS certificate for your website</a>.</p>\n<p>Let’s Encrypt is an authorized open Certificate Authority with millions of active certificates in place. There are other comparable projects out there that can help by guiding you step-by-step through the installation process or who have been authorized to deliver certificates.</p>\n<p>Remember that SSL certificates upgrade the website, but not the content itself. That means that the content on your page will also need to be updated so as to avoid 404 errors. Google may interpret the error as a mismatch in the security level of your site. The only way to avoid this is by encrypting the content of your website to match your SSL certificate.</p>\n<p>To track and resolve any 404 errors on your site, you may want to use a specialised plugin such as Redirection to do so.</p>\n<h2>What if You Just Don’t Want to Upgrade to HTTPS?</h2>\n<p>You could see a number of things happening to your site over time if you do not upgrade to HTTPS. The first may be facing the consequences set out by Google, i.e: <strong>lower rankings </strong>and having your users staring at a “Not Secure” warning when they try to access your site via Google Chrome.</p>\n<p>The second is that you could <strong>struggle with WordPress updates and lose some or all functionality</strong> on specific WordPress plugins.</p>\n<p>Third, your site may be <strong>an easier target for hacking</strong>.</p>\n<p>Those are three consequences that require you to seriously reconsider if you really want to take the risk of not upgrading to HTTPS.</p>\n<h2>Wrapping Up</h2>\n<p>Let’s put it this way: you will simply have nothing to lose by adopting HTTPS. Yet, if you do not use HTTPS, you could risk leaving your site in the “dark ages” of the Internet.</p>\n<p>But then again, if you’re a WordPress site owner, you have no choice. Take the plunge and let us know how it worked out for you!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"42\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"All in One SEO Pack at WordCamp Raleigh 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 May 2017 15:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"WordCamp Raleigh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3426/\";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:417:\"Last month, the team from All in One SEO Pack were in attendance at WordCamp Raleigh 2017. We were not only there are organizers of the event but also as sponsors and speakers. If you didn’t get a chance to attend<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Steve Mortiboy\";s: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:3680:\"<p>Last month, the team from All in One SEO Pack were in attendance at <a href=\"https://2017.raleigh.wordcamp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp Raleigh 2017</a>. We were not only there are organizers of the event but also as sponsors and speakers.</p>\n<p>If you didn’t get a chance to attend WordCamp Raleigh then here’s a recap of the event.</p>\n<p>WordCamp Raleigh is a conference all about WordPress. The event has been held each year since 2010. This year was the best attended yet, with over 300 attendees. This year we had four tracks – Beginner, Business, Power User and Developer. We also added workshops in addition to the tracks. There were three workshops – Beginners Guide to WordPress, WordPress REST API and Beginners Guide to WordPress SEO. All three were extremely popular.</p>\n<h2>Local SEO presentation by Steve Mortiboy</h2>\n<p>I spoke on the topic of Local SEO – How to get your business listed on Google’s local search results. Here are my slides from this presentation:</p>\n<p><iframe src=\"https://www.slideshare.net/slideshow/embed_code/key/4Ssk3Lm2vq2l18\" width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;\" allowfullscreen> </iframe> </p>\n<div style=\"margin-bottom:5px\"> <strong> <a href=\"https://www.slideshare.net/dismort/local-seo-getting-your-local-business-on-google\" title=\"Local SEO - Getting your local business on google\" target=\"_blank\">Local SEO – Getting your local business on google</a> </strong> from <strong><a target=\"_blank\" href=\"https://www.slideshare.net/dismort\">Steve Mortiboy</a></strong> </div>\n<p>Here is the video from my presentation on WordPress.tv:</p>\n<p><iframe width=\'605\' height=\'340\' src=\'https://videopress.com/embed/u6Rx29m9?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<h2>Social Meta Optimization by Tony Zeoli</h2>\n<p>In addition to my session, Tony Zeoli also gave a presentation on Social Meta Optimization where he used All in One SEO Pack to demonstrate how you can improve you social media presence. You can find more about Tony’s presentation on his <a href=\"https://tonyzeoli.com/2017/05/28/social-meta-optimization-presentation-at-wordcamp-raleigh-2017/2062/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a>. The video from his presentation is also on WordPress.tv here:</p>\n<p><iframe width=\'605\' height=\'340\' src=\'https://videopress.com/embed/rG2jN5os?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<h2>Beginners Guide to SEO by Tony Zeoli</h2>\n<p>Finally, Tony Zeoli also presented the Beginners Guide to WordPress SEO workshop which was held on the Sunday at WordCamp Raleigh. This workshop was not recorded on video but you can find a write by Tony and links to his slides on his <a href=\"https://tonyzeoli.com/2017/05/20/wordcamp-raleigh-2017-wordpress-seo-for-beginners-workshop/1998/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a>.</p>\n<p>If you didn’t get a chance to attend WordCamp Raleigh this year, keep a watch on the <a href=\"https://2017.raleigh.wordcamp.org/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a> for announcements regarding WordCamp Raleigh 2018. Or you can find a WordCamp in your city or country by checking out the central <a href=\"https://central.wordcamp.org/schedule/\" target=\"_blank\" rel=\"noopener noreferrer\">WordCamp schedule</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Important Sections of Google Analytics Explained\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/important-sections-of-google-analytics-explained/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://semperplugins.com/important-sections-of-google-analytics-explained/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 May 2017 15:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"google analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2298\";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:443:\"Google Analytics (GA) is one of the most powerful, effective and comprehensive platforms to track and analyze your site traffic and marketing efforts. But a lot of businesses find it intimidating and challenging to use. If you’re one of those<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/important-sections-of-google-analytics-explained/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:13749:\"<p><img class=\"size-full wp-image-3381 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/important-sections-of-google-analytics-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>Google Analytics (GA) is <strong>one of the most powerful, effective and comprehensive platforms</strong> to track and analyze your site traffic and marketing efforts. But a lot of businesses find it intimidating and challenging to use. If you’re one of those businesses, this article is for you.</p>\n<p>Although GA can be quite overwhelming, getting useful data to work with is not as difficult as you think it is. Understanding how to get some basic information from the platform can give you pretty good insight into how your website is working for your business.</p>\n<p>This article will give you a basic understanding of the four key sections that contain actionable data:</p>\n<p style=\"padding-left: 30px;\">1. Audience<br />\n2. Behavior<br />\n3. Acquisition<br />\n4. Conversions</p>\n<p>Let’s get started.</p>\n<h2><strong>An Introduction to Google Analytics</strong></h2>\n<p>You probably have a Google Analytics account and most likely have it connected to your website. If you don’t, and you’re thinking of signing up, <a href=\"https://support.google.com/analytics/answer/1008015?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">use this guide on how to get started</a>. Once you’re up and running, you’ll have to wait a few days to get data to analyze.</p>\n<p>The first thing you’ll notice when you open the platform is GA’s (somewhat confusing) layout and menu system. It uses a top navigation for account level features and information; and a side navigation for combing through your analytics data.</p>\n<p>The Reporting section’s side navigation (which is where you can view your web analytics) is broken down into the following sections:</p>\n<ul>\n<li><strong>Real-Time:</strong> Shows what is happening on your site right now. So you’ll see the current visitor count on your website, what pages they’re browsing and for how long</li>\n<li><strong>Audience:</strong> Gives detailed information about your website visitors</li>\n<li><strong>Acquisition:</strong> Shows how your visitors are arriving to your site. It gives you a breakdown (by channel) of how visitors are getting to your site</li>\n<li><strong>Behavior:</strong> Shows you how visitors are interacting with your site</li>\n<li><strong>Conversions:</strong> Provides conversion data for your various business goals and activities</li>\n</ul>\n<p>As you can see, Audience, Acquisition, Behavior and Conversions tabs contain the <strong>actionable data you can use to optimize your site and grow your business.</strong></p>\n<p>So let’s help you get a basic understanding of those tabs.</p>\n<h2><strong>Audience</strong></h2>\n<p>To view your audience insights, click on Audience > Overview on the left hand menu of the analytics dashboard.</p>\n<p>As you will see from the Audience Overview data, Google Analytics gives you detailed insights into your audience: from location, to page views to device type to language and more.</p>\n<p>This information is invaluable in allowing you to tailor your site<strong> to better suit the needs of your visitors and effectively grant them an easier viewing experience</strong>.</p>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg\"><img class=\"aligncenter wp-image-3405\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg\" alt=\"\" width=\"600\" height=\"255\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section.jpg 1621w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-300x128.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-768x327.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-1024x436.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-587x250.jpg 587w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-100x43.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-150x64.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-200x85.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-450x192.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-600x255.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-audience-section-900x383.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>There is however some terminology you first need to understand in order to accurately analyze your Audience data:</p>\n<ul>\n<li>A <strong>Session</strong> refers to a single fixed period of time that a visitor takes action(s) on your site. So if a visitor views 3 pages on your site over a 3-minute period and then exits your site, it’ll be recorded as a single session and three pageviews</li>\n<li>As you may have gleaned from above, a <strong>Pageview</strong> is recorded whenever a visitor views a page on your site</li>\n<li>A <strong>New Visitor</strong> is any user that is visiting your site for the first time. They will be classified as a <strong>Returning Visitor</strong> on their second and subsequent visits</li>\n<li>A <strong>User</strong> is any computer or device that Google classifies as a unique visitor in accessing your site. So let’s say a user views your site on both their computer and tablet. Google will record that as two users. Even if a user accesses your site from two different browsers on the same computer, Google will record it as two users</li>\n<li><strong>Pages/Session</strong> is the average number of pageviews per session</li>\n</ul>\n<p>It is recommended that you spend some time understanding these definitions before you begin analyzing the comprehensive audience data.</p>\n<h2><strong>Behavior</strong></h2>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg\"><img class=\"aligncenter wp-image-3407\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg\" alt=\"\" width=\"600\" height=\"286\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section.jpg 1621w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-300x143.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-768x367.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-1024x489.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-524x250.jpg 524w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-100x48.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-150x72.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-200x95.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-450x215.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-600x286.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-behaviour-section-900x430.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>The Behavior section gives you <strong>invaluable data on how your users are interacting with your site.</strong> You can track how long an average user stays on a specific page, the hours and days you receive the most traffic, bounce rates (the percentage of visitors who exit your site after viewing only one page), your site speed, and much more detailed and useful metrics.</p>\n<p>Spend some time exploring and familiarizing yourself with this section. It contains everything you need to know to optimize your site and user experience, and also to manage your blog or content pages.</p>\n<h2><strong>Acquisition</strong></h2>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg\"><img class=\"aligncenter wp-image-3409\" src=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg\" alt=\"\" width=\"600\" height=\"297\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section.jpg 1609w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-300x149.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-768x380.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-1024x507.jpg 1024w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-505x250.jpg 505w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-150x74.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-200x99.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-450x223.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-600x297.jpg 600w, https://semperplugins.com/wp-content/uploads/2016/08/google-analytics-acquisition-section-900x446.jpg 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></a></p>\n<p>The Acquisition section is pretty straightforward: it contains <strong>data on how your site acquires traffic</strong>. It records the following traffic channels: organic (search and direct), paid, referral, email and social. It also gives you important insights into the performance of your marketing campaigns.</p>\n<p>What you should really be looking at within the Acquisition section is Goals. Goals are what you hope visitors accomplish when or after using your site. They are summarized in the Overview of this section but aren’t presented or broken down in detail. That’s where the Conversions section comes in.</p>\n<h2><strong>Conversions</strong></h2>\n<p>Conversion tracking is arguably the most important functionality in Google Analytics. After all, the ultimate goal of any web analytics software/tool is <strong>to help you determine and increase the success of your website and business</strong>.</p>\n<p>To make the most out of Google Analytics, you need to understand and identify your key performance indicators (KPIs) and set them up as Goals. Goals could range from video views, newsletter signups, purchases and more.</p>\n<p>Carefully think about how you measure the success of your business before setting up your Goals in GA. An accurate setup will enable you to more effectively analyze your website traffic data.</p>\n<h2>Using All in One SEO Pack with Google Analytics</h2>\n<p>By now you should have already discovered that Google Analytics is a great tool to track your visitors behaviour. If you are using WordPress for your site and have decided to venture into the statistics, <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">we recommend you use our All in One SEO Pack plugin</a>.</p>\n<p>It offers a simple way to integrate Google Analytics on your site without having to risk breaking your site or messing with code. The whole process is very simple and is described <a href=\"https://semperplugins.com/documentation/setting-up-google-analytics/\">here</a>.</p>\n<p>But that’s not all it has to offer: there are also various other advanced settings such as tracking multiple domains, adding additional domains, enhanced e-commerce, tracking outbound links, excluding WordPress user roles from tracking and many more.</p>\n<h2><strong>Wrapping Up</strong></h2>\n<p>A basic overview of those four actionable sections should ease the challenge of collecting relevant data for your business. However, getting invaluable data from Google Analytics requires work, time and patience. Stay tuned for an article that delves deeper into extracting and accurately analyzing data in Google Analytics.</p>\n<p>For now, you can take a look at some of the tutorials in the <a href=\"https://analyticsacademy.withgoogle.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Google Analytics Academy</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://semperplugins.com/important-sections-of-google-analytics-explained/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"How Social Media Impacts Your 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:55:\"https://semperplugins.com/how-social-media-impacts-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/how-social-media-impacts-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s: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:10:\"social 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:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://semperplugins.com/?p=2893\";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:404:\"Social media has evolved quite rapidly in the years it has been around. From BBS (Bulletin Board) to Friendster, Diaspora, Myspace and onto Facebook. But when we think of social media today, we arguably only have 3 or 4 large<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-social-media-impacts-seo/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:11760:\"<p><img class=\"size-full wp-image-3275 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/11/how-social-media-impacts-seo-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>Social media has evolved quite rapidly in the years it has been around. From BBS (Bulletin Board) to Friendster, Diaspora, Myspace and onto Facebook. But when we think of social media today, we arguably only have 3 or 4 large networks in mind: Facebook, Twitter, Instagram and LinkedIn.</p>\n<p>Nowadays, those four platforms have become essential to every marketer’s strategy and are used to effectively get your brand in front of your target audience; but do they <em>directly</em> impact your SEO and search ranking? No, they currently do not.</p>\n<p>However, that doesn’t mean that social media marketing and SEO do not affect each other in a variety of different ways. They are both inbound strategies that aim to attract your audience or customers to your brand. They are also both organic ways to attract your audience with unique quality content.</p>\n<p>Perhaps the best way to describe the relationship between SEO and social media is to say that they are co-dependent. Effective social media campaigns will help improve your site ranking, and good SEO will inevitably boost your social clout. This is what we refer to as social SEO: <strong>the use of social media to boost your search engine rankings</strong>.</p>\n<p>This post will demystify the relationship between social media and SEO; and show you how you can make social SEO work for your WordPress site.</p>\n<h2>How Important is Social SEO?</h2>\n<p>You can certainly rank your website well without focusing much on social SEO. You can’t, however, rank your website by focusing solely on social SEO. But that shouldn’t make you dismiss the whole idea too soon.</p>\n<p>An active and strong social media presence makes it easier and faster to rank your site as search engines attribute <strong>authority</strong> based on tweets, shares, likes and Google +1s. Your social media presence also puts your content in front of a larger audience, some of whom will link your content on their own sites, creating valuable organic <strong>backlinks</strong> which contribute to your PageRank.</p>\n<div id=\"attachment_3276\" style=\"width: 630px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-3276\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph.png\" alt=\"According to a recent study, Social Media Marketing even surpassed the impact of regular SEO in 2016, considering that market is already rather saturated. Time to hop on the bandwagon!\" width=\"620\" height=\"359\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph.png 981w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-300x174.png 300w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-768x445.png 768w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-432x250.png 432w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-100x58.png 100w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-150x87.png 150w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-200x116.png 200w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-450x261.png 450w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-600x347.png 600w, https://semperplugins.com/wp-content/uploads/2016/11/social-media-marketing-graph-900x521.png 900w\" sizes=\"(max-width: 620px) 100vw, 620px\" /><p class=\"wp-caption-text\">According to a recent study, Social Media Marketing even surpassed the impact of regular SEO in 2016, considering that market is already rather saturated. Time to hop on the bandwagon! Source: smartinsights.com/managing-digital-marketing/marketing-innovation/marketing-trends-2016/</p></div>\n<p>That is not to say that social SEO will eventually replace regular SEO, but we cannot ignore the fact that social signals are slowly becoming an integral part of search engine algorithms. Even though they have nothing on backlinks – and probably won’t, at least not in the near future – <strong>social links</strong> are still quite important. But <em>how much</em> effect or weight do they have on your rankings, particularly your ranking for target keywords?</p>\n<p>Well, search engines have not yet made that information public. We just have to work with the definitive information that social signals do (indirectly) impact your site rankings and will continue to do so.</p>\n<h2>When Should I Focus on Social SEO?</h2>\n<p>If you are in an industry where your competitors are heavily focusing on both SEO and social SEO, and you want to rank well for your industry keywords, you have no other option but to do the same. Backlinks coupled with social signals will boost your rankings much more than backlinks alone, so you will lag behind your competition if you are only focused on building the latter. And if they aren’t focused on social SEO, <strong>you should jump on the opportunity to get one step ahead of your competitors</strong>.</p>\n<p>Although social media does not directly impact your site rankings on Google, social networks are dominating the internet and will arguably dictate the future of the internet. You should invest properly in social media as it could soon <em>directly</em> impact your site’s rankings on search engines.</p>\n<h2>How to Effectively Implement Social SEO</h2>\n<p>How can you increase your site rankings with good social SEO? Here are a few summarized tips:</p>\n<ul>\n<li>Create a business page on the “main” social networks: Facebook, Twitter, LinkedIn, Google+, Pinterest, Instagram, etc.</li>\n<li>Be active on those channels and engage your followers and subscribers</li>\n<li>Create shareable, engaging and unique content</li>\n<li>Make it as easy as possible for people to share your content</li>\n<li>Share your content, and that of other influencers in your field on your social channels</li>\n</ul>\n<p><strong>The more active you are on social media, the more awareness you are bringing to your brand</strong>, the more your social following grows, and the higher the chance that your content is being shared across a broader network. It’s a snowball effect: the more followers you have, the more engagement you’ll get and the easier it will become to grow your community.</p>\n<p>A bigger community means that more people are viewing your content and the higher the chance that the content will be shared. This increases the number of backlinks to your site which will impact your search rankings for the better.</p>\n<p>Also, the more engagement you have on your social channels, the higher the chance that people will look for your brand on Google or other search engines via branded searches – which help your site rank for non-branded keywords that are relevant to your brand.</p>\n<p>You do have to consider that <strong>the above scenarios are based on the assumption that you are producing quality and unique content</strong>. If you are creating bad content, you won’t get anywhere. Users will not interact with your brand if you’re not offering them value or good entertainment. If you want your content shared and widely distributed, you need to put in the time to create quality and valuable content your audience will enjoy.</p>\n<p>In summary, the following social signals will increase your search engine rankings for the keywords you’re targeting:</p>\n<ul>\n<li>Your social network followers</li>\n<li>The likes, shares, retweets, Google +1s your website gets</li>\n<li>Mentions by other authority or influencers in your field</li>\n<li>Positive reviews on your business’ Google+ page</li>\n</ul>\n<h2>Using All in One SEO Pack for Social Meta</h2>\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_navmenu\">Our All in One SEO Pack plugin comes with a Social Meta module</a> to help you get going with social marketing. This feature allows you to add Open Graph meta tags to enrich your posts by creating a rich snippet. Let’s briefly go over how Open Graph meta tags work and how they specifically help you with social SEO.</p>\n<p>Basically, every web page on any site can be shared on social media channels. However, the way that shared page is displayed on social media may be very different. Websites that aren’t optimized with Open Graph meta tags won’t be as easily interpreted by Facebook, Twitter and the like and will, most of the time, show up as a blank link with a small description underneath.</p>\n<div id=\"attachment_3278\" style=\"width: 516px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-3278\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/rich-social-snippet.png\" alt=\"Would you be more inclined to click on a blank link or on a rich snippet such as this?\" width=\"506\" height=\"495\" /><p class=\"wp-caption-text\">Would you be more inclined to click on a blank link or on a rich snippet such as this?</p></div>\n<p>However, adding Open Graph meta tags to a page on your site enriches the snippet and enables Facebook and other social media networks to display your content in the way you want to present it when it is shared. This is where All in One SEO Pack comes into action. For a full overview of all Open Graph and social meta features, please visit our <a href=\"https://semperplugins.com/documentation/social-meta-module/\">documentation section</a>.</p>\n<p>There is no concrete evidence that Open Graph meta tags are important for search engines, but they do enable you to create presentable good looking posts on social media (instead of a bland-looking post). This significantly increases your organic traffic from social media to your WordPress site. Studies have shown that <strong>traffic increases 100%-200% if a post looks great</strong> vs. a blank link that doesn’t really mean much to social media users.</p>\n<h2>Wrapping It Up</h2>\n<p>Overall, a solid social media strategy, in conjunction with good SEO practices, will increase organic traffic to your site. Solely focusing on SEO may not cut it any longer if you want to be a step ahead of your competition. Revising your strategy to incorporate social SEO will inevitably boost your organic traffic and could very well increase your search engine rankings in the near future.</p>\n<p>Do you currently have a social SEO strategy that’s working for you? Have you been using the social SEO module of our All in One SEO Pack plugin? Let us know in the comments below!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://semperplugins.com/how-social-media-impacts-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How to Build an Email List in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 May 2017 14:00: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"email marketing\";s: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:14:\"subscribe2html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://semperplugins.com/?p=2904\";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:423:\"How many of you have prioritized pageviews over email marketing? We all have at some point. After all, pageviews equals more ad revenue…right? Well, having a good email list is more valuable and can bring in more pageviews than you<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:9578:\"<p><img class=\"size-full wp-image-3258 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/11/how-to-build-an-email-list-featured-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>How many of you have prioritized pageviews over email marketing? We all have at some point. After all, pageviews equals more ad revenue…right? Well, having a good email list is more valuable and can bring in more pageviews than you get using traditional methods.</p>\n<p>So how do you build an email list in WordPress?</p>\n<p>You always hear the same advice: create great content and people will subscribe, or have an opt-in form on your blog. Those methods are tried and tested but there are other more creative and effective ways to implement them and speed up the growth of your email list.</p>\n<p>We’re talking content upgrades, high-value opt-in forms and social proof.</p>\n<p>Let’s first start off with the basics before we dive into those three methods and how to effectively employ them.</p>\n<h2>The Basics</h2>\n<h3>What is an Email List?</h3>\n<p>An email list is a list of email addresses of your existing and prospective customers who have signed up or subscribed via your WordPress site to get updates, newsletters, special offers or announcements.</p>\n<h3>Why You Should Build an Email List</h3>\n<p>Email consistently outperforms social media across the board. It gets a higher view rate than Facebook or Twitter; 50-100 times the click rates of Facebook or Twitter; and is more cost-effective than any other marketing and social channel. Why? Because email is more intimate and private.</p>\n<p>If those stats haven’t convinced you yet, here are three other really good reasons:</p>\n<p><strong>#1.</strong> Your emails are guaranteed to reach the inboxes of each and every one of the active contacts on your email list. The email stays in their inbox until they take an action. Compare that to Facebook or Twitter, where your statuses and posts may not be seen by your followers because of algorithms and the inherent nature of those social networks. Bottom line: people check their emails more thoroughly than they do their social timelines</p>\n<p><strong>#2.</strong> Email is more secure and more flexible. You own your email list. You however, have very limited control and no ownership of your Twitter and Facebook account data. Furthermore, your social accounts could get hacked or suspended for whatever reason; or the platform could cease to exist or become less popular (think Myspace) etc. Whereas you own your email list and can communicate with your customers and prospects on your own terms.</p>\n<p><strong>#3.</strong> Email has more specific targeting. You can send information or announcements on product specific or geo-specific services to specific contacts that match some particular criteria.</p>\n<p>That’s not to say that you should neglect your social networks. Social is great for user engagement so don’t give up on social just yet. Email will just bring you more visitors and conversions.</p>\n<p>So how can you get started today?</p>\n<p>Well, there are quite a few WordPress email marketing plugins at your disposal. Most of them require you to use them in conjunction with email marketing service providers and only help you to create signup forms on your site. They don’t go much further than that. A few however do. <a href=\"https://semperplugins.com/subscribe2-html/\" target=\"_blank\" rel=\"noopener noreferrer\">One of those is Subscribe2 HTML</a>.</p>\n<h2>Subscribe2 HTML</h2>\n<p>Subscribe2HTML plugin is arguably one of the most comprehensive and reliable email marketing plugins for WordPress. It gives you the option of sending emails on a per-post basis or periodically in a newsletter format.</p>\n<p>It manages your email lists in a straightforward way. For example, you don’t need to log in to compose an email every time before sending one. This comes in handy when you need to send out timely post updates – a great feature for high traffic blogs.</p>\n<p>There are two subscription options for Subscribe2 HTML: Registered Subscribers and Public Subscribers. Registered Subscribers are users who have subscribed to your blog and are consequently required to log-in to your site to manage their subscriptions. They can opt to receive either plain text or HTML emails. You can send them post notifications by category; and they can choose whether they want just the excerpt or the full post. (If they don’t make a choice, they will get the full post when they select the plain text option).</p>\n<div id=\"attachment_3261\" style=\"width: 391px\" class=\"wp-caption aligncenter\"><img class=\" wp-image-3261\" src=\"https://semperplugins.com/wp-content/uploads/2016/11/subscribe2.png\" alt=\"Suscribe2HTML is full of features and can be configured in any way you like.\" width=\"381\" height=\"462\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/11/subscribe2.png 610w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-248x300.png 248w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-206x250.png 206w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-100x121.png 100w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-150x182.png 150w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-200x242.png 200w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-300x363.png 300w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-450x545.png 450w, https://semperplugins.com/wp-content/uploads/2016/11/subscribe2-600x727.png 600w\" sizes=\"(max-width: 381px) 100vw, 381px\" /><p class=\"wp-caption-text\">Suscribe2HTML is full of features and can be configured in any way you like.</p></div>\n<p>Public Subscribers can sign up through an online form. However, their subscription only starts when they confirm the subscription request via email. They do not get to choose between an excerpt or plain text version of an email.</p>\n<p>As an admin, you can subscribe or unsubscribe users and send emails to all verified subscribers. You also have a selection of email templates to choose from.</p>\n<p>There are additional options and settings available, like choosing the frequency of your emails and the time of day to send them. The plugin is all about automation to save you valuable time.</p>\n<h2>3 Effective strategies to Grow Your Email List</h2>\n<h3>Content</h3>\n<p>Consistently creating great content is the advice you always hear and read about when looking for ways to increase traffic to your blog and to grow your email list. That’s all good and true, but have you heard of a content upgrade? It’s a simple and highly effective strategy to grow your email list.</p>\n<p>How it works:</p>\n<ol>\n<li>Write an engaging blog post.</li>\n<li>Create a more in-depth version of the post.</li>\n<li>Give readers the option to read the upgraded content in return for their email address.</li>\n</ol>\n<p>This strategy works on the basis that your readers are already interested in the blog post since they clicked on it. So, a content upgrade plays on that interest by offering more. It’s simple, straightforward and highly effective.</p>\n<h3>Opt-In Forms</h3>\n<p>Like you’ve heard over and over again (and seen on many high-traffic sites), opt-in forms are the way to go when growing your email list. It’s worth mentioning again in this post. Whether you’re offering an eBook, white paper or free software, opt-in forms will increase your email subscriptions.</p>\n<p>The key is not to offer as many incentives as you can. The most efficient strategy is to pick a high-value incentive and place it in appropriate areas of your site (the sidebar, pop-ups, blog post, footer, etc.). This strategy is especially great for small businesses that don’t have the time or the manpower to produce upgraded content for every blog post.</p>\n<h3>Social Proof</h3>\n<p>A majority of online users rely on ratings, popularity and reviews in making purchasing decisions. Social proof is very important and shouldn’t be underestimated.</p>\n<p>That being said, you should focus on your numbers. Add up all your followers and subscribers on all channels and put the total out there. The bigger the number, the more impressive.</p>\n<p>In fact, various research studies have shown that social proof has more impact on behavior than financial, environmental and personal incentives.</p>\n<p>Would you also like to be included in our email list? Go to <a href=\"https://semperplugins.com/\">our homepage</a> and enter your email address to subscribe!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/how-to-build-an-email-list-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"9 Steps to Clean Your WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/how-to-clean-your-wordpress-database/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://semperplugins.com/how-to-clean-your-wordpress-database/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Apr 2017 13:00:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"WordPress database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/?p=3225/\";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:422:\"Is your WordPress database a mess? Have you been complaining about it since time immemorial? Well, then your WordPress site might be as bloated as you were after that marvelous Thanksgiving dinner at your mom’s. If your site has been<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/how-to-clean-your-wordpress-database/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Derek Iwasiuk\";s: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:9209:\"<p><img class=\"size-full wp-image-3232 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database.jpg\" alt=\"\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/03/clean-up-your-wordpress-database-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>Is your WordPress database a mess? Have you been complaining about it since time immemorial? Well, then your WordPress site might be as bloated as you were after that marvelous Thanksgiving dinner at your mom’s. If your site has been live for a while now, <strong>chances are that its database has acquired quite a bit of garbage and is demanding a spring clean</strong>.</p>\n<p>The trick to maintaining a database is to clean it regularly to prevent the accumulation of unnecessary data. However, we are guessing that you have been skimping on the cleaning bit, which is why you are here today. Therefore, without wasting time, we will tell you how to clean up that database in a few easy steps.</p>\n<h2><strong>#1. Basic Ground Rules</strong></h2>\n<p>Before you take on the massive task of spring-cleaning, you must ensure that your valuables are safe and sound. Losing a single system file can mess up your website entirely and can cause you to lose thousands of dollars in revenue.</p>\n<p>So start by creating copies of important files and create a backup of your entire website. You should definitely<a href=\"https://ithemes.com/purchase/backupbuddy/\" target=\"_blank\" rel=\"noopener noreferrer\"> check out Backupbuddy from our friends at iThemes</a>. It’s a great plugin that allows you to schedule automatic full or database-only backups, and we highly recommend it.</p>\n<h2><strong>#2. Screen Through the Clutter</strong></h2>\n<p>Do you remember how yard sales used to work before Craigslist and eBay came along? Just like separating the valuables from trash, you need to pick out the plugins you use and the ones you don’t.</p>\n<p>You can easily get started by going through your complete list of plugins in your WordPress dashboard. Go to your admin panel and click on Plugins. Next, go to Installed Plugins and click on Inactive at the top of the screen.</p>\n<p>Eliminating unused plugins should easily free up a couple of bytes and is the first step towards cleaning up your WordPress database.</p>\n<h2><strong>#3. Time For a Purge </strong></h2>\n<p>This might sound very ominous (esp. to the ones familiar with the popular movie franchise), but it is the best way to free up space. After deleting all unused plugins you should start cleaning out post data.</p>\n<p>If you have been using WordPress from a while, you might not be as surprised to know that all your post data is being stored in your website database. You can find it all in the wp_postmeta table, and you can run this query to get rid of all superfluous data:</p>\n<blockquote><p>DELETE FROM wp_postmeta WHERE meta_key = ‘your-meta-key</p></blockquote>\n<p>Always remember to replace the last part with the value that has to be cleared out.</p>\n<h2>#4. <strong>Take Care of Spam</strong></h2>\n<p>Spam is no longer restricted to your inbox. If you look through your database carefully, you will find tons of spam comments as well. These include promotional features and unscrupulous backlinks that other sites use to eat their way into your SEO. Monitoring comments is an essential practice that is currently underrated.</p>\n<p>The easiest way to manage spam comments on your site is to execute this query:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_approved = ‘spam’;</p></blockquote>\n<p>If you are currently <a href=\"https://semperplugins.com/wordpress-multisite/\" target=\"_blank\" rel=\"noopener noreferrer\">using a multi-site installation of WordPress</a>, you may like to try the following query:</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_approved = ‘spam’;</p></blockquote>\n<h2>#5. <strong>What About Comments Waiting on Moderation?</strong></h2>\n<p>As a WordPress website/blog admin, you have the power to delete all comments that are awaiting moderation. This eliminates the need of unnecessarily going through each and every spam comment that you haven’t yet moderated.</p>\n<p>Just a word of advice: go through the list once to approve all genuine comments before running this query:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_approved = ‘0’;</p></blockquote>\n<h2><strong>#6. Taking Care of Unused Tags</strong></h2>\n<p>This has happened to almost all of us. When we were new at blogging, we created a few hundred tags thinking we would use them from time to time. And now that we post regularly, we hardly ever change tags. We use the most common ones and stick to those.</p>\n<p>Don’t be surprised if you have completely forgotten about a score of tags that you exist on your website database (thanks to your wild imaginative powers). Fortunately, we have a query that will take care of all unused tags, but be sure to check the ones that you do use before running this query:</p>\n<blockquote><p>DELETE FROM wp_terms wt<br />\nINNER JOIN wp_term taxonomy wtt ON wt.term_id = wtt.term_id WHERE wtt.taxonomy = ‘post_tag’ and wtt.count = 0;</p></blockquote>\n<p>Check out some of our earlier posts if you are unsure about <a href=\"https://semperplugins.com/categories-and-tags/\" target=\"_blank\" rel=\"noopener noreferrer\">the differences between categories & tags and how to use them</a>.</p>\n<h2>#7. <strong>Bid Farewell to Pingbacks</strong></h2>\n<p>If you are currently using a setting that has turned off the option of accepting pingbacks, then you may want to use the following code. This will remove every pingback ever made to your website from your database.</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_type = ‘pingback’;</p></blockquote>\n<p>Again, if you are currently <a href=\"https://semperplugins.com/wordpress-multisite/\" target=\"_blank\" rel=\"noopener noreferrer\">using a multisite installation</a>, you may try using the next one. just remember to replace # with your current site id.</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_type = ‘pingback’;</p></blockquote>\n<h2><strong>#8. No more Post Revisions</strong></h2>\n<p>Post revisions are indeed necessary for blogs, but once you see the space they take up on your database, you won’t think twice about bidding them farewell. They grow fast and exponentially. You can clear them out at one go using the next query:</p>\n<blockquote><p>DELETE a, b, c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br />\nLEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = ‘revision’</p></blockquote>\n<p>You can even chose to disable all post revisions for your website using the following SQL code:</p>\n<blockquote><p>define(‘WP_POST_REVISIONS’), false);</p></blockquote>\n<h2>#9. Getting Rid of Trackbacks</h2>\n<p>Your final step should be getting rid of all old trackbacks. To make sure that nothing goes wrong, double check so that all your pingbacks and trackbacks have been disabled before trying the next SQL code:</p>\n<blockquote><p>DELETE FROM wp_comments WHERE comment_type = ‘trackback’;</p></blockquote>\n<p>For multisite users, the next query should be more profitable. You can use this one to clean out all your trackbacks at one go. Like previous ones, replace # with your current site ID to remove all of your site’s trackbacks.</p>\n<blockquote><p>DELETE FROM wp_#_comments WHERE comment_type = ‘trackback’;</p></blockquote>\n<p>Besides these, you can also scrap your old posts once your audience has fallen out of love with them. This might be difficult at first, but many old posts are nothing but unwarranted burden for WordPress databases.</p>\n<p>If you are new and quite lost with the new set of codes, queries and rules we were talking about right here, leave your maintenance <a href=\"https://wordpress.org/plugins/wp-optimize/\" target=\"_blank\" rel=\"noopener noreferrer\">to seasoned plugins like Optimize</a>. They work great with multisite installations as well, and include extensive options for managing and removing unused tables.</p>\n<p>This article has been written by Derek Iwasiuk from <a href=\"https://engagethecrowd.com/minneapolis-seo-services/\" target=\"_blank\" rel=\"noopener noreferrer\">www.engagethecrowd.com</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://semperplugins.com/how-to-clean-your-wordpress-database/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s: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:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"A Glance at the Past & Future of Keyword Research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/past-and-future-of-keyword-research/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://semperplugins.com/past-and-future-of-keyword-research/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 11:27: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:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"keyword research\";s: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:15:\"semantic search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"user intent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/?p=3155/\";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:424:\"While getting started on a brand new SEO campaign, often the first thing you would be doing is keyword research. It is supposed to provide the much-needed skeletal framework for your campaign and has proven to be a vital technique for a<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/past-and-future-of-keyword-research/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Walter 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:\"\";}}}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:5164:\"<p><img class=\"size-full wp-image-3159 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO.jpg\" alt=\"\" width=\"850\" height=\"250\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO.jpg 850w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-768x226.jpg 768w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-450x132.jpg 450w, https://semperplugins.com/wp-content/uploads/2017/03/850x250-Predicting-the-Future-of-Keyword-Research-its-Relevance-for-SEO-600x176.jpg 600w\" sizes=\"(max-width: 850px) 100vw, 850px\" /></p>\n<p>While getting started on a brand new SEO campaign, often the first thing you would be doing is keyword research. It is supposed to provide the much-needed skeletal framework for your campaign and has proven to be a vital technique for a long time now. However, during the last few years, keyword research has changed dramatically, it has experienced fascinating evolutions and has somewhat become less relevant in more ways than one.</p>\n<h2><strong>Why Is Keyword Research Important?</strong></h2>\n<p>Keyword research is essential to ensure that your content satisfies inbound visitors and that all incoming queries are directly related to your business.</p>\n<p>You can find out which queries offer low competition, allowing you to selectively target vital keywords and phrases to include in your site’s content. Identifying keywords and keeping track of them serves as an important metric that you can utilize to gauge your campaign’s effectiveness, by keeping track of rankings over a period of time.</p>\n<h2><strong>Back In Time</strong></h2>\n<p>In the past, SEO seemed to be really simple. You stuffed your keywords all over your page’s content, into each and every meta tag, and prayed for the best.</p>\n<p>With the help of Google Analytics, Google offered lots of data about how individuals were searching, and exactly how they came across your site through keywords. Moreover, once you had access to a list of keywords which ensured low competition but high traffic, you could at once start optimizing your content to target those queries.</p>\n<p>Most Google searches would feature one-to-one relationships. During those days, Google would take your words and find near exact matches on the web.</p>\n<h2><strong>What’s that, Hummingbird?</strong></h2>\n<p>In 2013, Google launched its Hummingbird algorithm update.</p>\n<p>This update presented a whole new concept called ‘semantic search’ that revolutionized the way Google handles queries. Instead of taking the user’s words and looking for appropriate matches online, Google evaluates the intention that is behind a user’s query and then determines which content is relevant.</p>\n<p>Even though it looks like an insignificant difference, in reality, it has a great impact on the way we should perceive keywords. The faster that semantic search evolved, the more power that individual keywords lost, giving way to long-tail keywords and topical themes.</p>\n<h2><strong>Forecasting the Future</strong></h2>\n<p><a href=\"https://semperplugins.com/keyword-research-trends-that-matter-in-2017/\">In our recent post on keyword research trends</a>, we discussed how new technologies drastically impact the manner in which searches are conducted. Digital assistants such as Cortana and Siri are motivating users to perform searches through speech and are fundamentally changing the way queries are entered.</p>\n<p>Other innovations such as augmented reality, wearables, and virtual reality could be having the same and complementary effect, by compelling users to alter the manner in which they search. New kinds of interfaces and (even) smaller screens will soon be changing the way we interact with search engines.</p>\n<h2><strong>Conclusion</strong></h2>\n<p>Keyword research is bound to change and will not remain in its present form forever. We will be witnessing an iterative and gradual transition to a whole new search research system that is based specifically on the latest technologies and current search trends. You better prepare yourself mentally for a few drastic changes during the next decade.</p>\n<p>This article has been written by Walter Moore from <a href=\"https://www.gingerdomain.com/\">gingerdomain.com</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/past-and-future-of-keyword-research/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Keyword Research Trends That Matter In 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://semperplugins.com/keyword-research-trends-that-matter-in-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://semperplugins.com/keyword-research-trends-that-matter-in-2017/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 19:53:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"keyword research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"SEO tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"user intent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://semperplugins.com/?p=3006/\";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:448:\"Despite what you’ve been hearing, keyword research isn’t dead. Without keywords, there is no SEO… right? Let’s look at the facts. 93% of online experiences in 2016 started with a search, and search starts with words. Keywords will remain relevant<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/keyword-research-trends-that-matter-in-2017/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Arnaud Broes\";s: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:9335:\"<p><img class=\"size-full wp-image-3105 aligncenter\" src=\"https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017.jpg\" alt=\"\" width=\"851\" height=\"251\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017.jpg 851w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-300x88.jpg 300w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-768x227.jpg 768w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-848x250.jpg 848w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-100x29.jpg 100w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-150x44.jpg 150w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-200x59.jpg 200w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-450x133.jpg 450w, https://semperplugins.com/wp-content/uploads/2016/12/keyword-analysis-in-2017-600x177.jpg 600w\" sizes=\"(max-width: 851px) 100vw, 851px\" /></p>\n<p>Despite what you’ve been hearing, keyword research isn’t dead. Without keywords, there is no SEO… right? Let’s look at the facts.</p>\n<p>93% of online experiences in 2016 started with a search, and search starts with words. Keywords will remain relevant as long as people use words to interact with search engines. The only thing that has changed are the additional factors that have influenced how we use keywords for SEO.</p>\n<p>The truth is that search engines are no longer looking only at keywords, but also value many other factors. Keywords are now just a miniscule part of the pie. That is not to say that keyword discovery isn’t important. In fact, it is important in the way you go about it: <strong>we need to go levels deeper – to the precise level that users are searching for</strong>;<strong> </strong>and search engines are indexing for.</p>\n<p>This post will focus on the three main focuses of valuable keyword research in 2017:</p>\n<p>(1) user intent<br />\n(2) long-tail keywords<br />\n(3) Google voice search</p>\n<h2>User Intent</h2>\n<p>User intent is critical to keyword research and discovery in 2017. Marketers need to understand how to work together with search engines to provide the content users really want. After all, it’s not about attracting visitors to your site, but the right kind of visitors.</p>\n<p>So what exactly is user intent? User intent refers to “a user’s ultimate objective or goal” in making a search query. Every single search query has an intent, a goal, perhaps a problem the user wants to solve.</p>\n<p>For example, a search query of “Chicago to New York” gives me flight schedules. Adding “travel” to make it “Chicago to New York travel” does not only provide me with flight results, but bus and car information as well.</p>\n<p><strong>Adding one word to a search query greatly impacts the results of the search</strong> as Google automatically recognizes the change in intent. In fact, Google refines its algorithms 500-600 times a year to get user intent right. And if Google is focusing on it, so should you.</p>\n<p>You need to make user intent central to your keyword research. It is critical that you understand your user’s goals when they make search queries. This understanding or lack of it could make or break your organic traffic.</p>\n<p>The great thing is that user intent is pretty easy to figure out the longer the search query is. Long queries give us a lot of information on what a user exactly wants so we can give it to them. They also enable us to get targeted organic traffic for long-tail keywords. Speaking of which…</p>\n<h2>Long-Tail Keywords</h2>\n<p>I’m sure you’ve heard long-tail keywords uttered over and over again by marketers in 2016 (and even before). It looks like it’s set to dominate 2017 as well. I’m sure you’re already familiar with long-tail keywords, being that you’ve been focusing on them, but let’s cover the basics first before we delve into how to successfully incorporate it in your SEO strategy.</p>\n<p>What are long-tail keywords? Long-tail keywords are search terms with four or more words. <strong>In fact, 51% of all search queries in 2016 contained four or more words </strong>(<a href=\"http://www.wordstream.com/blog/ws/2015/10/06/smx-east\" target=\"_blank\" rel=\"noopener noreferrer\">source</a>).</p>\n<p>So where should you start off on finding relevant long-tail keywords for your business? Well, you need to first find actual terms that are being used in your specific industry or field.</p>\n<p>You don’t need to use the expensive keyword research tools to get a good list of long-tail keywords. There are some free keyword research tools that will give you a good list to start with. <a href=\"https://kwfinder.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Keyword Finder</a> (suggests long-tail queries and search volumes but only allows a few daily searches) and <a href=\"http://www.keyword.io/\" target=\"_blank\" rel=\"noopener noreferrer\">Keyword.io</a> (suggest long-tail queries but does not provide search volumes) are free (but limited) tools you can start off with if you’re on a budget. And of course there’s always <a href=\"https://adwords.google.com/KeywordPlanner\" target=\"_blank\" rel=\"noopener noreferrer\">Google’s very own Keyword Planner that’s integrated into Adwords</a>.</p>\n<p>By far the best premium keyword research tool is <a href=\"https://moz.com/products/pro/keyword-explorer\" target=\"_blank\" rel=\"noopener noreferrer\">Moz Pro’s Keyword Explorer</a>. You start by searching your main keyword and it will return a comprehensive list of keywords that you can rank for relevancy and search volume. From there, you can go down the list and pick out the long-tail keyword phrases or search queries. The great thing about the Keyword Explorer is that you can click on any long-tail keyword to generate a new list of queries related to that keyword. The new list features more long-tail queries than the initial list.</p>\n<h2>Google’s Voice Search</h2>\n<p>Perhaps the most interesting development in keyword strategy is Google’s voice search and natural language capabilities. According to Google, 20% of mobile searches are now voice searches! This trend is quickly taking and has prompted Google to create answer boxes and Knowledge Graph panels. <a href=\"https://img.washingtonpost.com/blogs/the-switch/files/2014/10/Googlevoice.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">Here you can also find a fun infograph</a> regarding the matter.</p>\n<p>Let’s take a look at how natural language, both spoken and typed, has changed search. For example, users, like you, used to search for “keyword research”, but now ask, “what is keyword research?” or “what is the most effective keyword research strategy?” You can see the change from keywords to long-tail keywords or queries. Voice search capability is quickening this development in SEO content marketing.</p>\n<div id=\"attachment_3108\" style=\"width: 600px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-3108\" src=\"https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries.png\" alt=\"Google voice queries are rising in popularity and will only continue to do so in 2017.\" width=\"590\" height=\"365\" srcset=\"https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries.png 590w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-300x186.png 300w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-404x250.png 404w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-100x62.png 100w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-150x93.png 150w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-200x124.png 200w, https://semperplugins.com/wp-content/uploads/2016/12/google-voice-queries-450x278.png 450w\" sizes=\"(max-width: 590px) 100vw, 590px\" /><p class=\"wp-caption-text\">Google voice queries are quickly rising in popularity and will only continue to do so in 2017.</p></div>\n<p>So how can you keep up with this development to plan an effective SEO content marketing strategy?</p>\n<p>(1) Look at the Frequently Asked Questions (FAQ) for your industry or brand and match this to your existing content. Do you have pages or posts that address those questions? If so, make sure that the questions are put forward in a very natural way and are highlighted on the page.</p>\n<p>(2) Create an FAQ page for questions that you can answer in a couple of paragraphs. Answer the questions in clear, concise and natural language.</p>\n<p>(3) Try and come up with long-form content for the questions by breaking them up into “What, when, why, how, who and where?” components. Create subheadings for each so that search engines can index them and users can easily find the content.</p>\n<h2>Wrapping Up</h2>\n<p>A good understanding and grasp of user intent, long-tail keywords and Google voice search will help you better refine your keyword, and overall SEO, strategy for 2017. Start to figure out what your audience really wants so you can begin communicating with them in the best way as soon as possible.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://semperplugins.com/keyword-research-trends-that-matter-in-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Happy 9th Thank a Plugin Developer 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://semperplugins.com/happy-9th-thank-a-plugin-developer-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://semperplugins.com/happy-9th-thank-a-plugin-developer-day/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Jan 2017 05:55: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:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=3074/\";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:424:\"Happy 9th Plugin developer Day! Looking back, it’s been a wild ride. 9 years ago yesterday All in One SEO Pack hit 1 million downloads. Since then we’ve blown that away with over 30 million downloads, and the launch of All<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/happy-9th-thank-a-plugin-developer-day/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Torbert\";s: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:2502:\"<p>Happy 9th Plugin developer Day! Looking back, it’s been a wild ride. 9 years ago yesterday All in One SEO Pack hit <a href=\"https://semperfiwebdesign.com/blog/all-in-one-seo-pack-hits-one-million-downloads/\">1 million downloads</a>.</p>\n<p>Since then we’ve blown that away with over 30 million downloads, and the launch of <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">All in One SEO Pack Pro</a> here at semperplugins.com, and so much more.</p>\n<p>It’s amazing to think that when Matt Mullenweg <a href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">first made the declaration</a> in 2009, we only had 4000 plugins in the directory, and an average of five per install.</p>\n<p>In order to celebrate Thank a Plugin Developer Day, please send a donation to or leave a 5 star rating for your favorite plugin. (You can <a href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-seo-pack?filter=5#postform\" target=\"_blank\" rel=\"noopener\">click here</a> to rate All in One SEO Pack 5 stars. [wink])</p>\n<p><a href=\"https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM.png\"><img class=\"alignnone wp-image-3078 size-medium\" src=\"https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-300x100.png\" width=\"300\" height=\"100\" srcset=\"https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-300x100.png 300w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-768x256.png 768w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-1024x341.png 1024w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-750x250.png 750w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-100x33.png 100w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-150x50.png 150w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-200x67.png 200w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-450x150.png 450w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-600x200.png 600w, https://semperplugins.com/wp-content/uploads/2017/01/Screen-Shot-2017-01-28-at-1.49.38-PM-900x300.png 900w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://semperplugins.com/happy-9th-thank-a-plugin-developer-day/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:31:\"https://semperplugins.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 21 Aug 2017 08:17:59 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"27968\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:3:\"p3p\";s:69:\"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:62:\"<https://semperplugins.com/wp-json/>; rel=\"https://api.w.org/\"\";s:17:\"x-tec-api-version\";s:2:\"v1\";s:14:\"x-tec-api-root\";s:50:\"https://semperplugins.com/wp-json/tribe/events/v1/\";s:16:\"x-tec-api-origin\";s:25:\"https://semperplugins.com\";s:10:\"set-cookie\";a:5:{i:0;s:44:\"PHPSESSID=ripbcutaf4t4bhn4deb3lrah13; path=/\";i:1;s:120:\"wpml_referer_url=https%3A%2F%2Fsemperplugins.com%2Ffeed%2F; expires=Tue, 22-Aug-2017 08:17:59 GMT; Max-Age=86400; path=/\";i:2;s:86:\"_icl_current_language=en; expires=Tue, 22-Aug-2017 08:17:59 GMT; Max-Age=86400; path=/\";i:3;s:70:\"Cart66DBSID=SMOSXSN3G6WUR9YOB8T1PQ8TLADKAV7DB4JIYGO1; path=/; HttpOnly\";i:4;s:86:\"_icl_current_language=en; expires=Tue, 22-Aug-2017 08:17:59 GMT; Max-Age=86400; path=/\";}s:13:\"last-modified\";s:29:\"Fri, 18 Aug 2017 16:03:05 GMT\";s:4:\"etag\";s:39:\"\"204efd270c7a7c58e6090bfc3c9eb955-gzip\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170709043456\";}','no'),(15532,'_transient_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1503303478','no'),(15534,'_transient_aioseop_feed','a:4:{i:0;a:4:{s:3:\"url\";s:64:\"https://semperplugins.com/how-to-build-a-wordpress-landing-page/\";s:5:\"title\";s:40:\"How to Build a Landing Page in WordPress\";s:4:\"date\";s:12:\"Jul 7th 2017\";s:7:\"content\";s:131:\"\nWhat a lot of people don’t know is that you can build great landing pages for your WordPress site without having to break...\";}i:1;a:4:{s:3:\"url\";s:64:\"https://semperplugins.com/wordpress-requires-sites-to-use-https/\";s:5:\"title\";s:52:\"WordPress Will Require Users to Have HTTPS This Year\";s:4:\"date\";s:12:\"Jun 6th 2017\";s:7:\"content\";s:131:\"\nWordPress founder, Matt Mullenweg, recently announced that the software will require all hosts to have HTTPS for certain Word...\";}i:2;a:4:{s:3:\"url\";s:71:\"https://semperplugins.com/all-in-one-seo-pack-at-wordcamp-raleigh-2017/\";s:5:\"title\";s:44:\"All in One SEO Pack at WordCamp Raleigh 2017\";s:4:\"date\";s:13:\"May 30th 2017\";s:7:\"content\";s:131:\"Last month, the team from All in One SEO Pack were in attendance at WordCamp Raleigh 2017. We were not only there are organiz...\";}i:3;a:4:{s:3:\"url\";s:75:\"https://semperplugins.com/important-sections-of-google-analytics-explained/\";s:5:\"title\";s:48:\"Important Sections of Google Analytics Explained\";s:4:\"date\";s:13:\"May 24th 2017\";s:7:\"content\";s:131:\"\nGoogle Analytics (GA) is one of the most powerful, effective and comprehensive platforms to track and analyze your site traffic...\";}}','no'),(15547,'_transient_external_ip_address_172.23.233.162','69.167.136.107','no'),(15553,'_transient_external_ip_address_10.201.28.75','69.167.136.107','no'),(15555,'_transient_external_ip_address_10.183.20.189','69.167.136.107','no'),(15557,'_transient_external_ip_address_10.39.126.27','69.167.136.107','no'),(15562,'_transient_external_ip_address_10.3.225.187','69.167.136.107','no'),(15574,'_site_transient_timeout_available_translations','1503345753','no'),(15575,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:11:36\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:28:04\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 21:32:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:22:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:24:08\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-16 19:34:38\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-16 19:35:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/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:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s: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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 07:43:08\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";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.8.1/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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_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_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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";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.8.1/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: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:58:36\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-11 21:42:01\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 20:55:07\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-18 00:52:02\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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-07-19 08:19:39\";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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 08:42:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"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:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 18:44:50\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s: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-07-05 19:40:47\";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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-17 08:10:48\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/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: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s: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.8.1\";s:7:\"updated\";s:19:\"2017-08-04 20:03:38\";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.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s: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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 14:20:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:26:15\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 10:38:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:03:23\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 22:53:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s: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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 15:50:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/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:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-19 01:07:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 16:47:28\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 15:43:25\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";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.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(15621,'_transient_external_ip_address_10.168.17.15','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15644,'_transient_external_ip_address_248.60.194.201','69.167.136.107','no'),(15650,'_transient_external_ip_address_10.99.128.106','69.167.136.107','no'),(15654,'_transient_yst_sm_reviews_1:2OyzN_4YsG6','C:24:\"WPSEO_Sitemap_Cache_Data\":1213:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1165:\"<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>https://wanderfuls.com/review/</loc>\n <lastmod>2017-08-01T11:17:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/these-are-so-gorgeous/</loc>\n <lastmod>2017-08-01T11:12:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/my-guests-loved-it/</loc>\n <lastmod>2017-08-01T11:13:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/a-big-success-2/</loc>\n <lastmod>2017-08-01T11:15:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/just-loved-it/</loc>\n <lastmod>2017-08-01T11:15:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/professionalism-and-great/</loc>\n <lastmod>2017-08-01T11:16:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/review/beautiful-and-nice/</loc>\n <lastmod>2017-08-01T11:17:12-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(15675,'_transient_yst_sm_category_1:2OyzN_3gSzK','C:24:\"WPSEO_Sitemap_Cache_Data\":476:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:429:\"<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>https://wanderfuls.com/category/uncategorized/</loc>\n <lastmod>2015-10-28T14:09:07-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(15683,'_transient_external_ip_address_103.91.129.24','69.167.136.107','no'),(15686,'_transient_external_ip_address_10.19.5.161','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15689,'_transient_external_ip_address_10.82.2.46','69.167.136.107','no'),(15691,'_transient_external_ip_address_2600:100c:b206:8f9b:d96e:fa54:e950:8c34','69.167.136.107','no'),(15695,'_transient_external_ip_address_172.28.128.59','69.167.136.107','no'),(15700,'_transient_external_ip_address_192.168.11.82','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15718,'_transient_timeout_external_ip_address_192.168.5.183','1504044334','no'),(15719,'_transient_external_ip_address_192.168.5.183','69.167.136.107','no'),(15727,'_transient_timeout_wc_term_counts','1506064949','no'),(15728,'_transient_wc_term_counts','a:49:{i:59;s:2:\"53\";i:42;s:2:\"32\";i:43;s:2:\"37\";i:58;s:2:\"24\";i:57;s:2:\"61\";i:28;s:2:\"18\";i:60;s:2:\"13\";i:38;s:2:\"12\";i:19;s:2:\"29\";i:32;s:1:\"3\";i:35;s:2:\"11\";i:34;s:1:\"5\";i:33;s:1:\"6\";i:52;s:2:\"20\";i:45;s:2:\"20\";i:65;s:2:\"31\";i:40;s:2:\"65\";i:54;s:2:\"25\";i:51;s:2:\"15\";i:62;s:2:\"18\";i:31;s:2:\"11\";i:44;s:2:\"18\";i:23;s:1:\"9\";i:30;s:2:\"10\";i:46;s:2:\"56\";i:50;s:1:\"6\";i:56;s:2:\"33\";i:29;s:1:\"6\";i:36;s:2:\"15\";i:27;s:1:\"7\";i:26;s:1:\"7\";i:24;s:2:\"13\";i:41;s:2:\"25\";i:25;s:2:\"16\";i:55;s:2:\"17\";i:66;s:0:\"\";i:47;s:2:\"18\";i:53;s:2:\"17\";i:64;s:2:\"18\";i:63;s:2:\"17\";i:21;s:2:\"17\";i:49;s:2:\"22\";i:48;s:2:\"15\";i:39;s:2:\"18\";i:67;s:0:\"\";i:22;s:1:\"8\";i:20;s:1:\"9\";i:61;s:2:\"42\";i:37;s:3:\"112\";}','no'),(15768,'pinwheel_slider_scounter','2','yes'),(15769,'pinwheel_slider_options','a:230:{s:5:\"speed\";s:3:\"0.8\";s:4:\"time\";s:1:\"4\";s:8:\"no_posts\";s:2:\"10\";s:6:\"offset\";s:1:\"0\";s:8:\"bg_color\";s:7:\"#eeeced\";s:6:\"height\";s:3:\"350\";s:5:\"width\";s:3:\"900\";s:6:\"border\";s:1:\"0\";s:7:\"brcolor\";s:7:\"#cccccc\";s:7:\"padding\";s:1:\"0\";s:9:\"prev_next\";s:1:\"0\";s:10:\"title_text\";s:17:\"Featured Articles\";s:10:\"title_from\";s:1:\"0\";s:7:\"st_font\";s:7:\"regular\";s:10:\"title_font\";s:23:\"Trebuchet MS,sans-serif\";s:11:\"title_fontg\";s:0:\"\";s:17:\"title_fontgsubset\";a:0:{}s:12:\"title_fontgw\";s:0:\"\";s:13:\"stfont_custom\";s:0:\"\";s:11:\"title_fsize\";s:2:\"18\";s:12:\"title_fstyle\";s:4:\"bold\";s:12:\"title_fcolor\";s:7:\"#3F4C6B\";s:12:\"overlay_text\";s:1:\"1\";s:7:\"text_bg\";s:1:\"0\";s:4:\"tbgc\";s:7:\"#000000\";s:12:\"text_opacity\";s:3:\"0.7\";s:11:\"show_ptitle\";s:1:\"1\";s:7:\"pt_font\";s:7:\"regular\";s:11:\"ptitle_font\";s:13:\"Georgia,serif\";s:12:\"ptitle_fontg\";s:0:\"\";s:13:\"ptitle_fontgw\";s:0:\"\";s:18:\"ptitle_fontgsubset\";a:0:{}s:13:\"ptfont_custom\";s:0:\"\";s:12:\"ptitle_fsize\";s:2:\"18\";s:13:\"ptitle_fstyle\";s:6:\"normal\";s:13:\"ptitle_fcolor\";s:7:\"#ffffff\";s:13:\"title_element\";s:1:\"4\";s:17:\"ptitle_transition\";s:0:\"\";s:15:\"ptitle_duration\";s:0:\"\";s:12:\"ptitle_delay\";s:0:\"\";s:10:\"img_height\";s:3:\"300\";s:9:\"img_width\";s:3:\"450\";s:14:\"img_transition\";s:0:\"\";s:12:\"img_duration\";s:0:\"\";s:9:\"img_delay\";s:0:\"\";s:3:\"sfw\";s:3:\"250\";s:3:\"sfh\";s:3:\"200\";s:6:\"sf_top\";s:2:\"50\";s:10:\"img_border\";s:1:\"0\";s:11:\"img_brcolor\";s:7:\"#D8E7EE\";s:12:\"show_content\";s:1:\"0\";s:7:\"pc_font\";s:7:\"regular\";s:13:\"pcfont_custom\";s:0:\"\";s:12:\"content_font\";s:25:\"Verdana,Geneva,sans-serif\";s:13:\"content_fontg\";s:0:\"\";s:14:\"content_fontgw\";s:0:\"\";s:19:\"content_fontgsubset\";a:0:{}s:13:\"content_fsize\";s:2:\"11\";s:14:\"content_fstyle\";s:6:\"normal\";s:14:\"content_fcolor\";s:7:\"#ffffff\";s:12:\"content_from\";s:7:\"content\";s:6:\"climit\";s:1:\"0\";s:13:\"content_chars\";s:0:\"\";s:18:\"content_transition\";s:0:\"\";s:16:\"content_duration\";s:0:\"\";s:13:\"content_delay\";s:0:\"\";s:2:\"bg\";s:1:\"0\";s:10:\"image_only\";s:1:\"0\";s:14:\"allowable_tags\";s:0:\"\";s:4:\"more\";s:9:\"Read More\";s:8:\"img_size\";s:1:\"1\";s:8:\"img_pick\";a:6:{i:0;s:1:\"1\";i:1;s:25:\"pinwheel_slider_thumbnail\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}s:4:\"crop\";s:4:\"full\";s:6:\"easing\";s:5:\"swing\";s:8:\"autostep\";s:1:\"1\";s:8:\"navimg_w\";s:2:\"32\";s:9:\"navimg_ht\";s:2:\"32\";s:13:\"content_limit\";s:2:\"25\";s:15:\"slide_nav_limit\";s:1:\"3\";s:10:\"stylesheet\";s:7:\"default\";s:4:\"rand\";s:1:\"0\";s:3:\"ver\";s:1:\"1\";s:4:\"fouc\";s:1:\"0\";s:9:\"donotlink\";s:1:\"0\";s:7:\"buttons\";s:5:\"focus\";s:7:\"pnavtop\";s:2:\"45\";s:8:\"pnavleft\";s:2:\"10\";s:7:\"nnavtop\";s:2:\"45\";s:9:\"nnavright\";s:2:\"10\";s:6:\"navnum\";s:1:\"1\";s:6:\"navsum\";s:1:\"1\";s:6:\"navcss\";s:0:\"\";s:8:\"timthumb\";s:1:\"0\";s:6:\"pphoto\";s:1:\"0\";s:9:\"lbox_type\";s:10:\"pphoto_box\";s:7:\"preview\";s:1:\"2\";s:9:\"slider_id\";s:1:\"1\";s:9:\"catg_slug\";s:0:\"\";s:6:\"gencss\";s:1:\"1\";s:6:\"a_attr\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:7:\"setname\";s:3:\"Set\";s:15:\"disable_preview\";s:1:\"0\";s:16:\"image_title_text\";s:1:\"0\";s:10:\"active_tab\";a:2:{s:13:\"active_tabidx\";s:1:\"0\";s:15:\"closed_sections\";s:0:\"\";}s:13:\"default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:3:\"new\";s:1:\"1\";s:5:\"popup\";s:1:\"1\";s:10:\"sideslides\";s:1:\"1\";s:16:\"active_accordion\";s:5:\"basic\";s:19:\"enable_wooaddtocart\";s:1:\"1\";s:12:\"woo_adc_text\";s:11:\"Add to Cart\";s:13:\"woo_adc_color\";s:7:\"#3DB432\";s:14:\"woo_adc_tcolor\";s:7:\"#ffffff\";s:13:\"woo_adc_fsize\";s:2:\"14\";s:14:\"woo_adc_border\";s:1:\"1\";s:15:\"woo_adc_brcolor\";s:7:\"#3db432\";s:19:\"enable_woosalestrip\";s:1:\"1\";s:14:\"woo_sale_color\";s:7:\"#3DB432\";s:13:\"woo_sale_text\";s:4:\"Sale\";s:15:\"woo_sale_tcolor\";s:7:\"#ffffff\";s:18:\"enable_wooregprice\";s:1:\"1\";s:8:\"woo_font\";s:7:\"regular\";s:20:\"slide_woo_price_font\";s:26:\"Arial,Helvetica,sans-serif\";s:21:\"slide_woo_price_fontg\";s:0:\"\";s:22:\"slide_woo_price_fontgw\";s:0:\"\";s:27:\"slide_woo_price_fontgsubset\";a:0:{}s:22:\"slide_woo_price_custom\";s:0:\"\";s:22:\"slide_woo_price_fcolor\";s:7:\"#ffffff\";s:21:\"slide_woo_price_fsize\";s:2:\"16\";s:22:\"slide_woo_price_fstyle\";s:6:\"normal\";s:16:\"enable_woosprice\";s:1:\"1\";s:12:\"woosale_font\";s:7:\"regular\";s:24:\"slide_woo_saleprice_font\";s:26:\"Arial,Helvetica,sans-serif\";s:25:\"slide_woo_saleprice_fontg\";s:0:\"\";s:26:\"slide_woo_saleprice_fontgw\";s:0:\"\";s:31:\"slide_woo_saleprice_fontgsubset\";a:0:{}s:26:\"slide_woo_saleprice_custom\";s:0:\"\";s:26:\"slide_woo_saleprice_fcolor\";s:7:\"#eeee22\";s:25:\"slide_woo_saleprice_fsize\";s:2:\"14\";s:26:\"slide_woo_saleprice_fstyle\";s:6:\"normal\";s:13:\"enable_woocat\";s:1:\"1\";s:11:\"woocat_font\";s:7:\"regular\";s:18:\"slide_woo_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:19:\"slide_woo_cat_fontg\";s:0:\"\";s:20:\"slide_woo_cat_fontgw\";s:0:\"\";s:25:\"slide_woo_cat_fontgsubset\";a:0:{}s:20:\"slide_woo_cat_custom\";s:0:\"\";s:20:\"slide_woo_cat_fcolor\";s:7:\"#ffffff\";s:19:\"slide_woo_cat_fsize\";s:2:\"14\";s:20:\"slide_woo_cat_fstyle\";s:6:\"normal\";s:12:\"nav_woo_star\";s:6:\"yellow\";s:14:\"enable_woostar\";s:1:\"1\";s:8:\"woo_type\";s:1:\"0\";s:10:\"product_id\";s:0:\"\";s:9:\"ecom_type\";s:1:\"0\";s:10:\"event_type\";s:1:\"0\";s:13:\"eventcal_type\";s:1:\"0\";s:20:\"product_woocatg_slug\";s:0:\"\";s:21:\"product_ecomcatg_slug\";s:0:\"\";s:19:\"events_mancatg_slug\";s:0:\"\";s:18:\"events_mantag_slug\";s:0:\"\";s:19:\"events_calcatg_slug\";s:0:\"\";s:18:\"events_caltag_slug\";s:0:\"\";s:17:\"enable_eventdtnav\";s:1:\"1\";s:14:\"enable_eventdt\";s:1:\"1\";s:15:\"enable_eventadd\";s:1:\"1\";s:15:\"enable_eventcat\";s:1:\"1\";s:12:\"eventmd_font\";s:7:\"regular\";s:17:\"slide_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:18:\"slide_eventm_fontg\";s:0:\"\";s:19:\"slide_eventm_fontgw\";s:0:\"\";s:24:\"slide_eventm_fontgsubset\";a:0:{}s:19:\"slide_eventm_custom\";s:0:\"\";s:19:\"slide_eventm_fcolor\";s:7:\"#ffffff\";s:18:\"slide_eventm_fsize\";s:2:\"14\";s:19:\"slide_eventm_fstyle\";s:6:\"normal\";s:16:\"nav_eventmd_font\";s:7:\"regular\";s:15:\"nav_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"nav_eventm_fontg\";s:0:\"\";s:17:\"nav_eventm_fontgw\";s:0:\"\";s:22:\"nav_eventm_fontgsubset\";a:0:{}s:17:\"nav_eventm_custom\";s:0:\"\";s:17:\"nav_eventm_fcolor\";s:7:\"#6D6D6D\";s:16:\"nav_eventm_fsize\";s:2:\"14\";s:17:\"nav_eventm_fstyle\";s:6:\"normal\";s:15:\"event_addr_font\";s:7:\"regular\";s:16:\"eventm_addr_font\";s:26:\"Arial,Helvetica,sans-serif\";s:17:\"eventm_addr_fontg\";s:0:\"\";s:18:\"eventm_addr_fontgw\";s:0:\"\";s:23:\"eventm_addr_fontgsubset\";a:0:{}s:18:\"eventm_addr_custom\";s:0:\"\";s:18:\"eventm_addr_fcolor\";s:7:\"#ffffff\";s:17:\"eventm_addr_fsize\";s:2:\"12\";s:18:\"eventm_addr_fstyle\";s:6:\"normal\";s:14:\"event_cat_font\";s:7:\"regular\";s:15:\"eventm_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"eventm_cat_fontg\";s:0:\"\";s:17:\"eventm_cat_fontgw\";s:0:\"\";s:22:\"eventm_cat_fontgsubset\";a:0:{}s:17:\"eventm_cat_custom\";s:0:\"\";s:17:\"eventm_cat_fcolor\";s:7:\"#ffffff\";s:16:\"eventm_cat_fsize\";s:2:\"12\";s:17:\"eventm_cat_fstyle\";s:6:\"normal\";s:17:\"taxonomy_posttype\";s:4:\"post\";s:8:\"taxonomy\";s:8:\"category\";s:13:\"taxonomy_term\";s:0:\"\";s:13:\"taxonomy_show\";s:0:\"\";s:17:\"taxonomy_operator\";s:0:\"\";s:15:\"taxonomy_author\";s:0:\"\";s:10:\"rssfeed_id\";s:1:\"1\";s:15:\"rssfeed_feedurl\";s:25:\"http://mashable.com/feed/\";s:21:\"rssfeed_default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:12:\"rssfeed_feed\";s:3:\"rss\";s:13:\"rssfeed_order\";s:1:\"0\";s:15:\"rssfeed_content\";s:0:\"\";s:13:\"rssfeed_media\";s:1:\"1\";s:11:\"rssfeed_src\";s:0:\"\";s:12:\"rssfeed_size\";s:0:\"\";s:19:\"rssfeed_image_class\";s:0:\"\";s:12:\"postattch_id\";s:0:\"\";s:18:\"nextgen_gallery_id\";s:1:\"1\";s:14:\"nextgen_anchor\";s:1:\"0\";s:10:\"separation\";s:3:\"150\";s:14:\"sizemultiplier\";s:4:\"0.75\";s:16:\"minimize_content\";s:1:\"0\";s:13:\"disableresize\";s:1:\"0\";s:14:\"disable_mobile\";s:1:\"0\";s:6:\"focusx\";s:4:\"0.33\";s:6:\"focusy\";s:5:\"0.249\";}','yes'),(15770,'pinwheel_db_version','3.1.6','yes'),(15771,'pinwheel_slider_global_options','a:16:{s:10:\"fb_app_key\";s:0:\"\";s:9:\"fb_secret\";s:0:\"\";s:15:\"insta_client_id\";s:0:\"\";s:14:\"flickr_app_key\";s:0:\"\";s:14:\"youtube_app_id\";s:0:\"\";s:7:\"px_ckey\";s:0:\"\";s:10:\"user_level\";s:17:\"edit_others_posts\";s:8:\"noscript\";s:210:\"This page is having a slideshow that uses Javascript. Your browser either doesn\'t support Javascript or you have it turned off. To see this page as it is meant to appear please use a Javascript enabled browser.\";s:16:\"multiple_sliders\";s:1:\"1\";s:13:\"enque_scripts\";s:1:\"0\";s:11:\"custom_post\";s:1:\"1\";s:10:\"cpost_slug\";s:11:\"slidervilla\";s:14:\"remove_metabox\";a:0:{}s:3:\"css\";s:0:\"\";s:6:\"css_js\";s:0:\"\";s:7:\"support\";s:1:\"1\";}','yes'),(15772,'widget_pinwheel_sslider_wid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15773,'widget_pinwheel_ssliderc_wid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15774,'widget_pinwheel_ssliderr_wid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15775,'pinwheel_slider_options2','a:230:{s:5:\"speed\";s:3:\"0.8\";s:4:\"time\";s:1:\"4\";s:8:\"no_posts\";s:2:\"10\";s:6:\"offset\";s:1:\"0\";s:8:\"bg_color\";s:7:\"#eeeced\";s:6:\"height\";s:3:\"450\";s:5:\"width\";s:4:\"1090\";s:6:\"border\";s:1:\"0\";s:7:\"brcolor\";s:7:\"#cccccc\";s:7:\"padding\";s:1:\"0\";s:9:\"prev_next\";s:1:\"0\";s:10:\"title_text\";s:0:\"\";s:10:\"title_from\";s:1:\"0\";s:7:\"st_font\";s:7:\"regular\";s:10:\"title_font\";s:23:\"Trebuchet MS,sans-serif\";s:11:\"title_fontg\";s:0:\"\";s:17:\"title_fontgsubset\";a:0:{}s:12:\"title_fontgw\";s:0:\"\";s:13:\"stfont_custom\";s:0:\"\";s:11:\"title_fsize\";s:2:\"18\";s:12:\"title_fstyle\";s:4:\"bold\";s:12:\"title_fcolor\";s:7:\"#3F4C6B\";s:12:\"overlay_text\";s:1:\"1\";s:7:\"text_bg\";s:1:\"0\";s:4:\"tbgc\";s:7:\"#000000\";s:12:\"text_opacity\";s:3:\"0.7\";s:11:\"show_ptitle\";s:1:\"1\";s:7:\"pt_font\";s:7:\"regular\";s:11:\"ptitle_font\";s:13:\"Georgia,serif\";s:12:\"ptitle_fontg\";s:0:\"\";s:13:\"ptitle_fontgw\";s:0:\"\";s:18:\"ptitle_fontgsubset\";a:0:{}s:13:\"ptfont_custom\";s:0:\"\";s:12:\"ptitle_fsize\";s:2:\"18\";s:13:\"ptitle_fstyle\";s:6:\"normal\";s:13:\"ptitle_fcolor\";s:7:\"#ffffff\";s:13:\"title_element\";s:1:\"4\";s:17:\"ptitle_transition\";s:0:\"\";s:15:\"ptitle_duration\";s:0:\"\";s:12:\"ptitle_delay\";s:0:\"\";s:10:\"img_height\";s:3:\"400\";s:9:\"img_width\";s:3:\"600\";s:14:\"img_transition\";s:0:\"\";s:12:\"img_duration\";s:0:\"\";s:9:\"img_delay\";s:0:\"\";s:3:\"sfw\";s:3:\"250\";s:3:\"sfh\";s:3:\"200\";s:6:\"sf_top\";s:2:\"50\";s:10:\"img_border\";s:1:\"0\";s:11:\"img_brcolor\";s:7:\"#D8E7EE\";s:12:\"show_content\";s:1:\"0\";s:7:\"pc_font\";s:7:\"regular\";s:13:\"pcfont_custom\";s:0:\"\";s:12:\"content_font\";s:25:\"Verdana,Geneva,sans-serif\";s:13:\"content_fontg\";s:0:\"\";s:14:\"content_fontgw\";s:0:\"\";s:19:\"content_fontgsubset\";a:0:{}s:13:\"content_fsize\";s:2:\"11\";s:14:\"content_fstyle\";s:6:\"normal\";s:14:\"content_fcolor\";s:7:\"#ffffff\";s:12:\"content_from\";s:7:\"content\";s:6:\"climit\";s:1:\"0\";s:13:\"content_chars\";s:0:\"\";s:18:\"content_transition\";s:0:\"\";s:16:\"content_duration\";s:0:\"\";s:13:\"content_delay\";s:0:\"\";s:2:\"bg\";s:1:\"0\";s:10:\"image_only\";s:1:\"1\";s:14:\"allowable_tags\";s:0:\"\";s:4:\"more\";s:9:\"Read More\";s:8:\"img_size\";s:1:\"1\";s:8:\"img_pick\";a:6:{i:0;s:1:\"1\";i:1;s:25:\"pinwheel_slider_thumbnail\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}s:4:\"crop\";s:4:\"full\";s:6:\"easing\";s:5:\"swing\";s:8:\"autostep\";s:1:\"1\";s:8:\"navimg_w\";s:2:\"32\";s:9:\"navimg_ht\";s:2:\"32\";s:13:\"content_limit\";s:2:\"25\";s:15:\"slide_nav_limit\";s:1:\"3\";s:10:\"stylesheet\";s:5:\"multi\";s:4:\"rand\";s:1:\"0\";s:3:\"ver\";s:1:\"1\";s:4:\"fouc\";s:1:\"0\";s:9:\"donotlink\";s:1:\"1\";s:7:\"buttons\";s:4:\"gray\";s:7:\"pnavtop\";s:2:\"45\";s:8:\"pnavleft\";s:2:\"10\";s:7:\"nnavtop\";s:2:\"45\";s:9:\"nnavright\";s:2:\"10\";s:6:\"navnum\";s:1:\"0\";s:6:\"navsum\";s:1:\"0\";s:6:\"navcss\";s:0:\"\";s:8:\"timthumb\";s:1:\"0\";s:6:\"pphoto\";s:1:\"1\";s:9:\"lbox_type\";s:9:\"photo_box\";s:7:\"preview\";s:1:\"2\";s:9:\"slider_id\";s:1:\"1\";s:9:\"catg_slug\";s:0:\"\";s:6:\"gencss\";s:1:\"1\";s:6:\"a_attr\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:7:\"setname\";s:3:\"Set\";s:15:\"disable_preview\";s:1:\"0\";s:16:\"image_title_text\";s:1:\"0\";s:10:\"active_tab\";a:2:{s:13:\"active_tabidx\";s:1:\"0\";s:15:\"closed_sections\";s:0:\"\";}s:13:\"default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:3:\"new\";s:1:\"0\";s:5:\"popup\";s:1:\"1\";s:10:\"sideslides\";s:1:\"3\";s:16:\"active_accordion\";s:12:\"slidecontrol\";s:19:\"enable_wooaddtocart\";s:1:\"1\";s:12:\"woo_adc_text\";s:11:\"Add to Cart\";s:13:\"woo_adc_color\";s:7:\"#3DB432\";s:14:\"woo_adc_tcolor\";s:7:\"#ffffff\";s:13:\"woo_adc_fsize\";s:2:\"14\";s:14:\"woo_adc_border\";s:1:\"1\";s:15:\"woo_adc_brcolor\";s:7:\"#3db432\";s:19:\"enable_woosalestrip\";s:1:\"1\";s:14:\"woo_sale_color\";s:7:\"#3DB432\";s:13:\"woo_sale_text\";s:4:\"Sale\";s:15:\"woo_sale_tcolor\";s:7:\"#ffffff\";s:18:\"enable_wooregprice\";s:1:\"1\";s:8:\"woo_font\";s:7:\"regular\";s:20:\"slide_woo_price_font\";s:26:\"Arial,Helvetica,sans-serif\";s:21:\"slide_woo_price_fontg\";s:0:\"\";s:22:\"slide_woo_price_fontgw\";s:0:\"\";s:27:\"slide_woo_price_fontgsubset\";a:0:{}s:22:\"slide_woo_price_custom\";s:0:\"\";s:22:\"slide_woo_price_fcolor\";s:7:\"#ffffff\";s:21:\"slide_woo_price_fsize\";s:2:\"16\";s:22:\"slide_woo_price_fstyle\";s:6:\"normal\";s:16:\"enable_woosprice\";s:1:\"1\";s:12:\"woosale_font\";s:7:\"regular\";s:24:\"slide_woo_saleprice_font\";s:26:\"Arial,Helvetica,sans-serif\";s:25:\"slide_woo_saleprice_fontg\";s:0:\"\";s:26:\"slide_woo_saleprice_fontgw\";s:0:\"\";s:31:\"slide_woo_saleprice_fontgsubset\";a:0:{}s:26:\"slide_woo_saleprice_custom\";s:0:\"\";s:26:\"slide_woo_saleprice_fcolor\";s:7:\"#eeee22\";s:25:\"slide_woo_saleprice_fsize\";s:2:\"14\";s:26:\"slide_woo_saleprice_fstyle\";s:6:\"normal\";s:13:\"enable_woocat\";s:1:\"1\";s:11:\"woocat_font\";s:7:\"regular\";s:18:\"slide_woo_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:19:\"slide_woo_cat_fontg\";s:0:\"\";s:20:\"slide_woo_cat_fontgw\";s:0:\"\";s:25:\"slide_woo_cat_fontgsubset\";a:0:{}s:20:\"slide_woo_cat_custom\";s:0:\"\";s:20:\"slide_woo_cat_fcolor\";s:7:\"#ffffff\";s:19:\"slide_woo_cat_fsize\";s:2:\"14\";s:20:\"slide_woo_cat_fstyle\";s:6:\"normal\";s:12:\"nav_woo_star\";s:6:\"yellow\";s:14:\"enable_woostar\";s:1:\"1\";s:8:\"woo_type\";s:1:\"0\";s:10:\"product_id\";s:0:\"\";s:9:\"ecom_type\";s:1:\"0\";s:10:\"event_type\";s:1:\"0\";s:13:\"eventcal_type\";s:1:\"0\";s:20:\"product_woocatg_slug\";s:0:\"\";s:21:\"product_ecomcatg_slug\";s:0:\"\";s:19:\"events_mancatg_slug\";s:0:\"\";s:18:\"events_mantag_slug\";s:0:\"\";s:19:\"events_calcatg_slug\";s:0:\"\";s:18:\"events_caltag_slug\";s:0:\"\";s:17:\"enable_eventdtnav\";s:1:\"1\";s:14:\"enable_eventdt\";s:1:\"1\";s:15:\"enable_eventadd\";s:1:\"1\";s:15:\"enable_eventcat\";s:1:\"1\";s:12:\"eventmd_font\";s:7:\"regular\";s:17:\"slide_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:18:\"slide_eventm_fontg\";s:0:\"\";s:19:\"slide_eventm_fontgw\";s:0:\"\";s:24:\"slide_eventm_fontgsubset\";a:0:{}s:19:\"slide_eventm_custom\";s:0:\"\";s:19:\"slide_eventm_fcolor\";s:7:\"#ffffff\";s:18:\"slide_eventm_fsize\";s:2:\"14\";s:19:\"slide_eventm_fstyle\";s:6:\"normal\";s:16:\"nav_eventmd_font\";s:7:\"regular\";s:15:\"nav_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"nav_eventm_fontg\";s:0:\"\";s:17:\"nav_eventm_fontgw\";s:0:\"\";s:22:\"nav_eventm_fontgsubset\";a:0:{}s:17:\"nav_eventm_custom\";s:0:\"\";s:17:\"nav_eventm_fcolor\";s:7:\"#6D6D6D\";s:16:\"nav_eventm_fsize\";s:2:\"14\";s:17:\"nav_eventm_fstyle\";s:6:\"normal\";s:15:\"event_addr_font\";s:7:\"regular\";s:16:\"eventm_addr_font\";s:26:\"Arial,Helvetica,sans-serif\";s:17:\"eventm_addr_fontg\";s:0:\"\";s:18:\"eventm_addr_fontgw\";s:0:\"\";s:23:\"eventm_addr_fontgsubset\";a:0:{}s:18:\"eventm_addr_custom\";s:0:\"\";s:18:\"eventm_addr_fcolor\";s:7:\"#ffffff\";s:17:\"eventm_addr_fsize\";s:2:\"12\";s:18:\"eventm_addr_fstyle\";s:6:\"normal\";s:14:\"event_cat_font\";s:7:\"regular\";s:15:\"eventm_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"eventm_cat_fontg\";s:0:\"\";s:17:\"eventm_cat_fontgw\";s:0:\"\";s:22:\"eventm_cat_fontgsubset\";a:0:{}s:17:\"eventm_cat_custom\";s:0:\"\";s:17:\"eventm_cat_fcolor\";s:7:\"#ffffff\";s:16:\"eventm_cat_fsize\";s:2:\"12\";s:17:\"eventm_cat_fstyle\";s:6:\"normal\";s:17:\"taxonomy_posttype\";s:4:\"post\";s:8:\"taxonomy\";s:8:\"category\";s:13:\"taxonomy_term\";s:0:\"\";s:13:\"taxonomy_show\";s:0:\"\";s:17:\"taxonomy_operator\";s:0:\"\";s:15:\"taxonomy_author\";s:0:\"\";s:10:\"rssfeed_id\";s:1:\"1\";s:15:\"rssfeed_feedurl\";s:25:\"http://mashable.com/feed/\";s:21:\"rssfeed_default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:12:\"rssfeed_feed\";s:3:\"rss\";s:13:\"rssfeed_order\";s:1:\"0\";s:15:\"rssfeed_content\";s:0:\"\";s:13:\"rssfeed_media\";s:1:\"1\";s:11:\"rssfeed_src\";s:0:\"\";s:12:\"rssfeed_size\";s:0:\"\";s:19:\"rssfeed_image_class\";s:0:\"\";s:12:\"postattch_id\";s:0:\"\";s:18:\"nextgen_gallery_id\";s:1:\"1\";s:14:\"nextgen_anchor\";s:1:\"0\";s:10:\"separation\";s:3:\"180\";s:14:\"sizemultiplier\";s:4:\"0.75\";s:16:\"minimize_content\";s:1:\"0\";s:13:\"disableresize\";s:1:\"0\";s:14:\"disable_mobile\";s:1:\"0\";s:6:\"focusx\";s:4:\"0.33\";s:6:\"focusy\";s:5:\"0.249\";}','yes'),(15776,'_transient_pinwheel_eb_undo_set','a:230:{s:5:\"speed\";s:3:\"0.8\";s:4:\"time\";s:1:\"4\";s:8:\"no_posts\";s:2:\"10\";s:6:\"offset\";s:1:\"0\";s:8:\"bg_color\";s:7:\"#eeeced\";s:6:\"height\";s:3:\"450\";s:5:\"width\";s:4:\"1090\";s:6:\"border\";s:1:\"0\";s:7:\"brcolor\";s:7:\"#cccccc\";s:7:\"padding\";s:1:\"0\";s:9:\"prev_next\";s:1:\"0\";s:10:\"title_text\";s:0:\"\";s:10:\"title_from\";s:1:\"0\";s:7:\"st_font\";s:7:\"regular\";s:10:\"title_font\";s:23:\"Trebuchet MS,sans-serif\";s:11:\"title_fontg\";s:0:\"\";s:17:\"title_fontgsubset\";a:0:{}s:12:\"title_fontgw\";s:0:\"\";s:13:\"stfont_custom\";s:0:\"\";s:11:\"title_fsize\";s:2:\"18\";s:12:\"title_fstyle\";s:4:\"bold\";s:12:\"title_fcolor\";s:7:\"#3F4C6B\";s:12:\"overlay_text\";s:1:\"1\";s:7:\"text_bg\";s:1:\"0\";s:4:\"tbgc\";s:7:\"#000000\";s:12:\"text_opacity\";s:3:\"0.7\";s:11:\"show_ptitle\";s:1:\"1\";s:7:\"pt_font\";s:7:\"regular\";s:11:\"ptitle_font\";s:13:\"Georgia,serif\";s:12:\"ptitle_fontg\";s:0:\"\";s:13:\"ptitle_fontgw\";s:0:\"\";s:18:\"ptitle_fontgsubset\";a:0:{}s:13:\"ptfont_custom\";s:0:\"\";s:12:\"ptitle_fsize\";s:2:\"18\";s:13:\"ptitle_fstyle\";s:6:\"normal\";s:13:\"ptitle_fcolor\";s:7:\"#ffffff\";s:13:\"title_element\";s:1:\"4\";s:17:\"ptitle_transition\";s:0:\"\";s:15:\"ptitle_duration\";s:0:\"\";s:12:\"ptitle_delay\";s:0:\"\";s:10:\"img_height\";s:3:\"400\";s:9:\"img_width\";s:3:\"600\";s:14:\"img_transition\";s:0:\"\";s:12:\"img_duration\";s:0:\"\";s:9:\"img_delay\";s:0:\"\";s:3:\"sfw\";s:3:\"250\";s:3:\"sfh\";s:3:\"200\";s:6:\"sf_top\";s:2:\"50\";s:10:\"img_border\";s:1:\"0\";s:11:\"img_brcolor\";s:7:\"#D8E7EE\";s:12:\"show_content\";s:1:\"0\";s:7:\"pc_font\";s:7:\"regular\";s:13:\"pcfont_custom\";s:0:\"\";s:12:\"content_font\";s:25:\"Verdana,Geneva,sans-serif\";s:13:\"content_fontg\";s:0:\"\";s:14:\"content_fontgw\";s:0:\"\";s:19:\"content_fontgsubset\";a:0:{}s:13:\"content_fsize\";s:2:\"11\";s:14:\"content_fstyle\";s:6:\"normal\";s:14:\"content_fcolor\";s:7:\"#ffffff\";s:12:\"content_from\";s:7:\"content\";s:6:\"climit\";s:1:\"0\";s:13:\"content_chars\";s:0:\"\";s:18:\"content_transition\";s:0:\"\";s:16:\"content_duration\";s:0:\"\";s:13:\"content_delay\";s:0:\"\";s:2:\"bg\";s:1:\"0\";s:10:\"image_only\";s:1:\"1\";s:14:\"allowable_tags\";s:0:\"\";s:4:\"more\";s:9:\"Read More\";s:8:\"img_size\";s:1:\"1\";s:8:\"img_pick\";a:6:{i:0;s:1:\"1\";i:1;s:25:\"pinwheel_slider_thumbnail\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}s:4:\"crop\";s:4:\"full\";s:6:\"easing\";s:5:\"swing\";s:8:\"autostep\";s:1:\"1\";s:8:\"navimg_w\";s:2:\"32\";s:9:\"navimg_ht\";s:2:\"32\";s:13:\"content_limit\";s:2:\"25\";s:15:\"slide_nav_limit\";s:1:\"3\";s:10:\"stylesheet\";s:5:\"multi\";s:4:\"rand\";s:1:\"0\";s:3:\"ver\";s:1:\"1\";s:4:\"fouc\";s:1:\"0\";s:9:\"donotlink\";s:1:\"1\";s:7:\"buttons\";s:4:\"gray\";s:7:\"pnavtop\";s:2:\"45\";s:8:\"pnavleft\";s:2:\"10\";s:7:\"nnavtop\";s:2:\"45\";s:9:\"nnavright\";s:2:\"10\";s:6:\"navnum\";s:1:\"0\";s:6:\"navsum\";s:1:\"0\";s:6:\"navcss\";s:0:\"\";s:8:\"timthumb\";s:1:\"0\";s:6:\"pphoto\";s:1:\"1\";s:9:\"lbox_type\";s:9:\"photo_box\";s:7:\"preview\";s:1:\"2\";s:9:\"slider_id\";s:1:\"1\";s:9:\"catg_slug\";s:0:\"\";s:6:\"gencss\";s:1:\"1\";s:6:\"a_attr\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:7:\"setname\";s:3:\"Set\";s:15:\"disable_preview\";s:1:\"0\";s:16:\"image_title_text\";s:1:\"0\";s:10:\"active_tab\";a:2:{s:13:\"active_tabidx\";s:1:\"0\";s:15:\"closed_sections\";s:0:\"\";}s:13:\"default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:3:\"new\";s:1:\"0\";s:5:\"popup\";s:1:\"1\";s:10:\"sideslides\";s:1:\"3\";s:16:\"active_accordion\";s:12:\"slidecontrol\";s:19:\"enable_wooaddtocart\";s:1:\"1\";s:12:\"woo_adc_text\";s:11:\"Add to Cart\";s:13:\"woo_adc_color\";s:7:\"#3DB432\";s:14:\"woo_adc_tcolor\";s:7:\"#ffffff\";s:13:\"woo_adc_fsize\";s:2:\"14\";s:14:\"woo_adc_border\";s:1:\"1\";s:15:\"woo_adc_brcolor\";s:7:\"#3db432\";s:19:\"enable_woosalestrip\";s:1:\"1\";s:14:\"woo_sale_color\";s:7:\"#3DB432\";s:13:\"woo_sale_text\";s:4:\"Sale\";s:15:\"woo_sale_tcolor\";s:7:\"#ffffff\";s:18:\"enable_wooregprice\";s:1:\"1\";s:8:\"woo_font\";s:7:\"regular\";s:20:\"slide_woo_price_font\";s:26:\"Arial,Helvetica,sans-serif\";s:21:\"slide_woo_price_fontg\";s:0:\"\";s:22:\"slide_woo_price_fontgw\";s:0:\"\";s:27:\"slide_woo_price_fontgsubset\";a:0:{}s:22:\"slide_woo_price_custom\";s:0:\"\";s:22:\"slide_woo_price_fcolor\";s:7:\"#ffffff\";s:21:\"slide_woo_price_fsize\";s:2:\"16\";s:22:\"slide_woo_price_fstyle\";s:6:\"normal\";s:16:\"enable_woosprice\";s:1:\"1\";s:12:\"woosale_font\";s:7:\"regular\";s:24:\"slide_woo_saleprice_font\";s:26:\"Arial,Helvetica,sans-serif\";s:25:\"slide_woo_saleprice_fontg\";s:0:\"\";s:26:\"slide_woo_saleprice_fontgw\";s:0:\"\";s:31:\"slide_woo_saleprice_fontgsubset\";a:0:{}s:26:\"slide_woo_saleprice_custom\";s:0:\"\";s:26:\"slide_woo_saleprice_fcolor\";s:7:\"#eeee22\";s:25:\"slide_woo_saleprice_fsize\";s:2:\"14\";s:26:\"slide_woo_saleprice_fstyle\";s:6:\"normal\";s:13:\"enable_woocat\";s:1:\"1\";s:11:\"woocat_font\";s:7:\"regular\";s:18:\"slide_woo_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:19:\"slide_woo_cat_fontg\";s:0:\"\";s:20:\"slide_woo_cat_fontgw\";s:0:\"\";s:25:\"slide_woo_cat_fontgsubset\";a:0:{}s:20:\"slide_woo_cat_custom\";s:0:\"\";s:20:\"slide_woo_cat_fcolor\";s:7:\"#ffffff\";s:19:\"slide_woo_cat_fsize\";s:2:\"14\";s:20:\"slide_woo_cat_fstyle\";s:6:\"normal\";s:12:\"nav_woo_star\";s:6:\"yellow\";s:14:\"enable_woostar\";s:1:\"1\";s:8:\"woo_type\";s:1:\"0\";s:10:\"product_id\";s:0:\"\";s:9:\"ecom_type\";s:1:\"0\";s:10:\"event_type\";s:1:\"0\";s:13:\"eventcal_type\";s:1:\"0\";s:20:\"product_woocatg_slug\";s:0:\"\";s:21:\"product_ecomcatg_slug\";s:0:\"\";s:19:\"events_mancatg_slug\";s:0:\"\";s:18:\"events_mantag_slug\";s:0:\"\";s:19:\"events_calcatg_slug\";s:0:\"\";s:18:\"events_caltag_slug\";s:0:\"\";s:17:\"enable_eventdtnav\";s:1:\"1\";s:14:\"enable_eventdt\";s:1:\"1\";s:15:\"enable_eventadd\";s:1:\"1\";s:15:\"enable_eventcat\";s:1:\"1\";s:12:\"eventmd_font\";s:7:\"regular\";s:17:\"slide_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:18:\"slide_eventm_fontg\";s:0:\"\";s:19:\"slide_eventm_fontgw\";s:0:\"\";s:24:\"slide_eventm_fontgsubset\";a:0:{}s:19:\"slide_eventm_custom\";s:0:\"\";s:19:\"slide_eventm_fcolor\";s:7:\"#ffffff\";s:18:\"slide_eventm_fsize\";s:2:\"14\";s:19:\"slide_eventm_fstyle\";s:6:\"normal\";s:16:\"nav_eventmd_font\";s:7:\"regular\";s:15:\"nav_eventm_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"nav_eventm_fontg\";s:0:\"\";s:17:\"nav_eventm_fontgw\";s:0:\"\";s:22:\"nav_eventm_fontgsubset\";a:0:{}s:17:\"nav_eventm_custom\";s:0:\"\";s:17:\"nav_eventm_fcolor\";s:7:\"#6D6D6D\";s:16:\"nav_eventm_fsize\";s:2:\"14\";s:17:\"nav_eventm_fstyle\";s:6:\"normal\";s:15:\"event_addr_font\";s:7:\"regular\";s:16:\"eventm_addr_font\";s:26:\"Arial,Helvetica,sans-serif\";s:17:\"eventm_addr_fontg\";s:0:\"\";s:18:\"eventm_addr_fontgw\";s:0:\"\";s:23:\"eventm_addr_fontgsubset\";a:0:{}s:18:\"eventm_addr_custom\";s:0:\"\";s:18:\"eventm_addr_fcolor\";s:7:\"#ffffff\";s:17:\"eventm_addr_fsize\";s:2:\"12\";s:18:\"eventm_addr_fstyle\";s:6:\"normal\";s:14:\"event_cat_font\";s:7:\"regular\";s:15:\"eventm_cat_font\";s:26:\"Arial,Helvetica,sans-serif\";s:16:\"eventm_cat_fontg\";s:0:\"\";s:17:\"eventm_cat_fontgw\";s:0:\"\";s:22:\"eventm_cat_fontgsubset\";a:0:{}s:17:\"eventm_cat_custom\";s:0:\"\";s:17:\"eventm_cat_fcolor\";s:7:\"#ffffff\";s:16:\"eventm_cat_fsize\";s:2:\"12\";s:17:\"eventm_cat_fstyle\";s:6:\"normal\";s:17:\"taxonomy_posttype\";s:4:\"post\";s:8:\"taxonomy\";s:8:\"category\";s:13:\"taxonomy_term\";s:0:\"\";s:13:\"taxonomy_show\";s:0:\"\";s:17:\"taxonomy_operator\";s:0:\"\";s:15:\"taxonomy_author\";s:0:\"\";s:10:\"rssfeed_id\";s:1:\"1\";s:15:\"rssfeed_feedurl\";s:25:\"http://mashable.com/feed/\";s:21:\"rssfeed_default_image\";s:82:\"https://wanderfuls.com/wp-content/plugins/pinwheel-slider/images/default_image.png\";s:12:\"rssfeed_feed\";s:3:\"rss\";s:13:\"rssfeed_order\";s:1:\"0\";s:15:\"rssfeed_content\";s:0:\"\";s:13:\"rssfeed_media\";s:1:\"1\";s:11:\"rssfeed_src\";s:0:\"\";s:12:\"rssfeed_size\";s:0:\"\";s:19:\"rssfeed_image_class\";s:0:\"\";s:12:\"postattch_id\";s:0:\"\";s:18:\"nextgen_gallery_id\";s:1:\"1\";s:14:\"nextgen_anchor\";s:1:\"0\";s:10:\"separation\";s:3:\"180\";s:14:\"sizemultiplier\";s:4:\"0.75\";s:16:\"minimize_content\";s:1:\"0\";s:13:\"disableresize\";s:1:\"0\";s:14:\"disable_mobile\";s:1:\"0\";s:6:\"focusx\";s:4:\"0.33\";s:6:\"focusy\";s:5:\"0.249\";}','yes'),(15784,'pinwheel_license_key','02c3d441d0b7b4c037ed256e62700bd2','yes'),(15794,'_transient_timeout_external_ip_address_103.80.70.249','1504088247','no'),(15795,'_transient_external_ip_address_103.80.70.249','69.167.136.107','no'),(15801,'_site_transient_timeout_browser_e7302f2102744e77efd112ab30cbde45','1504091165','no'),(15802,'_site_transient_browser_e7302f2102744e77efd112ab30cbde45','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'),(15805,'_site_transient_timeout_community-events-dbb309bcdb7dbde3d9bccb8611d8c6a6','1503529580','no'),(15806,'_site_transient_community-events-dbb309bcdb7dbde3d9bccb8611d8c6a6','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"103.230.107.0\";}s:6:\"events\";a:0:{}}','no'),(15827,'socialcountplus_settings','a:37:{s:12:\"comments_url\";s:0:\"\";s:15:\"facebook_active\";s:1:\"1\";s:11:\"facebook_id\";s:10:\"Wanderfuls\";s:15:\"facebook_app_id\";s:15:\"104046656996943\";s:19:\"facebook_app_secret\";s:32:\"de5de17f7ea3e98a8c76ee5d313da79c\";s:15:\"github_username\";s:0:\"\";s:13:\"googleplus_id\";s:0:\"\";s:18:\"googleplus_api_key\";s:0:\"\";s:18:\"instagram_username\";s:0:\"\";s:17:\"instagram_user_id\";s:0:\"\";s:22:\"instagram_access_token\";s:0:\"\";s:19:\"linkedin_company_id\";s:0:\"\";s:21:\"linkedin_access_token\";s:0:\"\";s:18:\"pinterest_username\";s:0:\"\";s:15:\"posts_post_type\";s:4:\"post\";s:9:\"posts_url\";s:22:\"https://wanderfuls.com\";s:19:\"soundcloud_username\";s:0:\"\";s:20:\"soundcloud_client_id\";s:0:\"\";s:16:\"steam_group_name\";s:0:\"\";s:15:\"tumblr_hostname\";s:0:\"\";s:19:\"tumblr_consumer_key\";s:0:\"\";s:22:\"tumblr_consumer_secret\";s:0:\"\";s:12:\"tumblr_token\";s:0:\"\";s:19:\"tumblr_token_secret\";s:0:\"\";s:15:\"twitch_username\";s:0:\"\";s:12:\"twitter_user\";s:0:\"\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:15:\"users_user_role\";s:10:\"subscriber\";s:11:\"users_label\";s:5:\"users\";s:9:\"users_url\";s:22:\"https://wanderfuls.com\";s:14:\"vimeo_username\";s:0:\"\";s:12:\"youtube_user\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:15:\"youtube_api_key\";s:0:\"\";}','yes'),(15828,'socialcountplus_design','a:3:{s:6:\"models\";s:1:\"1\";s:10:\"text_color\";s:0:\"\";s:5:\"icons\";s:8:\"facebook\";}','yes'),(15829,'socialcountplus_version','3.3.6','yes'),(15830,'socialcountplus_cache','a:16:{s:8:\"comments\";i:0;s:8:\"facebook\";i:2708;s:6:\"github\";i:0;s:10:\"googleplus\";i:0;s:9:\"instagram\";i:0;s:8:\"linkedin\";i:0;s:9:\"pinterest\";i:0;s:5:\"posts\";i:0;s:10:\"soundcloud\";i:0;s:5:\"steam\";i:0;s:6:\"tumblr\";i:0;s:6:\"twitch\";i:0;s:7:\"twitter\";i:0;s:5:\"users\";i:0;s:5:\"vimeo\";i:0;s:7:\"youtube\";i:0;}','yes'),(15833,'widget_socialcountplus','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15852,'_transient_timeout_external_ip_address_10.10.71.121','1504111576','no'),(15853,'_transient_external_ip_address_10.10.71.121','69.167.136.107','no'),(15861,'new_royalslider_config','a:4:{s:5:\"embed\";a:1:{s:17:\"posts_with_slider\";s:17:\"posts_with_slider\";}s:17:\"allow_authors_cap\";s:2:\"no\";s:18:\"cache_refresh_time\";s:2:\"24\";s:30:\"override_all_default_galleries\";s:0:\"\";}','yes'),(15862,'widget_new_royalslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15863,'new_royalslider_version','3.3.5','yes'),(15869,'_transient_timeout_external_ip_address_2001:56b:9fff:c160:0:46:4795:9201','1504112668','no'),(15870,'_transient_external_ip_address_2001:56b:9fff:c160:0:46:4795:9201','69.167.136.107','no'),(15886,'_transient_timeout_external_ip_address_2602:302:d14f:db80:455:2f46:ed37:46e6','1504113131','no'),(15887,'_transient_external_ip_address_2602:302:d14f:db80:455:2f46:ed37:46e6','69.167.136.107','no'),(15903,'_transient_timeout_external_ip_address_192.168.1.135','1504116195','no'),(15904,'_transient_external_ip_address_192.168.1.135','69.167.136.107','no'),(15906,'_transient_timeout_external_ip_address_10.29.20.94','1504116301','no'),(15907,'_transient_external_ip_address_10.29.20.94','69.167.136.107','no'),(15917,'_transient_timeout_external_ip_address_2602:30a:c061:a830:59d5:4705:7678:4af8','1504121098','no'),(15918,'_transient_external_ip_address_2602:30a:c061:a830:59d5:4705:7678:4af8','69.167.136.107','no'),(15925,'_transient_wc_related_3210','a:0:{}','no'),(15927,'_transient_timeout_external_ip_address_168.195.182.22','1504135656','no'),(15928,'_transient_external_ip_address_168.195.182.22','69.167.136.107','no'),(15931,'_transient_timeout_external_ip_address_2601:4a:8000:bca0:94d9:cdfd:9aeb:4963','1504137279','no'),(15932,'_transient_external_ip_address_2601:4a:8000:bca0:94d9:cdfd:9aeb:4963','69.167.136.107','no'),(15938,'_transient_timeout_external_ip_address_172.27.27.154','1504144935','no'),(15939,'_transient_external_ip_address_172.27.27.154','69.167.136.107','no'),(15977,'_transient_timeout_external_ip_address_185.202.213.30','1504154267','no'),(15978,'_transient_external_ip_address_185.202.213.30','69.167.136.107','no'),(15981,'_transient_timeout_external_ip_address_192.168.10.76','1504159390','no'),(15982,'_transient_external_ip_address_192.168.10.76','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15992,'_transient_timeout_external_ip_address_10.0.108.166','1504166074','no'),(15993,'_transient_external_ip_address_10.0.108.166','69.167.136.107','no'),(15997,'_transient_timeout_external_ip_address_10.1.1.1','1504177400','no'),(15998,'_transient_external_ip_address_10.1.1.1','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16003,'_transient_yst_sm_product_1:2OyzN_rKG8','C:24:\"WPSEO_Sitemap_Cache_Data\":159133:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:159083:\"<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>https://wanderfuls.com/shop/</loc>\n <lastmod>2017-07-23T21:41:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-baby-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-metallic-light-blue-and-metallic-silver-centerpiece-with-light-blue-almonds/</loc>\n <lastmod>2016-08-14T13:49:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-baby-blue-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-brown-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-celedon-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-mint-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-aqua-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-silver-and-black-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-silver-and-black-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-burgundy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-hot-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-light-yellow-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-mint-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-purple-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-charcoal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/aqua-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/aqua-and-cornflower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/aqua-and-azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/aqua-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-azalea-and-silver-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-azalea-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-silver-and-hot-pink-centerpiece-with-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-silver-and-hot-pink-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-silver-and-turquoise-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-silver-and-turquoise-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/brown-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-azalea-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/brown-and-baby-pink-and-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-navy-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-burgundy-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-burgundy-and-silver-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/brown-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-aqua-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-navy-royal-blue-teal-turquoise-and-white-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-daffodil-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-navy-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-azalea-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-coral-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-and-navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-centerpiece-with-pink-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-purple-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-pink-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-and-metallic-purple-centerpiece-with-metallic-purple-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-silver-and-black-centerpiece-with-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-silver-and-black-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-purple-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-tangerine-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-teal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-azalea-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-lime-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-lime-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-hot-pink-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-pastel-colors-centerpiece-with-white-accents/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-light-yellow-centepiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-mint-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-purple-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lavender-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-navy-centerpiece-with-gold-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-red-centerpiece-with-red-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-azalea-and-black-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-metallic-baby-blue-and-baby-blue-centerpiece-with-light-blue-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-black-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-black-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-black-and-hot-pink-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-royal-blue-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-navy-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-navy-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-white-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-royal-blue-and-white-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-royal-blue-and-white-centerpiece-with-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-black-and-turquoise-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-black-and-turquoise-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-peach-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-cornflower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-silver-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-gold-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-gold-centerpiece-with-gold-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ivory-centerpiece-with-gold-kiss-candy/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-grey-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-wrapped-candy/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-cabernet-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-baby-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-black-accents/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runt-candy/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-tropical-colors-centerpiece-with-silver-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-grape-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-hot-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-purple-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-ivory-centerpiece-with-peach-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-ivory-centerpiece-with-gold-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/coral-and-charcoal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-pastel-colors-centerpiece-with-iridescent-white-accents/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-and-hot-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-royal-blue-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-royal-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-purple-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orage-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-daffodil-yellow-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-hot-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts-candy/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-tropical-colors-centerpiece-with-black-accents/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/eggplant-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grape-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grape-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/eggplant-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-azalea-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-orange-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-lime-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-lavender-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-hot-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grape-and-lime-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-purple-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-purple-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-centerpiece-with-metallic-hot-pink-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-black-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-royal-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-royal-blue-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-orange-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-emerald-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-emerald-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-gold-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-gold-centerpiece-with-red-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece-with-red-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-red-and-metallic-green-centerpiece-with-green-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-orange-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-orange-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-red-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-daffodil-yellow-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-white-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-white-and-silver-centerpiece-with-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-blue-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-centerpiece-with-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents/</loc>\n <lastmod>2016-08-14T13:49:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-ocean-colors-centerpiece-with-turquoise-accents-and-royal-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-black-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:28-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-black-and-silver-centerpiece-with-black-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-orange-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-royal-blue-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-cornflower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-coral-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-azalea-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-lavender-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-black-accents/</loc>\n <lastmod>2016-08-14T13:49:31-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-fruit-runts/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/daffodil-yellow-and-tropical-colors-centerpiece-with-silver-accents-and-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-white-accents/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-iridescent-white-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-coral-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-aqua-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-coral-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-cornflower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-daffodil-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-grey-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-ivory-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-lavender-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-light-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-lime-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-mint-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-peach-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-tangerine-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-orange-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-turquoise-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-aqua-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-azalea-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-baby-blue-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-baby-pink-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-daffodil-yellow-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-light-yellow-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-ocean-colors-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-metallic-hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-silver-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-silver-centerpiece-with-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-lime-green-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-mint-green-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-peach-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-teal-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-royal-blue-and-silver-centerpiece-with-metallic-royal-blue-accents-and-blue-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:35-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-aqua-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:36-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:36-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-blue-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:36-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:36-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-black-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-brown-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-burgundy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-cabernet-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-charcoal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-coral-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-cornflower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-daffodil-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-eggplant-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-emerald-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grape-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grey-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hot-pink-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-lavender-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-light-yellow-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-lime-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-gold-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-gold-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mustard-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-navy-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-peach-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-purple-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-red-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-royal-bluecenterpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-tangerine-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-teal-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-orange-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-turquoise-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:38-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-aqua-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-aqua-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-azalea-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-azalea-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-baby-blue-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-baby-blue-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-baby-pink-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-baby-pink-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-black-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-brown-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-black-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-brown-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-burgundy-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-burgundy-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-cabernet-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-cabernet-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-charcoal-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-charcoal-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-coral-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-coral-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-cornflower-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-cornflower-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-daffodil-yellow-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-daffodil-yellow-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-eggplant-accents-and-white-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-eggplant-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-emerald-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-emerald-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-grape-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-grape-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-grey-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-grey-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-hot-pink-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-hot-pink-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-hunter-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-hunter-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-ivory-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-ivory-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-lavender-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-light-yellow-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-light-yellow-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-lime-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-lime-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:41-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-gold-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-mint-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-mint-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-mustard-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-mustard-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-navy-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-navy-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-peach-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-peach-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-purple-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-purple-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-red-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-red-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:42-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-royal-blue-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-royal-blue-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-tangerine-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-tangerine-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-teal-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-teal-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-orange-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-orange-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-turquoise-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-turquoise-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-silver-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-centerpiece-with-silver-accents-and-silver-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-azalea-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-pink-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-pastel-colors-centerpiece-with-silver-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/celadon-and-baby-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-green-and-metallic-red-centerpiece-with-red-almonds/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-green-and-metallic-red-centerpiece-with-green-foil-candy/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-baby-pink-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-hunter-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-and-lavender-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-and-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pretty-in-pink-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sassy-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/bubblegum-pink-and-pretty-purple-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sweetly-pink-and-shimmering-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/simply-sweet-pink-and-white-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/barbie-pink-green-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sophisticated-pink-grey-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/precious-pastel-pink-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-pink-and-chocolate-brown-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/princess-pink-and-iridescent-white-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ballet-pink-and-green-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/princess-pink-and-elegant-white-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/shimmering-sky-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cotton-candy-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pool-blue-and-iridescent-white-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sky-is-the-limit-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/evening-sky-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/inspiration-white-and-aqua-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/blue-modern-and-white-sweet-16-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-gold-classic-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-silver-classic-wedding-centerpiecce/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-gold-classic-wedding-centerpiecce/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-iridescent-white-shimmering-elegance-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/modern-bride-black-and-white-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/chocolate-chic-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-bridal-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-wine-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-charisma-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/one-and-only-shade-of-grey-shimmering-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-wedding-sophistication-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-anatomy-of-love-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/vibrant-bride-hot-pink-wedding-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-coral-pink/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-aqua-pool-blue/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-azalea-pink/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-blue-bliss/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-pastel-pink/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-lavender-light/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-mellow-yellow/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-lime-green/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-mint-green/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-peach-passion/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-teal-tango/</loc>\n <lastmod>2016-08-14T13:49:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-bridal-collection-with-turquoise-togetherness/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/simply-stunning-white-and-ivory-wedding-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/simply-stunning-white-and-ivory-wedding-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-red-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-royal-blue-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-tangerine-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-teal-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-tropical-orange-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-daffodil-yellow-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-emerald-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-grape-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-hunter-green-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-light-yellow-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-lime-green-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-mint-green-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-champagne-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-navy-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-peach-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-white-bridal-collection-with-purple-accents/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-azalea-pink-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-blue-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-cornflower-blue-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-lavender-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-light-yellow-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-peach-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-aqua-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-and-azalea-pink-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-colors-baby-shower-centerpiece-with-lavender-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-colors-baby-shower-centerpiece-with-iridescent-white-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-celedon-green-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-mint-green-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-and-lavender-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-baby-shower-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:49:48-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-pink-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-and-lavender-baby-shower-centerpiece-with-white-mints/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-elegant-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-corporate-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-reception-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-formal-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-gala-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-navy-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-burgundy-and-silver-formal-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-brown-awards-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-burgundy-reunion-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-white-alumni-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-daffodil-yellow-formal-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-white-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-and-navy-reception-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-corporate-employee-appreciation-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/lime-and-hunter-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-and-white-fundraiser-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:50-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-red-carpet-gala-centerpiece-with-white-accents/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-red-formal-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-reception-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-fundraiser-favor-and-centerpiece-all-in-one/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-purple-and-silver-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-blue-and-silver-awards-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-reception-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-navy-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-white-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grey-corporate-training-seminar-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/formal-ivory-and-gold-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-navy-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-with-metallic-blue-accents-sales-training-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-navy-spirit-awards-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-navy-corporate-centerpiece-with-white-accents/</loc>\n <lastmod>2016-08-14T13:49:51-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-burgundy-and-silver-employee-appreciation-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-navy-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-white-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-white-formal-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-white-and-blue-team-spirit-building-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-white-alumni-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-navy-spirit-building-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-red-conference-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-purple-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-yellow-corporate-color-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/formal-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-elegant-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-white-formal-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-corporate-event-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-white-gala-reception-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-black-formal-dinner-recpetion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-white-and-blue-gala-centepiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/formal-holiday-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sparkling-holiday-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-formal-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-white-elegant-reception-dinner-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/1st-boy-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/1st-girl-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/10th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/11th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/12th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/13th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/15th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/16th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/18th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/20th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/21st-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/30th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/35th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/40th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/45th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/50th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/55th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/60th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/65th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/70th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/75th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/80th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/85th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/90th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/95th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/100th-birthday-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/winter-solstice-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/new-years-eve-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/valentines-day-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/st-patricks-day-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/easter-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/spring-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/patriotic-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/summer-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/fall-harvest-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/halloween-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/thanksgiving-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/thanksmas-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/christmas-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/holiday-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/xmas-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/shimmering-christmas-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-and-white-mints-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-and-white-almonds-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-and-white-mints-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-and-white-almonds-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-and-white-almonds-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-and-white-mints-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-lavender-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-blue-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-teal-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-aqua-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-yellow-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-bridal-shower-centerpiece-2/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-pink-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grape-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hot-pink-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-green-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-coral-bridal-shower-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/a-mystical-evening-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/masquerade-ball-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/new-york-city-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/enchanted-atlantis-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-carpet-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/a-night-of-star-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/underwater-escape-ocean-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/casino-theme-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/senior-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/junior-prom-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/semi-formal-dance-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/formal-dance-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sadie-hawkins-dance-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/harvest-dance-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/homecoming-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/spring-fling-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cheerleading-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/varsity-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/jv-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/national-honor-society-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-blue-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-orange-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-gold-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-cornflower-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-grey-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-burgundy-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:57-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-baby-blue-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-blue-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-purple-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-yellow-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-lime-green-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-yellow-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-silver-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/emerald-green-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:58-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/brown-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-white-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-turquoise-graduation-school-colors-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/10th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/15th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/20th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/25th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/30th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/35th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/40th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/45th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/50th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/55th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/60th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/65th-high-school-reunion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gold-and-blue-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gold-and-navy-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gold-and-red-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gold-and-white-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-silver-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/blue-and-silver-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-burgundy-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-white-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/blue-white-and-silver-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-blue-alumni-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/retirement-party/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/years-of-service-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:01-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/golf-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:01-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/beach-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:01-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/retirement-celebration/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teacher-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/nurse-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hasta-la-vista-retirement-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-carpet-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/not-your-grandmas-retirement-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/goodbye-to-the-tie-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/surprise-retirement-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-retirement-theme-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/antique-floral-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:02-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/career-celebration-retirement-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/employee-retirement-recognition-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/go-fishing-retirement-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/leaving-on-a-jet-plane-retirement-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/quinceanera-dinner-reception-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sweet-15-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-and-white-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/quinceanera-fiesta-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-quinceanera-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-quinceanera-party-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/feliz-quince-anos-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/shimmering-white-and-lavender-quinceanera-bouquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/quinceanera-formal-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hot-pink-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-y-purpura-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-y-azul-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-y-verde-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-y-marron-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rosa-y-amarillo-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azul-y-blanco-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/negro-y-plata-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/agua-quinceanera-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-10th-silver-wedding-anniversary-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-10th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-10th-anniversay-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-15th-ruby-red-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-15th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-15th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-20th-emerald-green-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-20th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-25th-silver-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-25th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-25th-silver-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-30th-green-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-30th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-30th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-35th-coral-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-35th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-40th-red-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-40th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-50th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/50th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/romantic-50th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-50th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/golden-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/50th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-50th-gold-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/modern-50th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-60th-white-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-60th-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-60th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:05-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-70th-platinum-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-70th-anniversary/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/dark-gray-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/traditional-75th-diamond-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-lavender-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gray-and-iridescent-white-wedding-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/festive-100th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/elegant-100th-anniversary-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-centerpiece-with-gold-accents-and-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-centerpiece-with-gold-accents-and-white-mints/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivoy-and-iridescent-white-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-navy-centerpiece-with-ivory-almonds/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-navy-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-peach-centerpiece-with-gold-foil-candy/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-peach-centerpiece-with-peach-almonds/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-aqua-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-blue-chistening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-blue-chistening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-yellow-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-boy-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-teal-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-first-communion-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-ivory-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-peach-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-pink-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-cornflower-blue-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-yellow-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-lavender-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-mint-green-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-peach-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-aqua-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-girl-christening-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-communion-centerpiece-with-iridescent-white-accents/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/yellow-and-pink-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/yellow-and-lavender-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pink-and-mint-green-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pink-and-celedon-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-gold-1st-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-iridescent-white-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-aqua-accents-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-blue-accents-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-pink-accents-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-lavender-accents-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-with-yellow-accents-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-with-mint-green-accents-first-communion-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-first-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-first-communion-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hues-of-blue-1st-holy-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-blue-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-coral-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grape-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hot-pink-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-green-first-communioncenterpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-yellow-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-first-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-1st-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-1st-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-1st-communion-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-confirmation-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-aqua-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hues-of-blue-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-and-cornflower-blue-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-cornflower-blue-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-navy-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-and-ivory-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-peach-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/coral-and-charcoal-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-confirmation-centerpiece-with-iridescent-white-accents/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/peach-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-yellow-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/yellow-and-pink-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/yellow-and-lavender-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pink-and-mint-green-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pink-and-celedon-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-gold-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-iridescent-white-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-aqua-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-blue-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-pink-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-lavender-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-with-yellow-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/irridescent-white-with-mint-green-accents-first-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pearlized-white-with-turquoise-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-gold-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-gold-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-almonds-2/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-and-white-centerpiece-with-white-mints-2/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blues-and-silver-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-metallic-burgundy-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-navy-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-white-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-white-and-blue-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-confirmation-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-white-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-pink-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-lavender-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-hot-pink-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-white-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-with-coral-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-coral-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grape-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hot-pink-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-green-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-yellow-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-confirmation-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/adult-baptism-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/child-baptism-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-yellow-accents-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-mint-green-accents-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-lavender-accents-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-yellow-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-mint-green-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-baby-pink-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-grape-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hot-pink-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-green-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-coral-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-yellow-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-mint-green-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-pink-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-lavender-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-baby-blue-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-peach-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-aqua-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/iridescent-white-and-cornflower-baptism-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/airforce-sky-blue-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/air-force-blue-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/army-green-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/army-blue-and-gold-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-blue-and-gold-military-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/marines-formal-blue-and-gold-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/marine-red-and-gold-formal-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-blue-military-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/coast-guard-orange-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/marines-dark-blue-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/patriotic-red-white-and-blue-military-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-white-and-blue-american-formal-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-red-accents-military-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-navy-accents-military-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-cabernet-accents-military-gala-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-sky-blue-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-emerald-green-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-hunter-green-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-gold-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-tan-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-navy-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-red-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-royal-blue-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-black-accents-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-platinum-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-with-green-accents-military-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mazel-tov-theme-royal-blue-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-orange-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-royal-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-yellow-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-royal-blue-and-silver-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-royal-blue-and-silver-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-pink-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-white-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-cornflower-blue-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-gold-theme-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ivory-and-navy-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-navy-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ocean-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ocean-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-burgundy-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-and-white-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tangerine-and-hot-pink-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-purple-theme-bar-or-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-red-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-yellow-theme-bar-or-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/rainbow-theme-bat-mitzvah-centerpiece-with-silver-accents-and-pink-gumball-candy/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bat-mitvah-centerpiece-with-silver-accents-and-fruit-runt-candy/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-and-jelly-bean-candy/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-peach-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-and-white-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-rainbow-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/mint-green-bat-mitzvah-centerpiece-with-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-and-metallic-burgundy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-white-bar-mitzvah-theme-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-brown-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-silver-and-turquoise-theme-bar-mitzvah-centerpiece-with-kosher-black-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-white-theme-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-them-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-them-bar-mitzvah-centerpiece-with-kosher-black-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-silver-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-gold-theme-bar-mitzvah-centerpiece-with-kosher-black-jordan-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-silver-and-black-them-bat-mitzvah-centerpiece-with-kosher-black-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-burgundy-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-pink-and-purple-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(16005,'_transient_yst_sm_testimonials_category_1:2OyzN_jhIX','C:24:\"WPSEO_Sitemap_Cache_Data\":903:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:856:\"<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>https://wanderfuls.com/testimonials-category/common/</loc>\n <lastmod>2015-10-30T13:05:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonials-category/corporate-testimonials/</loc>\n <lastmod>2015-10-30T09:07:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonials-category/customer-testimonials/</loc>\n <lastmod>2015-10-30T09:01:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonials-category/home-reviews/</loc>\n <lastmod>2017-07-12T07:31:18-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(16010,'_transient_yst_sm_product_2:2OyzN_rKG8','C:24:\"WPSEO_Sitemap_Cache_Data\":17740:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:17691:\"<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>https://wanderfuls.com/product/azalea-pink-and-iridescdent-white-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-pink-and-white-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-pink-and-green-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-pink-and-charcoal-grey-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-pink-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-baby-blue-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-pink-and-brown-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-pink-and-celedon-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-pink-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-pink-and-green-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pastel-pink-and-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/light-blue-centerpiece-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-iridescent-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/aqua-and-white-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/azalea-and-aqua-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/pool-blue-and-iridescent-white-theme-bat-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/skys-the-limit-aqua-and-cornflower-blue-bat-or-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-metallic-light-blue-and-metallic-silver-bar-mitzvah-theme-centerpiece-with-kosher-light-blue-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-and-aqua-theme-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-white-theme-bar-mitzvah-centerpiece-with-kosher-white-almonds/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-hot-pink-and-black-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/silver-hot-pink-and-black-chic-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/new-generation-black-theme-bat-or-bar-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/new-age-black-silver-and-turquoise-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-purple-and-metallic-hot-pink-them-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/fun-and-funky-theme-bat-mitzvah-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-azalea-and-silver-theme-bat-mitzvah-centerpiece-with-kosher-black-almonds/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/sports-banquet-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/varsity-banquet-centerpiece-2/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/jv-banquet-centerpiece-2/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-yellow-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-blue-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-orange-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/red-and-gold-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-cornflower-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-grey-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-burgundy-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-light-blue-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-blue-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-purple-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/burgundy-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/brown-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-red-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/black-and-turquoise-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cheerleading-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/orange-and-yellow-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/purple-and-lime-green-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-yellow-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/royal-blue-and-silver-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/teal-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/turquoise-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/charcoal-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/grey-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hunter-green-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/emerald-green-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cornflower-blue-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cabernet-and-white-sports-team-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/golf-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/basket-ball-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baseball-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/volley-ball-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/la-cross-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/field-hockey-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/cricket-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tennis-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/wrestling-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/football-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/super-bowl-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/world-series-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/world-cup-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/kentucky-derby-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/swimming-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/skiing-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/snowboarding-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/gymnastics-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/dancers-centerpiece-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/running-a-marathon-celebration-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/all-american-sports-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/track-and-field-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/soccer-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/olympics-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/hockey-centerpiece/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/baby-blue-and-navy-theme-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-3/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-baby-blue-bar-or-bat-mitzvah-centerpiece-with-kosher-white-almonds-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/tropical-theme-bar-mitvah-centerpiece-with-black-accents-3/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/white-royal-blue-and-silver-theme-bar-mitzvah-centerpiece-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-gold-centerpiece-with-metallic-blue-accents-and-gold-foil-candy-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-2/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-purple-centerpiece-with-silver-foil-candy-3/</loc>\n <lastmod>2016-08-14T13:50:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy-2/</loc>\n <lastmod>2017-07-21T16:38:54-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/10/Pepperidge-Farms-Annual-employees-party-centerpieces-designed-by-Wanderfuls..jpg</image:loc>\n <image:title><![CDATA[Pepperidge Farm\'s Annual employees party centerpieces designed by Wanderfuls.]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece-2/</loc>\n <lastmod>2017-07-21T16:52:19-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/10/home-gallery-3-large.jpg</image:loc>\n <image:title><![CDATA[home-gallery-3-large]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/classic-arrangement/</loc>\n <lastmod>2017-07-21T18:24:39-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/10/Hot-pink-Wanderfuls-centerpiece-for-Nancys-16th-Birthday-party..jpg</image:loc>\n <image:title><![CDATA[Hot pink Wanderfuls centerpiece for Nancy\'s 16th Birthday party.]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/ice-skating-centerpiece/</loc>\n <lastmod>2017-07-21T18:37:10-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/11/football_lg.jpg</image:loc>\n <image:title><![CDATA[football_lg]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/arabian-nights-theme-prom-centerpiece/</loc>\n <lastmod>2017-07-23T21:40:03-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/11/quin_lg.jpg</image:loc>\n <image:title><![CDATA[quin_lg]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>https://wanderfuls.com/product/jungle-theme-prom-centerpiece/</loc>\n <lastmod>2017-07-23T21:41:11-04:00</lastmod>\n <image:image>\n <image:loc>https://wanderfuls.com/wp-content/uploads/2015/10/A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL.jpg</image:loc>\n <image:title><![CDATA[A102BBLMXXXXXXXX200SLXXXXIWPGPGBBMSBBLBSL]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(16012,'_transient_yst_sm_testimonials_1:2OyzN_5Ud3r','C:24:\"WPSEO_Sitemap_Cache_Data\":4403:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:4355:\"<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>https://wanderfuls.com/testimonial/jocelyn-rodriguez/</loc>\n <lastmod>2015-10-30T08:55:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/andrea-fontana/</loc>\n <lastmod>2015-10-30T08:58:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/debbie-and-dan-lynch/</loc>\n <lastmod>2015-10-30T08:59:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/anonmus/</loc>\n <lastmod>2015-10-30T09:00:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/patricia-lincoln/</loc>\n <lastmod>2015-10-30T09:00:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/michelle-hamilton/</loc>\n <lastmod>2015-10-30T09:01:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/darlene-summers/</loc>\n <lastmod>2015-10-30T09:03:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/marilyn-radcliffe/</loc>\n <lastmod>2015-10-30T09:04:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/jamise-liddell/</loc>\n <lastmod>2015-10-30T09:05:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/alexis-kitt/</loc>\n <lastmod>2015-10-30T09:06:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/lourdes-rodriguez/</loc>\n <lastmod>2015-10-30T09:07:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/cameron-fay/</loc>\n <lastmod>2015-10-30T09:07:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/michelle-hamilton-2/</loc>\n <lastmod>2015-10-30T12:49:33-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/judy-behler-hainesville/</loc>\n <lastmod>2015-10-30T12:50:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/darlene-summers-2/</loc>\n <lastmod>2015-10-30T12:51:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/arlene-jacobs/</loc>\n <lastmod>2015-10-30T12:52:39-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/marilyn-ratliff/</loc>\n <lastmod>2015-10-30T12:53:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/randy-goldstein/</loc>\n <lastmod>2015-10-30T12:56:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/krista-klaproth/</loc>\n <lastmod>2015-10-30T12:57:40-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/marianne-pizzitola/</loc>\n <lastmod>2015-10-30T12:58:46-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/marietta-fitzpatrick/</loc>\n <lastmod>2015-10-30T13:00:08-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/margaret-horgan/</loc>\n <lastmod>2015-10-30T13:00:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/jean-engle/</loc>\n <lastmod>2015-10-30T13:01:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/susan-levy/</loc>\n <lastmod>2015-10-30T13:02:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/mrs-edward-danka/</loc>\n <lastmod>2015-10-30T13:02:52-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/natasha-bavari/</loc>\n <lastmod>2015-10-30T13:03:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/alexis-kitt-2/</loc>\n <lastmod>2015-10-30T13:04:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/lourdes-rodriguez-2/</loc>\n <lastmod>2015-10-30T13:04:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/kathy-holland/</loc>\n <lastmod>2015-10-30T13:05:37-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/jocelyn-r/</loc>\n <lastmod>2017-07-12T07:28:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/michelle-h/</loc>\n <lastmod>2017-07-12T07:30:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/testimonial/2965/</loc>\n <lastmod>2017-07-12T07:31:18-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(16013,'_transient_timeout_external_ip_address_10.54.215.63','1504193719','no'),(16014,'_transient_external_ip_address_10.54.215.63','69.167.136.107','no'),(16015,'_transient_timeout_external_ip_address_10.185.42.5','1504193899','no'),(16016,'_transient_external_ip_address_10.185.42.5','69.167.136.107','no'),(16017,'_transient_timeout_external_ip_address_172.17.186.67','1504194716','no'),(16018,'_transient_external_ip_address_172.17.186.67','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16021,'_transient_yst_sm_product_cat_1:2OyzN_rKG6','C:24:\"WPSEO_Sitemap_Cache_Data\":6242:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:6194:\"<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>https://wanderfuls.com/product-category/anniversaries/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/aqua/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/azalea/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/baby-blue/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/baby-pink/</loc>\n <lastmod>2016-08-14T13:49:15-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/baby-showers/</loc>\n <lastmod>2016-08-14T13:49:49-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/baptism/</loc>\n <lastmod>2016-08-14T13:50:13-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/bar-mitzvah/</loc>\n <lastmod>2017-07-21T16:52:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/bat-mitzvah/</loc>\n <lastmod>2017-07-21T16:52:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/birthdays/</loc>\n <lastmod>2016-08-14T13:49:54-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/black/</loc>\n <lastmod>2016-08-14T13:49:16-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/bridal-showers/</loc>\n <lastmod>2016-08-14T13:49:56-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/burgundy/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/christening/</loc>\n <lastmod>2016-08-14T13:50:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/communion/</loc>\n <lastmod>2016-08-14T13:50:09-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/confirmation/</loc>\n <lastmod>2016-08-14T13:50:12-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/coral/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/cornflower/</loc>\n <lastmod>2016-08-14T13:49:17-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/corporate-events/</loc>\n <lastmod>2016-08-14T13:49:53-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/gold/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/graduation/</loc>\n <lastmod>2016-08-14T13:49:59-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/green/</loc>\n <lastmod>2016-08-14T13:49:44-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/grey/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/holidays/</loc>\n <lastmod>2016-08-14T13:49:55-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/hot-pink/</loc>\n <lastmod>2016-08-14T13:49:18-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/iridescent-white/</loc>\n <lastmod>2016-08-14T13:49:34-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/ivory/</loc>\n <lastmod>2016-08-14T13:50:06-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/lavender/</loc>\n <lastmod>2016-08-14T13:49:19-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/lime/</loc>\n <lastmod>2016-08-14T13:49:22-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/military-events/</loc>\n <lastmod>2016-08-14T13:50:14-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/navy/</loc>\n <lastmod>2016-08-14T13:49:21-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/orange/</loc>\n <lastmod>2016-08-14T13:49:24-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/prom/</loc>\n <lastmod>2017-07-23T21:41:11-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/purple/</loc>\n <lastmod>2016-08-14T13:49:25-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/quinceanera/</loc>\n <lastmod>2016-08-14T13:50:04-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/red/</loc>\n <lastmod>2016-08-14T13:49:26-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/retirement/</loc>\n <lastmod>2016-08-14T13:50:03-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/royal-blue/</loc>\n <lastmod>2016-08-14T13:49:27-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/school-reunion/</loc>\n <lastmod>2016-08-14T13:50:00-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/silver/</loc>\n <lastmod>2016-08-14T13:49:20-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/sports/</loc>\n <lastmod>2017-07-21T18:37:10-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/sweet-16/</loc>\n <lastmod>2016-08-14T13:49:45-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/teal/</loc>\n <lastmod>2016-08-14T13:49:23-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/turquoise/</loc>\n <lastmod>2016-08-14T13:49:29-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/weddings/</loc>\n <lastmod>2016-08-14T13:49:47-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/white/</loc>\n <lastmod>2016-08-14T13:49:43-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/product-category/yellow/</loc>\n <lastmod>2016-08-14T13:49:32-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(16026,'_transient_timeout_external_ip_address_2601:c7:4200:7184:18bc:40fe:aea6:1aaa','1504201122','no'),(16027,'_transient_external_ip_address_2601:c7:4200:7184:18bc:40fe:aea6:1aaa','69.167.136.107','no'),(16037,'_transient_timeout_external_ip_address_10.99.224.110','1504205105','no'),(16038,'_transient_external_ip_address_10.99.224.110','69.167.136.107','no'),(16040,'_transient_timeout_external_ip_address_2607:fb90:7d0e:f7df:76f9:def6:e32b:e66e','1504205506','no'),(16041,'_transient_external_ip_address_2607:fb90:7d0e:f7df:76f9:def6:e32b:e66e','69.167.136.107','no'),(16042,'_transient_timeout_external_ip_address_10.229.8.144','1504205823','no'),(16043,'_transient_external_ip_address_10.229.8.144','69.167.136.107','no'),(16052,'_transient_timeout_external_ip_address_2602:306:8003:c1c0:4878:73d3:16f6:94f8','1504220083','no'),(16053,'_transient_external_ip_address_2602:306:8003:c1c0:4878:73d3:16f6:94f8','69.167.136.107','no'),(16058,'_transient_timeout_external_ip_address_2601:185:203:9c50:a530:4fdb:8399:52d9','1504226792','no'),(16059,'_transient_external_ip_address_2601:185:203:9c50:a530:4fdb:8399:52d9','69.167.136.107','no'),(16061,'_transient_timeout_external_ip_address_2601:4a:8000:bca0:28b0:16c2:83b7:a693','1504228609','no'),(16062,'_transient_external_ip_address_2601:4a:8000:bca0:28b0:16c2:83b7:a693','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16063,'_transient_timeout_external_ip_address_185.191.117.190','1504228968','no'),(16064,'_transient_external_ip_address_185.191.117.190','69.167.136.107','no'),(16074,'_site_transient_timeout_community-events-5d215287b12c0b5d309916652a40f5b9','1503670471','no'),(16075,'_site_transient_community-events-5d215287b12c0b5d309916652a40f5b9','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"103.230.104.0\";}s:6:\"events\";a:0:{}}','no'),(16081,'widget_bloomwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16083,'et_bloom_options','a:3:{s:10:\"db_version\";s:3:\"1.0\";s:8:\"accounts\";a:1:{s:9:\"mailchimp\";a:1:{s:10:\"Wanderfuls\";a:3:{s:5:\"lists\";a:1:{s:10:\"a98479d63f\";a:3:{s:4:\"name\";s:10:\"wanderfuls\";s:17:\"subscribers_count\";s:2:\"10\";s:11:\"growth_week\";s:1:\"2\";}}s:7:\"api_key\";s:37:\"564023ce498df02f3d0b2bb4f320179f-us16\";s:13:\"is_authorized\";s:4:\"true\";}}}s:7:\"optin_1\";a:69:{s:10:\"optin_type\";s:6:\"pop_up\";s:12:\"optin_status\";s:8:\"inactive\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:20:\"Wanderfuls Mailchimp\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:10:\"Wanderfuls\";s:10:\"email_list\";s:10:\"a98479d63f\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:11:\"optin_title\";s:77:\"<h2 style="text-align: center;">$25 off $125 Order</h2>\";s:13:\"optin_message\";s:89:\"<p style="text-align: center;">Enter your email and get 10% off</p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:75:\"https://wanderfuls.com/wp-content/plugins/bloom/images/premade-image-17.png\";s:2:\"id\";s:0:\"\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ea4aab\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:5:\"light\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#3b3b3b\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:6:\"bottom\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:7:\"no_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:16:\"GET $25 DISCOUNT\";s:17:\"field_orientation\";s:6:\"inline\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:4:\"dark\";s:13:\"form_bg_color\";s:7:\"#3b3b3b\";s:17:\"form_button_color\";s:7:\"#2ad4c0\";s:17:\"button_text_color\";s:5:\"light\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:0:\"\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:40;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";b:0;s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";b:0;s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"display_on\";a:1:{i:0;s:10:\"everything\";}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:52:{i:0;s:1:\"1\";i:1;s:2:\"43\";i:2;s:2:\"32\";i:3;s:2:\"35\";i:4;s:2:\"34\";i:5;s:2:\"33\";i:6;s:2:\"52\";i:7;s:2:\"45\";i:8;s:2:\"65\";i:9;s:2:\"40\";i:10;s:2:\"54\";i:11;s:2:\"51\";i:12;s:2:\"62\";i:13;s:2:\"31\";i:14;s:2:\"44\";i:15;s:2:\"42\";i:16;s:2:\"59\";i:17;s:2:\"23\";i:18;s:2:\"30\";i:19;s:2:\"46\";i:20;s:2:\"50\";i:21;s:2:\"56\";i:22;s:2:\"60\";i:23;s:2:\"29\";i:24;s:2:\"36\";i:25;s:2:\"28\";i:26;s:2:\"19\";i:27;s:2:\"27\";i:28;s:2:\"26\";i:29;s:2:\"24\";i:30;s:2:\"41\";i:31;s:2:\"25\";i:32;s:2:\"55\";i:33;s:2:\"66\";i:34;s:2:\"47\";i:35;s:2:\"53\";i:36;s:2:\"64\";i:37;s:2:\"38\";i:38;s:2:\"63\";i:39;s:2:\"21\";i:40;s:2:\"49\";i:41;s:2:\"48\";i:42;s:2:\"57\";i:43;s:2:\"39\";i:44;s:2:\"67\";i:45;s:2:\"22\";i:46;s:2:\"20\";i:47;s:2:\"61\";i:48;s:2:\"37\";i:49;s:2:\"58\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:148:\"1,43,32,35,34,33,52,45,65,40,54,51,62,31,44,42,59,23,30,46,50,56,60,29,36,28,19,27,26,24,41,25,55,66,47,53,64,38,63,21,49,48,57,39,67,22,20,61,37,58\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";}}','yes'),(16084,'et_bloom_stats_cache','\n <div class=\"et_dashboard_stats_contents et_dashboard_stats_ready\">\n <div class=\"et_dashboard_all_time_stats\">\n <h3>Overview</h3>\n <div class=\"et_dashboard_stats_container\">\n <div class=\"all_stats_column conversion_rate\">\n <span class=\"value\">0%</span>\n <span class=\"caption\">Conversion Rate</span>\n </div>\n <div class=\"all_stats_column subscribers\">\n <span class=\"value\">10</span>\n <span class=\"caption\">Subscribers</span>\n </div>\n <div class=\"all_stats_column growth_rate\">\n <span class=\"value\">5<span>/week</span></span>\n <span class=\"caption\">Subscriber Growth</span>\n </div>\n <div style=\"clear: both;\"></div>\n </div>\n </div>\n <div class=\"et_dashboard_optins_stats et_dashboard_optins_all_table\">\n <div class=\"et_dashboard_optins_list\">\n <ul>\n <li data-table=\"optins\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_table_header\">My Optins</div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button\" data-order_by=\"impressions\">Impressions</div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button\" data-order_by=\"conversions\">Conversions</div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button active_sorting\" data-order_by=\"conversion_rate\">Conversion Rate</div>\n <div style=\"clear: both;\"></div>\n </li>\n </ul><ul class=\"et_dashboard_table_contents\"><li class=\"et_dashboard_optins_item et_dashboard_parent_item\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_dashboard_icon et_dashboard_type_pop_up et_dashboard_status_active\">Wanderfuls Mailchimp</div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column\">77</div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column\">5</div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column\">6.5%</div>\n <div style=\"clear: both;\"></div>\n </li><li class=\"et_dashboard_optins_item_bottom_row\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column\"></div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column\">77</div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column\">5</div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column\">6.5%</div>\n </li></ul>\n </div>\n </div>\n <div class=\"et_dashboard_optins_stats et_dashboard_lists_stats_graph\">\n <div class=\"et_bloom_graph_header\">\n <h3>New sign ups</h3>\n <div class=\"et_bloom_graph_controls\">\n <a href=\"#\" class=\"et_bloom_graph_button et_bloom_active_button\" data-period=\"30\">Last 30 days</a>\n <a href=\"#\" class=\"et_bloom_graph_button\" data-period=\"12\">Last 12 month</a>\n <select class=\"et_bloom_graph_select_list\"><option value=\"all\">All lists</option><option value=\"mailchimp_a98479d63f\">mailchimp - wanderfuls</option></select>\n </div>\n </div>\n <div class=\"et_dashboard_lists_stats_graph_container\"><ul class=\"et_bloom_graph_30 et_bloom_graph\"><li><div value=\"5\" class=\"et_bloom_graph_bar\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li><div value=\"0\"></div></li><li class=\"et_bloom_graph_last\"><div value=\"0\"></div></li></ul><div class=\"et_bloom_overall\">\n <span class=\"total_signups\">5 New Signups | </span>\n <span class=\"signups_period\">5 Per Day</span>\n </div></div>\n </div>\n <div class=\"et_dashboard_optins_stats et_dashboard_lists_stats\">\n <div class=\"et_dashboard_optins_list\">\n <ul>\n <li data-table=\"lists\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_table_header\">My Lists</div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button\" data-order_by=\"service\">Provider</div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button active_sorting\" data-order_by=\"count\">Subscribers</div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column et_dashboard_icon et_dashboard_sort_button\" data-order_by=\"growth\">Growth Rate</div>\n <div style=\"clear: both;\"></div>\n </li>\n </ul><ul class=\"et_dashboard_table_contents\"><li class=\"et_dashboard_optins_item et_dashboard_parent_item\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column\">wanderfuls</div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column\">mailchimp</div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column\">10</div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column\">2/week</div>\n <div style=\"clear: both;\"></div>\n </li><li class=\"et_dashboard_optins_item_bottom_row\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column\"></div>\n <div class=\"et_dashboard_table_conversions et_dashboard_table_column\"></div>\n <div class=\"et_dashboard_table_rate et_dashboard_table_column\">10</div>\n <div class=\"et_dashboard_table_impressions et_dashboard_table_column\">5/week</div>\n </li></ul>\n </div>\n </div>\n <div class=\"et_dashboard_optins_stats et_dashboard_pages_stats\">\n <div class=\"et_dashboard_optins_list\">\n <ul>\n <li>\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_table_header\">Highest converting pages</div>\n <div class=\"et_dashboard_table_pages_rate et_dashboard_table_column et_table_header\">Conversion rate</div>\n <div style=\"clear: both;\"></div>\n </li>\n </ul>\n <ul><li class=\"et_table_page_row\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_table_page_row\">Is There a Program For Industry Professionals?</div>\n <div class=\"et_dashboard_table_pages_rate et_dashboard_table_column\">11.4%</div>\n <div style=\"clear: both;\"></div>\n </li><li class=\"et_table_optin_row et_dashboard_optins_item\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_dashboard_icon et_dashboard_type_pop_up et_dashboard_status_active\">Wanderfuls Mailchimp</div>\n <div class=\"et_dashboard_table_pages_rate et_dashboard_table_column\">11.4%</div>\n <div style=\"clear: both;\"></div>\n </li><li class=\"et_table_page_row\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_table_page_row\">Homepage</div>\n <div class=\"et_dashboard_table_pages_rate et_dashboard_table_column\">2.4%</div>\n <div style=\"clear: both;\"></div>\n </li><li class=\"et_table_optin_row et_dashboard_optins_item\">\n <div class=\"et_dashboard_table_name et_dashboard_table_column et_dashboard_icon et_dashboard_type_pop_up et_dashboard_status_active\">Wanderfuls Mailchimp</div>\n <div class=\"et_dashboard_table_pages_rate et_dashboard_table_column\">2.4%</div>\n <div style=\"clear: both;\"></div>\n </li></ul>\n </div>\n </div>\n </div>','yes'),(16103,'_site_transient_timeout_browser_a49f79ab7126744ad7b173ff9c369bf5','1504241258','no'),(16104,'_site_transient_browser_a49f79ab7126744ad7b173ff9c369bf5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.78\";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'),(16151,'_transient_timeout_external_ip_address_10.254.9.12','1504252158','no'),(16152,'_transient_external_ip_address_10.254.9.12','69.167.136.107','no'),(16178,'_transient_timeout_external_ip_address_185.201.8.117','1504262280','no'),(16179,'_transient_external_ip_address_185.201.8.117','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16197,'_transient_timeout_external_ip_address_185.170.140.202','1504272003','no'),(16198,'_transient_external_ip_address_185.170.140.202','69.167.136.107','no'),(16208,'_transient_timeout_external_ip_address_10.242.76.113','1504278775','no'),(16209,'_transient_external_ip_address_10.242.76.113','69.167.136.107','no'),(16213,'_transient_timeout_external_ip_address_2607:fb90:7d04:986b:21d1:e013:b2ed:2d2b','1504279722','no'),(16214,'_transient_external_ip_address_2607:fb90:7d04:986b:21d1:e013:b2ed:2d2b','69.167.136.107','no'),(16223,'_site_transient_timeout_browser_79290445b821af2805351bad8f397267','1504285071','no'),(16224,'_site_transient_browser_79290445b821af2805351bad8f397267','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(16227,'_site_transient_timeout_community-events-70d17a4f377be846abc8fc45c5365a66','1503723475','no'),(16228,'_site_transient_community-events-70d17a4f377be846abc8fc45c5365a66','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.207.90.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:79:\"WPNYC WordPress.com Night: Happiness Bar and How to Become a Paid Guest Blogger\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPressNYC/events/242712303/\";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-08-24 18: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.7551040000000028840076993219554424285888671875;s:9:\"longitude\";d:-73.9862059999999956971805659122765064239501953125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:67:\"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/242552899/\";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-09-11 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:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:40:\"Learn About the WordPress Transients API\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335847/\";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-09-19 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:8:\"wordcamp\";s:5:\"title\";s:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Coffee, Code & Conversation\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/242601436/\";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-10-10 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Flemington, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.50768699999999711280906922183930873870849609375;s:9:\"longitude\";d:-74.86200700000000551881385035812854766845703125;}}}}','no'),(16231,'_transient_timeout_external_ip_address_168.195.183.114','1504285948','no'),(16232,'_transient_external_ip_address_168.195.183.114','69.167.136.107','no'),(16271,'_transient_timeout_external_ip_address_2602:306:8b8a:adf0:601e:8200:9348:b94d','1504297056','no'),(16272,'_transient_external_ip_address_2602:306:8b8a:adf0:601e:8200:9348:b94d','69.167.136.107','no'),(16284,'_transient_timeout_external_ip_address_10.221.50.142','1504313648','no'),(16285,'_transient_external_ip_address_10.221.50.142','69.167.136.107','no'),(16298,'wf_settings','a:3:{s:17:\"wf_select_field_0\";s:9:\"discounts\";s:17:\"wf_select_field_1\";s:9:\"products1\";s:17:\"wf_select_field_2\";s:10:\"discounts2\";}','yes'),(16315,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1504492055;}','no'),(16318,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1503730241','no'),(16319,'_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:4366;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2495;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2369;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2266;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1828;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1599;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1586;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1437;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1357;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1349;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1335;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1272;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1269;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1127;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1054;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1047;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:943;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:814;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:811;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:807;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:772;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:768;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:669;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:668;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:663;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:654;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:643;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:642;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:637;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:621;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:607;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:594;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:592;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:580;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:574;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:574;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:559;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";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:540;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:534;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:521;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:514;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:501;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:500;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:493;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:475;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:472;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:470;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:446;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:440;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:439;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:437;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:436;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:431;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:418;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:404;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";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:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:382;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:379;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:369;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:345;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:334;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:331;}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:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:327;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:324;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:323;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";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:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:319;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:306;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:299;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";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:291;}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:290;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:286;}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:282;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:279;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:275;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:270;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:269;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:269;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:268;}}','no'),(16321,'_site_transient_et_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1504492057;}','no'),(16482,'_transient_timeout_external_ip_address_185.195.76.50','1504377265','no'),(16483,'_transient_external_ip_address_185.195.76.50','69.167.136.107','no'),(16496,'_transient_timeout_external_ip_address_2602:306:8b16:8c10:b4a8:194c:fa15:34de','1504381889','no'),(16497,'_transient_external_ip_address_2602:306:8b16:8c10:b4a8:194c:fa15:34de','69.167.136.107','no'),(16510,'_transient_timeout_external_ip_address_2602:306:8003:c1c0:98bf:6fc2:c644:cd47','1504405968','no'),(16511,'_transient_external_ip_address_2602:306:8003:c1c0:98bf:6fc2:c644:cd47','69.167.136.107','no'),(16536,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:9:\"moderated\";s:2:\"10\";s:8:\"approved\";s:1:\"2\";s:14:\"total_comments\";i:12;s:3:\"all\";i:12;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(16539,'_site_transient_timeout_browser_3f86bae624ac7ab79abd18cd631ed3f3','1504439928','no'),(16540,'_site_transient_browser_3f86bae624ac7ab79abd18cd631ed3f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";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'),(16577,'_transient_timeout_external_ip_address_192.168.6.160','1504473888','no'),(16578,'_transient_external_ip_address_192.168.6.160','69.167.136.107','no'),(16585,'_transient_timeout_external_ip_address_2600:1004:b168:e712:96ab:e4ce:60aa:f602','1504487502','no'),(16586,'_transient_external_ip_address_2600:1004:b168:e712:96ab:e4ce:60aa:f602','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16625,'_transient_timeout_external_ip_address_192.168.3.98','1504530270','no'),(16626,'_transient_external_ip_address_192.168.3.98','69.167.136.107','no'),(16628,'_transient_timeout_external_ip_address_10.10.60.61','1504531900','no'),(16629,'_transient_external_ip_address_10.10.60.61','69.167.136.107','no'),(16633,'_transient_timeout_external_ip_address_172.22.104.108','1504542720','no'),(16634,'_transient_external_ip_address_172.22.104.108','69.167.136.107','no'),(16653,'_transient_timeout_external_ip_address_10.59.81.144','1504557211','no'),(16654,'_transient_external_ip_address_10.59.81.144','69.167.136.107','no'),(16663,'_transient_timeout_external_ip_address_172.27.101.82','1504569364','no'),(16664,'_transient_external_ip_address_172.27.101.82','69.167.136.107','no'),(16668,'_transient_timeout_external_ip_address_2602:306:8003:c1c0:4887:14ae:ef41:22d6','1504571122','no'),(16669,'_transient_external_ip_address_2602:306:8003:c1c0:4887:14ae:ef41:22d6','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16672,'_transient_timeout_external_ip_address_252.155.89.119','1504572994','no'),(16673,'_transient_external_ip_address_252.155.89.119','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16702,'_transient_timeout_external_ip_address_240.47.128.140','1504588889','no'),(16703,'_transient_external_ip_address_240.47.128.140','69.167.136.107','no'),(16719,'_transient_timeout_yst_sm_post_1:2OyzN_64xCT','1504076343','no'),(16720,'_transient_yst_sm_post_1:2OyzN_64xCT','C:24:\"WPSEO_Sitemap_Cache_Data\":563:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:516:\"<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>https://wanderfuls.com</loc>\n <lastmod>2015-10-28T14:09:07-04:00</lastmod>\n </url>\n <url>\n <loc>https://wanderfuls.com/hello-world/</loc>\n <lastmod>2015-10-28T14:09:07-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(16733,'_site_transient_timeout_community-events-3f55ed9919192f8f3edb60d890c4c9cd','1504036359','no'),(16734,'_site_transient_community-events-3f55ed9919192f8f3edb60d890c4c9cd','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.248.87.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:67:\"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/242552899/\";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-09-11 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:40:\"Learn About the WordPress Transients API\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335847/\";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-09-19 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:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Coffee, Code & Conversation\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/242601436/\";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-10-10 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Flemington, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.50768699999999711280906922183930873870849609375;s:9:\"longitude\";d:-74.86200700000000551881385035812854766845703125;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Baltimore, MD\";s:3:\"url\";s:35:\"https://2017.baltimore.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Baltimore, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.2859490000000022291715140454471111297607421875;s:9:\"longitude\";d:-76.6055070000000029040165827609598636627197265625;}}}}','no'),(16753,'_site_transient_timeout_community-events-7ba42b03d31881161c42501f6aa63a45','1504040846','no'),(16754,'_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'),(16782,'wpseo_sitemap_slidervilla_cache_validator','3XiC9','no'),(16800,'_transient_timeout_external_ip_address_192.168.130.140','1504615011','no'),(16801,'_transient_external_ip_address_192.168.130.140','69.167.136.107','no'),(16803,'_transient_timeout_yst_sm_1_1:2OyzN_4ixV3','1504096738','no'),(16804,'_transient_yst_sm_1_1:2OyzN_4ixV3','C:24:\"WPSEO_Sitemap_Cache_Data\":1407:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1359:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>https://wanderfuls.com/post-sitemap.xml</loc>\n <lastmod>2015-10-28T14:09:07-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/page-sitemap.xml</loc>\n <lastmod>2017-08-29T05:31:05-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/testimonials-sitemap.xml</loc>\n <lastmod>2017-07-12T07:31:18-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/product-sitemap1.xml</loc>\n <lastmod>2016-08-14T13:50:17-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/product-sitemap2.xml</loc>\n <lastmod>2017-07-23T21:41:11-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/reviews-sitemap.xml</loc>\n <lastmod>2017-08-01T11:17:12-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/faqs-sitemap.xml</loc>\n <lastmod>2017-08-29T08:33:54-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/category-sitemap.xml</loc>\n <lastmod>2015-10-28T14:09:07-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/testimonials_category-sitemap.xml</loc>\n <lastmod>2017-07-12T07:31:18-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>https://wanderfuls.com/product_cat-sitemap.xml</loc>\n <lastmod>2017-07-23T21:41:11-04:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(16827,'_transient_timeout_external_ip_address_172.26.152.133','1504624962','no'),(16828,'_transient_external_ip_address_172.26.152.133','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16838,'_transient_timeout_external_ip_address_192.168.2.156','1504628173','no'),(16839,'_transient_external_ip_address_192.168.2.156','69.167.136.107','no'),(16849,'_transient_timeout_external_ip_address_172.25.223.208','1504630184','no'),(16850,'_transient_external_ip_address_172.25.223.208','69.167.136.107','no'),(16863,'_transient_timeout_external_ip_address_10.22.7.206','1504633400','no'),(16864,'_transient_external_ip_address_10.22.7.206','69.167.136.107','no'),(16885,'_transient_timeout_external_ip_address_10.0.126.29','1504639081','no'),(16886,'_transient_external_ip_address_10.0.126.29','69.167.136.107','no'),(16912,'_transient_timeout_external_ip_address_10.39.242.105','1504650403','no'),(16913,'_transient_external_ip_address_10.39.242.105','69.167.136.107','no'),(16916,'_transient_timeout_external_ip_address_185.163.1.11','1504650958','no'),(16917,'_transient_external_ip_address_185.163.1.11','69.167.136.107','no'),(16921,'_transient_timeout_external_ip_address_192.168.5.35','1504652001','no'),(16922,'_transient_external_ip_address_192.168.5.35','69.167.136.107','no'),(16929,'_site_transient_timeout_browser_bd9c32849e24d76de4d61ef65b8c67c5','1504654536','no'),(16930,'_site_transient_browser_bd9c32849e24d76de4d61ef65b8c67c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(16935,'_transient_timeout_plugin_slugs','1504146753','no'),(16936,'_transient_plugin_slugs','a:31:{i:0;s:45:\"woocommerce-abandoned-cart/woocommerce-ac.php\";i:1;s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:27:\"backupbuddy/backupbuddy.php\";i:4;s:15:\"bloom/bloom.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:39:\"widget-countdown/wpdevart-countdown.php\";i:7;s:33:\"duplicate-post/duplicate-post.php\";i:8;s:25:\"duplicator/duplicator.php\";i:9;s:34:\"header-and-footer-scripts/shfs.php\";i:10;s:27:\"login-ninja/login-ninja.php\";i:11;s:38:\"menu-items-visibility-control/init.php\";i:12;s:34:\"new-royalslider/newroyalslider.php\";i:13;s:35:\"pinwheel-slider/pinwheel-slider.php\";i:14;s:27:\"redirection/redirection.php\";i:15;s:35:\"rename-wp-login/rename-wp-login.php\";i:16;s:23:\"revslider/revslider.php\";i:17;s:39:\"social-count-plus/social-count-plus.php\";i:18;s:62:\"social-login-lite-for-woocommerce/woocommerce_social_login.php\";i:19;s:23:\"order-tracking/Main.php\";i:20;s:25:\"sucuri-scanner/sucuri.php\";i:21;s:28:\"taptap-by-bonfire/taptap.php\";i:22;s:73:\"ultimate-wordpress-mobile-redirect/ultimate-wordpress-mobile-redirect.php\";i:23;s:29:\"wanderfuls-facebook-pixel.php\";i:24;s:31:\"wanderfuls-google-analytics.php\";i:25;s:63:\"wc-password-strength-settings/wc-password-strength-settings.php\";i:26;s:27:\"woocommerce/woocommerce.php\";i:27;s:87:\"woocommerce-customer-relationship-manager/woocommerce-customer-relationship-manager.php\";i:28;s:27:\"js_composer/js_composer.php\";i:29;s:25:\"wp-staging/wp-staging.php\";i:30;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(16937,'_transient_timeout_ae_code06fc59413fb6c9cd9019a28756dbe2e6','1504103553','no'),(16938,'_transient_ae_code06fc59413fb6c9cd9019a28756dbe2e6','O:8:\"stdClass\":4:{s:5:\"error\";s:70:\"Sorry, the purchase code <code></code> is not valid for this purchase.\";s:6:\"status\";i:404;s:14:\"statusMessages\";s:13:\"404 Not Found\";s:20:\"request_time_elapsed\";s:5:\"1.200\";}','no'),(16948,'_transient_wc_crm_static_group_taxonomies','a:0:{}','yes'),(16971,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1504492056;s:8:\"response\";a:12:{s:45:\"woocommerce-abandoned-cart/woocommerce-ac.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-abandoned-cart\";s:4:\"slug\";s:26:\"woocommerce-abandoned-cart\";s:6:\"plugin\";s:45:\"woocommerce-abandoned-cart/woocommerce-ac.php\";s:11:\"new_version\";s:3:\"4.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-abandoned-cart/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-abandoned-cart.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:6:\"2.3.16\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.3.16.zip\";s:14:\"upgrade_notice\";s:71:\"<p>Various bugfixes, under the hood improvements, and new features.</p>\";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.9.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/widget-countdown/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/widget-countdown.1.9.0.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.22\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.2.22.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"2.7.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.2.7.3.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:62:\"social-login-lite-for-woocommerce/woocommerce_social_login.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:47:\"w.org/plugins/social-login-lite-for-woocommerce\";s:4:\"slug\";s:33:\"social-login-lite-for-woocommerce\";s:6:\"plugin\";s:62:\"social-login-lite-for-woocommerce/woocommerce_social_login.php\";s:11:\"new_version\";s:5:\"1.4.7\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/social-login-lite-for-woocommerce/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/social-login-lite-for-woocommerce.1.4.7.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"order-tracking/Main.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:28:\"w.org/plugins/order-tracking\";s:4:\"slug\";s:14:\"order-tracking\";s:6:\"plugin\";s:23:\"order-tracking/Main.php\";s:11:\"new_version\";s:6:\"2.9.10\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/order-tracking/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/order-tracking.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.11\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.11.zip\";s:14:\"upgrade_notice\";s:204:\"<p>This version adds support for the latest version of WordPress. Introduces new features and fixes some bugs reported by the WordPress community as well as bugs found by our automated testing system.</p>\";s:6:\"tested\";s:5:\"4.8.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:63:\"wc-password-strength-settings/wc-password-strength-settings.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:43:\"w.org/plugins/wc-password-strength-settings\";s:4:\"slug\";s:29:\"wc-password-strength-settings\";s:6:\"plugin\";s:63:\"wc-password-strength-settings/wc-password-strength-settings.php\";s:11:\"new_version\";s:5:\"2.0.0\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/wc-password-strength-settings/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/wc-password-strength-settings.zip\";s:6:\"tested\";s:5:\"4.8.1\";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: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.3\";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.3.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:8:{s:57:\"add-any-extension-to-pages/add-any-extension-to-pages.php\";O:8:\"stdClass\":6:{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:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{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: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:34:\"header-and-footer-scripts/shfs.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:39:\"w.org/plugins/header-and-footer-scripts\";s:4:\"slug\";s:25:\"header-and-footer-scripts\";s:6:\"plugin\";s:34:\"header-and-footer-scripts/shfs.php\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/header-and-footer-scripts/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/header-and-footer-scripts.1.3.4.zip\";}s:38:\"menu-items-visibility-control/init.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:43:\"w.org/plugins/menu-items-visibility-control\";s:4:\"slug\";s:29:\"menu-items-visibility-control\";s:6:\"plugin\";s:38:\"menu-items-visibility-control/init.php\";s:11:\"new_version\";s:5:\"0.3.5\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/menu-items-visibility-control/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/menu-items-visibility-control.zip\";}s:35:\"rename-wp-login/rename-wp-login.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:29:\"w.org/plugins/rename-wp-login\";s:4:\"slug\";s:15:\"rename-wp-login\";s:6:\"plugin\";s:35:\"rename-wp-login/rename-wp-login.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/rename-wp-login/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/rename-wp-login.2.5.5.zip\";}s:39:\"social-count-plus/social-count-plus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:31:\"w.org/plugins/social-count-plus\";s:4:\"slug\";s:17:\"social-count-plus\";s:6:\"plugin\";s:39:\"social-count-plus/social-count-plus.php\";s:11:\"new_version\";s:5:\"3.3.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/social-count-plus/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/social-count-plus.3.3.6.zip\";}s:25:\"wp-staging/wp-staging.php\";O:8:\"stdClass\":6:{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:7:\"checked\";a:1:{s:35:\"pinwheel-slider/pinwheel-slider.php\";s:5:\"3.1.6\";}}','no'),(16976,'_site_transient_timeout_community-events-03ac12766b33b7bfd28cb5530185536a','1504140812','no'),(16977,'_site_transient_community-events-03ac12766b33b7bfd28cb5530185536a','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"208.198.116.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:67:\"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/242552899/\";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-09-11 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:40:\"Learn About the WordPress Transients API\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335847/\";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-09-19 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:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Coffee, Code & Conversation\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/242601436/\";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-10-10 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Flemington, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.50768699999999711280906922183930873870849609375;s:9:\"longitude\";d:-74.86200700000000551881385035812854766845703125;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Baltimore, MD\";s:3:\"url\";s:35:\"https://2017.baltimore.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Baltimore, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.2859490000000022291715140454471111297607421875;s:9:\"longitude\";d:-76.6055070000000029040165827609598636627197265625;}}}}','no'),(16980,'_transient_doing_cron','1510863922.5078730583190917968750','yes'),(16989,'_site_transient_timeout_browser_1c932a74f82e78c49e71dfc7cd4cc390','1504732686','no'),(16990,'_site_transient_browser_1c932a74f82e78c49e71dfc7cd4cc390','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";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'),(16991,'_transient_timeout_wc_low_stock_count','1506719887','no'),(16992,'_transient_wc_low_stock_count','0','no'),(16993,'_transient_timeout_wc_outofstock_count','1506719887','no'),(16994,'_transient_wc_outofstock_count','0','no'),(16995,'_site_transient_timeout_community-events-c0f83df7fb0a21d61c4257b095c36349','1504171089','no'),(16996,'_site_transient_community-events-c0f83df7fb0a21d61c4257b095c36349','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"47.20.216.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:67:\"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/242552899/\";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-09-11 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:8:\"wordcamp\";s:5:\"title\";s:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Baltimore, MD\";s:3:\"url\";s:35:\"https://2017.baltimore.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Baltimore, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.2859490000000022291715140454471111297607421875;s:9:\"longitude\";d:-76.6055070000000029040165827609598636627197265625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp New York City\";s:3:\"url\";s:29:\"https://2017.nyc.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-21 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"New York City\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.75780300000000266891220235265791416168212890625;s:9:\"longitude\";d:-73.9831539999999989731804816983640193939208984375;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:30:\"WordCamp Philadelphia, PA, USA\";s:3:\"url\";s:32:\"https://2017.philly.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:21:\"Philadelphia, PA, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.9465440999999970017597661353647708892822265625;s:9:\"longitude\";d:-75.208133000000003676177584566175937652587890625;}}}}','no'),(17041,'_transient_timeout_external_ip_address_185.189.113.185','1504852589','no'),(17042,'_transient_external_ip_address_185.189.113.185','69.167.136.107','no'),(17051,'_site_transient_timeout_browser_3d5f26438973a3d90b630a57c59a2f98','1504926467','no'),(17052,'_site_transient_browser_3d5f26438973a3d90b630a57c59a2f98','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";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'),(17059,'_site_transient_timeout_community-events-e0410a374c4d6afb39f3248558d49156','1504364870','no'); INSERT INTO `wp_options` VALUES (17060,'_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:67:\"Help Desk - Bring Your Laptop, Yourself and Your WordPress Problems\";s:3:\"url\";s:70:\"https://www.meetup.com/WordPress-North-Jersey-Meetup/events/242552899/\";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-09-11 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:40:\"Learn About the WordPress Transients API\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/236335847/\";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-09-19 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:33:\"WordCamp Providence, Rhode Island\";s:3:\"url\";s:37:\"https://2017.rhodeisland.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-22 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"East Greenwich, RI USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.66172180000000224708855967037379741668701171875;s:9:\"longitude\";d:-71.5027749000000056867065723054111003875732421875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Coffee, Code & Conversation\";s:3:\"url\";s:73:\"https://www.meetup.com/Northwestern-NJ-WordPress-Meetup/events/242601436/\";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-10-10 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Flemington, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.50768699999999711280906922183930873870849609375;s:9:\"longitude\";d:-74.86200700000000551881385035812854766845703125;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Baltimore, MD\";s:3:\"url\";s:35:\"https://2017.baltimore.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Baltimore, MD\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.2859490000000022291715140454471111297607421875;s:9:\"longitude\";d:-76.6055070000000029040165827609598636627197265625;}}}}','no'),(17074,'_transient_timeout_online_users','1504493852','no'),(17075,'_transient_online_users','a:1:{i:0;a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:6:\"KenBan\";s:10:\"user_email\";s:26:\"loveyourbrain@fastmail.com\";s:15:\"user_registered\";s:19:\"2015-10-28 18:09:05\";s:13:\"last_activity\";d:1504477652;s:11:\"remote_addr\";s:15:\"173.129.241.236\";}}','no'),(17080,'_transient_timeout_wpseo-dashboard-totals','1504578457','no'),(17081,'_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'),(17082,'_transient_timeout_wc_report_sales_by_date','1504578457','no'),(17083,'_transient_wc_report_sales_by_date','a:8:{s:32:\"91b5cfc6951c8620b6842e5314666caf\";a:0:{}s:32:\"8e2e89c04c439a220b49f156f46782e3\";a:0:{}s:32:\"de3b3d6d2231e30f6e37c0f76d085684\";a:0:{}s:32:\"830f024c9672beab1602357da5c90ab4\";N;s:32:\"d45633c5c06a56e8228974a438064b01\";a:0:{}s:32:\"5638213c37c1341ccecd51c2d6136bdd\";a:0:{}s:32:\"67ceb3a40d7febd60ff80c5bf9c01334\";a:0:{}s:32:\"d1cb7718bfb63a7ec3f9db49d55e6a9e\";a:0:{}}','no'),(17084,'_transient_timeout_wc_admin_report','1504578457','no'),(17085,'_transient_wc_admin_report','a:1:{s:32:\"fcda8e477fbe62ece18afee420446677\";a:0:{}}','no'),(17086,'_site_transient_timeout_community-events-b1cf69ef70817826ebf0e49d03297657','1504535261','no'),(17087,'_site_transient_community-events-b1cf69ef70817826ebf0e49d03297657','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"173.129.241.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'),(17098,'_transient_timeout_external_ip_address_10.20.4.129','1505145425','no'),(17099,'_transient_external_ip_address_10.20.4.129','69.167.136.107','no'),(17176,'_transient_timeout_external_ip_address_185.165.29.138','1505407860','no'),(17177,'_transient_external_ip_address_185.165.29.138','69.167.136.107','no'),(17205,'_site_transient_timeout_aioseop_update_check_time','1505094478','no'),(17206,'_site_transient_aioseop_update_check_time','1505072878','no'),(17311,'_transient_timeout_external_ip_address_10.20.4.4','1507787305','no'),(17312,'_transient_external_ip_address_10.20.4.4','69.167.136.107','no'),(17315,'_transient_timeout_external_ip_address_10.20.5.206','1507864120','no'),(17316,'_transient_external_ip_address_10.20.5.206','69.167.136.107','no'),(17374,'_transient_timeout_external_ip_address_185.209.22.120','1508940578','no'),(17375,'_transient_external_ip_address_185.209.22.120','69.167.136.107','no'),(17405,'_transient_timeout_external_ip_address_10.3.4.134','1509602065','no'),(17406,'_transient_external_ip_address_10.3.4.134','69.167.136.107','no'),(17407,'_transient_timeout_external_ip_address_10.3.5.114','1509610949','no'),(17408,'_transient_external_ip_address_10.3.5.114','69.167.136.107','no'),(17448,'_transient_timeout_external_ip_address_10.3.124.49','1510501320','no'),(17449,'_transient_external_ip_address_10.3.124.49','69.167.136.107','no'),(17472,'_transient_timeout_external_ip_address_185.202.103.51','1511006802','no'),(17473,'_transient_external_ip_address_185.202.103.51','69.167.136.107','no'),(17490,'_transient_timeout_external_ip_address_10.20.4.76','1511384333','no'),(17491,'_transient_external_ip_address_10.20.4.76','69.167.136.107','no'),(17492,'_site_transient_timeout_theme_roots','1510781979','no'),(17493,'_site_transient_theme_roots','a:2:{s:15:\"twentyseventeen\";s:7:\"/themes\";s:10:\"wanderfuls\";s:7:\"/themes\";}','no'),(17494,'_transient_timeout_new-rs-1','1510904531','no'),(17495,'_transient_new-rs-1','a:2:{s:3:\"out\";s:1845:\"<div id=\"new-royalslider-1\" class=\"royalSlider new-royalslider-1 rsDefaultInv rs-default-template\" style=\"width:100%;height:400px;;\">\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll_Show-First.jpg\">Scroll_Show First</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/08/daffodil-yellow-6-favor-bouquet-1024x768.jpg\">daffodil yellow 6 favor bouquet</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-10.jpg\">Scroll-10</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-09.jpg\">Scroll-09</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-08.jpg\">Scroll-08</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-07.jpg\">Scroll-07</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-03.jpg\">Scroll-03</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll-01.jpg\">Scroll-01</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll_Show-Third.jpg\">Scroll_Show Third</a>\n \n \n \n</div>\n<div class=\"rsContent\">\n <a class=\"rsImg\" href=\"https://alloccasionarrangementscom.com/wp-content/uploads/2017/07/Scroll_Show-Second.jpg\">Scroll_Show Second</a>\n \n \n \n</div>\n\n</div>\n\";s:7:\"js_init\";s:430:\" $(\'.new-royalslider-1\').royalSlider({template:\'default\',image_generation:{lazyLoading:!0,imageWidth:\'\',imageHeight:\'\',thumbImageWidth:\'\',thumbImageHeight:\'\'},thumbs:{thumbWidth:96,thumbHeight:72},autoPlay:{enabled:!0},video:{forceMaxVideoCoverResolution:\'standard\'},block:{moveOffset:20,speed:400,delay:200},width:\'100%\',height:\'400px\',imageScaleMode:\'fill\',arrowsNavHideOnTouch:!0,transitionType:\'fade\',keyboardNavEnabled:!0});\n\";}','no'),(17496,'_transient_timeout_socialcountplus_counter','1510929631','no'),(17497,'_transient_socialcountplus_counter','a:16:{s:8:\"comments\";i:0;s:8:\"facebook\";i:2708;s:6:\"github\";i:0;s:10:\"googleplus\";i:0;s:9:\"instagram\";i:0;s:8:\"linkedin\";i:0;s:9:\"pinterest\";i:0;s:5:\"posts\";i:0;s:10:\"soundcloud\";i:0;s:5:\"steam\";i:0;s:6:\"tumblr\";i:0;s:6:\"twitch\";i:0;s:7:\"twitter\";i:0;s:5:\"users\";i:0;s:5:\"vimeo\";i:0;s:7:\"youtube\";i:0;}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pinwheel_slider` -- DROP TABLE IF EXISTS `wp_pinwheel_slider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pinwheel_slider` ( `id` int(5) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL, `date` datetime NOT NULL, `slider_id` int(5) NOT NULL DEFAULT '1', `slide_order` int(5) NOT NULL DEFAULT '0', `expiry` date DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pinwheel_slider` -- LOCK TABLES `wp_pinwheel_slider` WRITE; /*!40000 ALTER TABLE `wp_pinwheel_slider` DISABLE KEYS */; INSERT INTO `wp_pinwheel_slider` VALUES (1,3812,'2017-08-23 08:14:43',2,1,NULL),(2,3811,'2017-08-23 08:14:43',2,9,NULL),(3,3810,'2017-08-23 08:14:43',2,8,NULL),(4,3809,'2017-08-23 08:14:43',2,7,NULL),(5,3808,'2017-08-23 08:14:43',2,6,NULL),(6,3807,'2017-08-23 08:14:43',2,5,NULL),(7,3806,'2017-08-23 08:14:43',2,4,NULL),(8,3805,'2017-08-23 08:14:43',2,3,NULL),(11,4237,'2017-08-23 17:31:13',2,2,NULL),(10,3803,'2017-08-23 08:14:43',2,10,NULL),(12,4303,'2017-08-25 19:26:36',2,0,NULL),(13,4304,'2017-08-25 19:26:36',2,0,NULL); /*!40000 ALTER TABLE `wp_pinwheel_slider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pinwheel_slider_meta` -- DROP TABLE IF EXISTS `wp_pinwheel_slider_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pinwheel_slider_meta` ( `slider_id` int(5) NOT NULL AUTO_INCREMENT, `slider_name` varchar(100) CHARACTER SET utf8 NOT NULL DEFAULT '', `type` int(4) NOT NULL, `setid` int(4) NOT NULL DEFAULT '1', `param` varchar(500) DEFAULT NULL, UNIQUE KEY `slider_id` (`slider_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pinwheel_slider_meta` -- LOCK TABLES `wp_pinwheel_slider_meta` WRITE; /*!40000 ALTER TABLE `wp_pinwheel_slider_meta` DISABLE KEYS */; INSERT INTO `wp_pinwheel_slider_meta` VALUES (1,'Pinwheel Slider',0,1,NULL),(2,'Home Gallery Slider',17,2,'a:0:{}'); /*!40000 ALTER TABLE `wp_pinwheel_slider_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pinwheel_slider_postmeta` -- DROP TABLE IF EXISTS `wp_pinwheel_slider_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pinwheel_slider_postmeta` ( `post_id` int(11) NOT NULL, `slider_id` int(5) NOT NULL DEFAULT '1', UNIQUE KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pinwheel_slider_postmeta` -- LOCK TABLES `wp_pinwheel_slider_postmeta` WRITE; /*!40000 ALTER TABLE `wp_pinwheel_slider_postmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pinwheel_slider_postmeta` 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=21762 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','1500810485: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','1502150269: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','1501858637: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(132,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(133,23,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(134,26,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135,22,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137,20,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(138,19,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(139,27,'_edit_last','1'),(140,27,'_edit_lock','1503690735:1'),(141,27,'_wp_page_template','default'),(142,27,'_wpb_vc_js_status','true'),(143,27,'_vc_post_settings','a:1:{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','1502259610:1'),(148,30,'_wp_page_template','default'),(149,30,'_wpb_vc_js_status','true'),(150,30,'_vc_post_settings','a:1:{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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(164,34,'slide_template','default'),(165,34,'_easy_image_gallery_link_images','off'),(166,34,'_edit_lock','1501654665: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(171,36,'slide_template','default'),(172,36,'_easy_image_gallery_link_images','off'),(173,36,'_edit_lock','1501654329: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(178,38,'slide_template','default'),(179,38,'_easy_image_gallery_link_images','off'),(180,38,'_edit_lock','1501654465: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','true'),(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','1501653192: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(199,43,'slide_template','default'),(200,43,'_easy_image_gallery_link_images','off'),(201,43,'_edit_lock','1501653322: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','1501657275: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','1501657276: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','1501654919: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(255,61,'slide_template','default'),(256,61,'_easy_image_gallery_link_images','off'),(257,61,'_edit_lock','1449106648: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','1501654662:1'),(281,70,'_wp_page_template','default'),(282,70,'_wpb_vc_js_status','true'),(283,70,'_vc_post_settings','a:1:{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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(840,128,'slide_template','default'),(841,128,'_easy_image_gallery_link_images','off'),(842,128,'_edit_lock','1501697202: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:1:{s:10:\"vc_grid_id\";a:0:{}}'),(874,130,'slide_template','default'),(875,130,'_easy_image_gallery_link_images','off'),(876,130,'_edit_lock','1501655448: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','1503344524: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','1500863643: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;}}'),(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','1500902752: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','1500902569: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','1500902567: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','full-width'),(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_1501655195796{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;}}'),(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;}'),(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;}}'),(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;}'),(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;}}'),(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;}}'),(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;}}'),(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_1501654867423{margin-top: 30px !important;margin-bottom: 30px !important;}'),(1697,51,'tb_post_layout','full-width'),(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;}}'),(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','36'),(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','32'),(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','29'),(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','25'),(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','39'),(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','32'),(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','32'),(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','46'),(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','32'),(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','full-width'),(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','38'),(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','42'),(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','1501655989:1'),(2238,735,'_wp_page_template','default'),(2239,735,'_wpb_vc_js_status','true'),(2240,735,'_vc_post_settings','a:1:{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','21'),(2248,738,'_edit_last','1'),(2249,738,'_edit_lock','1501655258:1'),(2250,738,'_wp_page_template','default'),(2251,738,'_wpb_vc_js_status','true'),(2252,738,'_vc_post_settings','a:1:{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','17'),(2259,738,'tb_post_layout','full-width'),(2260,741,'_edit_last','1'),(2261,741,'_edit_lock','1501656823:1'),(2262,741,'_wp_page_template','default'),(2263,741,'_wpb_vc_js_status','true'),(2264,741,'_vc_post_settings','a:1:{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','17'),(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','1501656306:1'),(2287,746,'_wp_page_template','default'),(2288,746,'_wpb_vc_js_status','true'),(2289,746,'_vc_post_settings','a:1:{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','17'),(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','1501657278:1'),(2315,750,'_wp_page_template','default'),(2316,750,'_wpb_vc_js_status','true'),(2317,750,'_vc_post_settings','a:1:{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:1:{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','1501657274:1'),(2340,752,'_yoast_wpseo_linkdex','17'),(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','1501656520:1'),(2357,757,'_edit_last','1'),(2358,757,'_edit_lock','1501655337:1'),(2359,756,'_wp_page_template','default'),(2360,756,'_wpb_vc_js_status','true'),(2361,756,'_vc_post_settings','a:1:{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','21'),(2371,757,'_wp_page_template','default'),(2372,757,'_wpb_vc_js_status','true'),(2373,757,'_vc_post_settings','a:1:{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','17'),(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','1501602733: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','1501589002: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','1499578488: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','30'),(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','30'),(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','30'),(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','1500674411: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','11'),(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','9'),(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','52.75'),(9472,1881,'_price','48.95'),(9473,1881,'_visibility','visible'),(9474,1881,'_stock_status','instock'),(9475,1881,'_manage_stock','1'),(9476,1881,'_stock','16'),(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','52'),(9499,1884,'_price','48'),(9500,1884,'_visibility','visible'),(9501,1884,'_stock_status','instock'),(9502,1884,'_manage_stock','1'),(9503,1884,'_stock','1'),(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','24'),(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','19'),(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','30'),(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','12'),(13594,2339,'_price','12'),(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','9'),(13657,2346,'_price','9'),(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://m.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','1502992749: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://m.gourmetcandycenterpieces.com/design-m.html'),(14804,12,'_uwmr_activate','1'),(14805,12,'_uwmr_tablet_url','http:// http://m.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://m.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:59:\"http://m.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://m.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'),(14865,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14866,2440,'_edit_lock','1503999506:1'),(14867,2440,'_edit_last','1'),(14868,2440,'_wp_page_template','default'),(14869,2440,'slide_template','default'),(14870,2440,'_easy_image_gallery_link_images','off'),(14871,2440,'_wpb_vc_js_status','true'),(14872,2440,'_yoast_wpseo_content_score','30'),(14873,2440,'_uwmr_url',''),(14874,2440,'_uwmr_activate',NULL),(14875,2440,'_uwmr_tablet_url',''),(14876,2440,'_uwmr_tablet_activate',NULL),(14951,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14952,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14953,2462,'_wp_page_template','homepage.php'),(14954,2462,'slide_template','default'),(14955,2462,'_easy_image_gallery_link_images','off'),(14956,2462,'_wpb_vc_js_status','true'),(14957,2462,'_yoast_wpseo_content_score','60'),(14958,2462,'_uwmr_url',''),(14959,2462,'_uwmr_activate',NULL),(14960,2462,'_uwmr_tablet_url',''),(14961,2462,'_uwmr_tablet_activate',NULL),(14962,2462,'_dp_original','2438'),(14963,2462,'_edit_lock','1503721658:1'),(14964,2462,'_edit_last','1'),(14967,2467,'_wp_attached_file','2017/07/Layer-1-1.png'),(14968,2467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3565;s:6:\"height\";i:257;s:4:\"file\";s:21:\"2017/07/Layer-1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Layer-1-1-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:\"Layer-1-1-300x22.png\";s:5:\"width\";i:300;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Layer-1-1-768x55.png\";s:5:\"width\";i:768;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Layer-1-1-1024x74.png\";s:5:\"width\";i:1024;s:6:\"height\";i:74;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:{}}}'),(14969,2462,'_wpb_shortcodes_custom_css','.vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1503473293754{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1502251602051{margin-bottom: -20px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500810920560{margin-top: -15px !important;}.vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}.vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}.vc_custom_1501783543498{margin-top: 20px !important;}.vc_custom_1501783565314{margin-top: 20px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500811990513{margin-top: 10px !important;}.vc_custom_1502259228398{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(14970,2472,'_wp_attached_file','2017/07/Image-1.jpg'),(14971,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1754;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2017/07/Image-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-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:19:\"Image-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Image-1-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Image-1-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;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:{}}}'),(14972,2473,'_wp_attached_file','2017/07/Logo-.jpg'),(14973,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1683;s:6:\"height\";i:299;s:4:\"file\";s:17:\"2017/07/Logo-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Logo--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Logo--300x53.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Logo--768x136.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Logo--1024x182.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:182;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:{}}}'),(14974,2490,'_wp_attached_file','2017/07/Scroll-1.jpg'),(14975,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1161;s:6:\"height\";i:674;s:4:\"file\";s:20:\"2017/07/Scroll-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Scroll-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:20:\"Scroll-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Scroll-1-768x446.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Scroll-1-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;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:{}}}'),(14976,2491,'_wp_attached_file','2017/07/Scroll-2.jpg'),(14977,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:1298;s:4:\"file\";s:20:\"2017/07/Scroll-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Scroll-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:\"Scroll-2-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:21:\"Scroll-2-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Scroll-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;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:{}}}'),(14978,2492,'_wp_attached_file','2017/07/Scroll-2.png'),(14979,2492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:1298;s:4:\"file\";s:20:\"2017/07/Scroll-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Scroll-2-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:\"Scroll-2-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Scroll-2-768x1151.png\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Scroll-2-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;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:{}}}'),(14980,2493,'_wp_attached_file','2017/07/Scroll-1.png'),(14981,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:674;s:4:\"file\";s:20:\"2017/07/Scroll-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Scroll-1-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:\"Scroll-1-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Scroll-1-768x446.png\";s:5:\"width\";i:768;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Scroll-1-1024x595.png\";s:5:\"width\";i:1024;s:6:\"height\";i:595;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:{}}}'),(14990,2512,'_wp_attached_file','2017/07/Icon-Cost-Effective.png'),(14991,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:354;s:6:\"height\";i:345;s:4:\"file\";s:31:\"2017/07/Icon-Cost-Effective.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Icon-Cost-Effective-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:31:\"Icon-Cost-Effective-300x292.png\";s:5:\"width\";i:300;s:6:\"height\";i:292;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:{}}}'),(14992,2513,'_wp_attached_file','2017/07/Icon-Customizable.png'),(14993,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:321;s:6:\"height\";i:320;s:4:\"file\";s:29:\"2017/07/Icon-Customizable.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Icon-Customizable-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:29:\"Icon-Customizable-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(14994,2514,'_wp_attached_file','2017/07/Icon-Fillings.png'),(14995,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:288;s:4:\"file\";s:25:\"2017/07/Icon-Fillings.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Icon-Fillings-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:\"Icon-Fillings-300x258.png\";s:5:\"width\";i:300;s:6:\"height\";i:258;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:{}}}'),(14996,2515,'_wp_attached_file','2017/07/Icon-Hand-Made.png'),(14997,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:315;s:6:\"height\";i:316;s:4:\"file\";s:26:\"2017/07/Icon-Hand-Made.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Icon-Hand-Made-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:\"Icon-Hand-Made-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(14998,2534,'_wp_attached_file','2017/07/Image-3.png'),(14999,2534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1854;s:6:\"height\";i:962;s:4:\"file\";s:19:\"2017/07/Image-3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-3-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:19:\"Image-3-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Image-3-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Image-3-1024x531.png\";s:5:\"width\";i:1024;s:6:\"height\";i:531;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:{}}}'),(15000,2535,'_wp_attached_file','2017/07/Image-2.png'),(15001,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1675;s:6:\"height\";i:1214;s:4:\"file\";s:19:\"2017/07/Image-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-2-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:19:\"Image-2-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Image-2-768x557.png\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Image-2-1024x742.png\";s:5:\"width\";i:1024;s:6:\"height\";i:742;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:{}}}'),(15002,2544,'_wp_attached_file','2017/07/Icon-Choice.png'),(15003,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:284;s:4:\"file\";s:23:\"2017/07/Icon-Choice.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Choice-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: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:{}}}'),(15004,2570,'_wp_attached_file','2017/07/Icon-Base-Color.png'),(15005,2570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:177;s:4:\"file\";s:27:\"2017/07/Icon-Base-Color.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Icon-Base-Color-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:\"Icon-Base-Color-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;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:{}}}'),(15006,2571,'_wp_attached_file','2017/07/Icon-Number.png'),(15007,2571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:248;s:6:\"height\";i:251;s:4:\"file\";s:23:\"2017/07/Icon-Number.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Number-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: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:{}}}'),(15008,2572,'_wp_attached_file','2017/07/Icon-Imprint.png'),(15009,2572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:285;s:4:\"file\";s:24:\"2017/07/Icon-Imprint.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Icon-Imprint-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:24:\"Icon-Imprint-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;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:{}}}'),(15010,2597,'_wp_attached_file','2017/07/Icon-Ribbon.png'),(15011,2597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:228;s:4:\"file\";s:23:\"2017/07/Icon-Ribbon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Ribbon-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: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:{}}}'),(15014,2599,'_wp_attached_file','2017/07/Icon-Ribbon-1.png'),(15015,2599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:228;s:4:\"file\";s:25:\"2017/07/Icon-Ribbon-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Icon-Ribbon-1-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: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:{}}}'),(15016,2600,'_wp_attached_file','2017/07/Icon-Themes.png'),(15017,2600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:304;s:4:\"file\";s:23:\"2017/07/Icon-Themes.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Themes-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:23:\"Icon-Themes-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;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:{}}}'),(15018,2628,'_wp_attached_file','2017/07/Reviews-Background.jpg'),(15019,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4268;s:6:\"height\";i:2059;s:4:\"file\";s:30:\"2017/07/Reviews-Background.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Reviews-Background-150x150.jpg\";s:5:\"width\";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:\"Reviews-Background-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Reviews-Background-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Reviews-Background-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;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:{}}}'),(15023,2661,'_wp_attached_file','2017/07/Rev-Slider-Place-Holder.jpg'),(15024,2661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3161;s:6:\"height\";i:2299;s:4:\"file\";s:35:\"2017/07/Rev-Slider-Place-Holder.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Rev-Slider-Place-Holder-150x150.jpg\";s:5:\"width\";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:\"Rev-Slider-Place-Holder-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:35:\"Rev-Slider-Place-Holder-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Rev-Slider-Place-Holder-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;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:{}}}'),(15025,2673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15026,2673,'_menu_item_type','post_type'),(15027,2673,'_menu_item_menu_item_parent','0'),(15028,2673,'_menu_item_object_id','2462'),(15029,2673,'_menu_item_object','page'),(15030,2673,'_menu_item_target',''),(15031,2673,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15032,2673,'_menu_item_xfn',''),(15033,2673,'_menu_item_url',''),(15035,2675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15036,2675,'_menu_item_type','custom'),(15037,2675,'_menu_item_menu_item_parent','0'),(15038,2675,'_menu_item_object_id','2675'),(15039,2675,'_menu_item_object','custom'),(15040,2675,'_menu_item_target',''),(15041,2675,'_menu_item_classes','a:1:{i:0;s:7:\"cs-pink\";}'),(15042,2675,'_menu_item_xfn',''),(15043,2675,'_menu_item_url','/wedding.html'),(15045,2676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15046,2676,'_menu_item_type','custom'),(15047,2676,'_menu_item_menu_item_parent','0'),(15048,2676,'_menu_item_object_id','2676'),(15049,2676,'_menu_item_object','custom'),(15050,2676,'_menu_item_target',''),(15051,2676,'_menu_item_classes','a:1:{i:0;s:9:\"cs-orange\";}'),(15052,2676,'_menu_item_xfn',''),(15053,2676,'_menu_item_url','/bridal-colors.html'),(15055,2677,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15056,2677,'_menu_item_type','custom'),(15057,2677,'_menu_item_menu_item_parent','0'),(15058,2677,'_menu_item_object_id','2677'),(15059,2677,'_menu_item_object','custom'),(15060,2677,'_menu_item_target',''),(15061,2677,'_menu_item_classes','a:1:{i:0;s:9:\"cs-m-blue\";}'),(15062,2677,'_menu_item_xfn',''),(15063,2677,'_menu_item_url','/babyshowers.html'),(15065,2678,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15066,2678,'_menu_item_type','custom'),(15067,2678,'_menu_item_menu_item_parent','0'),(15068,2678,'_menu_item_object_id','2678'),(15069,2678,'_menu_item_object','custom'),(15070,2678,'_menu_item_target',''),(15071,2678,'_menu_item_classes','a:1:{i:0;s:9:\"cs-violet\";}'),(15072,2678,'_menu_item_xfn',''),(15073,2678,'_menu_item_url','/baptism-communion.html'),(15075,2679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15076,2679,'_menu_item_type','custom'),(15077,2679,'_menu_item_menu_item_parent','0'),(15078,2679,'_menu_item_object_id','2679'),(15079,2679,'_menu_item_object','custom'),(15080,2679,'_menu_item_target',''),(15081,2679,'_menu_item_classes','a:1:{i:0;s:8:\"cs-green\";}'),(15082,2679,'_menu_item_xfn',''),(15083,2679,'_menu_item_url','/birthday.html'),(15085,2680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15086,2680,'_menu_item_type','custom'),(15087,2680,'_menu_item_menu_item_parent','0'),(15088,2680,'_menu_item_object_id','2680'),(15089,2680,'_menu_item_object','custom'),(15090,2680,'_menu_item_target',''),(15091,2680,'_menu_item_classes','a:1:{i:0;s:9:\"cs-l-pink\";}'),(15092,2680,'_menu_item_xfn',''),(15093,2680,'_menu_item_url','/sweet-16.html'),(15095,2681,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15096,2681,'_menu_item_type','custom'),(15097,2681,'_menu_item_menu_item_parent','0'),(15098,2681,'_menu_item_object_id','2681'),(15099,2681,'_menu_item_object','custom'),(15100,2681,'_menu_item_target',''),(15101,2681,'_menu_item_classes','a:1:{i:0;s:9:\"cs-l-blue\";}'),(15102,2681,'_menu_item_xfn',''),(15103,2681,'_menu_item_url','/bar-mitzvah.html'),(15105,2682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15106,2682,'_menu_item_type','custom'),(15107,2682,'_menu_item_menu_item_parent','0'),(15108,2682,'_menu_item_object_id','2682'),(15109,2682,'_menu_item_object','custom'),(15110,2682,'_menu_item_target',''),(15111,2682,'_menu_item_classes','a:1:{i:0;s:8:\"cs-black\";}'),(15112,2682,'_menu_item_xfn',''),(15113,2682,'_menu_item_url','/graduation.html'),(15115,2683,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15116,2683,'_menu_item_type','custom'),(15117,2683,'_menu_item_menu_item_parent','0'),(15118,2683,'_menu_item_object_id','2683'),(15119,2683,'_menu_item_object','custom'),(15120,2683,'_menu_item_target',''),(15121,2683,'_menu_item_classes','a:1:{i:0;s:7:\"cs-gray\";}'),(15122,2683,'_menu_item_xfn',''),(15123,2683,'_menu_item_url','/our-corporate-clients.html'),(15125,2684,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15126,2684,'_menu_item_type','custom'),(15127,2684,'_menu_item_menu_item_parent','0'),(15128,2684,'_menu_item_object_id','2684'),(15129,2684,'_menu_item_object','custom'),(15130,2684,'_menu_item_target',''),(15131,2684,'_menu_item_classes','a:1:{i:0;s:10:\"cs-ex-pink\";}'),(15132,2684,'_menu_item_xfn',''),(15133,2684,'_menu_item_url','/theme-parties.html'),(15135,2440,'_wpb_shortcodes_custom_css','.vc_custom_1503645855845{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}.vc_custom_1500999649953{background-color: #ffffff !important;}.vc_custom_1503645892364{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1503998196461{margin-right: -30px !important;margin-left: -30px !important;padding-right: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1503644440208{margin-bottom: -15px !important;}.vc_custom_1500991777883{padding-top: 5px !important;padding-right: 35px !important;padding-bottom: 5px !important;padding-left: 35px !important;}.vc_custom_1503643962497{margin-top: 5px !important;padding-top: 2px !important;}.vc_custom_1503643122956{margin-top: -50px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500997716249{padding-top: 5px !important;padding-bottom: 5px !important;}.vc_custom_1502114226036{padding-top: 2px !important;}.vc_custom_1500991966547{padding-top: 15px !important;padding-right: 35px !important;padding-bottom: 15px !important;padding-left: 35px !important;}.vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}.vc_custom_1503998372039{margin-top: 15px !important;}'),(15136,2708,'_wp_attached_file','2017/07/header-banner.png'),(15137,2708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:157;s:4:\"file\";s:25:\"2017/07/header-banner.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-banner-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:24:\"header-banner-300x25.png\";s:5:\"width\";i:300;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"header-banner-768x63.png\";s:5:\"width\";i:768;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"header-banner-1024x84.png\";s:5:\"width\";i:1024;s:6:\"height\";i:84;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:{}}}'),(15138,2709,'_wp_attached_file','2017/07/d-logo.png'),(15139,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3380;s:6:\"height\";i:723;s:4:\"file\";s:18:\"2017/07/d-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"d-logo-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:17:\"d-logo-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:18:\"d-logo-768x164.png\";s:5:\"width\";i:768;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"d-logo-1024x219.png\";s:5:\"width\";i:1024;s:6:\"height\";i:219;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:{}}}'),(15140,2715,'_wp_attached_file','2017/07/Mobile-Header-Image.png'),(15141,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4587;s:6:\"height\";i:1037;s:4:\"file\";s:31:\"2017/07/Mobile-Header-Image.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Mobile-Header-Image-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:30:\"Mobile-Header-Image-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Mobile-Header-Image-768x174.png\";s:5:\"width\";i:768;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Mobile-Header-Image-1024x231.png\";s:5:\"width\";i:1024;s:6:\"height\";i:231;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:{}}}'),(15142,2717,'_wp_attached_file','2017/07/Asset-19.png'),(15143,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:318;s:4:\"file\";s:20:\"2017/07/Asset-19.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-19-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:19:\"Asset-19-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Asset-19-768x179.png\";s:5:\"width\";i:768;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Asset-19-1024x238.png\";s:5:\"width\";i:1024;s:6:\"height\";i:238;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:{}}}'),(15144,2721,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15145,2721,'_edit_lock','1503836412:1'),(15146,2721,'_edit_last','1'),(15147,2721,'_wp_page_template','default'),(15148,2721,'slide_template','default'),(15149,2721,'_easy_image_gallery_link_images','off'),(15150,2721,'_wpb_vc_js_status','true'),(15151,2721,'_wpb_shortcodes_custom_css','.vc_custom_1501001978327{margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1501261487892{margin-top: 5px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1501262574309{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1501603878422{margin-top: 30px !important;margin-bottom: 0px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500613044124{margin-right: -50px !important;margin-left: -50px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;background-color: #e8e1ef !important;}.vc_custom_1501348687859{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1501348705626{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500386161994{margin-bottom: 30px !important;}.vc_custom_1500429952984{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1503078209747{margin-right: -50px !important;margin-bottom: 2px !important;margin-left: -50px !important;background-color: #4d4d4d !important;}.vc_custom_1502114100104{margin-top: 15px !important;}.vc_custom_1500904086161{margin-top: 30px !important;}.vc_custom_1500904459737{margin-top: 20px !important;}.vc_custom_1500904303736{margin-top: 30px !important;}.vc_custom_1499862838509{margin-top: 20px !important;}.vc_custom_1501894967583{margin-bottom: 30px !important;}.vc_custom_1503835674722{margin-bottom: 30px !important;}.vc_custom_1503835751338{margin-bottom: 30px !important;}.vc_custom_1503835783533{margin-bottom: 30px !important;}.vc_custom_1503835911698{margin-bottom: 30px !important;}.vc_custom_1503835896913{margin-bottom: 30px !important;}.vc_custom_1501247614404{margin-bottom: 30px !important;}.vc_custom_1501247788698{margin-bottom: 30px !important;}.vc_custom_1501247842327{margin-bottom: 30px !important;}.vc_custom_1502909704176{margin-bottom: 30px !important;}.vc_custom_1500384478782{margin-bottom: 10px !important;}.vc_custom_1503148988202{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1501349631012{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1500813328937{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501349624819{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1500813372959{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501349618361{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1500813380942{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501349607898{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1500813430102{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501349657613{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1501348749783{margin-top: 5px !important;}.vc_custom_1501349651780{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1501348756485{margin-top: 5px !important;}.vc_custom_1501349645498{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1501348767670{margin-top: 5px !important;}.vc_custom_1501349638068{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1501348778493{margin-top: 5px !important;}.vc_custom_1500386213662{margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1500386337931{padding-top: 12px !important;}.vc_custom_1500386337931{padding-top: 12px !important;}.vc_custom_1501604343546{margin-bottom: 20px !important;}.vc_custom_1503166423355{margin-bottom: -15px !important;}'),(15152,2721,'_yoast_wpseo_content_score','30'),(15153,2721,'_uwmr_url',''),(15154,2721,'_uwmr_activate',NULL),(15155,2721,'_uwmr_tablet_url',''),(15156,2721,'_uwmr_tablet_activate',NULL),(15157,2753,'_wp_attached_file','2017/07/Footer-Client-List.png'),(15158,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3639;s:6:\"height\";i:667;s:4:\"file\";s:30:\"2017/07/Footer-Client-List.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Footer-Client-List-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:29:\"Footer-Client-List-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Footer-Client-List-768x141.png\";s:5:\"width\";i:768;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Footer-Client-List-1024x188.png\";s:5:\"width\";i:1024;s:6:\"height\";i:188;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:{}}}'),(15159,2760,'_wp_attached_file','2017/07/Footer-Green-Button.png'),(15160,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:734;s:4:\"file\";s:31:\"2017/07/Footer-Green-Button.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Footer-Green-Button-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:31:\"Footer-Green-Button-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(15161,2772,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15162,2772,'_edit_lock','1502259321:1'),(15163,2772,'_edit_last','1'),(15164,2772,'_wp_page_template','default'),(15165,2772,'slide_template','default'),(15166,2772,'_easy_image_gallery_link_images','off'),(15167,2772,'_wpb_vc_js_status','true'),(15168,2772,'_wpb_shortcodes_custom_css','.vc_custom_1500383951308{padding-top: 20px !important;padding-right: 15px !important;padding-bottom: 10px !important;padding-left: 15px !important;}.vc_custom_1501345852800{margin-right: -25px !important;margin-left: -25px !important;}.vc_custom_1501347112566{margin-right: -25px !important;margin-left: -25px !important;}.vc_custom_1501264677203{margin-top: -15px !important;}.vc_custom_1501346756853{margin-top: -15px !important;margin-bottom: 15px !important;}'),(15169,2772,'_yoast_wpseo_content_score','60'),(15170,2772,'_uwmr_url',''),(15171,2772,'_uwmr_activate',NULL),(15172,2772,'_uwmr_tablet_url',''),(15173,2772,'_uwmr_tablet_activate',NULL),(15174,2777,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15175,2777,'_edit_lock','1503129640:1'),(15176,2777,'_edit_last','1'),(15177,2778,'_wp_attached_file','2017/07/Footer-Pink-Button.png'),(15178,2778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:734;s:4:\"file\";s:30:\"2017/07/Footer-Pink-Button.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Footer-Pink-Button-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:30:\"Footer-Pink-Button-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(15179,2777,'_wp_page_template','default'),(15180,2777,'slide_template','default'),(15181,2777,'_easy_image_gallery_link_images','off'),(15182,2777,'_wpb_vc_js_status','true'); INSERT INTO `wp_postmeta` VALUES (15183,2777,'_wpb_shortcodes_custom_css','.vc_custom_1500994795061{padding-top: 38px !important;padding-right: 15px !important;padding-bottom: 23px !important;padding-left: 15px !important;}.vc_custom_1501264704473{margin-right: -25px !important;margin-left: -25px !important;}.vc_custom_1501265109745{margin-bottom: 15px !important;}.vc_custom_1501264638195{margin-top: -45px !important;}'),(15184,2777,'_yoast_wpseo_content_score','90'),(15185,2777,'_uwmr_url',''),(15186,2777,'_uwmr_activate',NULL),(15187,2777,'_uwmr_tablet_url',''),(15188,2777,'_uwmr_tablet_activate',NULL),(15189,2817,'_wp_attached_file','2017/07/Header-Image-Vertical.png'),(15190,2817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4489;s:6:\"height\";i:5295;s:4:\"file\";s:33:\"2017/07/Header-Image-Vertical.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Header-Image-Vertical-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:33:\"Header-Image-Vertical-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Header-Image-Vertical-768x906.png\";s:5:\"width\";i:768;s:6:\"height\";i:906;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Header-Image-Vertical-868x1024.png\";s:5:\"width\";i:868;s:6:\"height\";i:1024;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:{}}}'),(15207,2835,'_wp_attached_file','2017/07/Mobile-Button-Paralax-Color-Options.jpg'),(15208,2835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5177;s:6:\"height\";i:3784;s:4:\"file\";s:47:\"2017/07/Mobile-Button-Paralax-Color-Options.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Mobile-Button-Paralax-Color-Options-150x150.jpg\";s:5:\"width\";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:\"Mobile-Button-Paralax-Color-Options-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Mobile-Button-Paralax-Color-Options-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Mobile-Button-Paralax-Color-Options-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;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:{}}}'),(15209,2836,'_wp_attached_file','2017/07/Untitled-1.jpg'),(15210,2836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1437;s:4:\"file\";s:22:\"2017/07/Untitled-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-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:22:\"Untitled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x766.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:766;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:{}}}'),(15211,2837,'_wp_attached_file','2017/07/Untitled-2.jpg'),(15212,2837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1395;s:4:\"file\";s:22:\"2017/07/Untitled-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-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:22:\"Untitled-2-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:22:\"Untitled-2-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:23:\"Untitled-2-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;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:{}}}'),(15213,2840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15214,2840,'_wpb_shortcodes_custom_css','.vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}.vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}.vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1499599204810{padding-top: 15px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}.vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}.vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}.vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}.vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499604020958{margin-top: 5px !important;}.vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499604696443{padding-right: 30px !important;}.vc_custom_1499607397483{margin-bottom: 30px !important;}.vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}'),(15215,2840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15216,2840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15217,2840,'_wp_page_template','homepage.php'),(15218,2840,'slide_template','default'),(15219,2840,'_easy_image_gallery_link_images','off'),(15220,2840,'_wpb_vc_js_status','true'),(15221,2840,'_yoast_wpseo_content_score','30'),(15222,2840,'_uwmr_url',''),(15223,2840,'_uwmr_activate',NULL),(15224,2840,'_uwmr_tablet_url',''),(15225,2840,'_uwmr_tablet_activate',NULL),(15227,2840,'_wpb_shortcodes_custom_css','.vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}.vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}.vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1499599204810{padding-top: 15px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}.vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}.vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}.vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}.vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499604020958{margin-top: 5px !important;}.vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}.vc_custom_1499603842800{margin-top: 5px !important;}.vc_custom_1499604696443{padding-right: 30px !important;}.vc_custom_1499607397483{margin-bottom: 30px !important;}.vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}'),(15228,2840,'_dp_original','2462'),(15229,2840,'_edit_last','1'),(15230,2840,'_edit_lock','1503646032:1'),(15231,2880,'_wp_attached_file','2017/07/Mobile-Button-Baby-Shower.png'),(15232,2880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:37:\"2017/07/Mobile-Button-Baby-Shower.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Mobile-Button-Baby-Shower-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Mobile-Button-Baby-Shower-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:{}}}'),(15233,2881,'_wp_attached_file','2017/07/Mobile-Button-Bar-Mitzvah.png'),(15234,2881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:37:\"2017/07/Mobile-Button-Bar-Mitzvah.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Mobile-Button-Bar-Mitzvah-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Mobile-Button-Bar-Mitzvah-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:{}}}'),(15235,2882,'_wp_attached_file','2017/07/Mobile-Button-Beach-Party.png'),(15236,2882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:37:\"2017/07/Mobile-Button-Beach-Party.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Mobile-Button-Beach-Party-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Mobile-Button-Beach-Party-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:{}}}'),(15237,2883,'_wp_attached_file','2017/07/Mobile-Button-Birthday.png'),(15238,2883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:34:\"2017/07/Mobile-Button-Birthday.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Mobile-Button-Birthday-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Mobile-Button-Birthday-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:{}}}'),(15239,2884,'_wp_attached_file','2017/07/Mobile-Button-Bridal-Shower.png'),(15240,2884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:39:\"2017/07/Mobile-Button-Bridal-Shower.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Mobile-Button-Bridal-Shower-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Mobile-Button-Bridal-Shower-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:{}}}'),(15241,2885,'_wp_attached_file','2017/07/1.png'),(15242,2885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:13:\"2017/07/1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"1-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:{}}}'),(15243,2886,'_wp_attached_file','2017/07/2.png'),(15244,2886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:13:\"2017/07/2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"2-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:{}}}'),(15245,2887,'_wp_attached_file','2017/07/Mobile-Banner-Patriotic.png'),(15246,2887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:35:\"2017/07/Mobile-Banner-Patriotic.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Mobile-Banner-Patriotic-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Mobile-Banner-Patriotic-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:{}}}'),(15247,2901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15248,2901,'_menu_item_type','custom'),(15249,2901,'_menu_item_menu_item_parent','0'),(15250,2901,'_menu_item_object_id','2901'),(15251,2901,'_menu_item_object','custom'),(15252,2901,'_menu_item_target',''),(15253,2901,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15254,2901,'_menu_item_xfn',''),(15255,2901,'_menu_item_url','/birthday.html'),(15257,2902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15258,2902,'_menu_item_type','custom'),(15259,2902,'_menu_item_menu_item_parent','0'),(15260,2902,'_menu_item_object_id','2902'),(15261,2902,'_menu_item_object','custom'),(15262,2902,'_menu_item_target',''),(15263,2902,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15264,2902,'_menu_item_xfn',''),(15265,2902,'_menu_item_url','/anniversary.html'),(15267,2903,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15268,2903,'_menu_item_type','custom'),(15269,2903,'_menu_item_menu_item_parent','0'),(15270,2903,'_menu_item_object_id','2903'),(15271,2903,'_menu_item_object','custom'),(15272,2903,'_menu_item_target',''),(15273,2903,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15274,2903,'_menu_item_xfn',''),(15275,2903,'_menu_item_url','/babyshowers.html'),(15277,2904,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15278,2904,'_menu_item_type','custom'),(15279,2904,'_menu_item_menu_item_parent','0'),(15280,2904,'_menu_item_object_id','2904'),(15281,2904,'_menu_item_object','custom'),(15282,2904,'_menu_item_target',''),(15283,2904,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15284,2904,'_menu_item_xfn',''),(15285,2904,'_menu_item_url','/birthday.html'),(15287,2905,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15288,2905,'_menu_item_type','custom'),(15289,2905,'_menu_item_menu_item_parent','0'),(15290,2905,'_menu_item_object_id','2905'),(15291,2905,'_menu_item_object','custom'),(15292,2905,'_menu_item_target',''),(15293,2905,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15294,2905,'_menu_item_xfn',''),(15295,2905,'_menu_item_url','/bridal-colors.html'),(15297,2906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15298,2906,'_menu_item_type','custom'),(15299,2906,'_menu_item_menu_item_parent','0'),(15300,2906,'_menu_item_object_id','2906'),(15301,2906,'_menu_item_object','custom'),(15302,2906,'_menu_item_target',''),(15303,2906,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15304,2906,'_menu_item_xfn',''),(15305,2906,'_menu_item_url','/bridal-colors.html'),(15307,2907,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15308,2907,'_menu_item_type','custom'),(15309,2907,'_menu_item_menu_item_parent','0'),(15310,2907,'_menu_item_object_id','2907'),(15311,2907,'_menu_item_object','custom'),(15312,2907,'_menu_item_target',''),(15313,2907,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15314,2907,'_menu_item_xfn',''),(15315,2907,'_menu_item_url','/birthday.html'),(15317,2908,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15318,2908,'_menu_item_type','custom'),(15319,2908,'_menu_item_menu_item_parent','0'),(15320,2908,'_menu_item_object_id','2908'),(15321,2908,'_menu_item_object','custom'),(15322,2908,'_menu_item_target',''),(15323,2908,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15324,2908,'_menu_item_xfn',''),(15325,2908,'_menu_item_url','/birthday.html'),(15327,2909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15328,2909,'_menu_item_type','custom'),(15329,2909,'_menu_item_menu_item_parent','0'),(15330,2909,'_menu_item_object_id','2909'),(15331,2909,'_menu_item_object','custom'),(15332,2909,'_menu_item_target',''),(15333,2909,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15334,2909,'_menu_item_xfn',''),(15335,2909,'_menu_item_url','/birthday.html'),(15337,2910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15338,2910,'_menu_item_type','custom'),(15339,2910,'_menu_item_menu_item_parent','0'),(15340,2910,'_menu_item_object_id','2910'),(15341,2910,'_menu_item_object','custom'),(15342,2910,'_menu_item_target',''),(15343,2910,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15344,2910,'_menu_item_xfn',''),(15345,2910,'_menu_item_url','/sweet-16.html'),(15347,2911,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15348,2911,'_menu_item_type','custom'),(15349,2911,'_menu_item_menu_item_parent','0'),(15350,2911,'_menu_item_object_id','2911'),(15351,2911,'_menu_item_object','custom'),(15352,2911,'_menu_item_target',''),(15353,2911,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15354,2911,'_menu_item_xfn',''),(15355,2911,'_menu_item_url','/wedding.html'),(15357,2915,'_wp_attached_file','2017/07/Icon-Made-In-America-.png'),(15358,2915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:307;s:4:\"file\";s:33:\"2017/07/Icon-Made-In-America-.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Icon-Made-In-America--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:33:\"Icon-Made-In-America--300x238.png\";s:5:\"width\";i:300;s:6:\"height\";i:238;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:{}}}'),(15359,2917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15360,2917,'_menu_item_type','custom'),(15361,2917,'_menu_item_menu_item_parent','0'),(15362,2917,'_menu_item_object_id','2917'),(15363,2917,'_menu_item_object','custom'),(15364,2917,'_menu_item_target',''),(15365,2917,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15366,2917,'_menu_item_xfn',''),(15367,2917,'_menu_item_url','/colors.html'),(15369,2918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15370,2918,'_menu_item_type','custom'),(15371,2918,'_menu_item_menu_item_parent','0'),(15372,2918,'_menu_item_object_id','2918'),(15373,2918,'_menu_item_object','custom'),(15374,2918,'_menu_item_target',''),(15375,2918,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15376,2918,'_menu_item_xfn',''),(15377,2918,'_menu_item_url','/colors.html'),(15379,2919,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15380,2919,'_menu_item_type','custom'),(15381,2919,'_menu_item_menu_item_parent','0'),(15382,2919,'_menu_item_object_id','2919'),(15383,2919,'_menu_item_object','custom'),(15384,2919,'_menu_item_target',''),(15385,2919,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15386,2919,'_menu_item_xfn',''),(15387,2919,'_menu_item_url','/colors.html'),(15389,2920,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15390,2920,'_menu_item_type','custom'),(15391,2920,'_menu_item_menu_item_parent','0'),(15392,2920,'_menu_item_object_id','2920'),(15393,2920,'_menu_item_object','custom'),(15394,2920,'_menu_item_target',''),(15395,2920,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15396,2920,'_menu_item_xfn',''),(15397,2920,'_menu_item_url','/colors.html'),(15399,2921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15400,2921,'_menu_item_type','custom'),(15401,2921,'_menu_item_menu_item_parent','0'),(15402,2921,'_menu_item_object_id','2921'),(15403,2921,'_menu_item_object','custom'),(15404,2921,'_menu_item_target',''),(15405,2921,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15406,2921,'_menu_item_xfn',''),(15407,2921,'_menu_item_url','/colors.html'),(15409,2922,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15410,2922,'_menu_item_type','custom'),(15411,2922,'_menu_item_menu_item_parent','0'),(15412,2922,'_menu_item_object_id','2922'),(15413,2922,'_menu_item_object','custom'),(15414,2922,'_menu_item_target',''),(15415,2922,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15416,2922,'_menu_item_xfn',''),(15417,2922,'_menu_item_url','/colors.html'),(15419,2923,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15420,2923,'_menu_item_type','custom'),(15421,2923,'_menu_item_menu_item_parent','0'),(15422,2923,'_menu_item_object_id','2923'),(15423,2923,'_menu_item_object','custom'),(15424,2923,'_menu_item_target',''),(15425,2923,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15426,2923,'_menu_item_xfn',''),(15427,2923,'_menu_item_url','/colors.html'),(15429,2965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15430,2965,'_edit_lock','1499863055:1'),(15431,2965,'_edit_last','1'),(15432,2965,'slide_template','default'),(15433,2965,'_yoast_wpseo_content_score','60'),(15434,2965,'_yoast_wpseo_primary_testimonials_category','73'),(15436,2972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15437,2972,'_edit_lock','1500902917:1'),(15438,2972,'_edit_last','1'),(15439,2972,'slide_template','default'),(15440,2972,'_yoast_wpseo_content_score','90'),(15441,2972,'_yoast_wpseo_primary_testimonials_category','73'),(15442,2979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15443,2979,'_edit_lock','1500903871:1'),(15444,2979,'_edit_last','1'),(15445,2979,'slide_template','default'),(15446,2979,'_yoast_wpseo_content_score','90'),(15447,2979,'_yoast_wpseo_primary_testimonials_category','73'),(15448,2996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15449,2996,'_menu_item_type','custom'),(15450,2996,'_menu_item_menu_item_parent','0'),(15451,2996,'_menu_item_object_id','2996'),(15452,2996,'_menu_item_object','custom'),(15453,2996,'_menu_item_target',''),(15454,2996,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15455,2996,'_menu_item_xfn',''),(15456,2996,'_menu_item_url','/theme-parties.html'),(15458,2997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15459,2997,'_menu_item_type','custom'),(15460,2997,'_menu_item_menu_item_parent','0'),(15461,2997,'_menu_item_object_id','2997'),(15462,2997,'_menu_item_object','custom'),(15463,2997,'_menu_item_target',''),(15464,2997,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15465,2997,'_menu_item_xfn',''),(15466,2997,'_menu_item_url','/festival-colors.html'),(15468,2998,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15469,2998,'_menu_item_type','custom'),(15470,2998,'_menu_item_menu_item_parent','0'),(15471,2998,'_menu_item_object_id','2998'),(15472,2998,'_menu_item_object','custom'),(15473,2998,'_menu_item_target',''),(15474,2998,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15475,2998,'_menu_item_xfn',''),(15476,2998,'_menu_item_url','/theme-parties.html'),(15478,2999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15479,2999,'_menu_item_type','custom'),(15480,2999,'_menu_item_menu_item_parent','0'),(15481,2999,'_menu_item_object_id','2999'),(15482,2999,'_menu_item_object','custom'),(15483,2999,'_menu_item_target',''),(15484,2999,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15485,2999,'_menu_item_xfn',''),(15486,2999,'_menu_item_url','/graduation.html'),(15488,3000,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15489,3000,'_menu_item_type','custom'),(15490,3000,'_menu_item_menu_item_parent','0'),(15491,3000,'_menu_item_object_id','3000'),(15492,3000,'_menu_item_object','custom'),(15493,3000,'_menu_item_target',''),(15494,3000,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15495,3000,'_menu_item_xfn',''),(15496,3000,'_menu_item_url','/festival-colors.html'),(15498,3001,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15499,3001,'_menu_item_type','custom'),(15500,3001,'_menu_item_menu_item_parent','0'),(15501,3001,'_menu_item_object_id','3001'),(15502,3001,'_menu_item_object','custom'),(15503,3001,'_menu_item_target',''),(15504,3001,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15505,3001,'_menu_item_xfn',''),(15506,3001,'_menu_item_url','/theme-parties.html'),(15508,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15509,3002,'_menu_item_type','custom'),(15510,3002,'_menu_item_menu_item_parent','0'),(15511,3002,'_menu_item_object_id','3002'),(15512,3002,'_menu_item_object','custom'),(15513,3002,'_menu_item_target',''),(15514,3002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15515,3002,'_menu_item_xfn',''),(15516,3002,'_menu_item_url','/theme-parties.html'),(15518,3003,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15519,3003,'_menu_item_type','custom'),(15520,3003,'_menu_item_menu_item_parent','0'),(15521,3003,'_menu_item_object_id','3003'),(15522,3003,'_menu_item_object','custom'),(15523,3003,'_menu_item_target',''),(15524,3003,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15525,3003,'_menu_item_xfn',''),(15526,3003,'_menu_item_url','/baptism-communion.html'),(15528,3004,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15529,3004,'_menu_item_type','custom'),(15530,3004,'_menu_item_menu_item_parent','0'),(15531,3004,'_menu_item_object_id','3004'),(15532,3004,'_menu_item_object','custom'),(15533,3004,'_menu_item_target',''),(15534,3004,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15535,3004,'_menu_item_xfn',''),(15536,3004,'_menu_item_url','/baptism-communion.html'),(15538,3005,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15539,3005,'_menu_item_type','custom'),(15540,3005,'_menu_item_menu_item_parent','0'),(15541,3005,'_menu_item_object_id','3005'),(15542,3005,'_menu_item_object','custom'),(15543,3005,'_menu_item_target',''),(15544,3005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15545,3005,'_menu_item_xfn',''),(15546,3005,'_menu_item_url','/baptism-communion.html'),(15548,3006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15549,3006,'_menu_item_type','custom'),(15550,3006,'_menu_item_menu_item_parent','0'),(15551,3006,'_menu_item_object_id','3006'),(15552,3006,'_menu_item_object','custom'),(15553,3006,'_menu_item_target',''),(15554,3006,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15555,3006,'_menu_item_xfn',''),(15556,3006,'_menu_item_url','/baptism-communion.html'),(15558,3007,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15559,3007,'_menu_item_type','custom'),(15560,3007,'_menu_item_menu_item_parent','0'),(15561,3007,'_menu_item_object_id','3007'),(15562,3007,'_menu_item_object','custom'),(15563,3007,'_menu_item_target',''),(15564,3007,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15565,3007,'_menu_item_xfn',''),(15566,3007,'_menu_item_url','/baptism-communion.html'),(15568,3008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15569,3008,'_menu_item_type','custom'),(15570,3008,'_menu_item_menu_item_parent','0'),(15571,3008,'_menu_item_object_id','3008'),(15572,3008,'_menu_item_object','custom'),(15573,3008,'_menu_item_target',''),(15574,3008,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15575,3008,'_menu_item_xfn',''),(15576,3008,'_menu_item_url','/festival-colors.html'),(15578,3009,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15579,3009,'_menu_item_type','custom'),(15580,3009,'_menu_item_menu_item_parent','0'),(15581,3009,'_menu_item_object_id','3009'),(15582,3009,'_menu_item_object','custom'),(15583,3009,'_menu_item_target',''),(15584,3009,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15585,3009,'_menu_item_xfn',''),(15586,3009,'_menu_item_url','/festival-colors.html'),(15588,3010,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15589,3010,'_menu_item_type','custom'),(15590,3010,'_menu_item_menu_item_parent','0'),(15591,3010,'_menu_item_object_id','3010'),(15592,3010,'_menu_item_object','custom'),(15593,3010,'_menu_item_target',''),(15594,3010,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15595,3010,'_menu_item_xfn',''),(15596,3010,'_menu_item_url','/festival-colors.html'),(15598,3011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15599,3011,'_menu_item_type','custom'),(15600,3011,'_menu_item_menu_item_parent','0'),(15601,3011,'_menu_item_object_id','3011'),(15602,3011,'_menu_item_object','custom'),(15603,3011,'_menu_item_target',''),(15604,3011,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15605,3011,'_menu_item_xfn',''),(15606,3011,'_menu_item_url','/festival-colors.html'),(15608,3012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15609,3012,'_menu_item_type','custom'),(15610,3012,'_menu_item_menu_item_parent','0'),(15611,3012,'_menu_item_object_id','3012'),(15612,3012,'_menu_item_object','custom'),(15613,3012,'_menu_item_target',''),(15614,3012,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15615,3012,'_menu_item_xfn',''),(15616,3012,'_menu_item_url','/theme-parties.html'),(15618,3013,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15619,3013,'_menu_item_type','custom'),(15620,3013,'_menu_item_menu_item_parent','0'),(15621,3013,'_menu_item_object_id','3013'),(15622,3013,'_menu_item_object','custom'),(15623,3013,'_menu_item_target',''),(15624,3013,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15625,3013,'_menu_item_xfn',''),(15626,3013,'_menu_item_url','/theme/animal-themed-centerpieces.html'),(15628,3014,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15629,3014,'_menu_item_type','custom'),(15630,3014,'_menu_item_menu_item_parent','0'),(15631,3014,'_menu_item_object_id','3014'),(15632,3014,'_menu_item_object','custom'),(15633,3014,'_menu_item_target',''),(15634,3014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15635,3014,'_menu_item_xfn',''),(15636,3014,'_menu_item_url','/theme/tropical-hawaiian-luau-themed-centerpieces.html'),(15638,3015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15639,3015,'_menu_item_type','custom'),(15640,3015,'_menu_item_menu_item_parent','0'),(15641,3015,'_menu_item_object_id','3015'),(15642,3015,'_menu_item_object','custom'),(15643,3015,'_menu_item_target',''),(15644,3015,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15645,3015,'_menu_item_xfn',''),(15646,3015,'_menu_item_url','/festival-colors.html'),(15648,3016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15649,3016,'_menu_item_type','custom'),(15650,3016,'_menu_item_menu_item_parent','0'),(15651,3016,'_menu_item_object_id','3016'),(15652,3016,'_menu_item_object','custom'),(15653,3016,'_menu_item_target',''),(15654,3016,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15655,3016,'_menu_item_xfn',''),(15656,3016,'_menu_item_url','/theme-parties.html'),(15658,3017,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15659,3017,'_menu_item_type','custom'),(15660,3017,'_menu_item_menu_item_parent','0'),(15661,3017,'_menu_item_object_id','3017'),(15662,3017,'_menu_item_object','custom'),(15663,3017,'_menu_item_target',''),(15664,3017,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15665,3017,'_menu_item_xfn',''),(15666,3017,'_menu_item_url','/festival-colors.html'),(15678,3019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15679,3019,'_menu_item_type','custom'),(15680,3019,'_menu_item_menu_item_parent','0'),(15681,3019,'_menu_item_object_id','3019'),(15682,3019,'_menu_item_object','custom'),(15683,3019,'_menu_item_target',''),(15684,3019,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15685,3019,'_menu_item_xfn',''),(15686,3019,'_menu_item_url','/theme-parties.html'),(15688,3020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15689,3020,'_menu_item_type','custom'),(15690,3020,'_menu_item_menu_item_parent','0'),(15691,3020,'_menu_item_object_id','3020'),(15692,3020,'_menu_item_object','custom'),(15693,3020,'_menu_item_target',''),(15694,3020,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15695,3020,'_menu_item_xfn',''),(15696,3020,'_menu_item_url','/theme/60s-hippie-themed-centerpieces.html'),(15698,3021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15699,3021,'_menu_item_type','custom'),(15700,3021,'_menu_item_menu_item_parent','0'),(15701,3021,'_menu_item_object_id','3021'),(15702,3021,'_menu_item_object','custom'),(15703,3021,'_menu_item_target',''),(15704,3021,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15705,3021,'_menu_item_xfn',''),(15706,3021,'_menu_item_url','/theme/tropical-hawaiian-luau-themed-centerpieces.html'),(15708,3022,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15709,3022,'_menu_item_type','custom'),(15710,3022,'_menu_item_menu_item_parent','0'),(15711,3022,'_menu_item_object_id','3022'),(15712,3022,'_menu_item_object','custom'),(15713,3022,'_menu_item_target',''),(15714,3022,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15715,3022,'_menu_item_xfn',''),(15716,3022,'_menu_item_url','/theme/mardi-gras-themed-centerpieces.html'),(15718,3023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15719,3023,'_menu_item_type','custom'),(15720,3023,'_menu_item_menu_item_parent','0'),(15721,3023,'_menu_item_object_id','3023'),(15722,3023,'_menu_item_object','custom'),(15723,3023,'_menu_item_target',''),(15724,3023,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15725,3023,'_menu_item_xfn',''),(15726,3023,'_menu_item_url','/theme/broadway-hollywood-movie-themed-centerpieces.html'),(15728,3024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15729,3024,'_menu_item_type','custom'),(15730,3024,'_menu_item_menu_item_parent','0'),(15731,3024,'_menu_item_object_id','3024'),(15732,3024,'_menu_item_object','custom'),(15733,3024,'_menu_item_target',''),(15734,3024,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15735,3024,'_menu_item_xfn',''),(15736,3024,'_menu_item_url','/theme/broadway-hollywood-movie-themed-centerpieces.html'),(15738,3025,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15739,3025,'_menu_item_type','custom'),(15740,3025,'_menu_item_menu_item_parent','0'),(15741,3025,'_menu_item_object_id','3025'),(15742,3025,'_menu_item_object','custom'),(15743,3025,'_menu_item_target',''),(15744,3025,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15745,3025,'_menu_item_xfn',''),(15746,3025,'_menu_item_url','/theme-parties.html'),(15748,3026,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15749,3026,'_menu_item_type','custom'),(15750,3026,'_menu_item_menu_item_parent','0'),(15751,3026,'_menu_item_object_id','3026'),(15752,3026,'_menu_item_object','custom'),(15753,3026,'_menu_item_target',''),(15754,3026,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15755,3026,'_menu_item_xfn',''),(15756,3026,'_menu_item_url','/theme-parties.html'),(15758,3027,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15759,3027,'_menu_item_type','custom'),(15760,3027,'_menu_item_menu_item_parent','0'),(15761,3027,'_menu_item_object_id','3027'),(15762,3027,'_menu_item_object','custom'),(15763,3027,'_menu_item_target',''),(15764,3027,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15765,3027,'_menu_item_xfn',''),(15766,3027,'_menu_item_url','/theme/holiday-themed-centerpieces.html'),(15768,3028,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15769,3028,'_menu_item_type','custom'),(15770,3028,'_menu_item_menu_item_parent','0'),(15771,3028,'_menu_item_object_id','3028'),(15772,3028,'_menu_item_object','custom'),(15773,3028,'_menu_item_target',''),(15774,3028,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15775,3028,'_menu_item_xfn',''),(15776,3028,'_menu_item_url','/theme/peacock-themed-centerpieces.html'),(15778,3029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15779,3029,'_menu_item_type','custom'),(15780,3029,'_menu_item_menu_item_parent','0'),(15781,3029,'_menu_item_object_id','3029'),(15782,3029,'_menu_item_object','custom'),(15783,3029,'_menu_item_target',''),(15784,3029,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15785,3029,'_menu_item_xfn',''),(15786,3029,'_menu_item_url','/theme-parties.html'),(15788,3030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15789,3030,'_menu_item_type','custom'),(15790,3030,'_menu_item_menu_item_parent','0'),(15791,3030,'_menu_item_object_id','3030'),(15792,3030,'_menu_item_object','custom'),(15793,3030,'_menu_item_target',''),(15794,3030,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15795,3030,'_menu_item_xfn',''),(15796,3030,'_menu_item_url','/festival-colors.html'),(15798,3031,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15799,3031,'_menu_item_type','custom'),(15800,3031,'_menu_item_menu_item_parent','0'),(15801,3031,'_menu_item_object_id','3031'),(15802,3031,'_menu_item_object','custom'),(15803,3031,'_menu_item_target',''),(15804,3031,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15805,3031,'_menu_item_xfn',''),(15806,3031,'_menu_item_url','/theme-parties.html'),(15808,3032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15809,3032,'_menu_item_type','custom'),(15810,3032,'_menu_item_menu_item_parent','0'),(15811,3032,'_menu_item_object_id','3032'),(15812,3032,'_menu_item_object','custom'),(15813,3032,'_menu_item_target',''),(15814,3032,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15815,3032,'_menu_item_xfn',''),(15816,3032,'_menu_item_url','/theme-parties.html'),(15818,3033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15819,3033,'_menu_item_type','custom'),(15820,3033,'_menu_item_menu_item_parent','0'),(15821,3033,'_menu_item_object_id','3033'),(15822,3033,'_menu_item_object','custom'),(15823,3033,'_menu_item_target',''),(15824,3033,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15825,3033,'_menu_item_xfn',''),(15826,3033,'_menu_item_url','/theme/safari-jungle-themed-centerpieces.html'),(15828,3034,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15829,3034,'_menu_item_type','custom'),(15830,3034,'_menu_item_menu_item_parent','0'),(15831,3034,'_menu_item_object_id','3034'),(15832,3034,'_menu_item_object','custom'),(15833,3034,'_menu_item_target',''),(15834,3034,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15835,3034,'_menu_item_xfn',''),(15836,3034,'_menu_item_url','/theme-parties.html'),(15838,3035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15839,3035,'_menu_item_type','custom'),(15840,3035,'_menu_item_menu_item_parent','0'),(15841,3035,'_menu_item_object_id','3035'),(15842,3035,'_menu_item_object','custom'),(15843,3035,'_menu_item_target',''),(15844,3035,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15845,3035,'_menu_item_xfn',''),(15846,3035,'_menu_item_url','/theme-parties.html'),(15848,3036,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15849,3036,'_menu_item_type','custom'),(15850,3036,'_menu_item_menu_item_parent','0'),(15851,3036,'_menu_item_object_id','3036'),(15852,3036,'_menu_item_object','custom'),(15853,3036,'_menu_item_target',''),(15854,3036,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15855,3036,'_menu_item_xfn',''),(15856,3036,'_menu_item_url','/theme/broadway-hollywood-movie-themed-centerpieces.html'),(15858,3037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15859,3037,'_menu_item_type','custom'),(15860,3037,'_menu_item_menu_item_parent','0'),(15861,3037,'_menu_item_object_id','3037'),(15862,3037,'_menu_item_object','custom'),(15863,3037,'_menu_item_target',''),(15864,3037,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15865,3037,'_menu_item_xfn',''),(15866,3037,'_menu_item_url','/theme/tropical-hawaiian-luau-themed-centerpieces.html'),(15868,3038,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15869,3038,'_menu_item_type','custom'),(15870,3038,'_menu_item_menu_item_parent','0'),(15871,3038,'_menu_item_object_id','3038'),(15872,3038,'_menu_item_object','custom'),(15873,3038,'_menu_item_target',''),(15874,3038,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15875,3038,'_menu_item_xfn',''),(15876,3038,'_menu_item_url','/theme/wild-west-cowboy-themed-centerpieces.html'),(15878,3039,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15879,3039,'_menu_item_type','custom'),(15880,3039,'_menu_item_menu_item_parent','0'),(15881,3039,'_menu_item_object_id','3039'),(15882,3039,'_menu_item_object','custom'),(15883,3039,'_menu_item_target',''),(15884,3039,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15885,3039,'_menu_item_xfn',''),(15886,3039,'_menu_item_url','/theme-parties.html'),(15888,3040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15889,3040,'_menu_item_type','custom'),(15890,3040,'_menu_item_menu_item_parent','0'),(15891,3040,'_menu_item_object_id','3040'),(15892,3040,'_menu_item_object','custom'),(15893,3040,'_menu_item_target',''),(15894,3040,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15895,3040,'_menu_item_xfn',''),(15896,3040,'_menu_item_url','/holiday.html'),(15898,3041,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15899,3041,'_menu_item_type','custom'),(15900,3041,'_menu_item_menu_item_parent','0'),(15901,3041,'_menu_item_object_id','3041'),(15902,3041,'_menu_item_object','custom'),(15903,3041,'_menu_item_target',''),(15904,3041,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15905,3041,'_menu_item_xfn',''),(15906,3041,'_menu_item_url','/holiday.html'),(15908,3042,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15909,3042,'_menu_item_type','custom'),(15910,3042,'_menu_item_menu_item_parent','0'),(15911,3042,'_menu_item_object_id','3042'),(15912,3042,'_menu_item_object','custom'),(15913,3042,'_menu_item_target',''),(15914,3042,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15915,3042,'_menu_item_xfn',''),(15916,3042,'_menu_item_url','/holiday.html'),(15918,3043,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15919,3043,'_menu_item_type','custom'),(15920,3043,'_menu_item_menu_item_parent','0'),(15921,3043,'_menu_item_object_id','3043'),(15922,3043,'_menu_item_object','custom'),(15923,3043,'_menu_item_target',''),(15924,3043,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15925,3043,'_menu_item_xfn',''),(15926,3043,'_menu_item_url','/holiday.html'),(15928,3044,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15929,3044,'_menu_item_type','custom'),(15930,3044,'_menu_item_menu_item_parent','0'),(15931,3044,'_menu_item_object_id','3044'),(15932,3044,'_menu_item_object','custom'),(15933,3044,'_menu_item_target',''),(15934,3044,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15935,3044,'_menu_item_xfn',''),(15936,3044,'_menu_item_url','/holiday.html'),(15938,3045,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15939,3045,'_menu_item_type','custom'),(15940,3045,'_menu_item_menu_item_parent','0'),(15941,3045,'_menu_item_object_id','3045'),(15942,3045,'_menu_item_object','custom'),(15943,3045,'_menu_item_target',''),(15944,3045,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15945,3045,'_menu_item_xfn',''),(15946,3045,'_menu_item_url','/theme/holiday-themed-centerpieces.html'),(15948,3046,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15949,3046,'_menu_item_type','custom'),(15950,3046,'_menu_item_menu_item_parent','0'),(15951,3046,'_menu_item_object_id','3046'),(15952,3046,'_menu_item_object','custom'),(15953,3046,'_menu_item_target',''),(15954,3046,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15955,3046,'_menu_item_xfn',''),(15956,3046,'_menu_item_url','/theme/holiday-themed-centerpieces.html'),(15958,3047,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15959,3047,'_menu_item_type','custom'),(15960,3047,'_menu_item_menu_item_parent','0'),(15961,3047,'_menu_item_object_id','3047'),(15962,3047,'_menu_item_object','custom'),(15963,3047,'_menu_item_target',''),(15964,3047,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15965,3047,'_menu_item_xfn',''),(15966,3047,'_menu_item_url','/festival-colors.html'),(15968,3048,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15969,3048,'_menu_item_type','custom'),(15970,3048,'_menu_item_menu_item_parent','0'),(15971,3048,'_menu_item_object_id','3048'),(15972,3048,'_menu_item_object','custom'),(15973,3048,'_menu_item_target',''),(15974,3048,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15975,3048,'_menu_item_xfn',''),(15976,3048,'_menu_item_url','/holiday.html'),(15978,3049,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15979,3049,'_menu_item_type','custom'),(15980,3049,'_menu_item_menu_item_parent','0'),(15981,3049,'_menu_item_object_id','3049'),(15982,3049,'_menu_item_object','custom'),(15983,3049,'_menu_item_target',''),(15984,3049,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15985,3049,'_menu_item_xfn',''),(15986,3049,'_menu_item_url','/holiday.html'),(15988,3050,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15989,3050,'_menu_item_type','custom'),(15990,3050,'_menu_item_menu_item_parent','0'),(15991,3050,'_menu_item_object_id','3050'),(15992,3050,'_menu_item_object','custom'),(15993,3050,'_menu_item_target',''),(15994,3050,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15995,3050,'_menu_item_xfn',''),(15996,3050,'_menu_item_url','/holiday.html'),(15998,3051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(15999,3051,'_menu_item_type','custom'),(16000,3051,'_menu_item_menu_item_parent','0'),(16001,3051,'_menu_item_object_id','3051'),(16002,3051,'_menu_item_object','custom'),(16003,3051,'_menu_item_target',''),(16004,3051,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16005,3051,'_menu_item_xfn',''),(16006,3051,'_menu_item_url','/holiday.html'),(16008,3052,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16009,3052,'_menu_item_type','custom'),(16010,3052,'_menu_item_menu_item_parent','0'),(16011,3052,'_menu_item_object_id','3052'),(16012,3052,'_menu_item_object','custom'),(16013,3052,'_menu_item_target',''),(16014,3052,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16015,3052,'_menu_item_xfn',''),(16016,3052,'_menu_item_url','/theme/holiday-themed-centerpieces.html'),(16018,3053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16019,3053,'_menu_item_type','custom'),(16020,3053,'_menu_item_menu_item_parent','0'),(16021,3053,'_menu_item_object_id','3053'),(16022,3053,'_menu_item_object','custom'),(16023,3053,'_menu_item_target',''),(16024,3053,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16025,3053,'_menu_item_xfn',''),(16026,3053,'_menu_item_url','/theme/holiday-themed-centerpieces.html'),(16028,3054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16029,3054,'_menu_item_type','custom'),(16030,3054,'_menu_item_menu_item_parent','0'),(16031,3054,'_menu_item_object_id','3054'),(16032,3054,'_menu_item_object','custom'),(16033,3054,'_menu_item_target',''),(16034,3054,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16035,3054,'_menu_item_xfn',''),(16036,3054,'_menu_item_url','/festival-colors.html'),(16038,3055,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16039,3055,'_menu_item_type','custom'),(16040,3055,'_menu_item_menu_item_parent','0'),(16041,3055,'_menu_item_object_id','3055'),(16042,3055,'_menu_item_object','custom'),(16043,3055,'_menu_item_target',''),(16044,3055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16045,3055,'_menu_item_xfn',''),(16046,3055,'_menu_item_url','/theme-parties.html'),(16048,3056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16049,3056,'_menu_item_type','custom'),(16050,3056,'_menu_item_menu_item_parent','0'),(16051,3056,'_menu_item_object_id','3056'),(16052,3056,'_menu_item_object','custom'),(16053,3056,'_menu_item_target',''),(16054,3056,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16055,3056,'_menu_item_xfn',''),(16056,3056,'_menu_item_url','/theme-parties.html'),(16058,3057,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16059,3057,'_menu_item_type','custom'),(16060,3057,'_menu_item_menu_item_parent','0'),(16061,3057,'_menu_item_object_id','3057'),(16062,3057,'_menu_item_object','custom'),(16063,3057,'_menu_item_target',''),(16064,3057,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16065,3057,'_menu_item_xfn',''),(16066,3057,'_menu_item_url','/theme-parties.html'),(16068,3058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16069,3058,'_menu_item_type','custom'),(16070,3058,'_menu_item_menu_item_parent','0'),(16071,3058,'_menu_item_object_id','3058'),(16072,3058,'_menu_item_object','custom'),(16073,3058,'_menu_item_target',''),(16074,3058,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16075,3058,'_menu_item_xfn',''),(16076,3058,'_menu_item_url','/theme-parties.html'),(16078,3059,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16079,3059,'_menu_item_type','custom'),(16080,3059,'_menu_item_menu_item_parent','0'),(16081,3059,'_menu_item_object_id','3059'),(16082,3059,'_menu_item_object','custom'),(16083,3059,'_menu_item_target',''),(16084,3059,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16085,3059,'_menu_item_xfn',''),(16086,3059,'_menu_item_url','/theme-parties.html'),(16088,3060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16089,3060,'_menu_item_type','custom'),(16090,3060,'_menu_item_menu_item_parent','0'),(16091,3060,'_menu_item_object_id','3060'),(16092,3060,'_menu_item_object','custom'),(16093,3060,'_menu_item_target',''),(16094,3060,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16095,3060,'_menu_item_xfn',''),(16096,3060,'_menu_item_url','/theme-parties.html'),(16098,3061,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16099,3061,'_menu_item_type','custom'),(16100,3061,'_menu_item_menu_item_parent','0'),(16101,3061,'_menu_item_object_id','3061'),(16102,3061,'_menu_item_object','custom'),(16103,3061,'_menu_item_target',''),(16104,3061,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16105,3061,'_menu_item_xfn',''),(16106,3061,'_menu_item_url','/theme-parties.html'),(16108,3062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16109,3062,'_menu_item_type','custom'),(16110,3062,'_menu_item_menu_item_parent','0'),(16111,3062,'_menu_item_object_id','3062'),(16112,3062,'_menu_item_object','custom'),(16113,3062,'_menu_item_target',''),(16114,3062,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16115,3062,'_menu_item_xfn',''),(16116,3062,'_menu_item_url','/theme-parties.html'),(16118,3063,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16119,3063,'_menu_item_type','custom'),(16120,3063,'_menu_item_menu_item_parent','0'),(16121,3063,'_menu_item_object_id','3063'),(16122,3063,'_menu_item_object','custom'),(16123,3063,'_menu_item_target',''),(16124,3063,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16125,3063,'_menu_item_xfn',''),(16126,3063,'_menu_item_url','/theme-parties.html'),(16128,3064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16129,3064,'_menu_item_type','custom'),(16130,3064,'_menu_item_menu_item_parent','0'),(16131,3064,'_menu_item_object_id','3064'),(16132,3064,'_menu_item_object','custom'),(16133,3064,'_menu_item_target',''),(16134,3064,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16135,3064,'_menu_item_xfn',''),(16136,3064,'_menu_item_url','/theme-parties.html'),(16138,3067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16139,3067,'_wpb_shortcodes_custom_css','.vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499862884233{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}.vc_custom_1499688404343{background-color: #4d4d4d !important;}.vc_custom_1499688217356{background-color: #4d4d4d !important;}.vc_custom_1499852980360{margin-top: 15px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499862679770{margin-top: 30px !important;}.vc_custom_1499859940647{margin-top: 30px !important;}.vc_custom_1499862838509{margin-top: 20px !important;}.vc_custom_1499859940647{margin-top: 30px !important;}.vc_custom_1499670151354{margin-bottom: 30px !important;}.vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499670979547{margin-bottom: 30px !important;}.vc_custom_1499670988342{margin-top: 30px !important;}.vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499670979547{margin-bottom: 30px !important;}.vc_custom_1499670988342{margin-top: 30px !important;}'),(16140,3067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16141,3067,'_wp_page_template','default'),(16142,3067,'slide_template',''),(16143,3067,'_easy_image_gallery_link_images','off'),(16144,3067,'_wpb_vc_js_status','true'),(16145,3067,'_wpb_shortcodes_custom_css','.vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499862884233{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}.vc_custom_1499688404343{background-color: #4d4d4d !important;}.vc_custom_1499688217356{background-color: #4d4d4d !important;}.vc_custom_1499852980360{margin-top: 15px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}.vc_custom_1499862679770{margin-top: 30px !important;}.vc_custom_1499859940647{margin-top: 30px !important;}.vc_custom_1499862838509{margin-top: 20px !important;}.vc_custom_1499859940647{margin-top: 30px !important;}.vc_custom_1499670151354{margin-bottom: 30px !important;}.vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499670979547{margin-bottom: 30px !important;}.vc_custom_1499670988342{margin-top: 30px !important;}.vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1499670979547{margin-bottom: 30px !important;}.vc_custom_1499670988342{margin-top: 30px !important;}'),(16146,3067,'_yoast_wpseo_content_score','90'),(16147,3067,'_uwmr_url',''),(16148,3067,'_uwmr_activate',NULL),(16149,3067,'_uwmr_tablet_url',''),(16150,3067,'_uwmr_tablet_activate',NULL),(16151,3067,'_dp_original','2721'),(16152,3067,'_edit_last','1'),(16153,3067,'_edit_lock','1499881125:1'),(16154,2571,'_edit_lock','1499882352:1'),(16155,2544,'_edit_lock','1499882401:1'),(16156,2570,'_edit_lock','1499882545:1'),(16157,3077,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16158,3077,'_edit_lock','1503637665:1'),(16159,3077,'_edit_last','1'),(16160,3077,'_wp_page_template','standard-page.php'),(16161,3077,'slide_template','default'),(16162,3077,'_easy_image_gallery_link_images','off'),(16163,3077,'_wpb_vc_js_status','true'),(16164,3077,'_yoast_wpseo_content_score','30'),(16165,3077,'_uwmr_url',''),(16166,3077,'_uwmr_activate',NULL),(16167,3077,'_uwmr_tablet_url',''),(16168,3077,'_uwmr_tablet_activate',NULL),(16169,3077,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1503632535869{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502420277018{margin-top: 15px !important;}.vc_custom_1502420326886{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420335700{margin-top: 15px !important;}.vc_custom_1502420344465{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420353441{margin-top: 15px !important;}.vc_custom_1502420360777{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(16170,3104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16171,3104,'_menu_item_type','post_type'),(16172,3104,'_menu_item_menu_item_parent','0'),(16173,3104,'_menu_item_object_id','3077'),(16174,3104,'_menu_item_object','page'),(16175,3104,'_menu_item_target',''),(16176,3104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16177,3104,'_menu_item_xfn',''),(16178,3104,'_menu_item_url',''),(16181,3118,'_wp_attached_file','2017/07/Asset-37.png'),(16182,3118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:669;s:6:\"height\";i:345;s:4:\"file\";s:20:\"2017/07/Asset-37.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-37-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:\"Asset-37-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;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:{}}}'),(16183,3119,'_wp_attached_file','2017/07/Asset-38.png'),(16184,3119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:343;s:4:\"file\";s:20:\"2017/07/Asset-38.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-38-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:\"Asset-38-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;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:{}}}'),(16185,3120,'_wp_attached_file','2017/07/Asset-39.png'),(16186,3120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4015;s:6:\"height\";i:272;s:4:\"file\";s:20:\"2017/07/Asset-39.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-39-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:19:\"Asset-39-300x20.png\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Asset-39-768x52.png\";s:5:\"width\";i:768;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Asset-39-1024x69.png\";s:5:\"width\";i:1024;s:6:\"height\";i:69;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:{}}}'),(16187,3121,'_wp_attached_file','2017/07/Asset-40.png'),(16188,3121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3984;s:6:\"height\";i:1214;s:4:\"file\";s:20:\"2017/07/Asset-40.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-40-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:19:\"Asset-40-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Asset-40-768x234.png\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Asset-40-1024x312.png\";s:5:\"width\";i:1024;s:6:\"height\";i:312;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:{}}}'),(16189,3122,'_wp_attached_file','2017/07/Asset-41.png'),(16190,3122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4090;s:6:\"height\";i:1055;s:4:\"file\";s:20:\"2017/07/Asset-41.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-41-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:19:\"Asset-41-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Asset-41-768x198.png\";s:5:\"width\";i:768;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Asset-41-1024x264.png\";s:5:\"width\";i:1024;s:6:\"height\";i:264;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:{}}}'),(16191,3123,'_wp_attached_file','2017/07/Asset-36.png'),(16192,3123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1683;s:6:\"height\";i:361;s:4:\"file\";s:20:\"2017/07/Asset-36.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Asset-36-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:19:\"Asset-36-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:20:\"Asset-36-768x165.png\";s:5:\"width\";i:768;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Asset-36-1024x220.png\";s:5:\"width\";i:1024;s:6:\"height\";i:220;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:{}}}'),(16193,3145,'_wp_attached_file','2017/07/600x400.png'),(16194,3145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2017/07/600x400.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"600x400-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:19:\"600x400-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:{}}}'),(16195,3146,'_wp_attached_file','2017/07/600x400-1.png'),(16196,3146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/600x400-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"600x400-1-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:21:\"600x400-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:{}}}'),(16197,3147,'_wp_attached_file','2017/07/600x400-2.png'),(16198,3147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/600x400-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"600x400-2-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:21:\"600x400-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:{}}}'),(16199,3148,'_wp_attached_file','2017/07/600x400-3.png'),(16200,3148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/600x400-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"600x400-3-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:21:\"600x400-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:{}}}'),(16201,3197,'_wp_attached_file','2017/07/Asset-38-1.png'),(16202,3197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2017/07/Asset-38-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Asset-38-1-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;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:{}}}'),(16203,3198,'_wp_attached_file','2017/07/Asset-37-1.png'),(16204,3198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:113;s:4:\"file\";s:22:\"2017/07/Asset-37-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Asset-37-1-150x113.png\";s:5:\"width\";i:150;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:{}}}'),(16205,3202,'_wp_attached_file','2017/07/Mobile-Clients.png'),(16206,3202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4751;s:6:\"height\";i:3997;s:4:\"file\";s:26:\"2017/07/Mobile-Clients.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Mobile-Clients-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:\"Mobile-Clients-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Mobile-Clients-768x646.png\";s:5:\"width\";i:768;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Mobile-Clients-1024x861.png\";s:5:\"width\";i:1024;s:6:\"height\";i:861;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:{}}}'),(16207,1168,'_edit_lock','1503475992:1'),(16213,3210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16214,3210,'_wc_review_count','0'),(16215,3210,'_wc_rating_count','a:0:{}'),(16216,3210,'_wc_average_rating','0'),(16217,3210,'_edit_lock','1500684371:1'),(16218,3210,'_edit_last','1'),(16219,3211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16220,3211,'_edit_lock','1502910768:1'),(16221,3211,'_edit_last','1'),(16222,3211,'_wp_page_template','standard-page.php'),(16223,3211,'slide_template','default'),(16224,3211,'_easy_image_gallery_link_images','off'),(16225,3211,'_wpb_vc_js_status','true'),(16226,3211,'_yoast_wpseo_content_score','30'),(16227,3211,'_uwmr_url',''),(16228,3211,'_uwmr_activate',NULL),(16229,3211,'_uwmr_tablet_url',''),(16230,3211,'_uwmr_tablet_activate',NULL),(16231,3214,'_wp_attached_file','2017/07/burgundy-wand.jpg'),(16232,3214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2017/07/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: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:{}}}'),(16233,3217,'_wp_attached_file','2017/07/burgundy.jpg'),(16234,3217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2017/07/burgundy.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:{}}}'),(16235,3220,'_wp_attached_file','2017/07/metallicpurple-wand.jpg'),(16236,3220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:31:\"2017/07/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: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:{}}}'),(16237,3223,'_wp_attached_file','2017/07/burgundy-1.jpg'),(16238,3223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:22:\"2017/07/burgundy-1.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:{}}}'),(16239,3224,'_wp_attached_file','2017/07/metallicpurple.jpg'),(16240,3224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:26:\"2017/07/metallicpurple.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:{}}}'),(16241,3211,'_wpb_shortcodes_custom_css','.vc_custom_1501327948933{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501259943340{margin-bottom: 50px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501699562914{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501328675612{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329063592{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502900418251{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501586663662{margin-top: 30px !important;}.vc_custom_1501260598236{margin-top: 0px !important;}.vc_custom_1501701815547{margin-top: 15px !important;}.vc_custom_1501587400098{margin-top: 30px !important;}.vc_custom_1501587513673{margin-top: -30px !important;margin-bottom: 50px !important;}'),(16244,3256,'_wp_attached_file','2017/07/preview-1.jpg'),(16245,3256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/preview-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"preview-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:21:\"preview-1-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: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:{}}}'),(16246,3259,'_wp_attached_file','2017/07/hotpink-wand.jpg'),(16247,3259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2017/07/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: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:{}}}'),(16248,3260,'_wp_attached_file','2017/07/hotpink.jpg'),(16249,3260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2017/07/hotpink.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:{}}}'),(16250,3262,'_wp_attached_file','2017/07/hunter.jpg'),(16251,3262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2017/07/hunter.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:{}}}'),(16252,3263,'_wp_attached_file','2017/07/hunter-wand.jpg'),(16253,3263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2017/07/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: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:{}}}'),(16254,3265,'_wp_attached_file','2017/07/teal.jpg'),(16255,3265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2017/07/teal.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:{}}}'),(16256,3266,'_wp_attached_file','2017/07/teal-wand.jpg'),(16257,3266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/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: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:{}}}'),(16258,3267,'_wp_attached_file','2017/07/navy.jpg'),(16259,3267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2017/07/navy.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:{}}}'),(16260,3268,'_wp_attached_file','2017/07/navy-wand.jpg'),(16261,3268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/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: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:{}}}'),(16262,3276,'_wp_attached_file','2017/07/cabernet.jpg'),(16263,3276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2017/07/cabernet.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:{}}}'),(16264,3277,'_wp_attached_file','2017/07/cabernet-wand.jpg'),(16265,3277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2017/07/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: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:{}}}'),(16266,3278,'_wp_attached_file','2017/07/periwinkle.jpg'),(16267,3278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:22:\"2017/07/periwinkle.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:{}}}'),(16268,3279,'_wp_attached_file','2017/07/periwinkle-wand.jpg'),(16269,3279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:27:\"2017/07/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: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:{}}}'),(16270,3281,'_wp_attached_file','2017/07/coral-wand.jpg'),(16271,3281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16272,3282,'_wp_attached_file','2017/07/coral.jpg'),(16273,3282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/coral.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:{}}}'),(16274,3284,'_wp_attached_file','2017/07/emerald.jpg'),(16275,3284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2017/07/emerald.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:{}}}'),(16276,3285,'_wp_attached_file','2017/07/turquoise.jpg'),(16277,3285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2017/07/turquoise.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:{}}}'),(16278,3286,'_wp_attached_file','2017/07/royalblue.jpg'),(16279,3286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2017/07/royalblue.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:{}}}'),(16280,3287,'_wp_attached_file','2017/07/red.jpg'),(16281,3287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:15:\"2017/07/red.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:{}}}'),(16282,3288,'_wp_attached_file','2017/07/lavender.jpg'),(16283,3288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2017/07/lavender.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:{}}}'),(16284,3289,'_wp_attached_file','2017/07/azalea.jpg'),(16285,3289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2017/07/azalea.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:{}}}'),(16286,3290,'_wp_attached_file','2017/07/limegreen.jpg'),(16287,3290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:21:\"2017/07/limegreen.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:{}}}'),(16288,3291,'_wp_attached_file','2017/07/seafoam.jpg'),(16289,3291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2017/07/seafoam.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:{}}}'),(16290,3292,'_wp_attached_file','2017/07/aqua.jpg'),(16291,3292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2017/07/aqua.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:{}}}'),(16292,3293,'_wp_attached_file','2017/07/orange.jpg'),(16293,3293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:18:\"2017/07/orange.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:{}}}'),(16294,3294,'_wp_attached_file','2017/07/daffodil.jpg'),(16295,3294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2017/07/daffodil.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:{}}}'),(16296,3295,'_wp_attached_file','2017/07/pink.jpg'),(16297,3295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2017/07/pink.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:{}}}'),(16298,3296,'_wp_attached_file','2017/07/mint.jpg'),(16299,3296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2017/07/mint.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:{}}}'),(16300,3297,'_wp_attached_file','2017/07/celedon.jpg'),(16301,3297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2017/07/celedon.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:{}}}'),(16302,3298,'_wp_attached_file','2017/07/babyblue.jpg'),(16303,3298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2017/07/babyblue.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:{}}}'),(16304,3299,'_wp_attached_file','2017/07/peach.jpg'),(16305,3299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/peach.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:{}}}'),(16306,3300,'_wp_attached_file','2017/07/lightyellow.jpg'),(16307,3300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:23:\"2017/07/lightyellow.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:{}}}'),(16308,3301,'_wp_attached_file','2017/07/white.jpg'),(16309,3301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/white.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:{}}}'),(16310,3302,'_wp_attached_file','2017/07/ivory.jpg'),(16311,3302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/ivory.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:{}}}'),(16312,3303,'_wp_attached_file','2017/07/brown.jpg'),(16313,3303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/brown.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:{}}}'),(16314,3304,'_wp_attached_file','2017/07/black.jpg'),(16315,3304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:59;s:4:\"file\";s:17:\"2017/07/black.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:{}}}'),(16316,3306,'_wp_attached_file','2017/07/emerald-wand.jpg'),(16317,3306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2017/07/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: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:{}}}'),(16318,3307,'_wp_attached_file','2017/07/turquoise-wand.jpg'),(16319,3307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2017/07/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: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:{}}}'),(16320,3309,'_wp_attached_file','2017/07/royalblue-wand.jpg'),(16321,3309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2017/07/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: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:{}}}'),(16322,3310,'_wp_attached_file','2017/07/red-wand.jpg'),(16323,3310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:20:\"2017/07/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: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:{}}}'),(16324,3311,'_wp_attached_file','2017/07/lavender-wand.jpg'),(16325,3311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2017/07/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: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:{}}}'),(16326,3312,'_wp_attached_file','2017/07/azalea-wand.jpg'),(16327,3312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2017/07/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: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:{}}}'),(16328,3313,'_wp_attached_file','2017/07/limegreen-wand.jpg'),(16329,3313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2017/07/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: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:{}}}'),(16330,3314,'_wp_attached_file','2017/07/seafoam-wand.jpg'),(16331,3314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2017/07/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: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:{}}}'),(16332,3315,'_wp_attached_file','2017/07/aqua-wand.jpg'),(16333,3315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/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: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:{}}}'),(16334,3317,'_wp_attached_file','2017/07/orange-wand.jpg'),(16335,3317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2017/07/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: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:{}}}'),(16336,3318,'_wp_attached_file','2017/07/daffodil-wand.jpg'),(16337,3318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2017/07/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: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:{}}}'),(16338,3319,'_wp_attached_file','2017/07/pink-wand.jpg'),(16339,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/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: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:{}}}'),(16340,3321,'_wp_attached_file','2017/07/mint-wand.jpg'),(16341,3321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:21:\"2017/07/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: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:{}}}'),(16342,3322,'_wp_attached_file','2017/07/celedon-wand.jpg'),(16343,3322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2017/07/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: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:{}}}'),(16344,3323,'_wp_attached_file','2017/07/babyblue-wand.jpg'),(16345,3323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:25:\"2017/07/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: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:{}}}'),(16346,3325,'_wp_attached_file','2017/07/peach-wand.jpg'),(16347,3325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16348,3327,'_wp_attached_file','2017/07/lightyellow-wand.jpg'),(16349,3327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:28:\"2017/07/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: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:{}}}'),(16350,3328,'_wp_attached_file','2017/07/white-wand.jpg'),(16351,3328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16352,3329,'_wp_attached_file','2017/07/ivory-wand.jpg'),(16353,3329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16354,3330,'_wp_attached_file','2017/07/brown-wand.jpg'),(16355,3330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16356,3331,'_wp_attached_file','2017/07/black-wand.jpg'),(16357,3331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:22:\"2017/07/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: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:{}}}'),(16358,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16359,3336,'_menu_item_type','post_type'),(16360,3336,'_menu_item_menu_item_parent','0'),(16361,3336,'_menu_item_object_id','3211'),(16362,3336,'_menu_item_object','page'),(16363,3336,'_menu_item_target',''),(16364,3336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16365,3336,'_menu_item_xfn',''),(16366,3336,'_menu_item_url',''),(16368,3337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16369,3337,'_wpb_shortcodes_custom_css','.vc_custom_1500558940493{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500555258636{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500558895518{margin-top: 30px !important;}.vc_custom_1500555394868{margin-top: 30px !important;}'),(16370,3337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16371,3337,'_wp_page_template','standard-page.php'),(16372,3337,'slide_template','default'),(16373,3337,'_easy_image_gallery_link_images','off'),(16374,3337,'_wpb_vc_js_status','true'),(16375,3337,'_yoast_wpseo_content_score','30'),(16376,3337,'_uwmr_url',''),(16377,3337,'_uwmr_activate',NULL),(16378,3337,'_uwmr_tablet_url',''),(16379,3337,'_uwmr_tablet_activate',NULL),(16380,3337,'_wpb_shortcodes_custom_css','.vc_custom_1500558940493{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500555258636{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500558895518{margin-top: 30px !important;}.vc_custom_1500555394868{margin-top: 30px !important;}'),(16381,3337,'_dp_original','3211'),(16382,3371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16383,3371,'_wpb_shortcodes_custom_css','.vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1500382027883{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1500386969166{margin-left: -15px !important;}.vc_custom_1500386976983{margin-left: -15px !important;}.vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}.vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500475745079{margin-top: 15px !important;margin-right: 15px !important;}.vc_custom_1500381248737{margin-top: 20px !important;margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}.vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}.vc_custom_1500382403867{border-right-width: 2px !important;border-right-color: #313232 !important;border-right-style: solid !important;}.vc_custom_1499792028057{margin-bottom: 40px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500475766919{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(16384,3371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16385,3371,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16386,3371,'_wp_page_template','homepage.php'),(16387,3371,'slide_template','default'),(16388,3371,'_easy_image_gallery_link_images','off'),(16389,3371,'_wpb_vc_js_status','true'),(16390,3371,'_yoast_wpseo_content_score','90'),(16391,3371,'_uwmr_url',''),(16392,3371,'_uwmr_activate',NULL),(16393,3371,'_uwmr_tablet_url',''),(16394,3371,'_uwmr_tablet_activate',NULL),(16396,3371,'_wpb_shortcodes_custom_css','.vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}.vc_custom_1500382027883{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1500386969166{margin-left: -15px !important;}.vc_custom_1500386976983{margin-left: -15px !important;}.vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}.vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500475745079{margin-top: 15px !important;margin-right: 15px !important;}.vc_custom_1500381248737{margin-top: 20px !important;margin-right: 15px !important;margin-left: 15px !important;}.vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}.vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}.vc_custom_1500382403867{border-right-width: 2px !important;border-right-color: #313232 !important;border-right-style: solid !important;}.vc_custom_1499792028057{margin-bottom: 40px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500475766919{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(16397,3371,'_dp_original','2462'),(16398,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16399,3372,'_wpb_shortcodes_custom_css','.vc_custom_1500387254092{background-color: #de4f9d !important;}.vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}.vc_custom_1500378121882{padding-top: 2px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}.vc_custom_1500387406448{padding-top: 2px !important;}.vc_custom_1500429661624{margin-top: 25px !important;margin-bottom: -10px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}.vc_custom_1499685954383{margin-top: 15px !important;}'),(16400,3372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16401,3372,'_wp_page_template','default'),(16402,3372,'slide_template','default'),(16403,3372,'_easy_image_gallery_link_images','off'),(16404,3372,'_wpb_vc_js_status','true'),(16405,3372,'_yoast_wpseo_content_score','30'),(16406,3372,'_uwmr_url',''),(16407,3372,'_uwmr_activate',NULL),(16408,3372,'_uwmr_tablet_url',''),(16409,3372,'_uwmr_tablet_activate',NULL),(16410,3372,'_wpb_shortcodes_custom_css','.vc_custom_1500387254092{background-color: #de4f9d !important;}.vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}.vc_custom_1500378121882{padding-top: 2px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}.vc_custom_1500387406448{padding-top: 2px !important;}.vc_custom_1500429661624{margin-top: 25px !important;margin-bottom: -10px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}.vc_custom_1499685954383{margin-top: 15px !important;}'),(16411,3372,'_dp_original','2440'),(16412,2339,'_wc_review_count','1'),(16413,2339,'_wc_rating_count','a:0:{}'),(16414,2339,'_wc_average_rating','0'),(16415,2329,'_wc_review_count','0'),(16416,2329,'_wc_rating_count','a:0:{}'),(16417,2329,'_wc_average_rating','0'),(16418,2346,'_wc_review_count','0'),(16419,2346,'_wc_rating_count','a:0:{}'),(16420,2346,'_wc_average_rating','0'),(16421,2331,'_wc_review_count','0'),(16422,2331,'_wc_rating_count','a:0:{}'),(16423,2331,'_wc_average_rating','0'),(16424,2333,'_wc_review_count','0'),(16425,2333,'_wc_rating_count','a:0:{}'),(16426,2333,'_wc_average_rating','0'),(16427,2341,'_wc_review_count','0'),(16428,2341,'_wc_rating_count','a:0:{}'),(16429,2341,'_wc_average_rating','0'),(16430,2344,'_wc_review_count','0'),(16431,2344,'_wc_rating_count','a:0:{}'),(16432,2344,'_wc_average_rating','0'),(16433,2342,'_wc_review_count','0'),(16434,2342,'_wc_rating_count','a:0:{}'),(16435,2342,'_wc_average_rating','0'),(16436,2334,'_wc_review_count','0'),(16437,2334,'_wc_rating_count','a:0:{}'),(16438,2334,'_wc_average_rating','0'),(16439,2338,'_wc_review_count','0'),(16440,2338,'_wc_rating_count','a:0:{}'),(16441,2338,'_wc_average_rating','0'),(16442,2330,'_wc_review_count','0'),(16443,2330,'_wc_rating_count','a:0:{}'),(16444,2330,'_wc_average_rating','0'),(16445,2345,'_wc_review_count','0'),(16446,2345,'_wc_rating_count','a:0:{}'),(16447,2345,'_wc_average_rating','0'),(16448,2337,'_wc_review_count','0'),(16449,2337,'_wc_rating_count','a:0:{}'),(16450,2337,'_wc_average_rating','0'),(16451,2340,'_wc_review_count','0'),(16452,2340,'_wc_rating_count','a:0:{}'),(16453,2340,'_wc_average_rating','0'),(16454,2332,'_wc_review_count','0'),(16455,2332,'_wc_rating_count','a:0:{}'),(16456,2332,'_wc_average_rating','0'),(16457,2343,'_wc_review_count','0'),(16458,2343,'_wc_rating_count','a:0:{}'),(16459,2343,'_wc_average_rating','0'),(16460,2325,'_wc_review_count','0'),(16461,2325,'_wc_rating_count','a:0:{}'),(16462,2325,'_wc_average_rating','0'),(16463,2332,'_edit_lock','1500668653:1'),(16464,2339,'_edit_lock','1500670363:1'),(16465,2339,'_edit_last','1'),(16466,2339,'_thumbnail_id','165'),(16467,2339,'_sale_price',''),(16468,2339,'_sale_price_dates_from',''),(16469,2339,'_sale_price_dates_to',''),(16470,2339,'total_sales','4'),(16471,2339,'_tax_status','taxable'),(16472,2339,'_tax_class',''),(16473,2339,'_backorders','no'),(16474,2339,'_sold_individually','no'),(16475,2339,'_weight','1.75'),(16476,2339,'_length','4'),(16477,2339,'_width','5'),(16478,2339,'_height','8'),(16479,2339,'_upsell_ids','a:0:{}'),(16480,2339,'_crosssell_ids','a:1:{i:0;i:2346;}'),(16481,2339,'_purchase_note',''),(16482,2339,'_default_attributes','a:0:{}'),(16483,2339,'_virtual','no'),(16484,2339,'_downloadable','no'),(16485,2339,'_product_image_gallery',''),(16486,2339,'_download_limit','-1'),(16487,2339,'_download_expiry','-1'),(16488,2339,'_product_version','3.1.1'),(16489,2339,'slide_template','default'),(16490,2339,'_yoast_wpseo_primary_product_cat','65'),(16491,2339,'_yoast_wpseo_content_score','30'),(16492,2329,'_edit_lock','1500669104:1'),(16493,2346,'_edit_lock','1500669524:1'),(16494,2346,'_edit_last','1'),(16495,2346,'_thumbnail_id','655'),(16496,2346,'_sale_price',''),(16497,2346,'_sale_price_dates_from',''),(16498,2346,'_sale_price_dates_to',''),(16499,2346,'total_sales','3'),(16500,2346,'_tax_status','taxable'),(16501,2346,'_tax_class',''),(16502,2346,'_backorders','no'),(16503,2346,'_sold_individually','no'),(16504,2346,'_weight',''),(16505,2346,'_length',''),(16506,2346,'_width',''),(16507,2346,'_height',''),(16508,2346,'_upsell_ids','a:0:{}'),(16509,2346,'_crosssell_ids','a:0:{}'),(16510,2346,'_purchase_note',''),(16511,2346,'_default_attributes','a:0:{}'),(16512,2346,'_virtual','no'),(16513,2346,'_downloadable','no'),(16514,2346,'_product_image_gallery',''),(16515,2346,'_download_limit','-1'),(16516,2346,'_download_expiry','-1'),(16517,2346,'_product_version','3.1.1'),(16518,2346,'slide_template','default'),(16519,2346,'_yoast_wpseo_primary_product_cat',''),(16520,2346,'_yoast_wpseo_content_score','30'),(16521,1165,'slide_template','default'),(16522,1165,'_easy_image_gallery_link_images','off'),(16523,1165,'_wpb_vc_js_status','false'),(16524,1165,'_yoast_wpseo_content_score','30'),(16525,2205,'_wc_review_count','0'),(16526,2205,'_wc_rating_count','a:0:{}'),(16527,2205,'_wc_average_rating','0'),(16528,2202,'_wc_review_count','0'),(16529,2202,'_wc_rating_count','a:0:{}'),(16530,2202,'_wc_average_rating','0'),(16531,2213,'_wc_review_count','0'),(16532,2213,'_wc_rating_count','a:0:{}'),(16533,2213,'_wc_average_rating','0'),(16534,2208,'_wc_review_count','0'),(16535,2208,'_wc_rating_count','a:0:{}'),(16536,2208,'_wc_average_rating','0'),(16537,1313,'_wc_review_count','0'),(16538,1313,'_wc_rating_count','a:0:{}'),(16539,1313,'_wc_average_rating','0'),(16540,2203,'_wc_review_count','0'),(16541,2203,'_wc_rating_count','a:0:{}'),(16542,2203,'_wc_average_rating','0'),(16543,2201,'_wc_review_count','0'),(16544,2201,'_wc_rating_count','a:0:{}'),(16545,2201,'_wc_average_rating','0'),(16546,2199,'_wc_review_count','0'),(16547,2199,'_wc_rating_count','a:0:{}'),(16548,2199,'_wc_average_rating','0'),(16549,2221,'_wc_review_count','0'),(16550,2221,'_wc_rating_count','a:0:{}'),(16551,2221,'_wc_average_rating','0'),(16552,2200,'_wc_review_count','0'),(16553,2200,'_wc_rating_count','a:0:{}'),(16554,2200,'_wc_average_rating','0'),(16555,2194,'_wc_review_count','0'),(16556,2194,'_wc_rating_count','a:0:{}'),(16557,2194,'_wc_average_rating','0'),(16558,2192,'_wc_review_count','0'),(16559,2192,'_wc_rating_count','a:0:{}'),(16560,2192,'_wc_average_rating','0'),(16561,2211,'_wc_review_count','0'),(16562,2211,'_wc_rating_count','a:0:{}'),(16563,2211,'_wc_average_rating','0'),(16564,2218,'_wc_review_count','0'),(16565,2218,'_wc_rating_count','a:0:{}'),(16566,2218,'_wc_average_rating','0'),(16567,2219,'_wc_review_count','0'),(16568,2219,'_wc_rating_count','a:0:{}'),(16569,2219,'_wc_average_rating','0'),(16570,2206,'_wc_review_count','0'),(16571,2206,'_wc_rating_count','a:0:{}'),(16572,2206,'_wc_average_rating','0'),(16573,2217,'_wc_review_count','0'),(16574,2217,'_wc_rating_count','a:0:{}'),(16575,2217,'_wc_average_rating','0'),(16576,2222,'_wc_review_count','0'),(16577,2222,'_wc_rating_count','a:0:{}'),(16578,2222,'_wc_average_rating','0'),(16579,3210,'_thumbnail_id','661'),(16580,3210,'_sku','ff34'),(16581,3210,'_regular_price','13'),(16582,3210,'_sale_price','11'),(16583,3210,'_sale_price_dates_from',''),(16584,3210,'_sale_price_dates_to',''),(16585,3210,'total_sales','5'),(16586,3210,'_tax_status','taxable'),(16587,3210,'_tax_class',''),(16588,3210,'_manage_stock','yes'),(16589,3210,'_backorders','yes'),(16590,3210,'_sold_individually','no'),(16591,3210,'_weight','1.33'),(16592,3210,'_length','3'),(16593,3210,'_width','5'),(16594,3210,'_height','9'),(16595,3210,'_upsell_ids','a:0:{}'),(16596,3210,'_crosssell_ids','a:0:{}'),(16597,3210,'_purchase_note',''),(16598,3210,'_default_attributes','a:0:{}'),(16599,3210,'_virtual','no'),(16600,3210,'_downloadable','no'),(16601,3210,'_product_image_gallery',''),(16602,3210,'_download_limit','-1'),(16603,3210,'_download_expiry','-1'),(16604,3210,'_stock','7'),(16605,3210,'_stock_status','instock'),(16606,3210,'_product_version','3.1.1'),(16607,3210,'_price','11'),(16608,3210,'slide_template','default'),(16609,3210,'_yoast_wpseo_primary_product_cat',''),(16610,3210,'_yoast_wpseo_content_score','30'),(16611,2326,'_wc_review_count','0'),(16612,2326,'_wc_rating_count','a:0:{}'),(16613,2326,'_wc_average_rating','0'),(16614,1199,'_wc_review_count','0'),(16615,1199,'_wc_rating_count','a:0:{}'),(16616,1199,'_wc_average_rating','0'),(16617,1200,'_wc_review_count','0'),(16618,1200,'_wc_rating_count','a:0:{}'),(16619,1200,'_wc_average_rating','0'),(16620,1201,'_wc_review_count','0'),(16621,1201,'_wc_rating_count','a:0:{}'),(16622,1201,'_wc_average_rating','0'),(16623,2210,'_wc_review_count','0'),(16624,2210,'_wc_rating_count','a:0:{}'),(16625,2210,'_wc_average_rating','0'),(16626,2216,'_wc_review_count','0'),(16627,2216,'_wc_rating_count','a:0:{}'),(16628,2216,'_wc_average_rating','0'),(16629,1224,'_wc_review_count','0'),(16630,1224,'_wc_rating_count','a:0:{}'),(16631,1224,'_wc_average_rating','0'),(16632,1223,'_wc_review_count','0'),(16633,1223,'_wc_rating_count','a:0:{}'),(16634,1223,'_wc_average_rating','0'),(16635,1225,'_wc_review_count','0'),(16636,1225,'_wc_rating_count','a:0:{}'),(16637,1225,'_wc_average_rating','0'),(16638,1222,'_wc_review_count','0'),(16639,1222,'_wc_rating_count','a:0:{}'),(16640,1222,'_wc_average_rating','0'),(16641,2335,'_edit_lock','1500676704:1'),(16642,2335,'_edit_last','1'),(16643,2335,'_thumbnail_id','942'),(16644,2335,'_sale_price',''),(16645,2335,'_sale_price_dates_from',''),(16646,2335,'_sale_price_dates_to',''),(16647,2335,'total_sales','0'),(16648,2335,'_tax_status','taxable'),(16649,2335,'_tax_class',''),(16650,2335,'_backorders','no'),(16651,2335,'_sold_individually','no'),(16652,2335,'_weight',''),(16653,2335,'_length',''),(16654,2335,'_width',''),(16655,2335,'_height',''),(16656,2335,'_upsell_ids','a:0:{}'),(16657,2335,'_crosssell_ids','a:0:{}'),(16658,2335,'_purchase_note',''),(16659,2335,'_default_attributes','a:0:{}'),(16660,2335,'_virtual','no'),(16661,2335,'_downloadable','no'),(16662,2335,'_product_image_gallery',''),(16663,2335,'_download_limit','-1'),(16664,2335,'_download_expiry','-1'),(16665,2335,'_product_version','3.1.1'),(16666,2335,'slide_template','default'),(16667,2335,'_yoast_wpseo_primary_product_cat',''),(16668,2335,'_yoast_wpseo_content_score','30'),(16669,2289,'_wc_review_count','0'),(16670,2289,'_wc_rating_count','a:0:{}'),(16671,2289,'_wc_average_rating','0'),(16672,2287,'_wc_review_count','0'),(16673,2285,'_wc_review_count','0'),(16674,2285,'_wc_rating_count','a:0:{}'),(16675,2285,'_wc_average_rating','0'),(16676,2276,'_wc_review_count','0'),(16677,2278,'_wc_review_count','0'),(16678,2278,'_wc_rating_count','a:0:{}'),(16679,2278,'_wc_average_rating','0'),(16680,2295,'_wc_review_count','0'),(16681,2295,'_wc_rating_count','a:0:{}'),(16682,2295,'_wc_average_rating','0'),(16683,2283,'_wc_review_count','0'),(16684,2283,'_wc_rating_count','a:0:{}'),(16685,2283,'_wc_average_rating','0'),(16686,2291,'_wc_review_count','0'),(16687,2291,'_wc_rating_count','a:0:{}'),(16688,2291,'_wc_average_rating','0'),(16689,3415,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16690,3415,'_menu_item_type','post_type'),(16691,3415,'_menu_item_menu_item_parent','0'),(16692,3415,'_menu_item_object_id','3210'),(16693,3415,'_menu_item_object','product'),(16694,3415,'_menu_item_target',''),(16695,3415,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16696,3415,'_menu_item_xfn',''),(16697,3415,'_menu_item_url',''),(16699,3416,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16700,3416,'_menu_item_type','post_type'),(16701,3416,'_menu_item_menu_item_parent','0'),(16702,3416,'_menu_item_object_id','2346'),(16703,3416,'_menu_item_object','product'),(16704,3416,'_menu_item_target',''),(16705,3416,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16706,3416,'_menu_item_xfn',''),(16707,3416,'_menu_item_url',''),(16709,3417,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16710,3417,'_menu_item_type','post_type'),(16711,3417,'_menu_item_menu_item_parent','0'),(16712,3417,'_menu_item_object_id','2345'),(16713,3417,'_menu_item_object','product'),(16714,3417,'_menu_item_target',''),(16715,3417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16716,3417,'_menu_item_xfn',''),(16717,3417,'_menu_item_url',''),(16719,3418,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16720,3418,'_menu_item_type','post_type'),(16721,3418,'_menu_item_menu_item_parent','0'),(16722,3418,'_menu_item_object_id','2344'),(16723,3418,'_menu_item_object','product'),(16724,3418,'_menu_item_target',''),(16725,3418,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16726,3418,'_menu_item_xfn',''),(16727,3418,'_menu_item_url',''),(16729,3419,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16730,3419,'_edit_lock','1501040527:1'),(16731,3419,'_edit_last','1'),(16732,3419,'_wp_page_template','default'),(16733,3419,'slide_template','default'),(16734,3419,'_easy_image_gallery_link_images','off'),(16735,3419,'_wpb_vc_js_status','false'),(16736,3419,'_yoast_wpseo_content_score','30'),(16737,3419,'_uwmr_url',''),(16738,3419,'_uwmr_activate',NULL),(16739,3419,'_uwmr_tablet_url',''),(16740,3419,'_uwmr_tablet_activate',NULL),(16741,2103,'_wc_review_count','0'),(16742,2103,'_wc_rating_count','a:0:{}'),(16743,2103,'_wc_average_rating','0'),(16744,2063,'_wc_review_count','0'),(16745,2063,'_wc_rating_count','a:0:{}'),(16746,2063,'_wc_average_rating','0'),(16747,2104,'_wc_review_count','0'),(16748,2104,'_wc_rating_count','a:0:{}'),(16749,2104,'_wc_average_rating','0'),(16750,2064,'_wc_review_count','0'),(16751,2064,'_wc_rating_count','a:0:{}'),(16752,2064,'_wc_average_rating','0'),(16753,1956,'_wc_review_count','0'),(16754,1956,'_wc_rating_count','a:0:{}'),(16755,1956,'_wc_average_rating','0'),(16756,1859,'_wc_review_count','0'),(16757,1859,'_wc_rating_count','a:0:{}'),(16758,1859,'_wc_average_rating','0'),(16759,2318,'_wc_review_count','0'),(16760,2318,'_wc_rating_count','a:0:{}'),(16761,2318,'_wc_average_rating','0'),(16762,2321,'_wc_review_count','0'),(16763,2321,'_wc_rating_count','a:0:{}'),(16764,2321,'_wc_average_rating','0'),(16765,2322,'_wc_review_count','0'),(16766,2322,'_wc_rating_count','a:0:{}'),(16767,2322,'_wc_average_rating','0'),(16768,1845,'_wc_review_count','0'),(16769,1845,'_wc_rating_count','a:0:{}'),(16770,1845,'_wc_average_rating','0'),(16771,2142,'_wc_review_count','0'),(16772,2142,'_wc_rating_count','a:0:{}'),(16773,2142,'_wc_average_rating','0'),(16774,2055,'_wc_review_count','0'),(16775,2055,'_wc_rating_count','a:0:{}'),(16776,2055,'_wc_average_rating','0'),(16777,2147,'_wc_review_count','0'),(16778,2147,'_wc_rating_count','a:0:{}'),(16779,2147,'_wc_average_rating','0'),(16780,1861,'_wc_review_count','0'),(16781,1861,'_wc_rating_count','a:0:{}'),(16782,1861,'_wc_average_rating','0'),(16783,1862,'_wc_review_count','0'),(16784,1862,'_wc_rating_count','a:0:{}'),(16785,1862,'_wc_average_rating','0'),(16786,2088,'_wc_review_count','0'),(16787,2088,'_wc_rating_count','a:0:{}'),(16788,2088,'_wc_average_rating','0'),(16789,2177,'_wc_review_count','0'),(16790,2177,'_wc_rating_count','a:0:{}'),(16791,2177,'_wc_average_rating','0'),(16792,2178,'_wc_review_count','0'),(16793,2178,'_wc_rating_count','a:0:{}'),(16794,2178,'_wc_average_rating','0'),(16795,2143,'_wc_review_count','0'),(16796,2143,'_wc_rating_count','a:0:{}'),(16797,2143,'_wc_average_rating','0'),(16798,2056,'_wc_review_count','0'),(16799,2056,'_wc_rating_count','a:0:{}'),(16800,2056,'_wc_average_rating','0'),(16801,2148,'_wc_review_count','0'),(16802,2148,'_wc_rating_count','a:0:{}'),(16803,2148,'_wc_average_rating','0'),(16804,1863,'_wc_review_count','0'),(16805,1863,'_wc_rating_count','a:0:{}'),(16806,1863,'_wc_average_rating','0'),(16807,1864,'_wc_review_count','0'),(16808,1864,'_wc_rating_count','a:0:{}'),(16809,1864,'_wc_average_rating','0'),(16810,2089,'_wc_review_count','0'),(16811,2089,'_wc_rating_count','a:0:{}'),(16812,2089,'_wc_average_rating','0'),(16813,2141,'_wc_review_count','0'),(16814,2141,'_wc_rating_count','a:0:{}'),(16815,2141,'_wc_average_rating','0'),(16816,2054,'_wc_review_count','0'),(16817,2054,'_wc_rating_count','a:0:{}'),(16818,2054,'_wc_average_rating','0'),(16819,2149,'_wc_review_count','0'),(16820,2149,'_wc_rating_count','a:0:{}'),(16821,2149,'_wc_average_rating','0'),(16822,1866,'_wc_review_count','0'),(16823,1866,'_wc_rating_count','a:0:{}'),(16824,1866,'_wc_average_rating','0'),(16825,1865,'_wc_review_count','0'),(16826,1865,'_wc_rating_count','a:0:{}'),(16827,1865,'_wc_average_rating','0'),(16828,2087,'_wc_review_count','0'),(16829,2087,'_wc_rating_count','a:0:{}'),(16830,2087,'_wc_average_rating','0'),(16831,2190,'_wc_review_count','0'),(16832,2190,'_wc_rating_count','a:0:{}'),(16833,2190,'_wc_average_rating','0'),(16834,2179,'_wc_review_count','0'),(16835,2179,'_wc_rating_count','a:0:{}'),(16836,2179,'_wc_average_rating','0'),(16837,2188,'_wc_review_count','0'),(16838,2188,'_wc_rating_count','a:0:{}'),(16839,2188,'_wc_average_rating','0'),(16840,2197,'_wc_review_count','0'),(16841,2197,'_wc_rating_count','a:0:{}'),(16842,2197,'_wc_average_rating','0'),(16843,2196,'_wc_review_count','0'),(16844,2196,'_wc_rating_count','a:0:{}'),(16845,2196,'_wc_average_rating','0'),(16846,1544,'_wc_review_count','0'),(16847,1544,'_wc_rating_count','a:0:{}'),(16848,1544,'_wc_average_rating','0'),(16849,1545,'_wc_review_count','0'),(16850,1545,'_wc_rating_count','a:0:{}'),(16851,1545,'_wc_average_rating','0'),(16852,1662,'_wc_review_count','0'),(16853,1662,'_wc_rating_count','a:0:{}'),(16854,1662,'_wc_average_rating','0'),(16855,1661,'_wc_review_count','0'),(16856,1661,'_wc_rating_count','a:0:{}'),(16857,1661,'_wc_average_rating','0'),(16858,1658,'_wc_review_count','0'),(16859,1658,'_wc_rating_count','a:0:{}'),(16860,1658,'_wc_average_rating','0'),(16861,1657,'_wc_review_count','0'),(16862,1657,'_wc_rating_count','a:0:{}'),(16863,1657,'_wc_average_rating','0'),(16864,1656,'_wc_review_count','0'),(16865,1656,'_wc_rating_count','a:0:{}'),(16866,1656,'_wc_average_rating','0'),(16867,1655,'_wc_review_count','0'),(16868,1655,'_wc_rating_count','a:0:{}'),(16869,1655,'_wc_average_rating','0'),(16870,1663,'_wc_review_count','0'),(16871,1663,'_wc_rating_count','a:0:{}'),(16872,1663,'_wc_average_rating','0'),(16873,1664,'_wc_review_count','0'),(16874,1664,'_wc_rating_count','a:0:{}'),(16875,1664,'_wc_average_rating','0'),(16876,1654,'_wc_review_count','0'),(16877,1654,'_wc_rating_count','a:0:{}'),(16878,1654,'_wc_average_rating','0'),(16879,1653,'_wc_review_count','0'),(16880,1653,'_wc_rating_count','a:0:{}'),(16881,1653,'_wc_average_rating','0'),(16882,1652,'_wc_review_count','0'),(16883,1652,'_wc_rating_count','a:0:{}'),(16884,1652,'_wc_average_rating','0'),(16885,1651,'_wc_review_count','0'),(16886,1651,'_wc_rating_count','a:0:{}'),(16887,1651,'_wc_average_rating','0'),(16888,1650,'_wc_review_count','0'),(16889,1650,'_wc_rating_count','a:0:{}'),(16890,1650,'_wc_average_rating','0'),(16891,1649,'_wc_review_count','0'),(16892,1649,'_wc_rating_count','a:0:{}'),(16893,1649,'_wc_average_rating','0'),(16894,1648,'_wc_review_count','0'),(16895,1648,'_wc_rating_count','a:0:{}'),(16896,1648,'_wc_average_rating','0'),(16897,1647,'_wc_review_count','0'),(16898,1647,'_wc_rating_count','a:0:{}'),(16899,1647,'_wc_average_rating','0'),(16900,1660,'_wc_review_count','0'),(16901,1660,'_wc_rating_count','a:0:{}'),(16902,1660,'_wc_average_rating','0'),(16903,1659,'_wc_review_count','0'),(16904,1659,'_wc_rating_count','a:0:{}'),(16905,1659,'_wc_average_rating','0'),(16906,1646,'_wc_review_count','0'),(16907,1646,'_wc_rating_count','a:0:{}'),(16908,1646,'_wc_average_rating','0'),(16909,1645,'_wc_review_count','0'),(16910,1645,'_wc_rating_count','a:0:{}'),(16911,1645,'_wc_average_rating','0'),(16912,1644,'_wc_review_count','0'),(16913,1644,'_wc_rating_count','a:0:{}'),(16914,1644,'_wc_average_rating','0'),(16915,1643,'_wc_review_count','0'),(16916,1643,'_wc_rating_count','a:0:{}'),(16917,1643,'_wc_average_rating','0'),(16918,1642,'_wc_review_count','0'),(16919,1642,'_wc_rating_count','a:0:{}'),(16920,1642,'_wc_average_rating','0'),(16921,1641,'_wc_review_count','0'),(16922,1641,'_wc_rating_count','a:0:{}'),(16923,1641,'_wc_average_rating','0'),(16924,1639,'_wc_review_count','0'),(16925,1639,'_wc_rating_count','a:0:{}'),(16926,1639,'_wc_average_rating','0'),(16927,1638,'_wc_review_count','0'),(16928,1638,'_wc_rating_count','a:0:{}'),(16929,1638,'_wc_average_rating','0'),(16930,1637,'_wc_review_count','0'),(16931,1637,'_wc_rating_count','a:0:{}'),(16932,1637,'_wc_average_rating','0'),(16933,1636,'_wc_review_count','0'),(16934,1636,'_wc_rating_count','a:0:{}'),(16935,1636,'_wc_average_rating','0'),(16936,1635,'_wc_review_count','0'),(16937,1635,'_wc_rating_count','a:0:{}'),(16938,1635,'_wc_average_rating','0'),(16939,1634,'_wc_review_count','0'),(16940,1634,'_wc_rating_count','a:0:{}'),(16941,1634,'_wc_average_rating','0'),(16942,1633,'_wc_review_count','0'),(16943,1633,'_wc_rating_count','a:0:{}'),(16944,1633,'_wc_average_rating','0'),(16945,1632,'_wc_review_count','0'),(16946,1632,'_wc_rating_count','a:0:{}'),(16947,1632,'_wc_average_rating','0'),(16948,1631,'_wc_review_count','0'),(16949,1631,'_wc_rating_count','a:0:{}'),(16950,1631,'_wc_average_rating','0'),(16951,1630,'_wc_review_count','0'),(16952,1630,'_wc_rating_count','a:0:{}'),(16953,1630,'_wc_average_rating','0'),(16954,1629,'_wc_review_count','0'),(16955,1629,'_wc_rating_count','a:0:{}'),(16956,1629,'_wc_average_rating','0'),(16957,1628,'_wc_review_count','0'),(16958,1628,'_wc_rating_count','a:0:{}'),(16959,1628,'_wc_average_rating','0'),(16960,1627,'_wc_review_count','0'),(16961,1627,'_wc_rating_count','a:0:{}'),(16962,1627,'_wc_average_rating','0'),(16963,1626,'_wc_review_count','0'),(16964,1626,'_wc_rating_count','a:0:{}'),(16965,1626,'_wc_average_rating','0'),(16966,1625,'_wc_review_count','0'),(16967,1625,'_wc_rating_count','a:0:{}'),(16968,1625,'_wc_average_rating','0'),(16969,1624,'_wc_review_count','0'),(16970,1624,'_wc_rating_count','a:0:{}'),(16971,1624,'_wc_average_rating','0'),(16972,1640,'_wc_review_count','0'),(16973,1640,'_wc_rating_count','a:0:{}'),(16974,1640,'_wc_average_rating','0'),(16975,1623,'_wc_review_count','0'),(16976,1623,'_wc_rating_count','a:0:{}'),(16977,1623,'_wc_average_rating','0'),(16978,1622,'_wc_review_count','0'),(16979,1622,'_wc_rating_count','a:0:{}'),(16980,1622,'_wc_average_rating','0'),(16981,1620,'_wc_review_count','0'),(16982,1620,'_wc_rating_count','a:0:{}'),(16983,1620,'_wc_average_rating','0'),(16984,1621,'_wc_review_count','0'),(16985,1621,'_wc_rating_count','a:0:{}'),(16986,1621,'_wc_average_rating','0'),(16987,1619,'_wc_review_count','0'),(16988,1619,'_wc_rating_count','a:0:{}'),(16989,1619,'_wc_average_rating','0'),(16990,1618,'_wc_review_count','0'),(16991,1618,'_wc_rating_count','a:0:{}'),(16992,1618,'_wc_average_rating','0'),(16993,1617,'_wc_review_count','0'),(16994,1617,'_wc_rating_count','a:0:{}'),(16995,1617,'_wc_average_rating','0'),(16996,1616,'_wc_review_count','0'),(16997,1616,'_wc_rating_count','a:0:{}'),(16998,1616,'_wc_average_rating','0'),(16999,1615,'_wc_review_count','0'),(17000,1615,'_wc_rating_count','a:0:{}'),(17001,1615,'_wc_average_rating','0'),(17002,1614,'_wc_review_count','0'),(17003,1614,'_wc_rating_count','a:0:{}'),(17004,1614,'_wc_average_rating','0'),(17005,1613,'_wc_review_count','0'),(17006,1613,'_wc_rating_count','a:0:{}'),(17007,1613,'_wc_average_rating','0'),(17008,1612,'_wc_review_count','0'),(17009,1612,'_wc_rating_count','a:0:{}'),(17010,1612,'_wc_average_rating','0'),(17011,1611,'_wc_review_count','0'),(17012,1611,'_wc_rating_count','a:0:{}'),(17013,1611,'_wc_average_rating','0'),(17014,1610,'_wc_review_count','0'),(17015,1610,'_wc_rating_count','a:0:{}'),(17016,1610,'_wc_average_rating','0'),(17017,1609,'_wc_review_count','0'),(17018,1609,'_wc_rating_count','a:0:{}'),(17019,1609,'_wc_average_rating','0'),(17020,1608,'_wc_review_count','0'),(17021,1608,'_wc_rating_count','a:0:{}'),(17022,1608,'_wc_average_rating','0'),(17023,1607,'_wc_review_count','0'),(17024,1607,'_wc_rating_count','a:0:{}'),(17025,1607,'_wc_average_rating','0'),(17026,1605,'_wc_review_count','0'),(17027,1605,'_wc_rating_count','a:0:{}'),(17028,1605,'_wc_average_rating','0'),(17029,1606,'_wc_review_count','0'),(17030,1606,'_wc_rating_count','a:0:{}'),(17031,1606,'_wc_average_rating','0'),(17032,1604,'_wc_review_count','0'),(17033,1604,'_wc_rating_count','a:0:{}'),(17034,1604,'_wc_average_rating','0'),(17035,1603,'_wc_review_count','0'),(17036,1603,'_wc_rating_count','a:0:{}'),(17037,1603,'_wc_average_rating','0'),(17038,1602,'_wc_review_count','0'),(17039,1602,'_wc_rating_count','a:0:{}'),(17040,1602,'_wc_average_rating','0'),(17041,1601,'_wc_review_count','0'),(17042,1601,'_wc_rating_count','a:0:{}'),(17043,1601,'_wc_average_rating','0'),(17044,1600,'_wc_review_count','0'),(17045,1600,'_wc_rating_count','a:0:{}'),(17046,1600,'_wc_average_rating','0'),(17047,1599,'_wc_review_count','0'),(17048,1599,'_wc_rating_count','a:0:{}'),(17049,1599,'_wc_average_rating','0'),(17050,1582,'_wc_review_count','0'),(17051,1582,'_wc_rating_count','a:0:{}'),(17052,1582,'_wc_average_rating','0'),(17053,1581,'_wc_review_count','0'),(17054,1581,'_wc_rating_count','a:0:{}'),(17055,1581,'_wc_average_rating','0'),(17056,1580,'_wc_review_count','0'),(17057,1580,'_wc_rating_count','a:0:{}'),(17058,1580,'_wc_average_rating','0'),(17059,2085,'_wc_review_count','0'),(17060,2085,'_wc_rating_count','a:0:{}'),(17061,2085,'_wc_average_rating','0'),(17062,2139,'_wc_review_count','0'),(17063,2139,'_wc_rating_count','a:0:{}'),(17064,2139,'_wc_average_rating','0'),(17065,2050,'_wc_review_count','0'),(17066,2050,'_wc_rating_count','a:0:{}'),(17067,2050,'_wc_average_rating','0'),(17068,1872,'_wc_review_count','0'),(17069,1872,'_wc_rating_count','a:0:{}'),(17070,1872,'_wc_average_rating','0'),(17071,2150,'_wc_review_count','0'),(17072,2150,'_wc_rating_count','a:0:{}'),(17073,2150,'_wc_average_rating','0'),(17074,1579,'_wc_review_count','0'),(17075,1579,'_wc_rating_count','a:0:{}'),(17076,1579,'_wc_average_rating','0'),(17077,2053,'_wc_review_count','0'),(17078,2053,'_wc_rating_count','a:0:{}'),(17079,2053,'_wc_average_rating','0'),(17080,1577,'_wc_review_count','0'),(17081,1577,'_wc_rating_count','a:0:{}'),(17082,1577,'_wc_average_rating','0'),(17083,1870,'_wc_review_count','0'),(17084,1870,'_wc_rating_count','a:0:{}'),(17085,1870,'_wc_average_rating','0'),(17086,1576,'_wc_review_count','0'),(17087,1576,'_wc_rating_count','a:0:{}'),(17088,1576,'_wc_average_rating','0'),(17089,2184,'_wc_review_count','0'),(17090,2184,'_wc_rating_count','a:0:{}'),(17091,2184,'_wc_average_rating','0'),(17092,2180,'_wc_review_count','0'),(17093,2180,'_wc_rating_count','a:0:{}'),(17094,2180,'_wc_average_rating','0'),(17095,1699,'_wc_review_count','0'),(17096,1699,'_wc_rating_count','a:0:{}'),(17097,1699,'_wc_average_rating','0'),(17098,1542,'_wc_review_count','0'),(17099,1542,'_wc_rating_count','a:0:{}'),(17100,1542,'_wc_average_rating','0'),(17101,1543,'_wc_review_count','0'),(17102,1543,'_wc_rating_count','a:0:{}'),(17103,1543,'_wc_average_rating','0'),(17104,1575,'_wc_review_count','0'),(17105,1575,'_wc_rating_count','a:0:{}'),(17106,1575,'_wc_average_rating','0'),(17107,2187,'_wc_review_count','0'),(17108,2187,'_wc_rating_count','a:0:{}'),(17109,2187,'_wc_average_rating','0'),(17110,2186,'_wc_review_count','0'),(17111,2186,'_wc_rating_count','a:0:{}'),(17112,2186,'_wc_average_rating','0'),(17113,1574,'_wc_review_count','0'),(17114,1574,'_wc_rating_count','a:0:{}'),(17115,1574,'_wc_average_rating','0'),(17116,1573,'_wc_review_count','0'),(17117,1573,'_wc_rating_count','a:0:{}'),(17118,1573,'_wc_average_rating','0'),(17119,2189,'_wc_review_count','0'),(17120,2189,'_wc_rating_count','a:0:{}'),(17121,2189,'_wc_average_rating','0'),(17122,1874,'_wc_review_count','0'),(17123,1874,'_wc_rating_count','a:0:{}'),(17124,1874,'_wc_average_rating','0'),(17125,1572,'_wc_review_count','0'),(17126,1572,'_wc_rating_count','a:0:{}'),(17127,1572,'_wc_average_rating','0'),(17128,1748,'_wc_review_count','0'),(17129,1748,'_wc_rating_count','a:0:{}'),(17130,1748,'_wc_average_rating','0'),(17131,1578,'_wc_review_count','0'),(17132,1578,'_wc_rating_count','a:0:{}'),(17133,1578,'_wc_average_rating','0'),(17134,1540,'_wc_review_count','0'),(17135,1540,'_wc_rating_count','a:0:{}'),(17136,1540,'_wc_average_rating','0'),(17137,1539,'_wc_review_count','0'),(17138,1539,'_wc_rating_count','a:0:{}'),(17139,1539,'_wc_average_rating','0'),(17140,1537,'_wc_review_count','0'),(17141,1537,'_wc_rating_count','a:0:{}'),(17142,1537,'_wc_average_rating','0'),(17143,1536,'_wc_review_count','0'),(17144,1536,'_wc_rating_count','a:0:{}'),(17145,1536,'_wc_average_rating','0'),(17146,1538,'_wc_review_count','0'),(17147,1538,'_wc_rating_count','a:0:{}'),(17148,1538,'_wc_average_rating','0'),(17149,2185,'_wc_review_count','0'),(17150,2185,'_wc_rating_count','a:0:{}'),(17151,2185,'_wc_average_rating','0'),(17152,1571,'_wc_review_count','0'),(17153,1571,'_wc_rating_count','a:0:{}'),(17154,1571,'_wc_average_rating','0'),(17155,1570,'_wc_review_count','0'),(17156,1570,'_wc_rating_count','a:0:{}'),(17157,1570,'_wc_average_rating','0'),(17158,2086,'_wc_review_count','0'),(17159,2086,'_wc_rating_count','a:0:{}'),(17160,2086,'_wc_average_rating','0'),(17161,2140,'_wc_review_count','0'),(17162,2140,'_wc_rating_count','a:0:{}'),(17163,2140,'_wc_average_rating','0'),(17164,2052,'_wc_review_count','0'),(17165,2052,'_wc_rating_count','a:0:{}'),(17166,2052,'_wc_average_rating','0'),(17167,1867,'_wc_review_count','0'),(17168,1867,'_wc_rating_count','a:0:{}'),(17169,1867,'_wc_average_rating','0'),(17170,1873,'_wc_review_count','0'),(17171,1873,'_wc_rating_count','a:0:{}'),(17172,1873,'_wc_average_rating','0'),(17173,2151,'_wc_review_count','0'),(17174,2151,'_wc_rating_count','a:0:{}'),(17175,2151,'_wc_average_rating','0'),(17176,1747,'_wc_review_count','0'),(17177,1747,'_wc_rating_count','a:0:{}'),(17178,1747,'_wc_average_rating','0'),(17179,1569,'_wc_review_count','0'),(17180,1569,'_wc_rating_count','a:0:{}'),(17181,1569,'_wc_average_rating','0'),(17182,1541,'_wc_review_count','0'),(17183,1541,'_wc_rating_count','a:0:{}'),(17184,1541,'_wc_average_rating','0'),(17185,1566,'_wc_review_count','0'),(17186,1566,'_wc_rating_count','a:0:{}'),(17187,1566,'_wc_average_rating','0'),(17188,1565,'_wc_review_count','0'),(17189,1565,'_wc_rating_count','a:0:{}'),(17190,1565,'_wc_average_rating','0'),(17191,1746,'_wc_review_count','0'),(17192,1746,'_wc_rating_count','a:0:{}'),(17193,1746,'_wc_average_rating','0'),(17194,1564,'_wc_review_count','0'),(17195,1564,'_wc_rating_count','a:0:{}'),(17196,1564,'_wc_average_rating','0'),(17197,1868,'_wc_review_count','0'),(17198,1868,'_wc_rating_count','a:0:{}'),(17199,1868,'_wc_average_rating','0'),(17200,1745,'_wc_review_count','0'),(17201,1745,'_wc_rating_count','a:0:{}'),(17202,1745,'_wc_average_rating','0'),(17203,2182,'_wc_review_count','0'),(17204,2182,'_wc_rating_count','a:0:{}'),(17205,2182,'_wc_average_rating','0'),(17206,2084,'_wc_review_count','0'),(17207,2084,'_wc_rating_count','a:0:{}'),(17208,2084,'_wc_average_rating','0'),(17209,2138,'_wc_review_count','0'),(17210,2138,'_wc_rating_count','a:0:{}'),(17211,2138,'_wc_average_rating','0'),(17212,1878,'_wc_review_count','0'),(17213,1878,'_wc_rating_count','a:0:{}'),(17214,1878,'_wc_average_rating','0'),(17215,2155,'_wc_review_count','0'),(17216,2155,'_wc_rating_count','a:0:{}'),(17217,2155,'_wc_average_rating','0'),(17218,1563,'_wc_review_count','0'),(17219,1563,'_wc_rating_count','a:0:{}'),(17220,1563,'_wc_average_rating','0'),(17221,2083,'_wc_review_count','0'),(17222,2083,'_wc_rating_count','a:0:{}'),(17223,2083,'_wc_average_rating','0'),(17224,2137,'_wc_review_count','0'),(17225,2137,'_wc_rating_count','a:0:{}'),(17226,2137,'_wc_average_rating','0'),(17227,1562,'_wc_review_count','0'),(17228,1562,'_wc_rating_count','a:0:{}'),(17229,1562,'_wc_average_rating','0'),(17230,1877,'_wc_review_count','0'),(17231,1877,'_wc_rating_count','a:0:{}'),(17232,1877,'_wc_average_rating','0'),(17233,2154,'_wc_review_count','0'),(17234,2154,'_wc_rating_count','a:0:{}'),(17235,2154,'_wc_average_rating','0'),(17236,1786,'_wc_review_count','0'),(17237,1786,'_wc_rating_count','a:0:{}'),(17238,1786,'_wc_average_rating','0'),(17239,1561,'_wc_review_count','0'),(17240,1561,'_wc_rating_count','a:0:{}'),(17241,1561,'_wc_average_rating','0'),(17242,2082,'_wc_review_count','0'),(17243,2082,'_wc_rating_count','a:0:{}'),(17244,2082,'_wc_average_rating','0'),(17245,2136,'_wc_review_count','0'),(17246,2136,'_wc_rating_count','a:0:{}'),(17247,2136,'_wc_average_rating','0'),(17248,1560,'_wc_review_count','0'),(17249,1560,'_wc_rating_count','a:0:{}'),(17250,1560,'_wc_average_rating','0'),(17251,1875,'_wc_review_count','0'),(17252,1875,'_wc_rating_count','a:0:{}'),(17253,1875,'_wc_average_rating','0'),(17254,2153,'_wc_review_count','0'),(17255,2153,'_wc_rating_count','a:0:{}'),(17256,2153,'_wc_average_rating','0'),(17257,2183,'_wc_review_count','0'),(17258,2183,'_wc_rating_count','a:0:{}'),(17259,2183,'_wc_average_rating','0'),(17260,1700,'_wc_review_count','0'),(17261,1700,'_wc_rating_count','a:0:{}'),(17262,1700,'_wc_average_rating','0'),(17263,1568,'_wc_review_count','0'),(17264,1568,'_wc_rating_count','a:0:{}'),(17265,1568,'_wc_average_rating','0'),(17266,1567,'_wc_review_count','0'),(17267,1567,'_wc_rating_count','a:0:{}'),(17268,1567,'_wc_average_rating','0'),(17269,2181,'_wc_review_count','0'),(17270,2181,'_wc_rating_count','a:0:{}'),(17271,2181,'_wc_average_rating','0'),(17272,1559,'_wc_review_count','0'),(17273,1559,'_wc_rating_count','a:0:{}'),(17274,1559,'_wc_average_rating','0'),(17275,1558,'_wc_review_count','0'),(17276,1558,'_wc_rating_count','a:0:{}'),(17277,1558,'_wc_average_rating','0'),(17278,1557,'_wc_review_count','0'),(17279,1557,'_wc_rating_count','a:0:{}'),(17280,1557,'_wc_average_rating','0'),(17281,1556,'_wc_review_count','0'),(17282,1556,'_wc_rating_count','a:0:{}'),(17283,1556,'_wc_average_rating','0'),(17284,2095,'_wc_review_count','0'),(17285,2095,'_wc_rating_count','a:0:{}'),(17286,2095,'_wc_average_rating','0'),(17287,1744,'_wc_review_count','0'),(17288,1744,'_wc_rating_count','a:0:{}'),(17289,1744,'_wc_average_rating','0'),(17290,2081,'_wc_review_count','0'),(17291,2081,'_wc_rating_count','a:0:{}'),(17292,2081,'_wc_average_rating','0'),(17293,2135,'_wc_review_count','0'),(17294,2135,'_wc_rating_count','a:0:{}'),(17295,2135,'_wc_average_rating','0'),(17296,1555,'_wc_review_count','0'),(17297,1555,'_wc_rating_count','a:0:{}'),(17298,1555,'_wc_average_rating','0'),(17299,1879,'_wc_review_count','0'),(17300,1879,'_wc_rating_count','a:0:{}'),(17301,1879,'_wc_average_rating','0'),(17302,2156,'_wc_review_count','0'),(17303,2156,'_wc_rating_count','a:0:{}'),(17304,2156,'_wc_average_rating','0'),(17305,1554,'_wc_review_count','0'),(17306,1554,'_wc_rating_count','a:0:{}'),(17307,1554,'_wc_average_rating','0'),(17308,1553,'_wc_review_count','0'),(17309,1553,'_wc_rating_count','a:0:{}'),(17310,1553,'_wc_average_rating','0'),(17311,1774,'_wc_review_count','0'),(17312,1774,'_wc_rating_count','a:0:{}'),(17313,1774,'_wc_average_rating','0'),(17314,1552,'_wc_review_count','0'),(17315,1552,'_wc_rating_count','a:0:{}'),(17316,1552,'_wc_average_rating','0'),(17317,2235,'_wc_review_count','0'),(17318,2235,'_wc_rating_count','a:0:{}'),(17319,2235,'_wc_average_rating','0'),(17320,1551,'_wc_review_count','0'),(17321,1551,'_wc_rating_count','a:0:{}'),(17322,1551,'_wc_average_rating','0'),(17323,1773,'_wc_review_count','0'),(17324,1773,'_wc_rating_count','a:0:{}'),(17325,1773,'_wc_average_rating','0'),(17326,1550,'_wc_review_count','0'),(17327,1550,'_wc_rating_count','a:0:{}'),(17328,1550,'_wc_average_rating','0'),(17329,2079,'_wc_review_count','0'),(17330,2079,'_wc_rating_count','a:0:{}'),(17331,2079,'_wc_average_rating','0'),(17332,2134,'_wc_review_count','0'),(17333,2134,'_wc_rating_count','a:0:{}'),(17334,2134,'_wc_average_rating','0'),(17335,2049,'_wc_review_count','0'),(17336,2049,'_wc_rating_count','a:0:{}'),(17337,2049,'_wc_average_rating','0'),(17338,1549,'_wc_review_count','0'),(17339,1549,'_wc_rating_count','a:0:{}'),(17340,1549,'_wc_average_rating','0'),(17341,1876,'_wc_review_count','0'),(17342,1876,'_wc_rating_count','a:0:{}'),(17343,1876,'_wc_average_rating','0'),(17344,2152,'_wc_review_count','0'),(17345,2152,'_wc_rating_count','a:0:{}'),(17346,2152,'_wc_average_rating','0'),(17347,1743,'_wc_review_count','0'),(17348,1743,'_wc_rating_count','a:0:{}'),(17349,1743,'_wc_average_rating','0'),(17350,2080,'_wc_review_count','0'),(17351,2080,'_wc_rating_count','a:0:{}'),(17352,2080,'_wc_average_rating','0'),(17353,2048,'_wc_review_count','0'),(17354,2048,'_wc_rating_count','a:0:{}'),(17355,2048,'_wc_average_rating','0'),(17356,1548,'_wc_review_count','0'),(17357,1548,'_wc_rating_count','a:0:{}'),(17358,1548,'_wc_average_rating','0'),(17359,1869,'_wc_review_count','0'),(17360,1869,'_wc_rating_count','a:0:{}'),(17361,1869,'_wc_average_rating','0'),(17362,1742,'_wc_review_count','0'),(17363,1742,'_wc_rating_count','a:0:{}'),(17364,1742,'_wc_average_rating','0'),(17365,1741,'_wc_review_count','0'),(17366,1741,'_wc_rating_count','a:0:{}'),(17367,1741,'_wc_average_rating','0'),(17368,1547,'_wc_review_count','0'),(17369,1547,'_wc_rating_count','a:0:{}'),(17370,1547,'_wc_average_rating','0'),(17371,2266,'_wc_review_count','0'),(17372,2266,'_wc_rating_count','a:0:{}'),(17373,2266,'_wc_average_rating','0'),(17374,2046,'_wc_review_count','0'),(17375,2046,'_wc_rating_count','a:0:{}'),(17376,2046,'_wc_average_rating','0'),(17377,1546,'_wc_review_count','0'),(17378,1546,'_wc_rating_count','a:0:{}'),(17379,1546,'_wc_average_rating','0'),(17380,1871,'_wc_review_count','0'),(17381,1871,'_wc_rating_count','a:0:{}'),(17382,1871,'_wc_average_rating','0'),(17383,2313,'_wc_review_count','0'),(17384,2313,'_wc_rating_count','a:0:{}'),(17385,2313,'_wc_average_rating','0'),(17386,1710,'_wc_review_count','0'),(17387,1710,'_wc_rating_count','a:0:{}'),(17388,1710,'_wc_average_rating','0'),(17389,1899,'_wc_review_count','0'),(17390,1899,'_wc_rating_count','a:0:{}'),(17391,1899,'_wc_average_rating','0'),(17392,1847,'_wc_review_count','0'),(17393,1847,'_wc_rating_count','a:0:{}'),(17394,1847,'_wc_average_rating','0'),(17395,1888,'_wc_review_count','0'),(17396,1888,'_wc_rating_count','a:0:{}'),(17397,1888,'_wc_average_rating','0'),(17398,1471,'_wc_review_count','0'),(17399,1471,'_wc_rating_count','a:0:{}'),(17400,1471,'_wc_average_rating','0'),(17401,1479,'_wc_review_count','0'),(17402,1479,'_wc_rating_count','a:0:{}'),(17403,1479,'_wc_average_rating','0'),(17404,1480,'_wc_review_count','0'),(17405,1480,'_wc_rating_count','a:0:{}'),(17406,1480,'_wc_average_rating','0'),(17407,2297,'_wc_review_count','0'),(17408,2297,'_wc_rating_count','a:0:{}'),(17409,2297,'_wc_average_rating','0'),(17410,1920,'_wc_review_count','0'),(17411,1920,'_wc_rating_count','a:0:{}'),(17412,1920,'_wc_average_rating','0'),(17413,1473,'_wc_review_count','0'),(17414,1473,'_wc_rating_count','a:0:{}'),(17415,1473,'_wc_average_rating','0'),(17416,1475,'_wc_review_count','0'),(17417,1475,'_wc_rating_count','a:0:{}'),(17418,1475,'_wc_average_rating','0'),(17419,1474,'_wc_review_count','0'),(17420,1474,'_wc_rating_count','a:0:{}'),(17421,1474,'_wc_average_rating','0'),(17422,1476,'_wc_review_count','0'),(17423,1476,'_wc_rating_count','a:0:{}'),(17424,1476,'_wc_average_rating','0'),(17425,1478,'_wc_review_count','0'),(17426,1478,'_wc_rating_count','a:0:{}'),(17427,1478,'_wc_average_rating','0'),(17428,1477,'_wc_review_count','0'),(17429,1477,'_wc_rating_count','a:0:{}'),(17430,1477,'_wc_average_rating','0'),(17431,1472,'_wc_review_count','0'),(17432,1472,'_wc_rating_count','a:0:{}'),(17433,1472,'_wc_average_rating','0'),(17434,2223,'_wc_review_count','0'),(17435,2223,'_wc_rating_count','a:0:{}'),(17436,2223,'_wc_average_rating','0'),(17437,2224,'_wc_review_count','0'),(17438,2224,'_wc_rating_count','a:0:{}'),(17439,2224,'_wc_average_rating','0'),(17440,2226,'_wc_review_count','0'),(17441,2226,'_wc_rating_count','a:0:{}'),(17442,2226,'_wc_average_rating','0'),(17443,2225,'_wc_review_count','0'),(17444,2225,'_wc_rating_count','a:0:{}'),(17445,2225,'_wc_average_rating','0'),(17446,1967,'_wc_review_count','0'),(17447,1967,'_wc_rating_count','a:0:{}'),(17448,1967,'_wc_average_rating','0'),(17449,2024,'_wc_review_count','0'),(17450,2024,'_wc_rating_count','a:0:{}'),(17451,2024,'_wc_average_rating','0'),(17452,2021,'_wc_review_count','0'),(17453,2021,'_wc_rating_count','a:0:{}'),(17454,2021,'_wc_average_rating','0'),(17455,2018,'_wc_review_count','0'),(17456,2018,'_wc_rating_count','a:0:{}'),(17457,2018,'_wc_average_rating','0'),(17458,2016,'_wc_review_count','0'),(17459,2016,'_wc_rating_count','a:0:{}'),(17460,2016,'_wc_average_rating','0'),(17461,2008,'_wc_review_count','0'),(17462,2008,'_wc_rating_count','a:0:{}'),(17463,2008,'_wc_average_rating','0'),(17464,2006,'_wc_review_count','0'),(17465,2006,'_wc_rating_count','a:0:{}'),(17466,2006,'_wc_average_rating','0'),(17467,2003,'_wc_review_count','0'),(17468,2003,'_wc_rating_count','a:0:{}'),(17469,2003,'_wc_average_rating','0'),(17470,2000,'_wc_review_count','0'),(17471,2000,'_wc_rating_count','a:0:{}'),(17472,2000,'_wc_average_rating','0'),(17473,1998,'_wc_review_count','0'),(17474,1998,'_wc_rating_count','a:0:{}'),(17475,1998,'_wc_average_rating','0'),(17476,1995,'_wc_review_count','0'),(17477,1995,'_wc_rating_count','a:0:{}'),(17478,1995,'_wc_average_rating','0'),(17479,1992,'_wc_review_count','0'),(17480,1992,'_wc_rating_count','a:0:{}'),(17481,1992,'_wc_average_rating','0'),(17482,1856,'_wc_review_count','0'),(17483,1856,'_wc_rating_count','a:0:{}'),(17484,1856,'_wc_average_rating','0'),(17485,1855,'_wc_review_count','0'),(17486,1855,'_wc_rating_count','a:0:{}'),(17487,1855,'_wc_average_rating','0'),(17488,2317,'_wc_review_count','0'),(17489,2317,'_wc_rating_count','a:0:{}'),(17490,2317,'_wc_average_rating','0'),(17491,1386,'_wc_review_count','0'),(17492,1386,'_wc_rating_count','a:0:{}'),(17493,1386,'_wc_average_rating','0'),(17494,1387,'_wc_review_count','0'),(17495,1387,'_wc_rating_count','a:0:{}'),(17496,1387,'_wc_average_rating','0'),(17497,2296,'_wc_review_count','0'),(17498,2296,'_wc_rating_count','a:0:{}'),(17499,2296,'_wc_average_rating','0'),(17500,1919,'_wc_review_count','0'),(17501,1919,'_wc_rating_count','a:0:{}'),(17502,1919,'_wc_average_rating','0'),(17503,1379,'_wc_review_count','0'),(17504,1379,'_wc_rating_count','a:0:{}'),(17505,1379,'_wc_average_rating','0'),(17506,1381,'_wc_review_count','0'),(17507,1381,'_wc_rating_count','a:0:{}'),(17508,1381,'_wc_average_rating','0'),(17509,1382,'_wc_review_count','0'),(17510,1382,'_wc_rating_count','a:0:{}'),(17511,1382,'_wc_average_rating','0'),(17512,1384,'_wc_review_count','0'),(17513,1384,'_wc_rating_count','a:0:{}'),(17514,1384,'_wc_average_rating','0'),(17515,1385,'_wc_review_count','0'),(17516,1385,'_wc_rating_count','a:0:{}'),(17517,1385,'_wc_average_rating','0'),(17518,1383,'_wc_review_count','0'),(17519,1383,'_wc_rating_count','a:0:{}'),(17520,1383,'_wc_average_rating','0'),(17521,1380,'_wc_review_count','0'),(17522,1380,'_wc_rating_count','a:0:{}'),(17523,1380,'_wc_average_rating','0'),(17524,1960,'_wc_review_count','0'),(17525,1960,'_wc_rating_count','a:0:{}'),(17526,1960,'_wc_average_rating','0'),(17527,2215,'_wc_review_count','0'),(17528,2215,'_wc_rating_count','a:0:{}'),(17529,2215,'_wc_average_rating','0'),(17530,1389,'_wc_review_count','0'),(17531,1389,'_wc_rating_count','a:0:{}'),(17532,1389,'_wc_average_rating','0'),(17533,1391,'_wc_review_count','0'),(17534,1391,'_wc_rating_count','a:0:{}'),(17535,1391,'_wc_average_rating','0'),(17536,1398,'_wc_review_count','0'),(17537,1398,'_wc_rating_count','a:0:{}'),(17538,1398,'_wc_average_rating','0'),(17539,1392,'_wc_review_count','0'),(17540,1392,'_wc_rating_count','a:0:{}'),(17541,1392,'_wc_average_rating','0'),(17542,2324,'_wc_review_count','0'),(17543,2324,'_wc_rating_count','a:0:{}'),(17544,2324,'_wc_average_rating','0'),(17545,1682,'_wc_review_count','0'),(17546,1682,'_wc_rating_count','a:0:{}'),(17547,1682,'_wc_average_rating','0'),(17548,1974,'_wc_review_count','0'),(17549,1974,'_wc_rating_count','a:0:{}'),(17550,1974,'_wc_average_rating','0'),(17551,1966,'_wc_review_count','0'),(17552,1966,'_wc_rating_count','a:0:{}'),(17553,1966,'_wc_average_rating','0'),(17554,2320,'_wc_review_count','0'),(17555,2320,'_wc_rating_count','a:0:{}'),(17556,2320,'_wc_average_rating','0'),(17557,1852,'_wc_review_count','0'),(17558,1852,'_wc_rating_count','a:0:{}'),(17559,1852,'_wc_average_rating','0'),(17560,1848,'_wc_review_count','0'),(17561,1848,'_wc_rating_count','a:0:{}'),(17562,1848,'_wc_average_rating','0'),(17563,1897,'_wc_review_count','0'),(17564,1897,'_wc_rating_count','a:0:{}'),(17565,1897,'_wc_average_rating','0'),(17566,1850,'_wc_review_count','0'),(17567,1850,'_wc_rating_count','a:0:{}'),(17568,1850,'_wc_average_rating','0'),(17569,2275,'_wc_review_count','0'),(17570,1816,'_wc_review_count','0'),(17571,1816,'_wc_rating_count','a:0:{}'),(17572,1816,'_wc_average_rating','0'),(17573,1685,'_wc_review_count','0'),(17574,1685,'_wc_rating_count','a:0:{}'),(17575,1685,'_wc_average_rating','0'),(17576,2264,'_wc_review_count','0'),(17577,2264,'_wc_rating_count','a:0:{}'),(17578,2264,'_wc_average_rating','0'),(17579,1694,'_wc_review_count','0'),(17580,1694,'_wc_rating_count','a:0:{}'),(17581,1694,'_wc_average_rating','0'),(17582,1683,'_wc_review_count','0'),(17583,1683,'_wc_rating_count','a:0:{}'),(17584,1683,'_wc_average_rating','0'),(17585,1724,'_wc_review_count','0'),(17586,1724,'_wc_rating_count','a:0:{}'),(17587,1724,'_wc_average_rating','0'),(17588,1723,'_wc_review_count','0'),(17589,1723,'_wc_rating_count','a:0:{}'),(17590,1723,'_wc_average_rating','0'),(17591,2125,'_wc_review_count','0'),(17592,2125,'_wc_rating_count','a:0:{}'),(17593,2125,'_wc_average_rating','0'),(17594,2268,'_wc_review_count','0'),(17595,2268,'_wc_rating_count','a:0:{}'),(17596,2268,'_wc_average_rating','0'),(17597,2269,'_wc_review_count','0'),(17598,2269,'_wc_rating_count','a:0:{}'),(17599,2269,'_wc_average_rating','0'),(17600,2124,'_wc_review_count','0'),(17601,2124,'_wc_rating_count','a:0:{}'),(17602,2124,'_wc_average_rating','0'),(17603,1952,'_wc_review_count','0'),(17604,1952,'_wc_rating_count','a:0:{}'),(17605,1952,'_wc_average_rating','0'),(17606,2123,'_wc_review_count','0'),(17607,2123,'_wc_rating_count','a:0:{}'),(17608,2123,'_wc_average_rating','0'),(17609,2232,'_wc_review_count','0'),(17610,2232,'_wc_rating_count','a:0:{}'),(17611,2232,'_wc_average_rating','0'),(17612,2122,'_wc_review_count','0'),(17613,2122,'_wc_rating_count','a:0:{}'),(17614,2122,'_wc_average_rating','0'),(17615,1951,'_wc_review_count','0'),(17616,1951,'_wc_rating_count','a:0:{}'),(17617,1951,'_wc_average_rating','0'),(17618,1980,'_wc_review_count','0'),(17619,1980,'_wc_rating_count','a:0:{}'),(17620,1980,'_wc_average_rating','0'),(17621,1691,'_wc_review_count','0'),(17622,1691,'_wc_rating_count','a:0:{}'),(17623,1691,'_wc_average_rating','0'),(17624,1860,'_wc_review_count','0'),(17625,1860,'_wc_rating_count','a:0:{}'),(17626,1860,'_wc_average_rating','0'),(17627,1890,'_wc_review_count','0'),(17628,1890,'_wc_rating_count','a:0:{}'),(17629,1890,'_wc_average_rating','0'),(17630,1892,'_wc_review_count','0'),(17631,1892,'_wc_rating_count','a:0:{}'),(17632,1892,'_wc_average_rating','0'),(17633,1680,'_wc_review_count','0'),(17634,1680,'_wc_rating_count','a:0:{}'),(17635,1680,'_wc_average_rating','0'),(17636,1894,'_wc_review_count','0'),(17637,1894,'_wc_rating_count','a:0:{}'),(17638,1894,'_wc_average_rating','0'),(17639,1460,'_wc_review_count','0'),(17640,1460,'_wc_rating_count','a:0:{}'),(17641,1460,'_wc_average_rating','0'),(17642,1461,'_wc_review_count','0'),(17643,1461,'_wc_rating_count','a:0:{}'),(17644,1461,'_wc_average_rating','0'),(17645,1817,'_wc_review_count','0'),(17646,1817,'_wc_rating_count','a:0:{}'),(17647,1817,'_wc_average_rating','0'),(17648,1453,'_wc_review_count','0'),(17649,1453,'_wc_rating_count','a:0:{}'),(17650,1453,'_wc_average_rating','0'),(17651,2294,'_wc_review_count','0'),(17652,2294,'_wc_rating_count','a:0:{}'),(17653,2294,'_wc_average_rating','0'),(17654,1917,'_wc_review_count','0'),(17655,1917,'_wc_rating_count','a:0:{}'),(17656,1917,'_wc_average_rating','0'),(17657,2195,'_wc_review_count','0'),(17658,2195,'_wc_rating_count','a:0:{}'),(17659,2195,'_wc_average_rating','0'),(17660,2293,'_wc_review_count','0'),(17661,2293,'_wc_rating_count','a:0:{}'),(17662,2293,'_wc_average_rating','0'),(17663,1916,'_wc_review_count','0'),(17664,1916,'_wc_rating_count','a:0:{}'),(17665,1916,'_wc_average_rating','0'),(17666,1818,'_wc_review_count','0'),(17667,1818,'_wc_rating_count','a:0:{}'),(17668,1818,'_wc_average_rating','0'),(17669,1454,'_wc_review_count','0'),(17670,1454,'_wc_rating_count','a:0:{}'),(17671,1454,'_wc_average_rating','0'),(17672,1918,'_wc_review_count','0'),(17673,1918,'_wc_rating_count','a:0:{}'),(17674,1918,'_wc_average_rating','0'),(17675,1458,'_wc_review_count','0'),(17676,1458,'_wc_rating_count','a:0:{}'),(17677,1458,'_wc_average_rating','0'),(17678,1457,'_wc_review_count','0'),(17679,1457,'_wc_rating_count','a:0:{}'),(17680,1457,'_wc_average_rating','0'),(17681,2193,'_wc_review_count','0'),(17682,2193,'_wc_rating_count','a:0:{}'),(17683,2193,'_wc_average_rating','0'),(17684,1455,'_wc_review_count','0'),(17685,1455,'_wc_rating_count','a:0:{}'),(17686,1455,'_wc_average_rating','0'),(17687,1456,'_wc_review_count','0'),(17688,1456,'_wc_rating_count','a:0:{}'),(17689,1456,'_wc_average_rating','0'),(17690,1470,'_wc_review_count','0'),(17691,1470,'_wc_rating_count','a:0:{}'),(17692,1470,'_wc_average_rating','0'),(17693,1469,'_wc_review_count','0'),(17694,1469,'_wc_rating_count','a:0:{}'),(17695,1469,'_wc_average_rating','0'),(17696,1467,'_wc_review_count','0'),(17697,1467,'_wc_rating_count','a:0:{}'),(17698,1467,'_wc_average_rating','0'),(17699,1466,'_wc_review_count','0'),(17700,1466,'_wc_rating_count','a:0:{}'),(17701,1466,'_wc_average_rating','0'),(17702,1468,'_wc_review_count','0'),(17703,1468,'_wc_rating_count','a:0:{}'),(17704,1468,'_wc_average_rating','0'),(17705,1459,'_wc_review_count','0'),(17706,1459,'_wc_rating_count','a:0:{}'),(17707,1459,'_wc_average_rating','0'),(17708,1986,'_wc_review_count','0'),(17709,1986,'_wc_rating_count','a:0:{}'),(17710,1986,'_wc_average_rating','0'),(17711,1984,'_wc_review_count','0'),(17712,1984,'_wc_rating_count','a:0:{}'),(17713,1984,'_wc_average_rating','0'),(17714,1987,'_wc_review_count','0'),(17715,1987,'_wc_rating_count','a:0:{}'),(17716,1987,'_wc_average_rating','0'),(17717,1985,'_wc_review_count','0'),(17718,1985,'_wc_rating_count','a:0:{}'),(17719,1985,'_wc_average_rating','0'),(17720,1988,'_wc_review_count','0'),(17721,1988,'_wc_rating_count','a:0:{}'),(17722,1988,'_wc_average_rating','0'),(17723,1983,'_wc_review_count','0'),(17724,1983,'_wc_rating_count','a:0:{}'),(17725,1983,'_wc_average_rating','0'),(17726,2012,'_wc_review_count','0'),(17727,2012,'_wc_rating_count','a:0:{}'),(17728,2012,'_wc_average_rating','0'),(17729,1955,'_wc_review_count','0'),(17730,1955,'_wc_rating_count','a:0:{}'),(17731,1955,'_wc_average_rating','0'),(17732,1959,'_wc_review_count','0'),(17733,1959,'_wc_rating_count','a:0:{}'),(17734,1959,'_wc_average_rating','0'),(17735,1814,'_wc_review_count','0'),(17736,1814,'_wc_rating_count','a:0:{}'),(17737,1814,'_wc_average_rating','0'),(17738,2176,'_wc_review_count','0'),(17739,2176,'_wc_rating_count','a:0:{}'),(17740,2176,'_wc_average_rating','0'),(17741,1811,'_wc_review_count','0'),(17742,1811,'_wc_rating_count','a:0:{}'),(17743,1811,'_wc_average_rating','0'),(17744,1440,'_wc_review_count','0'),(17745,1440,'_wc_rating_count','a:0:{}'),(17746,1440,'_wc_average_rating','0'),(17747,1886,'_wc_review_count','0'),(17748,1886,'_wc_rating_count','a:0:{}'),(17749,1886,'_wc_average_rating','0'),(17750,1963,'_wc_review_count','0'),(17751,1963,'_wc_rating_count','a:0:{}'),(17752,1963,'_wc_average_rating','0'),(17753,1812,'_wc_review_count','0'),(17754,1812,'_wc_rating_count','a:0:{}'),(17755,1812,'_wc_average_rating','0'),(17756,2132,'_wc_review_count','0'),(17757,2132,'_wc_rating_count','a:0:{}'),(17758,2132,'_wc_average_rating','0'),(17759,1441,'_wc_review_count','0'),(17760,1441,'_wc_rating_count','a:0:{}'),(17761,1441,'_wc_average_rating','0'),(17762,1444,'_wc_review_count','0'),(17763,1444,'_wc_rating_count','a:0:{}'),(17764,1444,'_wc_average_rating','0'),(17765,1443,'_wc_review_count','0'),(17766,1443,'_wc_rating_count','a:0:{}'),(17767,1443,'_wc_average_rating','0'),(17768,2280,'_wc_review_count','0'),(17769,2280,'_wc_rating_count','a:0:{}'),(17770,2280,'_wc_average_rating','0'),(17771,1903,'_wc_review_count','0'),(17772,1903,'_wc_rating_count','a:0:{}'),(17773,1903,'_wc_average_rating','0'),(17774,1445,'_wc_review_count','0'),(17775,1445,'_wc_rating_count','a:0:{}'),(17776,1445,'_wc_average_rating','0'),(17777,2281,'_wc_review_count','0'),(17778,2281,'_wc_rating_count','a:0:{}'),(17779,2281,'_wc_average_rating','0'),(17780,1904,'_wc_review_count','0'),(17781,1904,'_wc_rating_count','a:0:{}'),(17782,1904,'_wc_average_rating','0'),(17783,2118,'_wc_review_count','0'),(17784,2118,'_wc_rating_count','a:0:{}'),(17785,2118,'_wc_average_rating','0'),(17786,1448,'_wc_review_count','0'),(17787,1448,'_wc_rating_count','a:0:{}'),(17788,1448,'_wc_average_rating','0'),(17789,1449,'_wc_review_count','0'),(17790,1449,'_wc_rating_count','a:0:{}'),(17791,1449,'_wc_average_rating','0'),(17792,1447,'_wc_review_count','0'),(17793,1447,'_wc_rating_count','a:0:{}'),(17794,1447,'_wc_average_rating','0'),(17795,1446,'_wc_review_count','0'),(17796,1446,'_wc_rating_count','a:0:{}'),(17797,1446,'_wc_average_rating','0'),(17798,2279,'_wc_review_count','0'),(17799,2279,'_wc_rating_count','a:0:{}'),(17800,2279,'_wc_average_rating','0'),(17801,1902,'_wc_review_count','0'),(17802,1902,'_wc_rating_count','a:0:{}'),(17803,1902,'_wc_average_rating','0'),(17804,1813,'_wc_review_count','0'),(17805,1813,'_wc_rating_count','a:0:{}'),(17806,1813,'_wc_average_rating','0'),(17807,1442,'_wc_review_count','0'),(17808,1442,'_wc_rating_count','a:0:{}'),(17809,1442,'_wc_average_rating','0'),(17810,1981,'_wc_review_count','0'),(17811,1981,'_wc_rating_count','a:0:{}'),(17812,1981,'_wc_average_rating','0'),(17813,1976,'_wc_review_count','0'),(17814,1976,'_wc_rating_count','a:0:{}'),(17815,1976,'_wc_average_rating','0'),(17816,1973,'_wc_review_count','0'),(17817,1973,'_wc_rating_count','a:0:{}'),(17818,1973,'_wc_average_rating','0'),(17819,1977,'_wc_review_count','0'),(17820,1977,'_wc_rating_count','a:0:{}'),(17821,1977,'_wc_average_rating','0'),(17822,1809,'_wc_review_count','0'),(17823,1809,'_wc_rating_count','a:0:{}'),(17824,1809,'_wc_average_rating','0'),(17825,2127,'_wc_review_count','0'),(17826,2127,'_wc_rating_count','a:0:{}'),(17827,2127,'_wc_average_rating','0'),(17828,1424,'_wc_review_count','0'),(17829,1424,'_wc_rating_count','a:0:{}'),(17830,1424,'_wc_average_rating','0'),(17831,2027,'_wc_review_count','0'),(17832,2027,'_wc_rating_count','a:0:{}'),(17833,2027,'_wc_average_rating','0'),(17834,1914,'_wc_review_count','0'),(17835,1914,'_wc_rating_count','a:0:{}'),(17836,1914,'_wc_average_rating','0'),(17837,1810,'_wc_review_count','0'),(17838,1810,'_wc_rating_count','a:0:{}'),(17839,1810,'_wc_average_rating','0'),(17840,2128,'_wc_review_count','0'),(17841,2128,'_wc_rating_count','a:0:{}'),(17842,2128,'_wc_average_rating','0'),(17843,1425,'_wc_review_count','0'),(17844,1425,'_wc_rating_count','a:0:{}'),(17845,1425,'_wc_average_rating','0'),(17846,1438,'_wc_review_count','0'),(17847,1438,'_wc_rating_count','a:0:{}'),(17848,1438,'_wc_average_rating','0'),(17849,1439,'_wc_review_count','0'),(17850,1439,'_wc_rating_count','a:0:{}'),(17851,1439,'_wc_average_rating','0'),(17852,1949,'_wc_review_count','0'),(17853,1949,'_wc_rating_count','a:0:{}'),(17854,1949,'_wc_average_rating','0'),(17855,2129,'_wc_review_count','0'),(17856,2129,'_wc_rating_count','a:0:{}'),(17857,2129,'_wc_average_rating','0'),(17858,1429,'_wc_review_count','0'),(17859,1429,'_wc_rating_count','a:0:{}'),(17860,1429,'_wc_average_rating','0'),(17861,2292,'_wc_review_count','0'),(17862,2292,'_wc_rating_count','a:0:{}'),(17863,2292,'_wc_average_rating','0'),(17864,1915,'_wc_review_count','0'),(17865,1915,'_wc_rating_count','a:0:{}'),(17866,1915,'_wc_average_rating','0'),(17867,1430,'_wc_review_count','0'),(17868,1430,'_wc_rating_count','a:0:{}'),(17869,1430,'_wc_average_rating','0'),(17870,2130,'_wc_review_count','0'),(17871,2130,'_wc_rating_count','a:0:{}'),(17872,2130,'_wc_average_rating','0'),(17873,1431,'_wc_review_count','0'),(17874,1431,'_wc_rating_count','a:0:{}'),(17875,1431,'_wc_average_rating','0'),(17876,2131,'_wc_review_count','0'),(17877,2131,'_wc_rating_count','a:0:{}'),(17878,2131,'_wc_average_rating','0'),(17879,1433,'_wc_review_count','0'),(17880,1433,'_wc_rating_count','a:0:{}'),(17881,1433,'_wc_average_rating','0'),(17882,1432,'_wc_review_count','0'),(17883,1432,'_wc_rating_count','a:0:{}'),(17884,1432,'_wc_average_rating','0'),(17885,1428,'_wc_review_count','0'),(17886,1428,'_wc_rating_count','a:0:{}'),(17887,1428,'_wc_average_rating','0'),(17888,1688,'_wc_review_count','0'),(17889,1688,'_wc_rating_count','a:0:{}'),(17890,1688,'_wc_average_rating','0'),(17891,1690,'_wc_review_count','0'),(17892,1690,'_wc_rating_count','a:0:{}'),(17893,1690,'_wc_average_rating','0'),(17894,1679,'_wc_review_count','0'),(17895,1679,'_wc_rating_count','a:0:{}'),(17896,1679,'_wc_average_rating','0'),(17897,1686,'_wc_review_count','0'),(17898,1686,'_wc_rating_count','a:0:{}'),(17899,1686,'_wc_average_rating','0'),(17900,2263,'_wc_review_count','0'),(17901,2263,'_wc_rating_count','a:0:{}'),(17902,2263,'_wc_average_rating','0'),(17903,1693,'_wc_review_count','0'),(17904,1693,'_wc_rating_count','a:0:{}'),(17905,1693,'_wc_average_rating','0'),(17906,2106,'_wc_review_count','0'),(17907,2106,'_wc_rating_count','a:0:{}'),(17908,2106,'_wc_average_rating','0'),(17909,2066,'_wc_review_count','0'),(17910,2066,'_wc_rating_count','a:0:{}'),(17911,2066,'_wc_average_rating','0'),(17912,2107,'_wc_review_count','0'),(17913,2107,'_wc_rating_count','a:0:{}'),(17914,2107,'_wc_average_rating','0'),(17915,2067,'_wc_review_count','0'),(17916,2067,'_wc_rating_count','a:0:{}'),(17917,2067,'_wc_average_rating','0'),(17918,2116,'_wc_review_count','0'),(17919,2116,'_wc_rating_count','a:0:{}'),(17920,2116,'_wc_average_rating','0'),(17921,2076,'_wc_review_count','0'),(17922,2076,'_wc_rating_count','a:0:{}'),(17923,2076,'_wc_average_rating','0'),(17924,1722,'_wc_review_count','0'),(17925,1722,'_wc_rating_count','a:0:{}'),(17926,1722,'_wc_average_rating','0'),(17927,1721,'_wc_review_count','0'),(17928,1721,'_wc_rating_count','a:0:{}'),(17929,1721,'_wc_average_rating','0'),(17930,1720,'_wc_review_count','0'),(17931,1720,'_wc_rating_count','a:0:{}'),(17932,1720,'_wc_average_rating','0'),(17933,1715,'_wc_review_count','0'),(17934,1715,'_wc_rating_count','a:0:{}'),(17935,1715,'_wc_average_rating','0'),(17936,1719,'_wc_review_count','0'),(17937,1719,'_wc_rating_count','a:0:{}'),(17938,1719,'_wc_average_rating','0'),(17939,1717,'_wc_review_count','0'),(17940,1717,'_wc_rating_count','a:0:{}'),(17941,1717,'_wc_average_rating','0'),(17942,1718,'_wc_review_count','0'),(17943,1718,'_wc_rating_count','a:0:{}'),(17944,1718,'_wc_average_rating','0'),(17945,1716,'_wc_review_count','0'),(17946,1716,'_wc_rating_count','a:0:{}'),(17947,1716,'_wc_average_rating','0'),(17948,1711,'_wc_review_count','0'),(17949,1711,'_wc_rating_count','a:0:{}'),(17950,1711,'_wc_average_rating','0'),(17951,1714,'_wc_review_count','0'),(17952,1714,'_wc_rating_count','a:0:{}'),(17953,1714,'_wc_average_rating','0'),(17954,1713,'_wc_review_count','0'),(17955,1713,'_wc_rating_count','a:0:{}'),(17956,1713,'_wc_average_rating','0'),(17957,1712,'_wc_review_count','0'),(17958,1712,'_wc_rating_count','a:0:{}'),(17959,1712,'_wc_average_rating','0'),(17960,2094,'_wc_review_count','0'),(17961,2094,'_wc_rating_count','a:0:{}'),(17962,2094,'_wc_average_rating','0'),(17963,2101,'_wc_review_count','0'),(17964,2101,'_wc_rating_count','a:0:{}'),(17965,2101,'_wc_average_rating','0'),(17966,2061,'_wc_review_count','0'),(17967,2061,'_wc_rating_count','a:0:{}'),(17968,2061,'_wc_average_rating','0'),(17969,1378,'_wc_review_count','0'),(17970,1378,'_wc_rating_count','a:0:{}'),(17971,1378,'_wc_average_rating','0'),(17972,1758,'_wc_review_count','0'),(17973,1758,'_wc_rating_count','a:0:{}'),(17974,1758,'_wc_average_rating','0'),(17975,1369,'_wc_review_count','0'),(17976,1369,'_wc_rating_count','a:0:{}'),(17977,1369,'_wc_average_rating','0'),(17978,1376,'_wc_review_count','0'),(17979,1376,'_wc_rating_count','a:0:{}'),(17980,1376,'_wc_average_rating','0'),(17981,1375,'_wc_review_count','0'),(17982,1375,'_wc_rating_count','a:0:{}'),(17983,1375,'_wc_average_rating','0'),(17984,1377,'_wc_review_count','0'),(17985,1377,'_wc_rating_count','a:0:{}'),(17986,1377,'_wc_average_rating','0'),(17987,1370,'_wc_review_count','0'),(17988,1370,'_wc_rating_count','a:0:{}'),(17989,1370,'_wc_average_rating','0'),(17990,2097,'_wc_review_count','0'),(17991,2097,'_wc_rating_count','a:0:{}'),(17992,2097,'_wc_average_rating','0'),(17993,2058,'_wc_review_count','0'),(17994,2058,'_wc_rating_count','a:0:{}'),(17995,2058,'_wc_average_rating','0'),(17996,1371,'_wc_review_count','0'),(17997,1371,'_wc_rating_count','a:0:{}'),(17998,1371,'_wc_average_rating','0'),(17999,1372,'_wc_review_count','0'),(18000,1372,'_wc_rating_count','a:0:{}'),(18001,1372,'_wc_average_rating','0'),(18002,1373,'_wc_review_count','0'),(18003,1373,'_wc_rating_count','a:0:{}'),(18004,1373,'_wc_average_rating','0'),(18005,2175,'_wc_review_count','0'),(18006,2175,'_wc_rating_count','a:0:{}'),(18007,2175,'_wc_average_rating','0'),(18008,1851,'_wc_review_count','0'),(18009,1851,'_wc_rating_count','a:0:{}'),(18010,1851,'_wc_average_rating','0'),(18011,2229,'_wc_review_count','0'),(18012,2229,'_wc_rating_count','a:0:{}'),(18013,2229,'_wc_average_rating','0'),(18014,1978,'_wc_review_count','0'),(18015,1978,'_wc_rating_count','a:0:{}'),(18016,1978,'_wc_average_rating','0'),(18017,2251,'_wc_review_count','0'),(18018,2251,'_wc_rating_count','a:0:{}'),(18019,2251,'_wc_average_rating','0'),(18020,2257,'_wc_review_count','0'),(18021,2257,'_wc_rating_count','a:0:{}'),(18022,2257,'_wc_average_rating','0'),(18023,2255,'_wc_review_count','0'),(18024,2255,'_wc_rating_count','a:0:{}'),(18025,2255,'_wc_average_rating','0'),(18026,2256,'_wc_review_count','0'),(18027,2256,'_wc_rating_count','a:0:{}'),(18028,2256,'_wc_average_rating','0'),(18029,2253,'_wc_review_count','0'),(18030,2253,'_wc_rating_count','a:0:{}'),(18031,2253,'_wc_average_rating','0'),(18032,2100,'_wc_review_count','0'),(18033,2100,'_wc_rating_count','a:0:{}'),(18034,2100,'_wc_average_rating','0'),(18035,2060,'_wc_review_count','0'),(18036,2060,'_wc_rating_count','a:0:{}'),(18037,2060,'_wc_average_rating','0'),(18038,1753,'_wc_review_count','0'),(18039,1753,'_wc_rating_count','a:0:{}'),(18040,1753,'_wc_average_rating','0'),(18041,1754,'_wc_review_count','0'),(18042,1754,'_wc_rating_count','a:0:{}'),(18043,1754,'_wc_average_rating','0'),(18044,1388,'_wc_review_count','0'),(18045,1388,'_wc_rating_count','a:0:{}'),(18046,1388,'_wc_average_rating','0'),(18047,2290,'_wc_review_count','0'),(18048,2290,'_wc_rating_count','a:0:{}'),(18049,2290,'_wc_average_rating','0'),(18050,1913,'_wc_review_count','0'),(18051,1913,'_wc_rating_count','a:0:{}'),(18052,1913,'_wc_average_rating','0'),(18053,1807,'_wc_review_count','0'),(18054,1807,'_wc_rating_count','a:0:{}'),(18055,1807,'_wc_average_rating','0'),(18056,1910,'_wc_review_count','0'),(18057,1910,'_wc_rating_count','a:0:{}'),(18058,1910,'_wc_average_rating','0'),(18059,1390,'_wc_review_count','0'),(18060,1390,'_wc_rating_count','a:0:{}'),(18061,1390,'_wc_average_rating','0'),(18062,1803,'_wc_review_count','0'),(18063,1803,'_wc_rating_count','a:0:{}'),(18064,1803,'_wc_average_rating','0'),(18065,1401,'_wc_review_count','0'),(18066,1401,'_wc_rating_count','a:0:{}'),(18067,1401,'_wc_average_rating','0'),(18068,1400,'_wc_review_count','0'),(18069,1400,'_wc_rating_count','a:0:{}'),(18070,1400,'_wc_average_rating','0'),(18071,1402,'_wc_review_count','0'),(18072,1402,'_wc_rating_count','a:0:{}'),(18073,1402,'_wc_average_rating','0'),(18074,1403,'_wc_review_count','0'),(18075,1403,'_wc_rating_count','a:0:{}'),(18076,1403,'_wc_average_rating','0'),(18077,1404,'_wc_review_count','0'),(18078,1404,'_wc_rating_count','a:0:{}'),(18079,1404,'_wc_average_rating','0'),(18080,1405,'_wc_review_count','0'),(18081,1405,'_wc_rating_count','a:0:{}'),(18082,1405,'_wc_average_rating','0'),(18083,1393,'_wc_review_count','0'),(18084,1393,'_wc_rating_count','a:0:{}'),(18085,1393,'_wc_average_rating','0'),(18086,1394,'_wc_review_count','0'),(18087,1394,'_wc_rating_count','a:0:{}'),(18088,1394,'_wc_average_rating','0'),(18089,2220,'_wc_review_count','0'),(18090,2220,'_wc_rating_count','a:0:{}'),(18091,2220,'_wc_average_rating','0'),(18092,1805,'_wc_review_count','0'),(18093,1805,'_wc_rating_count','a:0:{}'),(18094,1805,'_wc_average_rating','0'),(18095,1395,'_wc_review_count','0'),(18096,1395,'_wc_rating_count','a:0:{}'),(18097,1395,'_wc_average_rating','0'),(18098,1912,'_wc_review_count','0'),(18099,1912,'_wc_rating_count','a:0:{}'),(18100,1912,'_wc_average_rating','0'),(18101,1806,'_wc_review_count','0'),(18102,1806,'_wc_rating_count','a:0:{}'),(18103,1806,'_wc_average_rating','0'),(18104,1396,'_wc_review_count','0'),(18105,1396,'_wc_rating_count','a:0:{}'),(18106,1396,'_wc_average_rating','0'),(18107,1804,'_wc_review_count','0'),(18108,1804,'_wc_rating_count','a:0:{}'),(18109,1804,'_wc_average_rating','0'),(18110,1399,'_wc_review_count','0'),(18111,1399,'_wc_rating_count','a:0:{}'),(18112,1399,'_wc_average_rating','0'),(18113,2288,'_wc_review_count','0'),(18114,2288,'_wc_rating_count','a:0:{}'),(18115,2288,'_wc_average_rating','0'),(18116,1911,'_wc_review_count','0'),(18117,1911,'_wc_rating_count','a:0:{}'),(18118,1911,'_wc_average_rating','0'),(18119,1397,'_wc_review_count','0'),(18120,1397,'_wc_rating_count','a:0:{}'),(18121,1397,'_wc_average_rating','0'),(18122,1707,'_wc_review_count','0'),(18123,1707,'_wc_rating_count','a:0:{}'),(18124,1707,'_wc_average_rating','0'),(18125,1961,'_wc_review_count','0'),(18126,1961,'_wc_rating_count','a:0:{}'),(18127,1961,'_wc_average_rating','0'),(18128,1964,'_wc_review_count','0'),(18129,1964,'_wc_rating_count','a:0:{}'),(18130,1964,'_wc_average_rating','0'),(18131,1883,'_wc_review_count','0'),(18132,1883,'_wc_rating_count','a:0:{}'),(18133,1883,'_wc_average_rating','0'),(18134,1846,'_wc_review_count','0'),(18135,1846,'_wc_rating_count','a:0:{}'),(18136,1846,'_wc_average_rating','0'),(18137,2270,'_wc_review_count','0'),(18138,2270,'_wc_rating_count','a:0:{}'),(18139,2270,'_wc_average_rating','0'),(18140,2271,'_wc_review_count','0'),(18141,2271,'_wc_rating_count','a:0:{}'),(18142,2271,'_wc_average_rating','0'),(18143,1990,'_wc_review_count','0'),(18144,1990,'_wc_rating_count','a:0:{}'),(18145,1990,'_wc_average_rating','0'),(18146,1354,'_wc_review_count','0'),(18147,1354,'_wc_rating_count','a:0:{}'),(18148,1354,'_wc_average_rating','0'),(18149,2172,'_wc_review_count','0'),(18150,2172,'_wc_rating_count','a:0:{}'),(18151,2172,'_wc_average_rating','0'),(18152,2169,'_wc_review_count','0'),(18153,2169,'_wc_rating_count','a:0:{}'),(18154,2169,'_wc_average_rating','0'),(18155,2214,'_wc_review_count','0'),(18156,2214,'_wc_rating_count','a:0:{}'),(18157,2214,'_wc_average_rating','0'),(18158,2282,'_wc_review_count','0'),(18159,2282,'_wc_rating_count','a:0:{}'),(18160,2282,'_wc_average_rating','0'),(18161,1905,'_wc_review_count','0'),(18162,1905,'_wc_rating_count','a:0:{}'),(18163,1905,'_wc_average_rating','0'),(18164,1322,'_wc_review_count','0'),(18165,1322,'_wc_rating_count','a:0:{}'),(18166,1322,'_wc_average_rating','0'),(18167,1325,'_wc_review_count','0'),(18168,1325,'_wc_rating_count','a:0:{}'),(18169,1325,'_wc_average_rating','0'),(18170,1326,'_wc_review_count','0'),(18171,1326,'_wc_rating_count','a:0:{}'),(18172,1326,'_wc_average_rating','0'),(18173,2227,'_wc_review_count','0'),(18174,2227,'_wc_rating_count','a:0:{}'),(18175,2227,'_wc_average_rating','0'),(18176,1323,'_wc_review_count','0'),(18177,1323,'_wc_rating_count','a:0:{}'),(18178,1323,'_wc_average_rating','0'),(18179,1347,'_wc_review_count','0'),(18180,1347,'_wc_rating_count','a:0:{}'),(18181,1347,'_wc_average_rating','0'),(18182,1348,'_wc_review_count','0'),(18183,1348,'_wc_rating_count','a:0:{}'),(18184,1348,'_wc_average_rating','0'),(18185,1350,'_wc_review_count','0'),(18186,1350,'_wc_rating_count','a:0:{}'),(18187,1350,'_wc_average_rating','0'),(18188,1351,'_wc_review_count','0'),(18189,1351,'_wc_rating_count','a:0:{}'),(18190,1351,'_wc_average_rating','0'),(18191,1349,'_wc_review_count','0'),(18192,1349,'_wc_rating_count','a:0:{}'),(18193,1349,'_wc_average_rating','0'),(18194,2286,'_wc_review_count','0'),(18195,2286,'_wc_rating_count','a:0:{}'),(18196,2286,'_wc_average_rating','0'),(18197,1329,'_wc_review_count','0'),(18198,1329,'_wc_rating_count','a:0:{}'),(18199,1329,'_wc_average_rating','0'),(18200,2284,'_wc_review_count','0'),(18201,2284,'_wc_rating_count','a:0:{}'),(18202,2284,'_wc_average_rating','0'),(18203,1907,'_wc_review_count','0'),(18204,1907,'_wc_rating_count','a:0:{}'),(18205,1907,'_wc_average_rating','0'),(18206,1346,'_wc_review_count','0'),(18207,1346,'_wc_rating_count','a:0:{}'),(18208,1346,'_wc_average_rating','0'),(18209,2207,'_wc_review_count','0'),(18210,2207,'_wc_rating_count','a:0:{}'),(18211,2207,'_wc_average_rating','0'),(18212,2117,'_wc_review_count','0'),(18213,2117,'_wc_rating_count','a:0:{}'),(18214,2117,'_wc_average_rating','0'),(18215,1327,'_wc_review_count','0'),(18216,1327,'_wc_rating_count','a:0:{}'),(18217,1327,'_wc_average_rating','0'),(18218,1328,'_wc_review_count','0'),(18219,1328,'_wc_rating_count','a:0:{}'),(18220,1328,'_wc_average_rating','0'),(18221,1906,'_wc_review_count','0'),(18222,1906,'_wc_rating_count','a:0:{}'),(18223,1906,'_wc_average_rating','0'),(18224,1324,'_wc_review_count','0'),(18225,1324,'_wc_rating_count','a:0:{}'),(18226,1324,'_wc_average_rating','0'),(18227,2204,'_wc_review_count','0'),(18228,2204,'_wc_rating_count','a:0:{}'),(18229,2204,'_wc_average_rating','0'),(18230,1352,'_wc_review_count','0'),(18231,1352,'_wc_rating_count','a:0:{}'),(18232,1352,'_wc_average_rating','0'),(18233,1908,'_wc_review_count','0'),(18234,1908,'_wc_rating_count','a:0:{}'),(18235,1908,'_wc_average_rating','0'),(18236,2212,'_wc_review_count','0'),(18237,2212,'_wc_rating_count','a:0:{}'),(18238,2212,'_wc_average_rating','0'),(18239,1909,'_wc_review_count','0'),(18240,1909,'_wc_rating_count','a:0:{}'),(18241,1909,'_wc_average_rating','0'),(18242,1353,'_wc_review_count','0'),(18243,1353,'_wc_rating_count','a:0:{}'),(18244,1353,'_wc_average_rating','0'),(18245,1901,'_wc_review_count','0'),(18246,1901,'_wc_rating_count','a:0:{}'),(18247,1901,'_wc_average_rating','0'),(18248,1702,'_wc_review_count','0'),(18249,1702,'_wc_rating_count','a:0:{}'),(18250,1702,'_wc_average_rating','0'),(18251,2017,'_wc_review_count','0'),(18252,2017,'_wc_rating_count','a:0:{}'),(18253,2017,'_wc_average_rating','0'),(18254,2105,'_wc_review_count','0'),(18255,2105,'_wc_rating_count','a:0:{}'),(18256,2105,'_wc_average_rating','0'),(18257,2065,'_wc_review_count','0'),(18258,2065,'_wc_rating_count','a:0:{}'),(18259,2065,'_wc_average_rating','0'),(18260,2230,'_wc_review_count','0'),(18261,2230,'_wc_rating_count','a:0:{}'),(18262,2230,'_wc_average_rating','0'),(18263,1751,'_wc_review_count','0'),(18264,1751,'_wc_rating_count','a:0:{}'),(18265,1751,'_wc_average_rating','0'),(18266,1757,'_wc_review_count','0'),(18267,1757,'_wc_rating_count','a:0:{}'),(18268,1757,'_wc_average_rating','0'),(18269,1752,'_wc_review_count','0'),(18270,1752,'_wc_rating_count','a:0:{}'),(18271,1752,'_wc_average_rating','0'),(18272,1666,'_wc_review_count','0'),(18273,1666,'_wc_rating_count','a:0:{}'),(18274,1666,'_wc_average_rating','0'),(18275,1670,'_wc_review_count','0'),(18276,1670,'_wc_rating_count','a:0:{}'),(18277,1670,'_wc_average_rating','0'),(18278,1668,'_wc_review_count','0'),(18279,1668,'_wc_rating_count','a:0:{}'),(18280,1668,'_wc_average_rating','0'),(18281,1669,'_wc_review_count','0'),(18282,1669,'_wc_rating_count','a:0:{}'),(18283,1669,'_wc_average_rating','0'),(18284,1677,'_wc_review_count','0'),(18285,1677,'_wc_rating_count','a:0:{}'),(18286,1677,'_wc_average_rating','0'),(18287,1672,'_wc_review_count','0'),(18288,1672,'_wc_rating_count','a:0:{}'),(18289,1672,'_wc_average_rating','0'),(18290,1676,'_wc_review_count','0'),(18291,1676,'_wc_rating_count','a:0:{}'),(18292,1676,'_wc_average_rating','0'),(18293,1675,'_wc_review_count','0'),(18294,1675,'_wc_rating_count','a:0:{}'),(18295,1675,'_wc_average_rating','0'),(18296,1667,'_wc_review_count','0'),(18297,1667,'_wc_rating_count','a:0:{}'),(18298,1667,'_wc_average_rating','0'),(18299,1802,'_wc_review_count','0'),(18300,1802,'_wc_rating_count','a:0:{}'),(18301,1802,'_wc_average_rating','0'),(18302,1318,'_wc_review_count','0'),(18303,1318,'_wc_rating_count','a:0:{}'),(18304,1318,'_wc_average_rating','0'),(18305,1319,'_wc_review_count','0'),(18306,1319,'_wc_rating_count','a:0:{}'),(18307,1319,'_wc_average_rating','0'),(18308,1307,'_wc_review_count','0'),(18309,1307,'_wc_rating_count','a:0:{}'),(18310,1307,'_wc_average_rating','0'),(18311,1320,'_wc_review_count','0'),(18312,1320,'_wc_rating_count','a:0:{}'),(18313,1320,'_wc_average_rating','0'),(18314,1321,'_wc_review_count','0'),(18315,1321,'_wc_rating_count','a:0:{}'),(18316,1321,'_wc_average_rating','0'),(18317,1311,'_wc_review_count','0'),(18318,1311,'_wc_rating_count','a:0:{}'),(18319,1311,'_wc_average_rating','0'),(18320,1306,'_wc_review_count','0'),(18321,1306,'_wc_rating_count','a:0:{}'),(18322,1306,'_wc_average_rating','0'),(18323,1800,'_wc_review_count','0'),(18324,1800,'_wc_rating_count','a:0:{}'),(18325,1800,'_wc_average_rating','0'),(18326,1801,'_wc_review_count','0'),(18327,1801,'_wc_rating_count','a:0:{}'),(18328,1801,'_wc_average_rating','0'),(18329,1316,'_wc_review_count','0'),(18330,1316,'_wc_rating_count','a:0:{}'),(18331,1316,'_wc_average_rating','0'),(18332,1317,'_wc_review_count','0'),(18333,1317,'_wc_rating_count','a:0:{}'),(18334,1317,'_wc_average_rating','0'),(18335,1799,'_wc_review_count','0'),(18336,1799,'_wc_rating_count','a:0:{}'),(18337,1799,'_wc_average_rating','0'),(18338,1315,'_wc_review_count','0'),(18339,1315,'_wc_rating_count','a:0:{}'),(18340,1315,'_wc_average_rating','0'),(18341,1314,'_wc_review_count','0'),(18342,1314,'_wc_rating_count','a:0:{}'),(18343,1314,'_wc_average_rating','0'),(18344,1312,'_wc_review_count','0'),(18345,1312,'_wc_rating_count','a:0:{}'),(18346,1312,'_wc_average_rating','0'),(18347,1310,'_wc_review_count','0'),(18348,1310,'_wc_rating_count','a:0:{}'),(18349,1310,'_wc_average_rating','0'),(18350,1309,'_wc_review_count','0'),(18351,1309,'_wc_rating_count','a:0:{}'),(18352,1309,'_wc_average_rating','0'),(18353,1308,'_wc_review_count','0'),(18354,1308,'_wc_rating_count','a:0:{}'),(18355,1308,'_wc_average_rating','0'),(18356,1462,'_wc_review_count','0'),(18357,1462,'_wc_rating_count','a:0:{}'),(18358,1462,'_wc_average_rating','0'),(18359,1464,'_wc_review_count','0'),(18360,1464,'_wc_rating_count','a:0:{}'),(18361,1464,'_wc_average_rating','0'),(18362,1465,'_wc_review_count','0'),(18363,1465,'_wc_rating_count','a:0:{}'),(18364,1465,'_wc_average_rating','0'),(18365,1463,'_wc_review_count','0'),(18366,1463,'_wc_rating_count','a:0:{}'),(18367,1463,'_wc_average_rating','0'),(18368,2198,'_wc_review_count','0'),(18369,1450,'_wc_review_count','0'),(18370,1450,'_wc_rating_count','a:0:{}'),(18371,1450,'_wc_average_rating','0'),(18372,1452,'_wc_review_count','0'),(18373,1452,'_wc_rating_count','a:0:{}'),(18374,1452,'_wc_average_rating','0'),(18375,1451,'_wc_review_count','0'),(18376,1451,'_wc_rating_count','a:0:{}'),(18377,1451,'_wc_average_rating','0'),(18378,1796,'_wc_review_count','0'),(18379,1796,'_wc_rating_count','a:0:{}'),(18380,1796,'_wc_average_rating','0'),(18381,1435,'_wc_review_count','0'),(18382,1435,'_wc_rating_count','a:0:{}'),(18383,1435,'_wc_average_rating','0'),(18384,2272,'_wc_review_count','0'),(18385,2272,'_wc_rating_count','a:0:{}'),(18386,2272,'_wc_average_rating','0'),(18387,1436,'_wc_review_count','0'),(18388,1436,'_wc_rating_count','a:0:{}'),(18389,1436,'_wc_average_rating','0'),(18390,1437,'_wc_review_count','0'),(18391,1437,'_wc_rating_count','a:0:{}'),(18392,1437,'_wc_average_rating','0'),(18393,1279,'_wc_review_count','0'),(18394,1279,'_wc_rating_count','a:0:{}'),(18395,1279,'_wc_average_rating','0'),(18396,1280,'_wc_review_count','0'),(18397,1280,'_wc_rating_count','a:0:{}'),(18398,1280,'_wc_average_rating','0'),(18399,1281,'_wc_review_count','0'),(18400,1281,'_wc_rating_count','a:0:{}'),(18401,1281,'_wc_average_rating','0'),(18402,1283,'_wc_review_count','0'),(18403,1283,'_wc_rating_count','a:0:{}'),(18404,1283,'_wc_average_rating','0'),(18405,1284,'_wc_review_count','0'),(18406,1284,'_wc_rating_count','a:0:{}'),(18407,1284,'_wc_average_rating','0'),(18408,1282,'_wc_review_count','0'),(18409,1282,'_wc_rating_count','a:0:{}'),(18410,1282,'_wc_average_rating','0'),(18411,1673,'_wc_review_count','0'),(18412,1673,'_wc_rating_count','a:0:{}'),(18413,1673,'_wc_average_rating','0'),(18414,1674,'_wc_review_count','0'),(18415,1674,'_wc_rating_count','a:0:{}'),(18416,1674,'_wc_average_rating','0'),(18417,1789,'_wc_review_count','0'),(18418,1789,'_wc_rating_count','a:0:{}'),(18419,1789,'_wc_average_rating','0'),(18420,1299,'_wc_review_count','0'),(18421,1299,'_wc_rating_count','a:0:{}'),(18422,1299,'_wc_average_rating','0'),(18423,1794,'_wc_review_count','0'),(18424,1794,'_wc_rating_count','a:0:{}'),(18425,1794,'_wc_average_rating','0'),(18426,1795,'_wc_review_count','0'),(18427,1795,'_wc_rating_count','a:0:{}'),(18428,1795,'_wc_average_rating','0'),(18429,1305,'_wc_review_count','0'),(18430,1305,'_wc_rating_count','a:0:{}'),(18431,1305,'_wc_average_rating','0'),(18432,2120,'_wc_review_count','0'),(18433,2120,'_wc_rating_count','a:0:{}'),(18434,2120,'_wc_average_rating','0'),(18435,1304,'_wc_review_count','0'),(18436,1304,'_wc_rating_count','a:0:{}'),(18437,1304,'_wc_average_rating','0'),(18438,2119,'_wc_review_count','0'),(18439,2119,'_wc_rating_count','a:0:{}'),(18440,2119,'_wc_average_rating','0'),(18441,1793,'_wc_review_count','0'),(18442,1793,'_wc_rating_count','a:0:{}'),(18443,1793,'_wc_average_rating','0'),(18444,1302,'_wc_review_count','0'),(18445,1302,'_wc_rating_count','a:0:{}'),(18446,1302,'_wc_average_rating','0'),(18447,1303,'_wc_review_count','0'),(18448,1303,'_wc_rating_count','a:0:{}'),(18449,1303,'_wc_average_rating','0'),(18450,1792,'_wc_review_count','0'),(18451,1792,'_wc_rating_count','a:0:{}'),(18452,1792,'_wc_average_rating','0'),(18453,1790,'_wc_review_count','0'),(18454,1790,'_wc_rating_count','a:0:{}'),(18455,1790,'_wc_average_rating','0'),(18456,1791,'_wc_review_count','0'),(18457,1791,'_wc_rating_count','a:0:{}'),(18458,1791,'_wc_average_rating','0'),(18459,1301,'_wc_review_count','0'),(18460,1301,'_wc_rating_count','a:0:{}'),(18461,1301,'_wc_average_rating','0'),(18462,1300,'_wc_review_count','0'),(18463,1300,'_wc_rating_count','a:0:{}'),(18464,1300,'_wc_average_rating','0'),(18465,1772,'_wc_review_count','0'),(18466,1772,'_wc_rating_count','a:0:{}'),(18467,1772,'_wc_average_rating','0'),(18468,1798,'_wc_review_count','0'),(18469,1798,'_wc_rating_count','a:0:{}'),(18470,1798,'_wc_average_rating','0'),(18471,1250,'_wc_review_count','0'),(18472,1250,'_wc_rating_count','a:0:{}'),(18473,1250,'_wc_average_rating','0'),(18474,1249,'_wc_review_count','0'),(18475,1249,'_wc_rating_count','a:0:{}'),(18476,1249,'_wc_average_rating','0'),(18477,1797,'_wc_review_count','0'),(18478,1797,'_wc_rating_count','a:0:{}'),(18479,1797,'_wc_average_rating','0'),(18480,2191,'_wc_review_count','0'),(18481,2191,'_wc_rating_count','a:0:{}'),(18482,2191,'_wc_average_rating','0'),(18483,1882,'_wc_review_count','0'),(18484,1882,'_wc_rating_count','a:0:{}'),(18485,1882,'_wc_average_rating','0'),(18486,2170,'_wc_review_count','0'),(18487,2170,'_wc_rating_count','a:0:{}'),(18488,2170,'_wc_average_rating','0'),(18489,2174,'_wc_review_count','0'),(18490,2174,'_wc_rating_count','a:0:{}'),(18491,2174,'_wc_average_rating','0'),(18492,2171,'_wc_review_count','0'),(18493,2171,'_wc_rating_count','a:0:{}'),(18494,2171,'_wc_average_rating','0'),(18495,1355,'_wc_review_count','0'),(18496,1355,'_wc_rating_count','a:0:{}'),(18497,1355,'_wc_average_rating','0'),(18498,1368,'_wc_review_count','0'),(18499,1368,'_wc_rating_count','a:0:{}'),(18500,1368,'_wc_average_rating','0'),(18501,1362,'_wc_review_count','0'),(18502,1362,'_wc_rating_count','a:0:{}'),(18503,1362,'_wc_average_rating','0'),(18504,1360,'_wc_review_count','0'),(18505,1360,'_wc_rating_count','a:0:{}'),(18506,1360,'_wc_average_rating','0'),(18507,1361,'_wc_review_count','0'),(18508,1361,'_wc_rating_count','a:0:{}'),(18509,1361,'_wc_average_rating','0'),(18510,1359,'_wc_review_count','0'),(18511,1359,'_wc_rating_count','a:0:{}'),(18512,1359,'_wc_average_rating','0'),(18513,1357,'_wc_review_count','0'),(18514,1357,'_wc_rating_count','a:0:{}'),(18515,1357,'_wc_average_rating','0'),(18516,1356,'_wc_review_count','0'),(18517,1356,'_wc_rating_count','a:0:{}'),(18518,1356,'_wc_average_rating','0'),(18519,1358,'_wc_review_count','0'),(18520,1358,'_wc_rating_count','a:0:{}'),(18521,1358,'_wc_average_rating','0'),(18522,1367,'_wc_review_count','0'),(18523,1367,'_wc_rating_count','a:0:{}'),(18524,1367,'_wc_average_rating','0'),(18525,1363,'_wc_review_count','0'),(18526,1363,'_wc_rating_count','a:0:{}'),(18527,1363,'_wc_average_rating','0'),(18528,1781,'_wc_review_count','0'),(18529,1781,'_wc_rating_count','a:0:{}'),(18530,1781,'_wc_average_rating','0'),(18531,1366,'_wc_review_count','0'),(18532,1366,'_wc_rating_count','a:0:{}'),(18533,1366,'_wc_average_rating','0'),(18534,1365,'_wc_review_count','0'),(18535,1365,'_wc_rating_count','a:0:{}'),(18536,1365,'_wc_average_rating','0'),(18537,1364,'_wc_review_count','0'),(18538,1364,'_wc_rating_count','a:0:{}'),(18539,1364,'_wc_average_rating','0'),(18540,2102,'_wc_review_count','0'),(18541,2102,'_wc_rating_count','a:0:{}'),(18542,2102,'_wc_average_rating','0'),(18543,2062,'_wc_review_count','0'),(18544,2062,'_wc_rating_count','a:0:{}'),(18545,2062,'_wc_average_rating','0'),(18546,1482,'_wc_review_count','0'),(18547,1482,'_wc_rating_count','a:0:{}'),(18548,1482,'_wc_average_rating','0'),(18549,1759,'_wc_review_count','0'),(18550,1759,'_wc_rating_count','a:0:{}'),(18551,1759,'_wc_average_rating','0'),(18552,1486,'_wc_review_count','0'),(18553,1486,'_wc_rating_count','a:0:{}'),(18554,1486,'_wc_average_rating','0'),(18555,1760,'_wc_review_count','0'),(18556,1760,'_wc_rating_count','a:0:{}'),(18557,1760,'_wc_average_rating','0'),(18558,1501,'_wc_review_count','0'),(18559,1501,'_wc_rating_count','a:0:{}'),(18560,1501,'_wc_average_rating','0'),(18561,1505,'_wc_review_count','0'),(18562,1505,'_wc_rating_count','a:0:{}'),(18563,1505,'_wc_average_rating','0'),(18564,1499,'_wc_review_count','0'),(18565,1499,'_wc_rating_count','a:0:{}'),(18566,1499,'_wc_average_rating','0'),(18567,1500,'_wc_review_count','0'),(18568,1500,'_wc_rating_count','a:0:{}'),(18569,1500,'_wc_average_rating','0'),(18570,1504,'_wc_review_count','0'),(18571,1504,'_wc_rating_count','a:0:{}'),(18572,1504,'_wc_average_rating','0'),(18573,1502,'_wc_review_count','0'),(18574,1502,'_wc_rating_count','a:0:{}'),(18575,1502,'_wc_average_rating','0'),(18576,1503,'_wc_review_count','0'),(18577,1503,'_wc_rating_count','a:0:{}'),(18578,1503,'_wc_average_rating','0'),(18579,1492,'_wc_review_count','0'),(18580,1492,'_wc_rating_count','a:0:{}'),(18581,1492,'_wc_average_rating','0'),(18582,1761,'_wc_review_count','0'),(18583,1761,'_wc_rating_count','a:0:{}'),(18584,1761,'_wc_average_rating','0'),(18585,1485,'_wc_review_count','0'),(18586,1485,'_wc_rating_count','a:0:{}'),(18587,1485,'_wc_average_rating','0'),(18588,1491,'_wc_review_count','0'),(18589,1491,'_wc_rating_count','a:0:{}'),(18590,1491,'_wc_average_rating','0'),(18591,2258,'_wc_review_count','0'),(18592,2258,'_wc_rating_count','a:0:{}'),(18593,2258,'_wc_average_rating','0'),(18594,1972,'_wc_review_count','0'),(18595,1972,'_wc_rating_count','a:0:{}'),(18596,1972,'_wc_average_rating','0'),(18597,1291,'_wc_review_count','0'),(18598,1291,'_wc_rating_count','a:0:{}'),(18599,1291,'_wc_average_rating','0'),(18600,1298,'_wc_review_count','0'),(18601,1298,'_wc_rating_count','a:0:{}'),(18602,1298,'_wc_average_rating','0'),(18603,1297,'_wc_review_count','0'),(18604,1297,'_wc_rating_count','a:0:{}'),(18605,1297,'_wc_average_rating','0'),(18606,1293,'_wc_review_count','0'),(18607,1293,'_wc_rating_count','a:0:{}'),(18608,1293,'_wc_average_rating','0'),(18609,1292,'_wc_review_count','0'),(18610,1292,'_wc_rating_count','a:0:{}'),(18611,1292,'_wc_average_rating','0'),(18612,1296,'_wc_review_count','0'),(18613,1296,'_wc_rating_count','a:0:{}'),(18614,1296,'_wc_average_rating','0'),(18615,1295,'_wc_review_count','0'),(18616,1295,'_wc_rating_count','a:0:{}'),(18617,1295,'_wc_average_rating','0'),(18618,1294,'_wc_review_count','0'),(18619,1294,'_wc_rating_count','a:0:{}'),(18620,1294,'_wc_average_rating','0'),(18621,2314,'_wc_review_count','0'),(18622,2314,'_wc_rating_count','a:0:{}'),(18623,2314,'_wc_average_rating','0'),(18624,2323,'_wc_review_count','0'),(18625,2323,'_wc_rating_count','a:0:{}'),(18626,2323,'_wc_average_rating','0'),(18627,1900,'_wc_review_count','0'),(18628,1900,'_wc_rating_count','a:0:{}'),(18629,1900,'_wc_average_rating','0'),(18630,2277,'_wc_review_count','0'),(18631,1891,'_wc_review_count','0'),(18632,1891,'_wc_rating_count','a:0:{}'),(18633,1891,'_wc_average_rating','0'),(18634,1881,'_wc_review_count','0'),(18635,1881,'_wc_rating_count','a:0:{}'),(18636,1881,'_wc_average_rating','0'),(18637,2033,'_wc_review_count','0'),(18638,2033,'_wc_rating_count','a:0:{}'),(18639,2033,'_wc_average_rating','0'),(18640,2030,'_wc_review_count','0'),(18641,2030,'_wc_rating_count','a:0:{}'),(18642,2030,'_wc_average_rating','0'),(18643,2032,'_wc_review_count','0'),(18644,2032,'_wc_rating_count','a:0:{}'),(18645,2032,'_wc_average_rating','0'),(18646,2031,'_wc_review_count','0'),(18647,2031,'_wc_rating_count','a:0:{}'),(18648,2031,'_wc_average_rating','0'),(18649,2037,'_wc_review_count','0'),(18650,2037,'_wc_rating_count','a:0:{}'),(18651,2037,'_wc_average_rating','0'),(18652,2036,'_wc_review_count','0'),(18653,2036,'_wc_rating_count','a:0:{}'),(18654,2036,'_wc_average_rating','0'),(18655,1788,'_wc_review_count','0'),(18656,1788,'_wc_rating_count','a:0:{}'),(18657,1788,'_wc_average_rating','0'),(18658,2034,'_wc_review_count','0'),(18659,2034,'_wc_rating_count','a:0:{}'),(18660,2034,'_wc_average_rating','0'),(18661,2035,'_wc_review_count','0'),(18662,2035,'_wc_rating_count','a:0:{}'),(18663,2035,'_wc_average_rating','0'),(18664,1701,'_wc_review_count','0'),(18665,1701,'_wc_rating_count','a:0:{}'),(18666,1701,'_wc_average_rating','0'),(18667,2069,'_wc_review_count','0'),(18668,2069,'_wc_rating_count','a:0:{}'),(18669,2069,'_wc_average_rating','0'),(18670,2109,'_wc_review_count','0'),(18671,2109,'_wc_rating_count','a:0:{}'),(18672,2109,'_wc_average_rating','0'),(18673,2108,'_wc_review_count','0'),(18674,2108,'_wc_rating_count','a:0:{}'),(18675,2108,'_wc_average_rating','0'),(18676,1698,'_wc_review_count','0'),(18677,1698,'_wc_rating_count','a:0:{}'),(18678,1698,'_wc_average_rating','0'),(18679,2068,'_wc_review_count','0'),(18680,2068,'_wc_rating_count','a:0:{}'),(18681,2068,'_wc_average_rating','0'),(18682,1954,'_wc_review_count','0'),(18683,1954,'_wc_rating_count','a:0:{}'),(18684,1954,'_wc_average_rating','0'),(18685,2072,'_wc_review_count','0'),(18686,2072,'_wc_rating_count','a:0:{}'),(18687,2072,'_wc_average_rating','0'),(18688,2112,'_wc_review_count','0'),(18689,2112,'_wc_rating_count','a:0:{}'),(18690,2112,'_wc_average_rating','0'),(18691,2115,'_wc_review_count','0'),(18692,2115,'_wc_rating_count','a:0:{}'),(18693,2115,'_wc_average_rating','0'),(18694,2073,'_wc_review_count','0'),(18695,2073,'_wc_rating_count','a:0:{}'),(18696,2073,'_wc_average_rating','0'),(18697,2113,'_wc_review_count','0'),(18698,2113,'_wc_rating_count','a:0:{}'),(18699,2113,'_wc_average_rating','0'),(18700,2071,'_wc_review_count','0'),(18701,2071,'_wc_rating_count','a:0:{}'),(18702,2071,'_wc_average_rating','0'),(18703,2111,'_wc_review_count','0'),(18704,2111,'_wc_rating_count','a:0:{}'),(18705,2111,'_wc_average_rating','0'),(18706,2070,'_wc_review_count','0'),(18707,2070,'_wc_rating_count','a:0:{}'),(18708,2070,'_wc_average_rating','0'),(18709,2110,'_wc_review_count','0'),(18710,2110,'_wc_rating_count','a:0:{}'),(18711,2110,'_wc_average_rating','0'),(18712,2074,'_wc_review_count','0'),(18713,2074,'_wc_rating_count','a:0:{}'),(18714,2074,'_wc_average_rating','0'),(18715,2114,'_wc_review_count','0'),(18716,2114,'_wc_rating_count','a:0:{}'),(18717,2114,'_wc_average_rating','0'),(18718,2075,'_wc_review_count','0'),(18719,2075,'_wc_rating_count','a:0:{}'),(18720,2075,'_wc_average_rating','0'),(18721,2133,'_wc_review_count','0'),(18722,2133,'_wc_rating_count','a:0:{}'),(18723,2133,'_wc_average_rating','0'),(18724,1535,'_wc_review_count','0'),(18725,1535,'_wc_rating_count','a:0:{}'),(18726,1535,'_wc_average_rating','0'),(18727,1534,'_wc_review_count','0'),(18728,1534,'_wc_rating_count','a:0:{}'),(18729,1534,'_wc_average_rating','0'),(18730,1533,'_wc_review_count','0'),(18731,1533,'_wc_rating_count','a:0:{}'),(18732,1533,'_wc_average_rating','0'),(18733,1532,'_wc_review_count','0'),(18734,1532,'_wc_rating_count','a:0:{}'),(18735,1532,'_wc_average_rating','0'),(18736,1531,'_wc_review_count','0'),(18737,1531,'_wc_rating_count','a:0:{}'),(18738,1531,'_wc_average_rating','0'),(18739,1530,'_wc_review_count','0'),(18740,1530,'_wc_rating_count','a:0:{}'),(18741,1530,'_wc_average_rating','0'),(18742,1529,'_wc_review_count','0'),(18743,1529,'_wc_rating_count','a:0:{}'),(18744,1529,'_wc_average_rating','0'),(18745,1528,'_wc_review_count','0'),(18746,1528,'_wc_rating_count','a:0:{}'),(18747,1528,'_wc_average_rating','0'),(18748,1506,'_wc_review_count','0'),(18749,1506,'_wc_rating_count','a:0:{}'),(18750,1506,'_wc_average_rating','0'),(18751,1527,'_wc_review_count','0'),(18752,1527,'_wc_rating_count','a:0:{}'),(18753,1527,'_wc_average_rating','0'),(18754,1526,'_wc_review_count','0'),(18755,1526,'_wc_rating_count','a:0:{}'),(18756,1526,'_wc_average_rating','0'),(18757,1525,'_wc_review_count','0'),(18758,1525,'_wc_rating_count','a:0:{}'),(18759,1525,'_wc_average_rating','0'),(18760,1524,'_wc_review_count','0'),(18761,1524,'_wc_rating_count','a:0:{}'),(18762,1524,'_wc_average_rating','0'),(18763,2042,'_wc_review_count','0'),(18764,2042,'_wc_rating_count','a:0:{}'),(18765,2042,'_wc_average_rating','0'),(18766,2157,'_wc_review_count','0'),(18767,2157,'_wc_rating_count','a:0:{}'),(18768,2157,'_wc_average_rating','0'),(18769,1523,'_wc_review_count','0'),(18770,1523,'_wc_rating_count','a:0:{}'),(18771,1523,'_wc_average_rating','0'),(18772,1521,'_wc_review_count','0'),(18773,1521,'_wc_rating_count','a:0:{}'),(18774,1521,'_wc_average_rating','0'),(18775,2098,'_wc_review_count','0'),(18776,2098,'_wc_rating_count','a:0:{}'),(18777,2098,'_wc_average_rating','0'),(18778,2059,'_wc_review_count','0'),(18779,2059,'_wc_rating_count','a:0:{}'),(18780,2059,'_wc_average_rating','0'),(18781,2045,'_wc_review_count','0'),(18782,2045,'_wc_rating_count','a:0:{}'),(18783,2045,'_wc_average_rating','0'),(18784,1520,'_wc_review_count','0'),(18785,1520,'_wc_rating_count','a:0:{}'),(18786,1520,'_wc_average_rating','0'),(18787,2162,'_wc_review_count','0'),(18788,2162,'_wc_rating_count','a:0:{}'),(18789,2162,'_wc_average_rating','0'),(18790,1522,'_wc_review_count','0'),(18791,1522,'_wc_rating_count','a:0:{}'),(18792,1522,'_wc_average_rating','0'),(18793,2044,'_wc_review_count','0'),(18794,2044,'_wc_rating_count','a:0:{}'),(18795,2044,'_wc_average_rating','0'),(18796,2158,'_wc_review_count','0'),(18797,2158,'_wc_rating_count','a:0:{}'),(18798,2158,'_wc_average_rating','0'),(18799,1519,'_wc_review_count','0'),(18800,1519,'_wc_rating_count','a:0:{}'),(18801,1519,'_wc_average_rating','0'),(18802,1518,'_wc_review_count','0'),(18803,1518,'_wc_rating_count','a:0:{}'),(18804,1518,'_wc_average_rating','0'),(18805,1517,'_wc_review_count','0'),(18806,1517,'_wc_rating_count','a:0:{}'),(18807,1517,'_wc_average_rating','0'),(18808,2043,'_wc_review_count','0'),(18809,2043,'_wc_rating_count','a:0:{}'),(18810,2043,'_wc_average_rating','0'),(18811,1516,'_wc_review_count','0'),(18812,1516,'_wc_rating_count','a:0:{}'),(18813,1516,'_wc_average_rating','0'),(18814,2160,'_wc_review_count','0'),(18815,2160,'_wc_rating_count','a:0:{}'),(18816,2160,'_wc_average_rating','0'),(18817,2025,'_wc_review_count','0'),(18818,2025,'_wc_rating_count','a:0:{}'),(18819,2025,'_wc_average_rating','0'),(18820,1515,'_wc_review_count','0'),(18821,1515,'_wc_rating_count','a:0:{}'),(18822,1515,'_wc_average_rating','0'),(18823,1514,'_wc_review_count','0'),(18824,1514,'_wc_rating_count','a:0:{}'),(18825,1514,'_wc_average_rating','0'),(18826,1513,'_wc_review_count','0'),(18827,1513,'_wc_rating_count','a:0:{}'),(18828,1513,'_wc_average_rating','0'),(18829,1512,'_wc_review_count','0'),(18830,1512,'_wc_rating_count','a:0:{}'),(18831,1512,'_wc_average_rating','0'),(18832,2041,'_wc_review_count','0'),(18833,2041,'_wc_rating_count','a:0:{}'),(18834,2041,'_wc_average_rating','0'),(18835,2164,'_wc_review_count','0'),(18836,2164,'_wc_rating_count','a:0:{}'),(18837,2164,'_wc_average_rating','0'),(18838,1511,'_wc_review_count','0'),(18839,1511,'_wc_rating_count','a:0:{}'),(18840,1511,'_wc_average_rating','0'),(18841,2040,'_wc_review_count','0'),(18842,2040,'_wc_rating_count','a:0:{}'),(18843,2040,'_wc_average_rating','0'),(18844,1510,'_wc_review_count','0'),(18845,1510,'_wc_rating_count','a:0:{}'),(18846,1510,'_wc_average_rating','0'),(18847,2159,'_wc_review_count','0'),(18848,2159,'_wc_rating_count','a:0:{}'),(18849,2159,'_wc_average_rating','0'),(18850,2039,'_wc_review_count','0'),(18851,2039,'_wc_rating_count','a:0:{}'),(18852,2039,'_wc_average_rating','0'),(18853,1509,'_wc_review_count','0'),(18854,1509,'_wc_rating_count','a:0:{}'),(18855,1509,'_wc_average_rating','0'),(18856,2161,'_wc_review_count','0'),(18857,2161,'_wc_rating_count','a:0:{}'),(18858,2161,'_wc_average_rating','0'),(18859,1508,'_wc_review_count','0'),(18860,1508,'_wc_rating_count','a:0:{}'),(18861,1508,'_wc_average_rating','0'),(18862,2038,'_wc_review_count','0'),(18863,2038,'_wc_rating_count','a:0:{}'),(18864,2038,'_wc_average_rating','0'),(18865,1507,'_wc_review_count','0'),(18866,1507,'_wc_rating_count','a:0:{}'),(18867,1507,'_wc_average_rating','0'),(18868,2163,'_wc_review_count','0'),(18869,2163,'_wc_rating_count','a:0:{}'),(18870,2163,'_wc_average_rating','0'),(18871,1696,'_wc_review_count','0'),(18872,1696,'_wc_rating_count','a:0:{}'),(18873,1696,'_wc_average_rating','0'),(18874,1780,'_wc_review_count','0'),(18875,1780,'_wc_rating_count','a:0:{}'),(18876,1780,'_wc_average_rating','0'),(18877,1665,'_wc_review_count','0'),(18878,1665,'_wc_rating_count','a:0:{}'),(18879,1665,'_wc_average_rating','0'),(18880,2231,'_wc_review_count','0'),(18881,2231,'_wc_rating_count','a:0:{}'),(18882,2231,'_wc_average_rating','0'),(18883,2300,'_wc_review_count','0'),(18884,2300,'_wc_rating_count','a:0:{}'),(18885,2300,'_wc_average_rating','0'),(18886,1923,'_wc_review_count','0'),(18887,1923,'_wc_rating_count','a:0:{}'),(18888,1923,'_wc_average_rating','0'),(18889,1678,'_wc_review_count','0'),(18890,1678,'_wc_rating_count','a:0:{}'),(18891,1678,'_wc_average_rating','0'),(18892,2228,'_wc_review_count','0'),(18893,1782,'_wc_review_count','0'),(18894,1782,'_wc_rating_count','a:0:{}'),(18895,1782,'_wc_average_rating','0'),(18896,2093,'_wc_review_count','0'),(18897,2093,'_wc_rating_count','a:0:{}'),(18898,2093,'_wc_average_rating','0'),(18899,2078,'_wc_review_count','0'),(18900,2078,'_wc_rating_count','a:0:{}'),(18901,2078,'_wc_average_rating','0'),(18902,1286,'_wc_review_count','0'),(18903,1286,'_wc_rating_count','a:0:{}'),(18904,1286,'_wc_average_rating','0'),(18905,1285,'_wc_review_count','0'),(18906,1285,'_wc_rating_count','a:0:{}'),(18907,1285,'_wc_average_rating','0'),(18908,1982,'_wc_review_count','0'),(18909,1982,'_wc_rating_count','a:0:{}'),(18910,1982,'_wc_average_rating','0'),(18911,1272,'_wc_review_count','0'),(18912,1272,'_wc_rating_count','a:0:{}'),(18913,1272,'_wc_average_rating','0'),(18914,1975,'_wc_review_count','0'),(18915,1975,'_wc_rating_count','a:0:{}'),(18916,1975,'_wc_average_rating','0'),(18917,1290,'_wc_review_count','0'),(18918,1290,'_wc_rating_count','a:0:{}'),(18919,1290,'_wc_average_rating','0'),(18920,1276,'_wc_review_count','0'),(18921,1276,'_wc_rating_count','a:0:{}'),(18922,1276,'_wc_average_rating','0'),(18923,1275,'_wc_review_count','0'),(18924,1275,'_wc_rating_count','a:0:{}'),(18925,1275,'_wc_average_rating','0'),(18926,1274,'_wc_review_count','0'),(18927,1274,'_wc_rating_count','a:0:{}'),(18928,1274,'_wc_average_rating','0'),(18929,1289,'_wc_review_count','0'),(18930,1289,'_wc_rating_count','a:0:{}'),(18931,1289,'_wc_average_rating','0'),(18932,1288,'_wc_review_count','0'),(18933,1288,'_wc_rating_count','a:0:{}'),(18934,1288,'_wc_average_rating','0'),(18935,1287,'_wc_review_count','0'),(18936,1287,'_wc_rating_count','a:0:{}'),(18937,1287,'_wc_average_rating','0'),(18938,1278,'_wc_review_count','0'),(18939,1278,'_wc_rating_count','a:0:{}'),(18940,1278,'_wc_average_rating','0'),(18941,1277,'_wc_review_count','0'),(18942,1277,'_wc_rating_count','a:0:{}'),(18943,1277,'_wc_average_rating','0'),(18944,1273,'_wc_review_count','0'),(18945,1273,'_wc_rating_count','a:0:{}'),(18946,1273,'_wc_average_rating','0'),(18947,1896,'_wc_review_count','0'),(18948,1896,'_wc_rating_count','a:0:{}'),(18949,1896,'_wc_average_rating','0'),(18950,1858,'_wc_review_count','0'),(18951,1858,'_wc_rating_count','a:0:{}'),(18952,1858,'_wc_average_rating','0'),(18953,1962,'_wc_review_count','0'),(18954,1962,'_wc_rating_count','a:0:{}'),(18955,1962,'_wc_average_rating','0'),(18956,1895,'_wc_review_count','0'),(18957,1895,'_wc_rating_count','a:0:{}'),(18958,1895,'_wc_average_rating','0'),(18959,1854,'_wc_review_count','0'),(18960,1854,'_wc_rating_count','a:0:{}'),(18961,1854,'_wc_average_rating','0'),(18962,2327,'_wc_review_count','0'),(18963,2327,'_wc_rating_count','a:0:{}'),(18964,2327,'_wc_average_rating','0'),(18965,2299,'_wc_review_count','0'),(18966,2299,'_wc_rating_count','a:0:{}'),(18967,2299,'_wc_average_rating','0'),(18968,1922,'_wc_review_count','0'),(18969,1922,'_wc_rating_count','a:0:{}'),(18970,1922,'_wc_average_rating','0'),(18971,1271,'_wc_review_count','0'),(18972,1271,'_wc_rating_count','a:0:{}'),(18973,1271,'_wc_average_rating','0'),(18974,1268,'_wc_review_count','0'),(18975,1268,'_wc_rating_count','a:0:{}'),(18976,1268,'_wc_average_rating','0'),(18977,1269,'_wc_review_count','0'),(18978,1269,'_wc_rating_count','a:0:{}'),(18979,1269,'_wc_average_rating','0'),(18980,1709,'_wc_review_count','0'),(18981,1709,'_wc_rating_count','a:0:{}'),(18982,1709,'_wc_average_rating','0'),(18983,2026,'_wc_review_count','0'),(18984,2026,'_wc_rating_count','a:0:{}'),(18985,2026,'_wc_average_rating','0'),(18986,1423,'_wc_review_count','0'),(18987,1423,'_wc_rating_count','a:0:{}'),(18988,1423,'_wc_average_rating','0'),(18989,1426,'_wc_review_count','0'),(18990,1426,'_wc_rating_count','a:0:{}'),(18991,1426,'_wc_average_rating','0'),(18992,1434,'_wc_review_count','0'),(18993,1434,'_wc_rating_count','a:0:{}'),(18994,1434,'_wc_average_rating','0'),(18995,1965,'_wc_review_count','0'),(18996,1965,'_wc_rating_count','a:0:{}'),(18997,1965,'_wc_average_rating','0'),(18998,1957,'_wc_review_count','0'),(18999,1957,'_wc_rating_count','a:0:{}'),(19000,1957,'_wc_average_rating','0'),(19001,2310,'_wc_review_count','0'),(19002,2310,'_wc_rating_count','a:0:{}'),(19003,2310,'_wc_average_rating','0'),(19004,2014,'_wc_review_count','0'),(19005,2014,'_wc_rating_count','a:0:{}'),(19006,2014,'_wc_average_rating','0'),(19007,1947,'_wc_review_count','0'),(19008,1947,'_wc_rating_count','a:0:{}'),(19009,1947,'_wc_average_rating','0'),(19010,1946,'_wc_review_count','0'),(19011,1946,'_wc_rating_count','a:0:{}'),(19012,1946,'_wc_average_rating','0'),(19013,1945,'_wc_review_count','0'),(19014,1945,'_wc_rating_count','a:0:{}'),(19015,1945,'_wc_average_rating','0'),(19016,1944,'_wc_review_count','0'),(19017,1944,'_wc_rating_count','a:0:{}'),(19018,1944,'_wc_average_rating','0'),(19019,1971,'_wc_review_count','0'),(19020,1971,'_wc_rating_count','a:0:{}'),(19021,1971,'_wc_average_rating','0'),(19022,2273,'_wc_review_count','0'),(19023,2273,'_wc_rating_count','a:0:{}'),(19024,2273,'_wc_average_rating','0'),(19025,1787,'_wc_review_count','0'),(19026,1787,'_wc_rating_count','a:0:{}'),(19027,1787,'_wc_average_rating','0'),(19028,1815,'_wc_review_count','0'),(19029,1815,'_wc_rating_count','a:0:{}'),(19030,1815,'_wc_average_rating','0'),(19031,1808,'_wc_review_count','0'),(19032,1808,'_wc_rating_count','a:0:{}'),(19033,1808,'_wc_average_rating','0'),(19034,1893,'_wc_review_count','0'),(19035,1893,'_wc_rating_count','a:0:{}'),(19036,1893,'_wc_average_rating','0'),(19037,2319,'_wc_review_count','0'),(19038,2319,'_wc_rating_count','a:0:{}'),(19039,2319,'_wc_average_rating','0'),(19040,2315,'_wc_review_count','0'),(19041,2315,'_wc_rating_count','a:0:{}'),(19042,2315,'_wc_average_rating','0'),(19043,2019,'_wc_review_count','0'),(19044,2019,'_wc_rating_count','a:0:{}'),(19045,2019,'_wc_average_rating','0'),(19046,2009,'_wc_review_count','0'),(19047,2009,'_wc_rating_count','a:0:{}'),(19048,2009,'_wc_average_rating','0'),(19049,2004,'_wc_review_count','0'),(19050,2004,'_wc_rating_count','a:0:{}'),(19051,2004,'_wc_average_rating','0'),(19052,2002,'_wc_review_count','0'),(19053,2002,'_wc_rating_count','a:0:{}'),(19054,2002,'_wc_average_rating','0'),(19055,1999,'_wc_review_count','0'),(19056,1999,'_wc_rating_count','a:0:{}'),(19057,1999,'_wc_average_rating','0'),(19058,1996,'_wc_review_count','0'),(19059,1996,'_wc_rating_count','a:0:{}'),(19060,1996,'_wc_average_rating','0'),(19061,1993,'_wc_review_count','0'),(19062,1993,'_wc_rating_count','a:0:{}'),(19063,1993,'_wc_average_rating','0'),(19064,2028,'_wc_review_count','0'),(19065,2028,'_wc_rating_count','a:0:{}'),(19066,2028,'_wc_average_rating','0'),(19067,1979,'_wc_review_count','0'),(19068,1979,'_wc_rating_count','a:0:{}'),(19069,1979,'_wc_average_rating','0'),(19070,1853,'_wc_review_count','0'),(19071,1853,'_wc_rating_count','a:0:{}'),(19072,1853,'_wc_average_rating','0'),(19073,1695,'_wc_review_count','0'),(19074,1695,'_wc_rating_count','a:0:{}'),(19075,1695,'_wc_average_rating','0'),(19076,1885,'_wc_review_count','0'),(19077,1885,'_wc_rating_count','a:0:{}'),(19078,1885,'_wc_average_rating','0'),(19079,1970,'_wc_review_count','0'),(19080,1970,'_wc_rating_count','a:0:{}'),(19081,1970,'_wc_average_rating','0'),(19082,2301,'_wc_review_count','0'),(19083,2301,'_wc_rating_count','a:0:{}'),(19084,2301,'_wc_average_rating','0'),(19085,1924,'_wc_review_count','0'),(19086,1924,'_wc_rating_count','a:0:{}'),(19087,1924,'_wc_average_rating','0'),(19088,1687,'_wc_review_count','0'),(19089,1687,'_wc_rating_count','a:0:{}'),(19090,1687,'_wc_average_rating','0'),(19091,2022,'_wc_review_count','0'),(19092,2022,'_wc_rating_count','a:0:{}'),(19093,2022,'_wc_average_rating','0'),(19094,2020,'_wc_review_count','0'),(19095,2020,'_wc_rating_count','a:0:{}'),(19096,2020,'_wc_average_rating','0'),(19097,2010,'_wc_review_count','0'),(19098,2010,'_wc_rating_count','a:0:{}'),(19099,2010,'_wc_average_rating','0'),(19100,2007,'_wc_review_count','0'),(19101,2007,'_wc_rating_count','a:0:{}'),(19102,2007,'_wc_average_rating','0'),(19103,2005,'_wc_review_count','0'),(19104,2005,'_wc_rating_count','a:0:{}'),(19105,2005,'_wc_average_rating','0'),(19106,2001,'_wc_review_count','0'),(19107,2001,'_wc_rating_count','a:0:{}'),(19108,2001,'_wc_average_rating','0'),(19109,1997,'_wc_review_count','0'),(19110,1997,'_wc_rating_count','a:0:{}'),(19111,1997,'_wc_average_rating','0'),(19112,1994,'_wc_review_count','0'),(19113,1994,'_wc_rating_count','a:0:{}'),(19114,1994,'_wc_average_rating','0'),(19115,2029,'_wc_review_count','0'),(19116,2029,'_wc_rating_count','a:0:{}'),(19117,2029,'_wc_average_rating','0'),(19118,1406,'_wc_review_count','0'),(19119,1406,'_wc_rating_count','a:0:{}'),(19120,1406,'_wc_average_rating','0'),(19121,1427,'_wc_review_count','0'),(19122,1427,'_wc_rating_count','a:0:{}'),(19123,1427,'_wc_average_rating','0'),(19124,1849,'_wc_review_count','0'),(19125,1849,'_wc_rating_count','a:0:{}'),(19126,1849,'_wc_average_rating','0'),(19127,2023,'_wc_review_count','0'),(19128,2023,'_wc_rating_count','a:0:{}'),(19129,2023,'_wc_average_rating','0'),(19130,2328,'_wc_review_count','0'),(19131,2328,'_wc_rating_count','a:0:{}'),(19132,2328,'_wc_average_rating','0'),(19133,1481,'_wc_review_count','0'),(19134,1481,'_wc_rating_count','a:0:{}'),(19135,1481,'_wc_average_rating','0'),(19136,1484,'_wc_review_count','0'),(19137,1484,'_wc_rating_count','a:0:{}'),(19138,1484,'_wc_average_rating','0'),(19139,1498,'_wc_review_count','0'),(19140,1498,'_wc_rating_count','a:0:{}'),(19141,1498,'_wc_average_rating','0'),(19142,1497,'_wc_review_count','0'),(19143,1497,'_wc_rating_count','a:0:{}'),(19144,1497,'_wc_average_rating','0'),(19145,1496,'_wc_review_count','0'),(19146,1496,'_wc_rating_count','a:0:{}'),(19147,1496,'_wc_average_rating','0'),(19148,1494,'_wc_review_count','0'),(19149,1494,'_wc_rating_count','a:0:{}'),(19150,1494,'_wc_average_rating','0'),(19151,1493,'_wc_review_count','0'),(19152,1493,'_wc_rating_count','a:0:{}'),(19153,1493,'_wc_average_rating','0'),(19154,1495,'_wc_review_count','0'),(19155,1495,'_wc_rating_count','a:0:{}'),(19156,1495,'_wc_average_rating','0'),(19157,1488,'_wc_review_count','0'),(19158,1488,'_wc_rating_count','a:0:{}'),(19159,1488,'_wc_average_rating','0'),(19160,1487,'_wc_review_count','0'),(19161,1487,'_wc_rating_count','a:0:{}'),(19162,1487,'_wc_average_rating','0'),(19163,1483,'_wc_review_count','0'),(19164,1483,'_wc_rating_count','a:0:{}'),(19165,1483,'_wc_average_rating','0'),(19166,1489,'_wc_review_count','0'),(19167,1489,'_wc_rating_count','a:0:{}'),(19168,1489,'_wc_average_rating','0'),(19169,1490,'_wc_review_count','0'),(19170,1490,'_wc_rating_count','a:0:{}'),(19171,1490,'_wc_average_rating','0'),(19172,2316,'_wc_review_count','0'),(19173,2316,'_wc_rating_count','a:0:{}'),(19174,2316,'_wc_average_rating','0'),(19175,1692,'_wc_review_count','0'),(19176,1692,'_wc_rating_count','a:0:{}'),(19177,1692,'_wc_average_rating','0'),(19178,1260,'_wc_review_count','0'),(19179,1260,'_wc_rating_count','a:0:{}'),(19180,1260,'_wc_average_rating','0'),(19181,1259,'_wc_review_count','0'),(19182,1259,'_wc_rating_count','a:0:{}'),(19183,1259,'_wc_average_rating','0'),(19184,1257,'_wc_review_count','0'),(19185,1257,'_wc_rating_count','a:0:{}'),(19186,1257,'_wc_average_rating','0'),(19187,1256,'_wc_review_count','0'),(19188,1256,'_wc_rating_count','a:0:{}'),(19189,1256,'_wc_average_rating','0'),(19190,1258,'_wc_review_count','0'),(19191,1258,'_wc_rating_count','a:0:{}'),(19192,1258,'_wc_average_rating','0'),(19193,1706,'_wc_review_count','0'),(19194,1706,'_wc_rating_count','a:0:{}'),(19195,1706,'_wc_average_rating','0'),(19196,1254,'_wc_review_count','0'),(19197,1254,'_wc_rating_count','a:0:{}'),(19198,1254,'_wc_average_rating','0'),(19199,1776,'_wc_review_count','0'),(19200,1776,'_wc_rating_count','a:0:{}'),(19201,1776,'_wc_average_rating','0'),(19202,2091,'_wc_review_count','0'),(19203,2091,'_wc_rating_count','a:0:{}'),(19204,2091,'_wc_average_rating','0'),(19205,1749,'_wc_review_count','0'),(19206,1749,'_wc_rating_count','a:0:{}'),(19207,1749,'_wc_average_rating','0'),(19208,2302,'_wc_review_count','0'),(19209,2302,'_wc_rating_count','a:0:{}'),(19210,2302,'_wc_average_rating','0'),(19211,1925,'_wc_review_count','0'),(19212,1925,'_wc_rating_count','a:0:{}'),(19213,1925,'_wc_average_rating','0'),(19214,2096,'_wc_review_count','0'),(19215,2096,'_wc_rating_count','a:0:{}'),(19216,2096,'_wc_average_rating','0'),(19217,2092,'_wc_review_count','0'),(19218,2092,'_wc_rating_count','a:0:{}'),(19219,2092,'_wc_average_rating','0'),(19220,1750,'_wc_review_count','0'),(19221,1750,'_wc_rating_count','a:0:{}'),(19222,1750,'_wc_average_rating','0'),(19223,1778,'_wc_review_count','0'),(19224,1778,'_wc_rating_count','a:0:{}'),(19225,1778,'_wc_average_rating','0'),(19226,1263,'_wc_review_count','0'),(19227,1263,'_wc_rating_count','a:0:{}'),(19228,1263,'_wc_average_rating','0'),(19229,1779,'_wc_review_count','0'),(19230,1779,'_wc_rating_count','a:0:{}'),(19231,1779,'_wc_average_rating','0'),(19232,1264,'_wc_review_count','0'),(19233,1264,'_wc_rating_count','a:0:{}'),(19234,1264,'_wc_average_rating','0'),(19235,1262,'_wc_review_count','0'),(19236,1262,'_wc_rating_count','a:0:{}'),(19237,1262,'_wc_average_rating','0'),(19238,1777,'_wc_review_count','0'),(19239,1777,'_wc_rating_count','a:0:{}'),(19240,1777,'_wc_average_rating','0'),(19241,1261,'_wc_review_count','0'),(19242,1261,'_wc_rating_count','a:0:{}'),(19243,1261,'_wc_average_rating','0'),(19244,1255,'_wc_review_count','0'),(19245,1255,'_wc_rating_count','a:0:{}'),(19246,1255,'_wc_average_rating','0'),(19247,2099,'_wc_review_count','0'),(19248,2099,'_wc_rating_count','a:0:{}'),(19249,2099,'_wc_average_rating','0'),(19250,1374,'_wc_review_count','0'),(19251,1374,'_wc_rating_count','a:0:{}'),(19252,1374,'_wc_average_rating','0'),(19253,2173,'_wc_review_count','0'),(19254,2173,'_wc_rating_count','a:0:{}'),(19255,2173,'_wc_average_rating','0'),(19256,1729,'_wc_review_count','0'),(19257,1729,'_wc_rating_count','a:0:{}'),(19258,1729,'_wc_average_rating','0'),(19259,1728,'_wc_review_count','0'),(19260,1728,'_wc_rating_count','a:0:{}'),(19261,1728,'_wc_average_rating','0'),(19262,1727,'_wc_review_count','0'),(19263,1727,'_wc_rating_count','a:0:{}'),(19264,1727,'_wc_average_rating','0'),(19265,1726,'_wc_review_count','0'),(19266,1726,'_wc_rating_count','a:0:{}'),(19267,1726,'_wc_average_rating','0'),(19268,1725,'_wc_review_count','0'),(19269,1725,'_wc_rating_count','a:0:{}'),(19270,1725,'_wc_average_rating','0'),(19271,1740,'_wc_review_count','0'),(19272,1740,'_wc_rating_count','a:0:{}'),(19273,1740,'_wc_average_rating','0'),(19274,1739,'_wc_review_count','0'),(19275,1739,'_wc_rating_count','a:0:{}'),(19276,1739,'_wc_average_rating','0'),(19277,1738,'_wc_review_count','0'),(19278,1738,'_wc_rating_count','a:0:{}'),(19279,1738,'_wc_average_rating','0'),(19280,1736,'_wc_review_count','0'),(19281,1736,'_wc_rating_count','a:0:{}'),(19282,1736,'_wc_average_rating','0'),(19283,1735,'_wc_review_count','0'),(19284,1735,'_wc_rating_count','a:0:{}'),(19285,1735,'_wc_average_rating','0'),(19286,1734,'_wc_review_count','0'),(19287,1734,'_wc_rating_count','a:0:{}'),(19288,1734,'_wc_average_rating','0'),(19289,1733,'_wc_review_count','0'),(19290,1733,'_wc_rating_count','a:0:{}'),(19291,1733,'_wc_average_rating','0'),(19292,1732,'_wc_review_count','0'),(19293,1732,'_wc_rating_count','a:0:{}'),(19294,1732,'_wc_average_rating','0'),(19295,1731,'_wc_review_count','0'),(19296,1731,'_wc_rating_count','a:0:{}'),(19297,1731,'_wc_average_rating','0'),(19298,1730,'_wc_review_count','0'),(19299,1730,'_wc_rating_count','a:0:{}'),(19300,1730,'_wc_average_rating','0'),(19301,1737,'_wc_review_count','0'),(19302,1737,'_wc_rating_count','a:0:{}'),(19303,1737,'_wc_average_rating','0'),(19304,2013,'_wc_review_count','0'),(19305,2013,'_wc_rating_count','a:0:{}'),(19306,2013,'_wc_average_rating','0'),(19307,1857,'_wc_review_count','0'),(19308,1857,'_wc_rating_count','a:0:{}'),(19309,1857,'_wc_average_rating','0'),(19310,1703,'_wc_review_count','0'),(19311,1703,'_wc_rating_count','a:0:{}'),(19312,1703,'_wc_average_rating','0'),(19313,2146,'_wc_review_count','0'),(19314,2146,'_wc_rating_count','a:0:{}'),(19315,2146,'_wc_average_rating','0'),(19316,2309,'_wc_review_count','0'),(19317,2309,'_wc_rating_count','a:0:{}'),(19318,2309,'_wc_average_rating','0'),(19319,1898,'_wc_review_count','0'),(19320,1898,'_wc_rating_count','a:0:{}'),(19321,1898,'_wc_average_rating','0'),(19322,1708,'_wc_review_count','0'),(19323,1708,'_wc_rating_count','a:0:{}'),(19324,1708,'_wc_average_rating','0'),(19325,1783,'_wc_review_count','0'),(19326,1783,'_wc_rating_count','a:0:{}'),(19327,1783,'_wc_average_rating','0'),(19328,1265,'_wc_review_count','0'),(19329,1265,'_wc_rating_count','a:0:{}'),(19330,1265,'_wc_average_rating','0'),(19331,2298,'_wc_review_count','0'),(19332,2298,'_wc_rating_count','a:0:{}'),(19333,2298,'_wc_average_rating','0'),(19334,1921,'_wc_review_count','0'),(19335,1921,'_wc_rating_count','a:0:{}'),(19336,1921,'_wc_average_rating','0'),(19337,1785,'_wc_review_count','0'),(19338,1785,'_wc_rating_count','a:0:{}'),(19339,1785,'_wc_average_rating','0'),(19340,1270,'_wc_review_count','0'),(19341,1270,'_wc_rating_count','a:0:{}'),(19342,1270,'_wc_average_rating','0'),(19343,1784,'_wc_review_count','0'),(19344,1784,'_wc_rating_count','a:0:{}'),(19345,1784,'_wc_average_rating','0'),(19346,2209,'_wc_review_count','0'),(19347,1267,'_wc_review_count','0'),(19348,1267,'_wc_rating_count','a:0:{}'),(19349,1267,'_wc_average_rating','0'),(19350,1266,'_wc_review_count','0'),(19351,1266,'_wc_rating_count','a:0:{}'),(19352,1266,'_wc_average_rating','0'),(19353,1671,'_wc_review_count','0'),(19354,1671,'_wc_rating_count','a:0:{}'),(19355,1671,'_wc_average_rating','0'),(19356,1889,'_wc_review_count','0'),(19357,1889,'_wc_rating_count','a:0:{}'),(19358,1889,'_wc_average_rating','0'),(19359,1969,'_wc_review_count','0'),(19360,1969,'_wc_rating_count','a:0:{}'),(19361,1969,'_wc_average_rating','0'),(19362,1705,'_wc_review_count','0'),(19363,1705,'_wc_rating_count','a:0:{}'),(19364,1705,'_wc_average_rating','0'),(19365,1770,'_wc_review_count','0'),(19366,1770,'_wc_rating_count','a:0:{}'),(19367,1770,'_wc_average_rating','0'),(19368,1244,'_wc_review_count','0'),(19369,1244,'_wc_rating_count','a:0:{}'),(19370,1244,'_wc_average_rating','0'),(19371,2233,'_wc_review_count','0'),(19372,2303,'_wc_review_count','0'),(19373,2303,'_wc_rating_count','a:0:{}'),(19374,2303,'_wc_average_rating','0'),(19375,1926,'_wc_review_count','0'),(19376,1926,'_wc_rating_count','a:0:{}'),(19377,1926,'_wc_average_rating','0'),(19378,1253,'_wc_review_count','0'),(19379,1253,'_wc_rating_count','a:0:{}'),(19380,1253,'_wc_average_rating','0'),(19381,1775,'_wc_review_count','0'),(19382,1775,'_wc_rating_count','a:0:{}'),(19383,1775,'_wc_average_rating','0'),(19384,1771,'_wc_review_count','0'),(19385,1771,'_wc_rating_count','a:0:{}'),(19386,1771,'_wc_average_rating','0'),(19387,1248,'_wc_review_count','0'),(19388,1248,'_wc_rating_count','a:0:{}'),(19389,1248,'_wc_average_rating','0'),(19390,1243,'_wc_review_count','0'),(19391,1243,'_wc_rating_count','a:0:{}'),(19392,1243,'_wc_average_rating','0'),(19393,1704,'_wc_review_count','0'),(19394,1704,'_wc_rating_count','a:0:{}'),(19395,1704,'_wc_average_rating','0'),(19396,2304,'_wc_review_count','0'),(19397,2304,'_wc_rating_count','a:0:{}'),(19398,2304,'_wc_average_rating','0'),(19399,1927,'_wc_review_count','0'),(19400,1927,'_wc_rating_count','a:0:{}'),(19401,1927,'_wc_average_rating','0'),(19402,1252,'_wc_review_count','0'),(19403,1252,'_wc_rating_count','a:0:{}'),(19404,1252,'_wc_average_rating','0'),(19405,2234,'_wc_review_count','0'),(19406,2234,'_wc_rating_count','a:0:{}'),(19407,2234,'_wc_average_rating','0'),(19408,1245,'_wc_review_count','0'),(19409,1245,'_wc_rating_count','a:0:{}'),(19410,1245,'_wc_average_rating','0'),(19411,1246,'_wc_review_count','0'),(19412,1246,'_wc_rating_count','a:0:{}'),(19413,1246,'_wc_average_rating','0'),(19414,1681,'_wc_review_count','0'),(19415,1681,'_wc_rating_count','a:0:{}'),(19416,1681,'_wc_average_rating','0'),(19417,1242,'_wc_review_count','0'),(19418,1242,'_wc_rating_count','a:0:{}'),(19419,1242,'_wc_average_rating','0'),(19420,2305,'_wc_review_count','0'),(19421,2305,'_wc_rating_count','a:0:{}'),(19422,2305,'_wc_average_rating','0'),(19423,1928,'_wc_review_count','0'),(19424,1928,'_wc_rating_count','a:0:{}'),(19425,1928,'_wc_average_rating','0'),(19426,1251,'_wc_review_count','0'),(19427,1251,'_wc_rating_count','a:0:{}'),(19428,1251,'_wc_average_rating','0'),(19429,1247,'_wc_review_count','0'),(19430,1247,'_wc_rating_count','a:0:{}'),(19431,1247,'_wc_average_rating','0'),(19432,1953,'_wc_review_count','0'),(19433,1953,'_wc_rating_count','a:0:{}'),(19434,1953,'_wc_average_rating','0'),(19435,1697,'_wc_review_count','0'),(19436,1697,'_wc_rating_count','a:0:{}'),(19437,1697,'_wc_average_rating','0'),(19438,1950,'_wc_review_count','0'),(19439,1950,'_wc_rating_count','a:0:{}'),(19440,1950,'_wc_average_rating','0'),(19441,2236,'_wc_review_count','0'),(19442,2236,'_wc_rating_count','a:0:{}'),(19443,2236,'_wc_average_rating','0'),(19444,1239,'_wc_review_count','0'),(19445,1239,'_wc_rating_count','a:0:{}'),(19446,1239,'_wc_average_rating','0'),(19447,1240,'_wc_review_count','0'),(19448,1240,'_wc_rating_count','a:0:{}'),(19449,1240,'_wc_average_rating','0'),(19450,1236,'_wc_review_count','0'),(19451,1236,'_wc_rating_count','a:0:{}'),(19452,1236,'_wc_average_rating','0'),(19453,1235,'_wc_review_count','0'),(19454,1235,'_wc_rating_count','a:0:{}'),(19455,1235,'_wc_average_rating','0'),(19456,1762,'_wc_review_count','0'),(19457,1762,'_wc_rating_count','a:0:{}'),(19458,1762,'_wc_average_rating','0'),(19459,1226,'_wc_review_count','0'),(19460,1226,'_wc_rating_count','a:0:{}'),(19461,1226,'_wc_average_rating','0'),(19462,2274,'_wc_review_count','0'),(19463,2274,'_wc_rating_count','a:0:{}'),(19464,2274,'_wc_average_rating','0'),(19465,1228,'_wc_review_count','0'),(19466,1228,'_wc_rating_count','a:0:{}'),(19467,1228,'_wc_average_rating','0'),(19468,1227,'_wc_review_count','0'),(19469,1227,'_wc_rating_count','a:0:{}'),(19470,1227,'_wc_average_rating','0'),(19471,2237,'_wc_review_count','0'),(19472,2237,'_wc_rating_count','a:0:{}'),(19473,2237,'_wc_average_rating','0'),(19474,2306,'_wc_review_count','0'),(19475,2306,'_wc_rating_count','a:0:{}'),(19476,2306,'_wc_average_rating','0'),(19477,1929,'_wc_review_count','0'),(19478,1929,'_wc_rating_count','a:0:{}'),(19479,1929,'_wc_average_rating','0'),(19480,1241,'_wc_review_count','0'),(19481,1241,'_wc_rating_count','a:0:{}'),(19482,1241,'_wc_average_rating','0'),(19483,2308,'_wc_review_count','0'),(19484,2308,'_wc_rating_count','a:0:{}'),(19485,2308,'_wc_average_rating','0'),(19486,1931,'_wc_review_count','0'),(19487,1931,'_wc_rating_count','a:0:{}'),(19488,1931,'_wc_average_rating','0'),(19489,2240,'_wc_review_count','0'),(19490,2240,'_wc_rating_count','a:0:{}'),(19491,2240,'_wc_average_rating','0'),(19492,2239,'_wc_review_count','0'),(19493,2239,'_wc_rating_count','a:0:{}'),(19494,2239,'_wc_average_rating','0'),(19495,1767,'_wc_review_count','0'),(19496,1767,'_wc_rating_count','a:0:{}'),(19497,1767,'_wc_average_rating','0'),(19498,1765,'_wc_review_count','0'),(19499,1765,'_wc_rating_count','a:0:{}'),(19500,1765,'_wc_average_rating','0'),(19501,1766,'_wc_review_count','0'),(19502,1766,'_wc_rating_count','a:0:{}'),(19503,1766,'_wc_average_rating','0'),(19504,1233,'_wc_review_count','0'),(19505,1233,'_wc_rating_count','a:0:{}'),(19506,1233,'_wc_average_rating','0'),(19507,1231,'_wc_review_count','0'),(19508,1231,'_wc_rating_count','a:0:{}'),(19509,1231,'_wc_average_rating','0'),(19510,1234,'_wc_review_count','0'),(19511,1234,'_wc_rating_count','a:0:{}'),(19512,1234,'_wc_average_rating','0'),(19513,1232,'_wc_review_count','0'),(19514,1232,'_wc_rating_count','a:0:{}'),(19515,1232,'_wc_average_rating','0'),(19516,1948,'_wc_review_count','0'),(19517,1948,'_wc_rating_count','a:0:{}'),(19518,1948,'_wc_average_rating','0'),(19519,2238,'_wc_review_count','0'),(19520,2238,'_wc_rating_count','a:0:{}'),(19521,2238,'_wc_average_rating','0'),(19522,2307,'_wc_review_count','0'),(19523,2307,'_wc_rating_count','a:0:{}'),(19524,2307,'_wc_average_rating','0'),(19525,1930,'_wc_review_count','0'),(19526,1930,'_wc_rating_count','a:0:{}'),(19527,1930,'_wc_average_rating','0'),(19528,1769,'_wc_review_count','0'),(19529,1769,'_wc_rating_count','a:0:{}'),(19530,1769,'_wc_average_rating','0'),(19531,1768,'_wc_review_count','0'),(19532,1768,'_wc_rating_count','a:0:{}'),(19533,1768,'_wc_average_rating','0'),(19534,1237,'_wc_review_count','0'),(19535,1237,'_wc_rating_count','a:0:{}'),(19536,1237,'_wc_average_rating','0'),(19537,1238,'_wc_review_count','0'),(19538,1238,'_wc_rating_count','a:0:{}'),(19539,1238,'_wc_average_rating','0'),(19540,2241,'_wc_review_count','0'),(19541,2241,'_wc_rating_count','a:0:{}'),(19542,2241,'_wc_average_rating','0'),(19543,2242,'_wc_review_count','0'),(19544,2242,'_wc_rating_count','a:0:{}'),(19545,2242,'_wc_average_rating','0'),(19546,1764,'_wc_review_count','0'),(19547,1764,'_wc_rating_count','a:0:{}'),(19548,1764,'_wc_average_rating','0'),(19549,1763,'_wc_review_count','0'),(19550,1763,'_wc_rating_count','a:0:{}'),(19551,1763,'_wc_average_rating','0'),(19552,1230,'_wc_review_count','0'),(19553,1230,'_wc_rating_count','a:0:{}'),(19554,1230,'_wc_average_rating','0'),(19555,1229,'_wc_review_count','0'),(19556,1229,'_wc_rating_count','a:0:{}'),(19557,1229,'_wc_average_rating','0'),(19558,1958,'_wc_review_count','0'),(19559,1958,'_wc_rating_count','a:0:{}'),(19560,1958,'_wc_average_rating','0'),(19561,2311,'_wc_review_count','0'),(19562,2311,'_wc_rating_count','a:0:{}'),(19563,2311,'_wc_average_rating','0'),(19564,2312,'_wc_review_count','0'),(19565,2312,'_wc_rating_count','a:0:{}'),(19566,2312,'_wc_average_rating','0'),(19567,1684,'_wc_review_count','0'),(19568,1684,'_wc_rating_count','a:0:{}'),(19569,1684,'_wc_average_rating','0'),(19570,1689,'_wc_review_count','0'),(19571,1689,'_wc_rating_count','a:0:{}'),(19572,1689,'_wc_average_rating','0'),(19573,2077,'_wc_review_count','0'),(19574,2077,'_wc_rating_count','a:0:{}'),(19575,2077,'_wc_average_rating','0'),(19576,2126,'_wc_review_count','0'),(19577,2126,'_wc_rating_count','a:0:{}'),(19578,2126,'_wc_average_rating','0'),(19579,1203,'_wc_review_count','0'),(19580,1203,'_wc_rating_count','a:0:{}'),(19581,1203,'_wc_average_rating','0'),(19582,1209,'_wc_review_count','0'),(19583,1209,'_wc_rating_count','a:0:{}'),(19584,1209,'_wc_average_rating','0'),(19585,1756,'_wc_review_count','0'),(19586,1756,'_wc_rating_count','a:0:{}'),(19587,1756,'_wc_average_rating','0'),(19588,1208,'_wc_review_count','0'),(19589,1208,'_wc_rating_count','a:0:{}'),(19590,1208,'_wc_average_rating','0'),(19591,1207,'_wc_review_count','0'),(19592,1207,'_wc_rating_count','a:0:{}'),(19593,1207,'_wc_average_rating','0'),(19594,2254,'_wc_review_count','0'),(19595,2254,'_wc_rating_count','a:0:{}'),(19596,2254,'_wc_average_rating','0'),(19597,1755,'_wc_review_count','0'),(19598,1755,'_wc_rating_count','a:0:{}'),(19599,1755,'_wc_average_rating','0'),(19600,1206,'_wc_review_count','0'),(19601,1206,'_wc_rating_count','a:0:{}'),(19602,1206,'_wc_average_rating','0'),(19603,1205,'_wc_review_count','0'),(19604,1205,'_wc_rating_count','a:0:{}'),(19605,1205,'_wc_average_rating','0'),(19606,2252,'_wc_review_count','0'),(19607,2252,'_wc_rating_count','a:0:{}'),(19608,2252,'_wc_average_rating','0'),(19609,1204,'_wc_review_count','0'),(19610,1204,'_wc_rating_count','a:0:{}'),(19611,1204,'_wc_average_rating','0'),(19612,2047,'_wc_review_count','0'),(19613,2047,'_wc_rating_count','a:0:{}'),(19614,2047,'_wc_average_rating','0'),(19615,2051,'_wc_review_count','0'),(19616,2051,'_wc_rating_count','a:0:{}'),(19617,2051,'_wc_average_rating','0'),(19618,2121,'_wc_review_count','0'),(19619,2121,'_wc_rating_count','a:0:{}'),(19620,2121,'_wc_average_rating','0'),(19621,2265,'_wc_review_count','0'),(19622,2265,'_wc_rating_count','a:0:{}'),(19623,2265,'_wc_average_rating','0'),(19624,2057,'_wc_review_count','0'),(19625,2057,'_wc_rating_count','a:0:{}'),(19626,2057,'_wc_average_rating','0'),(19627,2090,'_wc_review_count','0'),(19628,2090,'_wc_rating_count','a:0:{}'),(19629,2090,'_wc_average_rating','0'),(19630,1197,'_wc_review_count','0'),(19631,1197,'_wc_rating_count','a:0:{}'),(19632,1197,'_wc_average_rating','0'),(19633,2267,'_wc_review_count','0'),(19634,2267,'_wc_rating_count','a:0:{}'),(19635,2267,'_wc_average_rating','0'),(19636,1202,'_wc_review_count','0'),(19637,1202,'_wc_rating_count','a:0:{}'),(19638,1202,'_wc_average_rating','0'),(19639,2259,'_wc_review_count','0'),(19640,2259,'_wc_rating_count','a:0:{}'),(19641,2259,'_wc_average_rating','0'),(19642,2260,'_wc_review_count','0'),(19643,2260,'_wc_rating_count','a:0:{}'),(19644,2260,'_wc_average_rating','0'),(19645,1198,'_wc_review_count','0'),(19646,1198,'_wc_rating_count','a:0:{}'),(19647,1198,'_wc_average_rating','0'),(19648,2144,'_wc_review_count','0'),(19649,2144,'_wc_rating_count','a:0:{}'),(19650,2144,'_wc_average_rating','0'),(19651,1989,'_wc_review_count','0'),(19652,1989,'_wc_rating_count','a:0:{}'),(19653,1989,'_wc_average_rating','0'),(19654,2244,'_wc_review_count','0'),(19655,2244,'_wc_rating_count','a:0:{}'),(19656,2244,'_wc_average_rating','0'),(19657,1213,'_wc_review_count','0'),(19658,1213,'_wc_rating_count','a:0:{}'),(19659,1213,'_wc_average_rating','0'),(19660,1212,'_wc_review_count','0'),(19661,1212,'_wc_rating_count','a:0:{}'),(19662,1212,'_wc_average_rating','0'),(19663,2243,'_wc_review_count','0'),(19664,2243,'_wc_rating_count','a:0:{}'),(19665,2243,'_wc_average_rating','0'),(19666,2248,'_wc_review_count','0'),(19667,2248,'_wc_rating_count','a:0:{}'),(19668,2248,'_wc_average_rating','0'),(19669,2246,'_wc_review_count','0'),(19670,2246,'_wc_rating_count','a:0:{}'),(19671,2246,'_wc_average_rating','0'),(19672,2247,'_wc_review_count','0'),(19673,2247,'_wc_rating_count','a:0:{}'),(19674,2247,'_wc_average_rating','0'),(19675,2249,'_wc_review_count','0'),(19676,2249,'_wc_rating_count','a:0:{}'),(19677,2249,'_wc_average_rating','0'),(19678,2250,'_wc_review_count','0'),(19679,2250,'_wc_rating_count','a:0:{}'),(19680,2250,'_wc_average_rating','0'),(19681,1210,'_wc_review_count','0'),(19682,1210,'_wc_rating_count','a:0:{}'),(19683,1210,'_wc_average_rating','0'),(19684,1221,'_wc_review_count','0'),(19685,1221,'_wc_rating_count','a:0:{}'),(19686,1221,'_wc_average_rating','0'),(19687,1218,'_wc_review_count','0'),(19688,1218,'_wc_rating_count','a:0:{}'),(19689,1218,'_wc_average_rating','0'),(19690,1217,'_wc_review_count','0'),(19691,1217,'_wc_rating_count','a:0:{}'),(19692,1217,'_wc_average_rating','0'),(19693,1216,'_wc_review_count','0'),(19694,1216,'_wc_rating_count','a:0:{}'),(19695,1216,'_wc_average_rating','0'),(19696,1220,'_wc_review_count','0'),(19697,1220,'_wc_rating_count','a:0:{}'),(19698,1220,'_wc_average_rating','0'),(19699,1215,'_wc_review_count','0'),(19700,1215,'_wc_rating_count','a:0:{}'),(19701,1215,'_wc_average_rating','0'),(19702,1219,'_wc_review_count','0'),(19703,1219,'_wc_rating_count','a:0:{}'),(19704,1219,'_wc_average_rating','0'),(19705,2245,'_wc_review_count','0'),(19706,2245,'_wc_rating_count','a:0:{}'),(19707,2245,'_wc_average_rating','0'),(19708,1214,'_wc_review_count','0'),(19709,1214,'_wc_rating_count','a:0:{}'),(19710,1214,'_wc_average_rating','0'),(19711,2262,'_wc_review_count','0'),(19712,2262,'_wc_rating_count','a:0:{}'),(19713,2262,'_wc_average_rating','0'),(19714,1211,'_wc_review_count','0'),(19715,1211,'_wc_rating_count','a:0:{}'),(19716,1211,'_wc_average_rating','0'),(19717,2167,'_wc_review_count','0'),(19718,2167,'_wc_rating_count','a:0:{}'),(19719,2167,'_wc_average_rating','0'),(19720,2168,'_wc_review_count','0'),(19721,2168,'_wc_rating_count','a:0:{}'),(19722,2168,'_wc_average_rating','0'),(19723,1884,'_wc_review_count','0'),(19724,1884,'_wc_rating_count','a:0:{}'),(19725,1884,'_wc_average_rating','0'),(19726,2261,'_wc_review_count','0'),(19727,2261,'_wc_rating_count','a:0:{}'),(19728,2261,'_wc_average_rating','0'),(19729,1968,'_wc_review_count','0'),(19730,1968,'_wc_rating_count','a:0:{}'),(19731,1968,'_wc_average_rating','0'),(19732,2165,'_wc_review_count','0'),(19733,2165,'_wc_rating_count','a:0:{}'),(19734,2165,'_wc_average_rating','0'),(19735,2166,'_wc_review_count','0'),(19736,2166,'_wc_rating_count','a:0:{}'),(19737,2166,'_wc_average_rating','0'),(19738,1991,'_wc_review_count','0'),(19739,1991,'_wc_rating_count','a:0:{}'),(19740,1991,'_wc_average_rating','0'),(19741,2145,'_wc_review_count','0'),(19742,2145,'_wc_rating_count','a:0:{}'),(19743,2145,'_wc_average_rating','0'),(19744,1887,'_wc_review_count','0'),(19745,1887,'_wc_rating_count','a:0:{}'),(19746,1887,'_wc_average_rating','0'),(19747,1880,'_wc_review_count','0'),(19748,1880,'_wc_rating_count','a:0:{}'),(19749,1880,'_wc_average_rating','0'),(19750,1843,'_wc_review_count','0'),(19751,1843,'_wc_rating_count','a:0:{}'),(19752,1843,'_wc_average_rating','0'),(19753,1842,'_wc_review_count','0'),(19754,1842,'_wc_rating_count','a:0:{}'),(19755,1842,'_wc_average_rating','0'),(19756,1841,'_wc_review_count','0'),(19757,1841,'_wc_rating_count','a:0:{}'),(19758,1841,'_wc_average_rating','0'),(19759,1840,'_wc_review_count','0'),(19760,1840,'_wc_rating_count','a:0:{}'),(19761,1840,'_wc_average_rating','0'),(19762,1839,'_wc_review_count','0'),(19763,1839,'_wc_rating_count','a:0:{}'),(19764,1839,'_wc_average_rating','0'),(19765,1838,'_wc_review_count','0'),(19766,1838,'_wc_rating_count','a:0:{}'),(19767,1838,'_wc_average_rating','0'),(19768,1943,'_wc_review_count','0'),(19769,1943,'_wc_rating_count','a:0:{}'),(19770,1943,'_wc_average_rating','0'),(19771,1837,'_wc_review_count','0'),(19772,1837,'_wc_rating_count','a:0:{}'),(19773,1837,'_wc_average_rating','0'),(19774,1942,'_wc_review_count','0'),(19775,1942,'_wc_rating_count','a:0:{}'),(19776,1942,'_wc_average_rating','0'),(19777,1836,'_wc_review_count','0'),(19778,1836,'_wc_rating_count','a:0:{}'),(19779,1836,'_wc_average_rating','0'),(19780,1941,'_wc_review_count','0'),(19781,1941,'_wc_rating_count','a:0:{}'),(19782,1941,'_wc_average_rating','0'),(19783,1835,'_wc_review_count','0'),(19784,1835,'_wc_rating_count','a:0:{}'),(19785,1835,'_wc_average_rating','0'),(19786,2015,'_wc_review_count','0'),(19787,2015,'_wc_rating_count','a:0:{}'),(19788,2015,'_wc_average_rating','0'),(19789,1940,'_wc_review_count','0'),(19790,1940,'_wc_rating_count','a:0:{}'),(19791,1940,'_wc_average_rating','0'),(19792,1834,'_wc_review_count','0'),(19793,1834,'_wc_rating_count','a:0:{}'),(19794,1834,'_wc_average_rating','0'),(19795,2011,'_wc_review_count','0'),(19796,2011,'_wc_rating_count','a:0:{}'),(19797,2011,'_wc_average_rating','0'),(19798,1939,'_wc_review_count','0'),(19799,1939,'_wc_rating_count','a:0:{}'),(19800,1939,'_wc_average_rating','0'),(19801,1833,'_wc_review_count','0'),(19802,1833,'_wc_rating_count','a:0:{}'),(19803,1833,'_wc_average_rating','0'),(19804,1938,'_wc_review_count','0'),(19805,1938,'_wc_rating_count','a:0:{}'),(19806,1938,'_wc_average_rating','0'),(19807,1832,'_wc_review_count','0'),(19808,1832,'_wc_rating_count','a:0:{}'),(19809,1832,'_wc_average_rating','0'),(19810,1937,'_wc_review_count','0'),(19811,1937,'_wc_rating_count','a:0:{}'),(19812,1937,'_wc_average_rating','0'),(19813,1831,'_wc_review_count','0'),(19814,1831,'_wc_rating_count','a:0:{}'),(19815,1831,'_wc_average_rating','0'),(19816,1936,'_wc_review_count','0'),(19817,1936,'_wc_rating_count','a:0:{}'),(19818,1936,'_wc_average_rating','0'),(19819,1830,'_wc_review_count','0'),(19820,1830,'_wc_rating_count','a:0:{}'),(19821,1830,'_wc_average_rating','0'),(19822,1935,'_wc_review_count','0'),(19823,1935,'_wc_rating_count','a:0:{}'),(19824,1935,'_wc_average_rating','0'),(19825,1829,'_wc_review_count','0'),(19826,1829,'_wc_rating_count','a:0:{}'),(19827,1829,'_wc_average_rating','0'),(19828,1934,'_wc_review_count','0'),(19829,1934,'_wc_rating_count','a:0:{}'),(19830,1934,'_wc_average_rating','0'),(19831,1828,'_wc_review_count','0'),(19832,1828,'_wc_rating_count','a:0:{}'),(19833,1828,'_wc_average_rating','0'),(19834,1820,'_wc_review_count','0'),(19835,1820,'_wc_rating_count','a:0:{}'),(19836,1820,'_wc_average_rating','0'),(19837,1819,'_wc_review_count','0'),(19838,1819,'_wc_rating_count','a:0:{}'),(19839,1819,'_wc_average_rating','0'),(19840,1827,'_wc_review_count','0'),(19841,1827,'_wc_rating_count','a:0:{}'),(19842,1827,'_wc_average_rating','0'),(19843,1826,'_wc_review_count','0'),(19844,1826,'_wc_rating_count','a:0:{}'),(19845,1826,'_wc_average_rating','0'),(19846,1933,'_wc_review_count','0'),(19847,1933,'_wc_rating_count','a:0:{}'),(19848,1933,'_wc_average_rating','0'),(19849,1825,'_wc_review_count','0'),(19850,1825,'_wc_rating_count','a:0:{}'),(19851,1825,'_wc_average_rating','0'),(19852,1824,'_wc_review_count','0'),(19853,1824,'_wc_rating_count','a:0:{}'),(19854,1824,'_wc_average_rating','0'),(19855,1823,'_wc_review_count','0'),(19856,1823,'_wc_rating_count','a:0:{}'),(19857,1823,'_wc_average_rating','0'),(19858,1822,'_wc_review_count','0'),(19859,1822,'_wc_rating_count','a:0:{}'),(19860,1822,'_wc_average_rating','0'),(19861,1932,'_wc_review_count','0'),(19862,1932,'_wc_rating_count','a:0:{}'),(19863,1932,'_wc_average_rating','0'),(19864,1821,'_wc_review_count','0'),(19865,1821,'_wc_rating_count','a:0:{}'),(19866,1821,'_wc_average_rating','0'),(19867,1844,'_wc_review_count','0'),(19868,1844,'_wc_rating_count','a:0:{}'),(19869,1844,'_wc_average_rating','0'),(19870,3421,'_order_key','wc_order_59729fe18f86a'),(19871,3421,'_customer_user','1'),(19872,3421,'_payment_method','cod'),(19873,3421,'_payment_method_title','Cash on delivery'),(19874,3421,'_transaction_id',''),(19875,3421,'_customer_ip_address','173.56.65.47'),(19876,3421,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(19877,3421,'_created_via','checkout'),(19878,3421,'_date_completed',''),(19879,3421,'_completed_date',''),(19880,3421,'_date_paid',''),(19881,3421,'_paid_date',''),(19882,3421,'_cart_hash','2eadee220a94db987ca0235b5e021383'),(19883,3421,'_billing_first_name','don'),(19884,3421,'_billing_last_name','meehan'),(19885,3421,'_billing_company','M.'),(19886,3421,'_billing_address_1','12 MCGUINNESS BLVD So'),(19887,3421,'_billing_address_2','ph4'),(19888,3421,'_billing_city','brooklyn'),(19889,3421,'_billing_state','NY'),(19890,3421,'_billing_postcode','11222'),(19891,3421,'_billing_country','US'),(19892,3421,'_billing_email','dmeehanjr@gmail.com'),(19893,3421,'_billing_phone','6462637089'),(19894,3421,'_shipping_first_name',''),(19895,3421,'_shipping_last_name',''),(19896,3421,'_shipping_company',''),(19897,3421,'_shipping_address_1',''),(19898,3421,'_shipping_address_2',''),(19899,3421,'_shipping_city',''),(19900,3421,'_shipping_state',''),(19901,3421,'_shipping_postcode',''),(19902,3421,'_shipping_country',''),(19903,3421,'_order_currency','USD'),(19904,3421,'_cart_discount','0'),(19905,3421,'_cart_discount_tax','0'),(19906,3421,'_order_shipping','0'),(19907,3421,'_order_shipping_tax','0'),(19908,3421,'_order_tax','3.36'),(19909,3421,'_order_total','87.36'),(19910,3421,'_order_version','3.1.1'),(19911,3421,'_prices_include_tax','no'),(19912,3421,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US dmeehanjr@gmail.com 6462637089'),(19913,3421,'_shipping_address_index',' '),(19914,3421,'_shipping_method',''),(19915,3421,'_download_permissions_granted','yes'),(19916,1211,'total_sales','1'),(19917,3421,'_recorded_sales','yes'),(19918,3421,'_recorded_coupon_usage_counts','yes'),(19919,1211,'_sale_price',''),(19920,1211,'_sale_price_dates_from',''),(19921,1211,'_sale_price_dates_to',''),(19922,1211,'_tax_status','taxable'),(19923,1211,'_tax_class',''),(19924,1211,'_backorders',''),(19925,1211,'_sold_individually','no'),(19926,1211,'_weight',''),(19927,1211,'_length',''),(19928,1211,'_width',''),(19929,1211,'_height',''),(19930,1211,'_upsell_ids','a:0:{}'),(19931,1211,'_crosssell_ids','a:0:{}'),(19932,1211,'_purchase_note',''),(19933,1211,'_default_attributes','a:0:{}'),(19934,1211,'_virtual','no'),(19935,1211,'_downloadable','no'),(19936,1211,'_product_image_gallery',''),(19937,1211,'_download_limit','-1'),(19938,1211,'_download_expiry','-1'),(19939,1211,'_product_version','3.1.1'),(19940,3421,'_order_stock_reduced','yes'),(19941,3421,'_edit_lock','1500684339:1'),(19942,3422,'_order_key','wc_order_5972a14b0c4c2'),(19943,3422,'_customer_user','1'),(19944,3422,'_payment_method','cod'),(19945,3422,'_payment_method_title','Cash on delivery'),(19946,3422,'_transaction_id',''),(19947,3422,'_customer_ip_address','173.56.65.47'),(19948,3422,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(19949,3422,'_created_via','checkout'),(19950,3422,'_date_completed','1500702294'),(19951,3422,'_completed_date','2017-07-22 01:44:54'),(19952,3422,'_date_paid',''),(19953,3422,'_paid_date',''),(19954,3422,'_cart_hash','7d7c978e67c2ac756568aad4d34b2f80'),(19955,3422,'_billing_first_name','don'),(19956,3422,'_billing_last_name','meehan'),(19957,3422,'_billing_company','M.'),(19958,3422,'_billing_address_1','12 MCGUINNESS BLVD So'),(19959,3422,'_billing_address_2','ph4'),(19960,3422,'_billing_city','brooklyn'),(19961,3422,'_billing_state','NY'),(19962,3422,'_billing_postcode','11222'),(19963,3422,'_billing_country','US'),(19964,3422,'_billing_email','lz83ny@gmail.com'),(19965,3422,'_billing_phone','6462637089'),(19966,3422,'_shipping_first_name',''),(19967,3422,'_shipping_last_name',''),(19968,3422,'_shipping_company',''),(19969,3422,'_shipping_address_1',''),(19970,3422,'_shipping_address_2',''),(19971,3422,'_shipping_city',''),(19972,3422,'_shipping_state',''),(19973,3422,'_shipping_postcode',''),(19974,3422,'_shipping_country',''),(19975,3422,'_order_currency','USD'),(19976,3422,'_cart_discount','0'),(19977,3422,'_cart_discount_tax','0'),(19978,3422,'_order_shipping','0'),(19979,3422,'_order_shipping_tax','0'),(19980,3422,'_order_tax','0.44'),(19981,3422,'_order_total','11.44'),(19982,3422,'_order_version','3.1.1'),(19983,3422,'_prices_include_tax','no'),(19984,3422,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US lz83ny@gmail.com 6462637089'),(19985,3422,'_shipping_address_index',' '),(19986,3422,'_shipping_method',''),(19987,3422,'_download_permissions_granted','yes'),(19988,3422,'_recorded_sales','yes'),(19989,3422,'_recorded_coupon_usage_counts','yes'),(19990,3422,'_order_stock_reduced','yes'),(19991,3423,'_order_key','wc_order_5972a1ee8a91d'),(19992,3423,'_customer_user','1'),(19993,3423,'_payment_method','cheque'),(19994,3423,'_payment_method_title','Check payments'),(19995,3423,'_transaction_id',''),(19996,3423,'_customer_ip_address','173.56.65.47'),(19997,3423,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(19998,3423,'_created_via','checkout'),(19999,3423,'_date_completed',''),(20000,3423,'_completed_date',''),(20001,3423,'_date_paid','1500687879'),(20002,3423,'_paid_date','2017-07-21 21:44:39'),(20003,3423,'_cart_hash','fb98a22711aabe9561526e3d169297d0'),(20004,3423,'_billing_first_name','don'),(20005,3423,'_billing_last_name','meehan'),(20006,3423,'_billing_company','M.'),(20007,3423,'_billing_address_1','12 MCGUINNESS BLVD So'),(20008,3423,'_billing_address_2','ph4'),(20009,3423,'_billing_city','brooklyn'),(20010,3423,'_billing_state','NY'),(20011,3423,'_billing_postcode','11222'),(20012,3423,'_billing_country','US'),(20013,3423,'_billing_email','lz83ny@gmail.com'),(20014,3423,'_billing_phone','6462637089'),(20015,3423,'_shipping_first_name',''),(20016,3423,'_shipping_last_name',''),(20017,3423,'_shipping_company',''),(20018,3423,'_shipping_address_1',''),(20019,3423,'_shipping_address_2',''),(20020,3423,'_shipping_city',''),(20021,3423,'_shipping_state',''),(20022,3423,'_shipping_postcode',''),(20023,3423,'_shipping_country',''),(20024,3423,'_order_currency','USD'),(20025,3423,'_cart_discount','0'),(20026,3423,'_cart_discount_tax','0'),(20027,3423,'_order_shipping','0'),(20028,3423,'_order_shipping_tax','0'),(20029,3423,'_order_tax','0.32'),(20030,3423,'_order_total','8.32'),(20031,3423,'_order_version','3.1.1'),(20032,3423,'_prices_include_tax','no'),(20033,3423,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US lz83ny@gmail.com 6462637089'),(20034,3423,'_shipping_address_index',' '),(20035,3423,'_shipping_method',''),(20036,3423,'_recorded_sales','yes'),(20037,3423,'_recorded_coupon_usage_counts','yes'),(20038,3423,'_order_stock_reduced','yes'),(20039,3424,'_order_key','wc_order_5972a4494f070'),(20040,3424,'_customer_user','41'),(20041,3424,'_payment_method',''),(20042,3424,'_payment_method_title',''),(20043,3424,'_transaction_id',''),(20044,3424,'_customer_ip_address','173.56.65.47'),(20045,3424,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20046,3424,'_created_via','checkout'),(20047,3424,'_date_completed',''),(20048,3424,'_completed_date',''),(20049,3424,'_date_paid','1500685385'),(20050,3424,'_paid_date','2017-07-22 01:03:05'),(20051,3424,'_cart_hash','370706a2cabe659c9e035104a44c7de4'),(20052,3424,'_billing_first_name','don'),(20053,3424,'_billing_last_name','meehan'),(20054,3424,'_billing_company','M.'),(20055,3424,'_billing_address_1','12 MCGUINNESS BLVD So'),(20056,3424,'_billing_address_2','ph4'),(20057,3424,'_billing_city','brooklyn'),(20058,3424,'_billing_state','NY'),(20059,3424,'_billing_postcode','11222'),(20060,3424,'_billing_country','US'),(20061,3424,'_billing_email','dmeehanjr@gmail.com'),(20062,3424,'_billing_phone','6462637089'),(20063,3424,'_shipping_first_name',''),(20064,3424,'_shipping_last_name',''),(20065,3424,'_shipping_company',''),(20066,3424,'_shipping_address_1',''),(20067,3424,'_shipping_address_2',''),(20068,3424,'_shipping_city',''),(20069,3424,'_shipping_state',''),(20070,3424,'_shipping_postcode',''),(20071,3424,'_shipping_country',''),(20072,3424,'_order_currency','USD'),(20073,3424,'_cart_discount','0'),(20074,3424,'_cart_discount_tax','0'),(20075,3424,'_order_shipping','0'),(20076,3424,'_order_shipping_tax','0'),(20077,3424,'_order_tax','0'),(20078,3424,'_order_total','0.00'),(20079,3424,'_order_version','3.1.1'),(20080,3424,'_prices_include_tax','no'),(20081,3424,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US dmeehanjr@gmail.com 6462637089'),(20082,3424,'_shipping_address_index',' '),(20083,3424,'_shipping_method',''),(20084,3424,'_download_permissions_granted','yes'),(20085,1237,'total_sales','1'),(20086,3424,'_recorded_sales','yes'),(20087,3424,'_recorded_coupon_usage_counts','yes'),(20088,1237,'_sale_price',''),(20089,1237,'_sale_price_dates_from',''),(20090,1237,'_sale_price_dates_to',''),(20091,1237,'_tax_status','taxable'),(20092,1237,'_tax_class',''),(20093,1237,'_backorders',''),(20094,1237,'_sold_individually','no'),(20095,1237,'_weight',''),(20096,1237,'_length',''),(20097,1237,'_width',''),(20098,1237,'_height',''),(20099,1237,'_upsell_ids','a:0:{}'),(20100,1237,'_crosssell_ids','a:0:{}'),(20101,1237,'_purchase_note',''),(20102,1237,'_default_attributes','a:0:{}'),(20103,1237,'_virtual','no'),(20104,1237,'_downloadable','no'),(20105,1237,'_product_image_gallery',''),(20106,1237,'_download_limit','-1'),(20107,1237,'_download_expiry','-1'),(20108,1237,'_product_version','3.1.1'),(20109,3424,'_order_stock_reduced','yes'),(20111,3419,'tb_callout_text','<p><br data-mce-bogus=\"1\"></p>'),(20112,3427,'_order_key','wc_order_5972cc8390039'),(20113,3427,'_customer_user','42'),(20114,3427,'_payment_method',''),(20115,3427,'_payment_method_title',''),(20116,3427,'_transaction_id',''),(20117,3427,'_customer_ip_address','173.56.65.47'),(20118,3427,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20119,3427,'_created_via','checkout'),(20120,3427,'_date_completed',''),(20121,3427,'_completed_date',''),(20122,3427,'_date_paid','1500695683'),(20123,3427,'_paid_date','2017-07-22 03:54:43'),(20124,3427,'_cart_hash','f5d4e221c87d0f1b2c7b5a0b88b42e1f'),(20125,3427,'_billing_first_name','dan'),(20126,3427,'_billing_last_name','dood'),(20127,3427,'_billing_company','M.'),(20128,3427,'_billing_address_1','12 main st'),(20129,3427,'_billing_address_2','ph4'),(20130,3427,'_billing_city','brooklyn'),(20131,3427,'_billing_state','NY'),(20132,3427,'_billing_postcode','11222'),(20133,3427,'_billing_country','US'),(20134,3427,'_billing_email','info@webgurunyc.com'),(20135,3427,'_billing_phone','6462637089'),(20136,3427,'_shipping_first_name',''),(20137,3427,'_shipping_last_name',''),(20138,3427,'_shipping_company',''),(20139,3427,'_shipping_address_1',''),(20140,3427,'_shipping_address_2',''),(20141,3427,'_shipping_city',''),(20142,3427,'_shipping_state',''),(20143,3427,'_shipping_postcode',''),(20144,3427,'_shipping_country',''),(20145,3427,'_order_currency','USD'),(20146,3427,'_cart_discount','0'),(20147,3427,'_cart_discount_tax','0'),(20148,3427,'_order_shipping','0'),(20149,3427,'_order_shipping_tax','0'),(20150,3427,'_order_tax','0'),(20151,3427,'_order_total','0.00'),(20152,3427,'_order_version','3.1.1'),(20153,3427,'_prices_include_tax','no'),(20154,3427,'_billing_address_index','dan dood M. 12 main st ph4 brooklyn NY 11222 US info@webgurunyc.com 6462637089'),(20155,3427,'_shipping_address_index',' '),(20156,3427,'_shipping_method',''),(20157,3427,'_download_permissions_granted','yes'),(20158,2336,'total_sales','1'),(20159,2242,'total_sales','1'),(20160,3427,'_recorded_sales','yes'),(20161,3427,'_recorded_coupon_usage_counts','yes'),(20162,2336,'_sale_price',''),(20163,2336,'_sale_price_dates_from',''),(20164,2336,'_sale_price_dates_to',''),(20165,2336,'_tax_status','taxable'),(20166,2336,'_tax_class',''),(20167,2336,'_backorders',''),(20168,2336,'_sold_individually','no'),(20169,2336,'_weight',''),(20170,2336,'_length',''),(20171,2336,'_width',''),(20172,2336,'_height',''),(20173,2336,'_upsell_ids','a:0:{}'),(20174,2336,'_crosssell_ids','a:0:{}'),(20175,2336,'_purchase_note',''),(20176,2336,'_default_attributes','a:0:{}'),(20177,2336,'_virtual','no'),(20178,2336,'_downloadable','no'),(20179,2336,'_product_image_gallery',''),(20180,2336,'_download_limit','-1'),(20181,2336,'_download_expiry','-1'),(20182,2336,'_product_version','3.1.1'),(20183,2242,'_sale_price',''),(20184,2242,'_sale_price_dates_from',''),(20185,2242,'_sale_price_dates_to',''),(20186,2242,'_tax_status','taxable'),(20187,2242,'_tax_class',''),(20188,2242,'_backorders',''),(20189,2242,'_sold_individually','no'),(20190,2242,'_weight',''),(20191,2242,'_length',''),(20192,2242,'_width',''),(20193,2242,'_height',''),(20194,2242,'_upsell_ids','a:0:{}'),(20195,2242,'_crosssell_ids','a:0:{}'),(20196,2242,'_purchase_note',''),(20197,2242,'_default_attributes','a:0:{}'),(20198,2242,'_virtual','no'),(20199,2242,'_downloadable','no'),(20200,2242,'_product_image_gallery',''),(20201,2242,'_download_limit','-1'),(20202,2242,'_download_expiry','-1'),(20203,2242,'_product_version','3.1.1'),(20204,3427,'_order_stock_reduced','yes'),(20205,3428,'_wp_attached_file','2017/07/facebook-icon-preview-1-400x400-e1500699394789.png'),(20206,3428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:58:\"2017/07/facebook-icon-preview-1-400x400-e1500699394789.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"facebook-icon-preview-1-400x400-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:43:\"facebook-icon-preview-1-400x400-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(20207,3428,'_edit_lock','1500699279:1'),(20208,3428,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:35:\"facebook-icon-preview-1-400x400.png\";}}'),(20209,3428,'_video_url',''),(20210,3428,'_edit_last','1'),(20211,3428,'_yoast_wpseo_content_score','30'),(20212,3427,'_edit_lock','1500865127:1'),(20213,3423,'_edit_lock','1500702125:1'),(20214,3423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20215,3423,'_download_permissions_granted','yes'),(20216,3422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20217,2373,'_edit_lock','1500702223:1'),(20218,2365,'_edit_lock','1500702270:1'),(20219,2349,'_edit_lock','1500702347:1'),(20220,3429,'_order_key','wc_order_5972e89b6ab6e'),(20221,3429,'_customer_user','1'),(20222,3429,'_payment_method','cheque'),(20223,3429,'_payment_method_title','Check payments'),(20224,3429,'_transaction_id',''),(20225,3429,'_customer_ip_address','173.56.65.47'),(20226,3429,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20227,3429,'_created_via','checkout'),(20228,3429,'_date_completed',''),(20229,3429,'_completed_date',''),(20230,3429,'_date_paid',''),(20231,3429,'_paid_date',''),(20232,3429,'_cart_hash','453416102b6117b5fe3db5d0994dff68'),(20233,3429,'_billing_first_name','don'),(20234,3429,'_billing_last_name','meehan'),(20235,3429,'_billing_company','M.'),(20236,3429,'_billing_address_1','12 MCGUINNESS BLVD So'),(20237,3429,'_billing_address_2','ph4'),(20238,3429,'_billing_city','brooklyn'),(20239,3429,'_billing_state','NY'),(20240,3429,'_billing_postcode','11222'),(20241,3429,'_billing_country','US'),(20242,3429,'_billing_email','dmeehanjr@gmail.com'),(20243,3429,'_billing_phone','6462637089'),(20244,3429,'_shipping_first_name',''),(20245,3429,'_shipping_last_name',''),(20246,3429,'_shipping_company',''),(20247,3429,'_shipping_address_1',''),(20248,3429,'_shipping_address_2',''),(20249,3429,'_shipping_city',''),(20250,3429,'_shipping_state',''),(20251,3429,'_shipping_postcode',''),(20252,3429,'_shipping_country',''),(20253,3429,'_order_currency','USD'),(20254,3429,'_cart_discount','0'),(20255,3429,'_cart_discount_tax','0'),(20256,3429,'_order_shipping','0'),(20257,3429,'_order_shipping_tax','0'),(20258,3429,'_order_tax','0.64'),(20259,3429,'_order_total','16.64'),(20260,3429,'_order_version','3.1.1'),(20261,3429,'_prices_include_tax','no'),(20262,3429,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US dmeehanjr@gmail.com 6462637089'),(20263,3429,'_shipping_address_index',' '),(20264,3429,'_shipping_method',''),(20267,3429,'_recorded_sales','yes'),(20268,3429,'_recorded_coupon_usage_counts','yes'),(20269,3429,'_order_stock_reduced','yes'),(20270,3430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20271,3430,'_edit_lock','1502114586:1'),(20272,3430,'_edit_last','1'),(20273,3430,'_wp_page_template','standard-page.php'),(20274,3430,'slide_template','default'),(20275,3430,'_easy_image_gallery_link_images','off'),(20276,3430,'_wpb_vc_js_status','true'),(20277,3430,'_yoast_wpseo_content_score','30'),(20278,3430,'_uwmr_url',''),(20279,3430,'_uwmr_activate',NULL),(20280,3430,'_uwmr_tablet_url',''),(20281,3430,'_uwmr_tablet_activate',NULL),(20282,3433,'_wp_attached_file','2017/07/ori-1.jpg'),(20283,3433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1643;s:6:\"height\";i:832;s:4:\"file\";s:17:\"2017/07/ori-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ori-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:17:\"ori-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ori-1-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ori-1-1024x519.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:519;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:{}}}'),(20284,3430,'_wpb_shortcodes_custom_css','.vc_custom_1500730391542{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500730397480{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501585176782{margin-top: 50px !important;margin-bottom: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500730480462{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500730475062{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500731088135{margin-top: 50px !important;margin-bottom: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500729095609{padding-right: 15px !important;}.vc_custom_1502113970998{margin-top: -15px !important;padding-left: 15px !important;}.vc_custom_1501585105874{margin-top: -15px !important;padding-right: 15px !important;}.vc_custom_1500729784135{padding-left: 15px !important;}.vc_custom_1500729893381{padding-right: 15px !important;}.vc_custom_1501585075195{margin-top: 15px !important;padding-left: 15px !important;}.vc_custom_1502114538707{margin-top: 30px !important;}.vc_custom_1502114582331{margin-top: 30px !important;}.vc_custom_1501589390581{margin-top: 30px !important;}'),(20285,3445,'_wp_attached_file','2017/07/Order-Asset-2.jpg'),(20286,3445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1631;s:6:\"height\";i:796;s:4:\"file\";s:25:\"2017/07/Order-Asset-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Order-Asset-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:25:\"Order-Asset-2-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Order-Asset-2-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Order-Asset-2-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;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:{}}}'),(20287,3448,'_wp_attached_file','2017/07/Order-Asset-3.jpg'),(20288,3448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1658;s:6:\"height\";i:1451;s:4:\"file\";s:25:\"2017/07/Order-Asset-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Order-Asset-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:25:\"Order-Asset-3-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Order-Asset-3-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Order-Asset-3-1024x896.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:896;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:{}}}'),(20289,3451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20290,3451,'_menu_item_type','post_type'),(20291,3451,'_menu_item_menu_item_parent','0'),(20292,3451,'_menu_item_object_id','3430'),(20293,3451,'_menu_item_object','page'),(20294,3451,'_menu_item_target',''),(20295,3451,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20296,3451,'_menu_item_xfn',''),(20297,3451,'_menu_item_url',''),(20314,3464,'_wp_attached_file','2017/07/Classic.png'),(20315,3464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1292;s:4:\"file\";s:19:\"2017/07/Classic.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Classic-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:19:\"Classic-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Classic-768x517.png\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Classic-1024x689.png\";s:5:\"width\";i:1024;s:6:\"height\";i:689;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:{}}}'),(20316,3465,'_wp_attached_file','2017/07/Themes.png'),(20317,3465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1294;s:4:\"file\";s:18:\"2017/07/Themes.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Themes-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:18:\"Themes-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Themes-768x517.png\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Themes-1024x689.png\";s:5:\"width\";i:1024;s:6:\"height\";i:689;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:{}}}'),(20318,3466,'_wp_attached_file','2017/07/Estate.png'),(20319,3466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1928;s:6:\"height\";i:1290;s:4:\"file\";s:18:\"2017/07/Estate.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Estate-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:18:\"Estate-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Estate-768x514.png\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Estate-1024x685.png\";s:5:\"width\";i:1024;s:6:\"height\";i:685;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:{}}}'),(20320,3467,'_wp_attached_file','2017/07/Favors.png'),(20321,3467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1928;s:6:\"height\";i:1300;s:4:\"file\";s:18:\"2017/07/Favors.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Favors-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:18:\"Favors-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Favors-768x518.png\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Favors-1024x690.png\";s:5:\"width\";i:1024;s:6:\"height\";i:690;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:{}}}'),(20322,3468,'_wp_attached_file','2017/07/Premier.png'),(20323,3468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1290;s:4:\"file\";s:19:\"2017/07/Premier.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Premier-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:19:\"Premier-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Premier-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Premier-1024x687.png\";s:5:\"width\";i:1024;s:6:\"height\";i:687;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:{}}}'),(20324,3469,'_wp_attached_file','2017/07/Royal.png'),(20325,3469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1288;s:4:\"file\";s:17:\"2017/07/Royal.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Royal-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:17:\"Royal-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Royal-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Royal-1024x686.png\";s:5:\"width\";i:1024;s:6:\"height\";i:686;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:{}}}'),(20326,3472,'_wp_attached_file','2017/07/Logo-.png'),(20327,3472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:71;s:4:\"file\";s:17:\"2017/07/Logo-.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo--150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Logo--300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;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:{}}}'),(20328,3498,'_wp_attached_file','2017/07/Asset-40-1.png'),(20329,3498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:471;s:4:\"file\";s:22:\"2017/07/Asset-40-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Asset-40-1-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:21:\"Asset-40-1-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Asset-40-1-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Asset-40-1-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;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:{}}}'),(20330,1881,'_edit_lock','1500860555:1'),(20331,1881,'_edit_last','1'),(20332,1881,'_thumbnail_id','1030'),(20333,1881,'_sale_price','48.95'),(20334,1881,'_sale_price_dates_from',''),(20335,1881,'_sale_price_dates_to',''),(20336,1881,'total_sales','8'),(20337,1881,'_tax_status','taxable'),(20338,1881,'_tax_class',''),(20339,1881,'_backorders','no'),(20340,1881,'_sold_individually','no'),(20341,1881,'_weight',''),(20342,1881,'_length',''),(20343,1881,'_width',''),(20344,1881,'_height',''),(20345,1881,'_upsell_ids','a:0:{}'),(20346,1881,'_crosssell_ids','a:0:{}'),(20347,1881,'_purchase_note',''),(20348,1881,'_default_attributes','a:0:{}'),(20349,1881,'_virtual','no'),(20350,1881,'_downloadable','no'),(20351,1881,'_product_image_gallery',''),(20352,1881,'_download_limit','-1'),(20353,1881,'_download_expiry','-1'),(20354,1881,'_product_version','3.1.1'),(20355,1881,'slide_template','default'),(20356,1881,'_yoast_wpseo_primary_product_cat',''),(20357,1881,'_yoast_wpseo_content_score','30'),(20358,1884,'_edit_lock','1500860265:1'),(20359,1884,'_edit_last','1'),(20360,1884,'_thumbnail_id','944'),(20361,1884,'_sale_price','48'),(20362,1884,'_sale_price_dates_from',''),(20363,1884,'_sale_price_dates_to',''),(20364,1884,'total_sales','18'),(20365,1884,'_tax_status','taxable'),(20366,1884,'_tax_class',''),(20367,1884,'_backorders','no'),(20368,1884,'_sold_individually','no'),(20369,1884,'_weight',''),(20370,1884,'_length',''),(20371,1884,'_width',''),(20372,1884,'_height',''),(20373,1884,'_upsell_ids','a:0:{}'),(20374,1884,'_crosssell_ids','a:0:{}'),(20375,1884,'_purchase_note',''),(20376,1884,'_default_attributes','a:0:{}'),(20377,1884,'_virtual','no'),(20378,1884,'_downloadable','no'),(20379,1884,'_product_image_gallery',''),(20380,1884,'_download_limit','-1'),(20381,1884,'_download_expiry','-1'),(20382,1884,'_product_version','3.1.1'),(20383,1884,'slide_template','default'),(20384,1884,'_yoast_wpseo_primary_product_cat',''),(20385,1884,'_yoast_wpseo_content_score','30'),(20386,3422,'_edit_lock','1500862950:1'),(20387,3429,'_edit_lock','1500863307:1'),(20388,2353,'_edit_lock','1500863414:1'),(20389,1997,'_edit_lock','1500863423:1'),(20427,3536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20428,3536,'_edit_lock','1501600672:1'),(20429,3536,'_edit_last','1'),(20430,3536,'slide_template','default'),(20431,3536,'rv_name','Alexis K. '),(20432,3536,'rv_city','Maine'),(20433,3536,'_yoast_wpseo_content_score','90'),(20434,3537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20435,3537,'_edit_lock','1501600673:1'),(20436,3537,'_edit_last','1'),(20437,3537,'slide_template','default'),(20438,3537,'rv_name','Michelle H.'),(20439,3537,'rv_city','Kentucky'),(20440,3537,'_yoast_wpseo_content_score','90'),(20441,3538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20442,3538,'_edit_lock','1501600412:1'),(20443,3538,'_edit_last','1'),(20444,3538,'slide_template','default'),(20445,3538,'rv_name','Natasha B. '),(20446,3538,'rv_city','Florida'),(20447,3538,'_yoast_wpseo_content_score','90'),(20448,3539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20449,3539,'_edit_lock','1501600372:1'),(20450,3539,'_edit_last','1'),(20451,3539,'slide_template','default'),(20452,3539,'rv_name','Kirsta K.'),(20453,3539,'rv_city','Illinois'),(20454,3539,'_yoast_wpseo_content_score','60'),(20455,3541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20456,3541,'_edit_lock','1501600313:1'),(20457,3541,'_edit_last','1'),(20458,3541,'slide_template','default'),(20459,3541,'rv_name','Margaret H. '),(20460,3541,'rv_city','New York'),(20461,3541,'_yoast_wpseo_content_score','30'),(20462,3542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20463,3542,'_edit_lock','1501600217:1'),(20464,3542,'_edit_last','1'),(20465,3542,'slide_template','default'),(20466,3542,'rv_name','Jean E. '),(20467,3542,'rv_city','New Jersey'),(20468,3542,'_yoast_wpseo_content_score','30'),(20472,3553,'_order_key','wc_order_5976248b9d014'),(20473,3553,'_customer_user','43'),(20474,3553,'_payment_method','cod'),(20475,3553,'_payment_method_title','Cash on delivery'),(20476,3553,'_transaction_id',''),(20477,3553,'_customer_ip_address','173.56.65.47'),(20478,3553,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20479,3553,'_created_via','checkout'),(20480,3553,'_date_completed',''),(20481,3553,'_completed_date',''),(20482,3553,'_date_paid',''),(20483,3553,'_paid_date',''),(20484,3553,'_cart_hash','30b462b3e678d2c6419172438d102adf'),(20485,3553,'_billing_first_name','Greg'),(20486,3553,'_billing_last_name','test'),(20487,3553,'_billing_company',''),(20488,3553,'_billing_address_1','12 main st'),(20489,3553,'_billing_address_2',''),(20490,3553,'_billing_city','new york'),(20491,3553,'_billing_state','NY'),(20492,3553,'_billing_postcode','10011'),(20493,3553,'_billing_country','US'),(20494,3553,'_billing_email','greg.wanderfuls@gmail.com'),(20495,3553,'_billing_phone','55555555555'),(20496,3553,'_shipping_first_name',''),(20497,3553,'_shipping_last_name',''),(20498,3553,'_shipping_company',''),(20499,3553,'_shipping_address_1',''),(20500,3553,'_shipping_address_2',''),(20501,3553,'_shipping_city',''),(20502,3553,'_shipping_state',''),(20503,3553,'_shipping_postcode',''),(20504,3553,'_shipping_country',''),(20505,3553,'_order_currency','USD'),(20506,3553,'_cart_discount','0'),(20507,3553,'_cart_discount_tax','0'),(20508,3553,'_order_shipping','0'),(20509,3553,'_order_shipping_tax','0'),(20510,3553,'_order_tax','3.84'),(20511,3553,'_order_total','99.84'),(20512,3553,'_order_version','3.1.1'),(20513,3553,'_prices_include_tax','no'),(20514,3553,'_billing_address_index','Greg test 12 main st new york NY 10011 US greg.wanderfuls@gmail.com 55555555555'),(20515,3553,'_shipping_address_index',' '),(20516,3553,'_shipping_method',''),(20517,3553,'_download_permissions_granted','yes'),(20518,2011,'total_sales','1'),(20519,3553,'_recorded_sales','yes'),(20520,3553,'_recorded_coupon_usage_counts','yes'),(20521,2011,'_sale_price',''),(20522,2011,'_sale_price_dates_from',''),(20523,2011,'_sale_price_dates_to',''),(20524,2011,'_tax_status','taxable'),(20525,2011,'_tax_class',''),(20526,2011,'_backorders',''),(20527,2011,'_sold_individually','no'),(20528,2011,'_weight',''),(20529,2011,'_length',''),(20530,2011,'_width',''),(20531,2011,'_height',''),(20532,2011,'_upsell_ids','a:0:{}'),(20533,2011,'_crosssell_ids','a:0:{}'),(20534,2011,'_purchase_note',''),(20535,2011,'_default_attributes','a:0:{}'),(20536,2011,'_virtual','no'),(20537,2011,'_downloadable','no'),(20538,2011,'_product_image_gallery',''),(20539,2011,'_download_limit','-1'),(20540,2011,'_download_expiry','-1'),(20541,2011,'_product_version','3.1.1'),(20542,3553,'_order_stock_reduced','yes'),(20544,3595,'_order_key','wc_order_597835912928c'),(20545,3595,'_customer_user','1'),(20546,3595,'_payment_method','cheque'),(20547,3595,'_payment_method_title','Check payments'),(20548,3595,'_transaction_id',''),(20549,3595,'_customer_ip_address','173.56.65.47'),(20550,3595,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20551,3595,'_created_via','checkout'),(20552,3595,'_date_completed',''),(20553,3595,'_completed_date',''),(20554,3595,'_date_paid','1501035978'),(20555,3595,'_paid_date','2017-07-25 22:26:18'),(20556,3595,'_cart_hash','7f07f046eb8f15f93f7be456fb21b82d'),(20557,3595,'_billing_first_name','don'),(20558,3595,'_billing_last_name','meehan'),(20559,3595,'_billing_company','M.'),(20560,3595,'_billing_address_1','12 MCGUINNESS BLVD So'),(20561,3595,'_billing_address_2','ph4'),(20562,3595,'_billing_city','brooklyn'),(20563,3595,'_billing_state','NY'),(20564,3595,'_billing_postcode','11222'),(20565,3595,'_billing_country','US'),(20566,3595,'_billing_email','dmeehanjr@gmail.com'),(20567,3595,'_billing_phone','6462637089'),(20568,3595,'_shipping_first_name',''),(20569,3595,'_shipping_last_name',''),(20570,3595,'_shipping_company',''),(20571,3595,'_shipping_address_1',''),(20572,3595,'_shipping_address_2',''),(20573,3595,'_shipping_city',''),(20574,3595,'_shipping_state',''),(20575,3595,'_shipping_postcode',''),(20576,3595,'_shipping_country',''),(20577,3595,'_order_currency','USD'),(20578,3595,'_cart_discount','0'),(20579,3595,'_cart_discount_tax','0'),(20580,3595,'_order_shipping','0'),(20581,3595,'_order_shipping_tax','0'),(20582,3595,'_order_tax','21.348'),(20583,3595,'_order_total','555.05'),(20584,3595,'_order_version','3.1.1'),(20585,3595,'_prices_include_tax','no'),(20586,3595,'_billing_address_index','don meehan M. 12 MCGUINNESS BLVD So ph4 brooklyn NY 11222 US dmeehanjr@gmail.com 6462637089'),(20587,3595,'_shipping_address_index',' '),(20588,3595,'_shipping_method',''),(20589,3595,'_recorded_sales','yes'),(20590,3595,'_recorded_coupon_usage_counts','yes'),(20591,3595,'_order_stock_reduced','yes'),(20592,3424,'_edit_lock','1501050226:1'),(20593,3595,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20594,3595,'_download_permissions_granted','yes'),(20595,3596,'_order_key','wc_order_597837deac2b6'),(20596,3596,'_customer_user','44'),(20597,3596,'_payment_method','cheque'),(20598,3596,'_payment_method_title','Check payments'),(20599,3596,'_transaction_id',''),(20600,3596,'_customer_ip_address','173.56.65.47'),(20601,3596,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/59.0.3071.115 safari/537.36'),(20602,3596,'_created_via','checkout'),(20603,3596,'_date_completed',''),(20604,3596,'_completed_date',''),(20605,3596,'_date_paid',''),(20606,3596,'_paid_date',''),(20607,3596,'_cart_hash','88ec889cee8a745a0186f14a347d6dea'),(20608,3596,'_billing_first_name','joe'),(20609,3596,'_billing_last_name','smith'),(20610,3596,'_billing_company',''),(20611,3596,'_billing_address_1','12 maiin st'),(20612,3596,'_billing_address_2','Room 421'),(20613,3596,'_billing_city','Albany'),(20614,3596,'_billing_state','NY'),(20615,3596,'_billing_postcode','12208'),(20616,3596,'_billing_country','US'),(20617,3596,'_billing_email','donmeehan1@hotmail.com'),(20618,3596,'_billing_phone','6462637089'),(20619,3596,'_shipping_first_name',''),(20620,3596,'_shipping_last_name',''),(20621,3596,'_shipping_company',''),(20622,3596,'_shipping_address_1',''),(20623,3596,'_shipping_address_2',''),(20624,3596,'_shipping_city',''),(20625,3596,'_shipping_state',''),(20626,3596,'_shipping_postcode',''),(20627,3596,'_shipping_country',''),(20628,3596,'_order_currency','USD'),(20629,3596,'_cart_discount','0'),(20630,3596,'_cart_discount_tax','0'),(20631,3596,'_order_shipping','0'),(20632,3596,'_order_shipping_tax','0'),(20633,3596,'_order_tax','25.036'),(20634,3596,'_order_total','650.94'),(20635,3596,'_order_version','3.1.1'),(20636,3596,'_prices_include_tax','no'),(20637,3596,'_billing_address_index','joe smith 12 maiin st Room 421 Albany NY 12208 US donmeehan1@hotmail.com 6462637089'),(20638,3596,'_shipping_address_index',' '),(20639,3596,'_shipping_method',''),(20640,3596,'_recorded_sales','yes'),(20641,3596,'_recorded_coupon_usage_counts','yes'),(20642,3596,'_order_stock_reduced','yes'),(20649,3596,'_edit_lock','1501050942:1'),(20650,3600,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20651,3600,'_edit_lock','1502113828:1'),(20652,3600,'_edit_last','1'),(20653,3600,'_wp_page_template','standard-page.php'),(20654,3600,'slide_template','default'),(20655,3600,'_easy_image_gallery_link_images','off'),(20656,3600,'_wpb_vc_js_status','true'),(20657,3600,'_yoast_wpseo_content_score','60'),(20658,3600,'_uwmr_url',''),(20659,3600,'_uwmr_activate',NULL),(20660,3600,'_uwmr_tablet_url',''),(20661,3600,'_uwmr_tablet_activate',NULL),(20662,3600,'_wpb_shortcodes_custom_css','.vc_custom_1501166525184{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501166515840{margin-top: 15px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501167619337{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501167638360{margin-top: -15px !important;margin-bottom: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501166141494{margin-top: -15px !important;}.vc_custom_1501165894422{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501165904447{padding: 15px !important;}.vc_custom_1501166242293{margin-top: -15px !important;}.vc_custom_1501166463379{padding: 15px !important;}.vc_custom_1501166425636{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501166452002{padding: 15px !important;}.vc_custom_1501166701501{margin-top: 15px !important;}.vc_custom_1501167348610{margin-top: 30px !important;}.vc_custom_1501167355850{margin-top: 15px !important;}.vc_custom_1501166452002{padding: 15px !important;}.vc_custom_1501166463379{padding: 15px !important;}.vc_custom_1501166425636{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501167074277{margin-top: 0px !important;}.vc_custom_1501166936098{margin-top: 15px !important;}.vc_custom_1501166978818{margin-top: 15px !important;}'),(20663,3610,'_wp_attached_file','2017/07/Base.jpg'),(20664,3610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2411;s:6:\"height\";i:1033;s:4:\"file\";s:16:\"2017/07/Base.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Base-150x150.jpg\";s:5:\"width\";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:\"Base-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Base-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Base-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;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:{}}}'),(20665,3611,'_wp_attached_file','2017/07/Favors.jpg'),(20666,3611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1545;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2017/07/Favors.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"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:18:\"Favors-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Favors-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Favors-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20669,3621,'_wp_attached_file','2017/07/Step-5.jpg'),(20670,3621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1151;s:6:\"height\";i:842;s:4:\"file\";s:18:\"2017/07/Step-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-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:18:\"Step-5-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-5-768x562.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-5-1024x749.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:749;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20671,3622,'_wp_attached_file','2017/07/Step-6.jpg'),(20672,3622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:840;s:4:\"file\";s:18:\"2017/07/Step-6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-6-150x150.jpg\";s:5:\"width\";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:\"Step-6-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-6-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-6-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20673,3623,'_wp_attached_file','2017/07/Step-1.jpg'),(20674,3623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1145;s:6:\"height\";i:890;s:4:\"file\";s:18:\"2017/07/Step-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-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:18:\"Step-1-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-1-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-1-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20675,3624,'_wp_attached_file','2017/07/Step-2.jpg'),(20676,3624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:831;s:4:\"file\";s:18:\"2017/07/Step-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-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:18:\"Step-2-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:18:\"Step-2-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:19:\"Step-2-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;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:{}}}'),(20677,3625,'_wp_attached_file','2017/07/Step-3.jpg'),(20678,3625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:875;s:4:\"file\";s:18:\"2017/07/Step-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-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:18:\"Step-3-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-3-768x586.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-3-1024x782.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:782;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20679,3633,'_wp_attached_file','2017/07/Step-4.jpg'),(20680,3633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1154;s:6:\"height\";i:875;s:4:\"file\";s:18:\"2017/07/Step-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-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:18:\"Step-4-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-4-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-4-1024x776.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:776;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20691,3642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20692,3642,'_edit_lock','1503348466:1'),(20693,3642,'_edit_last','1'),(20694,3642,'_wp_page_template','standard-page.php'),(20695,3642,'slide_template','default'),(20696,3642,'_easy_image_gallery_link_images','off'),(20697,3642,'_wpb_vc_js_status','true'),(20698,3642,'_yoast_wpseo_content_score','30'),(20699,3642,'_uwmr_url',''),(20700,3642,'_uwmr_activate',NULL),(20701,3642,'_uwmr_tablet_url',''),(20702,3642,'_uwmr_tablet_activate',NULL),(20703,3645,'_wp_attached_file','2017/07/Design-Room-Asset-1.png'),(20704,3645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:804;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-1-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:31:\"Design-Room-Asset-1-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-1-768x719.png\";s:5:\"width\";i:768;s:6:\"height\";i:719;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:{}}}'),(20705,3646,'_wp_attached_file','2017/07/Design-Room-Asset-2.png'),(20706,3646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:804;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-2-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:31:\"Design-Room-Asset-2-300x283.png\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-2-768x724.png\";s:5:\"width\";i:768;s:6:\"height\";i:724;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:{}}}'),(20707,3647,'_wp_attached_file','2017/07/Design-Room-Asset-3.png'),(20708,3647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:804;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-3-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:31:\"Design-Room-Asset-3-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-3-768x730.png\";s:5:\"width\";i:768;s:6:\"height\";i:730;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:{}}}'),(20709,3648,'_wp_attached_file','2017/07/Design-Room-Asset-4.png'),(20710,3648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:817;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-4-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:31:\"Design-Room-Asset-4-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-4-768x730.png\";s:5:\"width\";i:768;s:6:\"height\";i:730;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:{}}}'),(20711,3649,'_wp_attached_file','2017/07/Design-Room-Asset-5.png'),(20712,3649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:817;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-5.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-5-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:31:\"Design-Room-Asset-5-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-5-768x736.png\";s:5:\"width\";i:768;s:6:\"height\";i:736;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:{}}}'),(20713,3650,'_wp_attached_file','2017/07/Design-Room-Asset-6.png'),(20714,3650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:817;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-6-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:31:\"Design-Room-Asset-6-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-6-768x742.png\";s:5:\"width\";i:768;s:6:\"height\";i:742;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:{}}}'),(20715,3651,'_wp_attached_file','2017/07/Design-Room-Asset-7.png'),(20716,3651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:812;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-7-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:31:\"Design-Room-Asset-7-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-7-768x726.png\";s:5:\"width\";i:768;s:6:\"height\";i:726;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:{}}}'),(20717,3652,'_wp_attached_file','2017/07/Design-Room-Asset-8.png'),(20718,3652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:812;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-8.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-8-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:31:\"Design-Room-Asset-8-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-8-768x731.png\";s:5:\"width\";i:768;s:6:\"height\";i:731;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:{}}}'),(20719,3653,'_wp_attached_file','2017/07/Design-Room-Asset-9.png'),(20720,3653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:812;s:4:\"file\";s:31:\"2017/07/Design-Room-Asset-9.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-9-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:31:\"Design-Room-Asset-9-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Design-Room-Asset-9-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;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:{}}}'),(20721,3642,'_wpb_shortcodes_custom_css','.vc_custom_1501169290162{margin-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501169664292{margin-top: 15px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1503346825031{margin-top: 15px !important;margin-bottom: 15px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1503346839335{margin-bottom: 50px !important;}.vc_custom_1501170710773{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170725032{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170746873{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170760602{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170863740{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170976748{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170921811{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170946185{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501170968099{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}'),(20732,3661,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20733,3661,'_edit_lock','1501949350:1'),(20734,3661,'_edit_last','1'),(20735,3661,'_wp_page_template','standard-page.php'),(20736,3661,'slide_template','default'),(20737,3661,'_easy_image_gallery_link_images','off'),(20738,3661,'_wpb_vc_js_status','true'),(20739,3661,'_yoast_wpseo_content_score','30'),(20740,3661,'_uwmr_url',''),(20741,3661,'_uwmr_activate',NULL),(20742,3661,'_uwmr_tablet_url',''),(20743,3661,'_uwmr_tablet_activate',NULL),(20744,3664,'_wp_attached_file','2017/07/Chiclets.jpg'),(20745,3664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:20:\"2017/07/Chiclets.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Chiclets-150x150.jpg\";s:5:\"width\";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:\"Chiclets-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Chiclets-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20746,3665,'_wp_attached_file','2017/07/Untitled-1-1.jpg'),(20747,3665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:24:\"2017/07/Untitled-1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Untitled-1-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:24:\"Untitled-1-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Untitled-1-1-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:{}}}'),(20748,3661,'_wpb_shortcodes_custom_css','.vc_custom_1501243845843{margin-top: 60px !important;margin-bottom: 30px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501243858995{margin-top: 0px !important;margin-bottom: 30px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501243858995{margin-top: 0px !important;margin-bottom: 30px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501246108286{margin-bottom: 60px !important;}.vc_custom_1501239549039{margin-top: -40px !important;}.vc_custom_1501701138780{margin-top: 15px !important;}.vc_custom_1501246533051{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246533052{margin-bottom: -20px !important;}.vc_custom_1501243254995{margin-top: 15px !important;margin-bottom: -45px !important;padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501244449258{margin-top: -45px !important;}.vc_custom_1501712345521{margin-top: 15px !important;}.vc_custom_1501246543721{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246543723{margin-bottom: -20px !important;}.vc_custom_1501243254995{margin-top: 15px !important;margin-bottom: -45px !important;padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501244469205{margin-top: -40px !important;}.vc_custom_1501701169970{margin-top: 15px !important;}.vc_custom_1501246553385{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246553386{margin-bottom: -60px !important;}.vc_custom_1501244489733{margin-top: -45px !important;}.vc_custom_1501701181773{margin-top: 15px !important;}.vc_custom_1501246562528{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246562530{margin-bottom: -60px !important;}.vc_custom_1501245227431{margin-top: -40px !important;}.vc_custom_1501701191941{margin-top: 15px !important;}.vc_custom_1501246572678{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246572679{margin-bottom: -60px !important;}.vc_custom_1501245259728{margin-top: -45px !important;}.vc_custom_1501701205978{margin-top: 15px !important;}.vc_custom_1501245927938{margin-bottom: -35px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1501246050668{padding-right: 60px !important;padding-left: 60px !important;}'),(20755,3686,'_wp_attached_file','2017/07/Jelly-Beans.jpg'),(20756,3686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1393;s:6:\"height\";i:1392;s:4:\"file\";s:23:\"2017/07/Jelly-Beans.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Jelly-Beans-150x150.jpg\";s:5:\"width\";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:\"Jelly-Beans-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Jelly-Beans-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Jelly-Beans-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;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:{}}}'),(20757,3690,'_wp_attached_file','2017/07/Icon-Dairy.png'),(20758,3690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:181;s:4:\"file\";s:22:\"2017/07/Icon-Dairy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Icon-Dairy-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: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:{}}}'),(20759,3691,'_wp_attached_file','2017/07/Icon-Gluten.png'),(20760,3691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:181;s:4:\"file\";s:23:\"2017/07/Icon-Gluten.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Gluten-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: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:{}}}'),(20761,3692,'_wp_attached_file','2017/07/Icon-USA.png'),(20762,3692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:181;s:4:\"file\";s:20:\"2017/07/Icon-USA.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Icon-USA-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: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:{}}}'),(20763,3693,'_wp_attached_file','2017/07/Icon-Kosher.png'),(20764,3693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:181;s:4:\"file\";s:23:\"2017/07/Icon-Kosher.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Icon-Kosher-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: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:{}}}'),(20765,3716,'_wp_attached_file','2017/07/Jordan-Almonds.jpg'),(20766,3716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:26:\"2017/07/Jordan-Almonds.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"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:26:\"Jordan-Almonds-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jordan-Almonds-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20767,3717,'_wp_attached_file','2017/07/Metallic-Foil.jpg'),(20768,3717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1009;s:6:\"height\";i:1009;s:4:\"file\";s:25:\"2017/07/Metallic-Foil.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Metallic-Foil-150x150.jpg\";s:5:\"width\";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:\"Metallic-Foil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Metallic-Foil-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(20769,3718,'_wp_attached_file','2017/07/Mints.jpg'),(20770,3718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:17:\"2017/07/Mints.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Mints-150x150.jpg\";s:5:\"width\";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:\"Mints-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Mints-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20771,3719,'_wp_attached_file','2017/07/Jelly-Beans-1.jpg'),(20772,3719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:25:\"2017/07/Jelly-Beans-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jelly-Beans-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:25:\"Jelly-Beans-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Jelly-Beans-1-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20773,3720,'_wp_attached_file','2017/07/Gumballs.jpg'),(20774,3720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:648;s:4:\"file\";s:20:\"2017/07/Gumballs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"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:20:\"Gumballs-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Gumballs-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20775,3738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20776,3738,'_menu_item_type','post_type'),(20777,3738,'_menu_item_menu_item_parent','0'),(20778,3738,'_menu_item_object_id','3661'),(20779,3738,'_menu_item_object','page'),(20780,3738,'_menu_item_target',''),(20781,3738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(20782,3738,'_menu_item_xfn',''),(20783,3738,'_menu_item_url',''),(20785,3742,'_wp_attached_file','2017/07/Customer-List.png'),(20786,3742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4489;s:6:\"height\";i:5295;s:4:\"file\";s:25:\"2017/07/Customer-List.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Customer-List-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:\"Customer-List-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Customer-List-768x906.png\";s:5:\"width\";i:768;s:6:\"height\";i:906;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Customer-List-868x1024.png\";s:5:\"width\";i:868;s:6:\"height\";i:1024;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:{}}}'),(20787,3743,'_wp_attached_file','2017/07/Fillings.png'),(20788,3743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:651;s:4:\"file\";s:20:\"2017/07/Fillings.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Fillings-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:19:\"Fillings-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Fillings-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Fillings-1024x149.png\";s:5:\"width\";i:1024;s:6:\"height\";i:149;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:{}}}'),(20789,3744,'_wp_attached_file','2017/07/Order.png'),(20790,3744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:651;s:4:\"file\";s:17:\"2017/07/Order.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Order-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:16:\"Order-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Order-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Order-1024x149.png\";s:5:\"width\";i:1024;s:6:\"height\";i:149;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:{}}}'),(20791,3745,'_wp_attached_file','2017/07/Products.png'),(20792,3745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:651;s:4:\"file\";s:20:\"2017/07/Products.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Products-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:19:\"Products-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Products-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Products-1024x149.png\";s:5:\"width\";i:1024;s:6:\"height\";i:149;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:{}}}'),(20793,3746,'_wp_attached_file','2017/07/Color.png'),(20794,3746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:651;s:4:\"file\";s:17:\"2017/07/Color.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Color-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:16:\"Color-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Color-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Color-1024x149.png\";s:5:\"width\";i:1024;s:6:\"height\";i:149;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:{}}}'),(20795,3751,'_wp_attached_file','2017/07/maxresdefault.jpg'),(20796,3751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2017/07/maxresdefault.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"maxresdefault-150x150.jpg\";s:5:\"width\";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:\"maxresdefault-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"maxresdefault-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"maxresdefault-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20797,3780,'_wp_attached_file','2017/07/Desktop-Details.png'),(20798,3780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2933;s:6:\"height\";i:517;s:4:\"file\";s:27:\"2017/07/Desktop-Details.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Desktop-Details-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:\"Desktop-Details-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Desktop-Details-768x135.png\";s:5:\"width\";i:768;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Desktop-Details-1024x181.png\";s:5:\"width\";i:1024;s:6:\"height\";i:181;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:{}}}'),(20799,3785,'_wp_attached_file','2017/07/Image-3-1.png'),(20800,3785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1854;s:6:\"height\";i:962;s:4:\"file\";s:21:\"2017/07/Image-3-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-3-1-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:21:\"Image-3-1-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Image-3-1-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Image-3-1-1024x531.png\";s:5:\"width\";i:1024;s:6:\"height\";i:531;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:{}}}'),(20801,3789,'_wp_attached_file','2017/07/Mobile-Details.png'),(20802,3789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4320;s:6:\"height\";i:5055;s:4:\"file\";s:26:\"2017/07/Mobile-Details.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Mobile-Details-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:\"Mobile-Details-256x300.png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Mobile-Details-768x899.png\";s:5:\"width\";i:768;s:6:\"height\";i:899;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Mobile-Details-875x1024.png\";s:5:\"width\";i:875;s:6:\"height\";i:1024;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:{}}}'),(20803,3800,'_wp_attached_file','2017/07/Icon-Made-In-America-1-1.png'),(20804,3800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:307;s:4:\"file\";s:36:\"2017/07/Icon-Made-In-America-1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Icon-Made-In-America-1-1-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:36:\"Icon-Made-In-America-1-1-300x238.png\";s:5:\"width\";i:300;s:6:\"height\";i:238;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:{}}}'),(20805,3803,'_wp_attached_file','2017/07/Scroll_Show-First.jpg'),(20806,3803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2017/07/Scroll_Show-First.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Scroll_Show-First-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-First-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20807,3804,'_wp_attached_file','2017/07/Scroll_Show-Fourth.jpg'),(20808,3804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2017/07/Scroll_Show-Fourth.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scroll_Show-Fourth-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-Fourth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20809,3805,'_wp_attached_file','2017/07/Scroll_Show-Second.jpg'),(20810,3805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2017/07/Scroll_Show-Second.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scroll_Show-Second-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-Second-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20811,3806,'_wp_attached_file','2017/07/Scroll_Show-Third.jpg'),(20812,3806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2017/07/Scroll_Show-Third.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Scroll_Show-Third-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-Third-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20813,3807,'_wp_attached_file','2017/07/Scroll-01.jpg'),(20814,3807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-01-150x150.jpg\";s:5:\"width\";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:\"Scroll-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20815,3808,'_wp_attached_file','2017/07/Scroll-03.jpg'),(20816,3808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-03.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-03-150x150.jpg\";s:5:\"width\";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:\"Scroll-03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20817,3809,'_wp_attached_file','2017/07/Scroll-07.jpg'),(20818,3809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-07.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-07-150x150.jpg\";s:5:\"width\";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:\"Scroll-07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20819,3810,'_wp_attached_file','2017/07/Scroll-08.jpg'),(20820,3810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-08.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-08-150x150.jpg\";s:5:\"width\";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:\"Scroll-08-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20821,3811,'_wp_attached_file','2017/07/Scroll-09.jpg'),(20822,3811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-09.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-09-150x150.jpg\";s:5:\"width\";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:\"Scroll-09-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20823,3812,'_wp_attached_file','2017/07/Scroll-10.jpg'),(20824,3812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-10-150x150.jpg\";s:5:\"width\";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:\"Scroll-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20825,3813,'_wp_attached_file','2017/07/Scroll-11.jpg'),(20826,3813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-11-150x150.jpg\";s:5:\"width\";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:\"Scroll-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20827,3814,'_wp_attached_file','2017/07/Scroll-12.jpg'),(20828,3814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/07/Scroll-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-12-150x150.jpg\";s:5:\"width\";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:\"Scroll-12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20829,3817,'_wp_attached_file','2017/07/Mobile-COLOR-COMBO.png'),(20830,3817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5013;s:6:\"height\";i:1590;s:4:\"file\";s:30:\"2017/07/Mobile-COLOR-COMBO.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Mobile-COLOR-COMBO-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:29:\"Mobile-COLOR-COMBO-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Mobile-COLOR-COMBO-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Mobile-COLOR-COMBO-1024x325.png\";s:5:\"width\";i:1024;s:6:\"height\";i:325;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:{}}}'),(20831,3849,'_wp_attached_file','2017/07/COLORS-WAND-MOBILE-1.png'),(20832,3849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:1172;s:4:\"file\";s:32:\"2017/07/COLORS-WAND-MOBILE-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"COLORS-WAND-MOBILE-1-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:32:\"COLORS-WAND-MOBILE-1-147x300.png\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"COLORS-WAND-MOBILE-1-502x1024.png\";s:5:\"width\";i:502;s:6:\"height\";i:1024;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:{}}}'),(20833,746,'_yoast_wpseo_content_score','30'),(20834,746,'_uwmr_url',''),(20835,746,'_uwmr_activate',NULL),(20836,746,'_uwmr_tablet_url',''),(20837,746,'_uwmr_tablet_activate',NULL),(20838,746,'_wpb_shortcodes_custom_css','.vc_custom_1501648311839{margin-top: 15px !important;}'),(20839,752,'_wpb_shortcodes_custom_css','.vc_custom_1501648651934{margin-top: 15px !important;}'),(20840,752,'_yoast_wpseo_content_score','60'),(20841,752,'_uwmr_url',''),(20842,752,'_uwmr_activate',NULL),(20843,752,'_uwmr_tablet_url',''),(20844,752,'_uwmr_tablet_activate',NULL),(20845,45,'_uwmr_url',''),(20846,45,'_uwmr_activate',NULL),(20847,45,'_uwmr_tablet_url',''),(20848,45,'_uwmr_tablet_activate',NULL),(20849,40,'_uwmr_url',''),(20850,40,'_uwmr_activate',NULL),(20851,40,'_uwmr_tablet_url',''),(20852,40,'_uwmr_tablet_activate',NULL),(20853,40,'_wpb_shortcodes_custom_css','.vc_custom_1501653265682{margin-top: 30px !important;margin-bottom: 20px !important;}'),(20854,43,'_yoast_wpseo_focuskw_text_input','Quinceanera Centerpieces'),(20855,43,'_yoast_wpseo_content_score','60'),(20856,43,'_uwmr_url',''),(20857,43,'_uwmr_activate',NULL),(20858,43,'_uwmr_tablet_url',''),(20859,43,'_uwmr_tablet_activate',NULL),(20860,27,'_yoast_wpseo_focuskw_text_input','Birthday Centerpieces'),(20861,27,'_yoast_wpseo_content_score','30'),(20862,27,'_uwmr_url',''),(20863,27,'_uwmr_activate',NULL),(20864,27,'_uwmr_tablet_url',''),(20865,27,'_uwmr_tablet_activate',NULL),(20866,128,'_yoast_wpseo_focuskw_text_input','Personalized Party Favors'),(20867,128,'_yoast_wpseo_content_score','30'),(20868,128,'_uwmr_url',''),(20869,128,'_uwmr_activate',NULL),(20870,128,'_uwmr_tablet_url',''),(20871,128,'_uwmr_tablet_activate',NULL),(20873,128,'tb_post_layout','full-width'),(20874,128,'_wpb_shortcodes_custom_css','.vc_custom_1501653997568{margin-bottom: 30px !important;}'),(20875,30,'_yoast_wpseo_focuskw_text_input','Wedding Centerpieces'),(20876,30,'_yoast_wpseo_content_score','30'),(20877,30,'_uwmr_url',''),(20878,30,'_uwmr_activate',NULL),(20879,30,'_uwmr_tablet_url',''),(20880,30,'_uwmr_tablet_activate',NULL),(20881,34,'_yoast_wpseo_focuskw_text_input','Sweet Sixteen'),(20882,34,'_yoast_wpseo_content_score','30'),(20883,34,'_uwmr_url',''),(20884,34,'_uwmr_activate',NULL),(20885,34,'_uwmr_tablet_url',''),(20886,34,'_uwmr_tablet_activate',NULL),(20887,36,'_yoast_wpseo_focuskw_text_input','Batmitzvah Centerpieces'),(20888,36,'_yoast_wpseo_content_score','60'),(20889,36,'_uwmr_url',''),(20890,36,'_uwmr_activate',NULL),(20891,36,'_uwmr_tablet_url',''),(20892,36,'_uwmr_tablet_activate',NULL),(20893,38,'_yoast_wpseo_focuskw_text_input','Graduation Centerpieces'),(20894,38,'_yoast_wpseo_content_score','60'),(20895,38,'_uwmr_url',''),(20896,38,'_uwmr_activate',NULL),(20897,38,'_uwmr_tablet_url',''),(20898,38,'_uwmr_tablet_activate',NULL),(20899,70,'_yoast_wpseo_content_score','30'),(20900,70,'_uwmr_url',''),(20901,70,'_uwmr_activate',NULL),(20902,70,'_uwmr_tablet_url',''),(20903,70,'_uwmr_tablet_activate',NULL),(20904,70,'_wpb_shortcodes_custom_css','.vc_custom_1501654742758{margin-top: 30px !important;margin-bottom: 30px !important;}'),(20905,51,'_uwmr_url',''),(20906,51,'_uwmr_activate',NULL),(20907,51,'_uwmr_tablet_url',''),(20908,51,'_uwmr_tablet_activate',NULL),(20909,49,'_uwmr_url',''),(20910,49,'_uwmr_activate',NULL),(20911,49,'_uwmr_tablet_url',''),(20912,49,'_uwmr_tablet_activate',NULL),(20913,738,'_yoast_wpseo_content_score','30'),(20914,738,'_uwmr_url',''),(20915,738,'_uwmr_activate',NULL),(20916,738,'_uwmr_tablet_url',''),(20917,738,'_uwmr_tablet_activate',NULL),(20918,757,'_wpb_shortcodes_custom_css','.vc_custom_1501655427976{margin-bottom: 20px !important;}'),(20919,757,'_yoast_wpseo_content_score','30'),(20920,757,'_uwmr_url',''),(20921,757,'_uwmr_activate',NULL),(20922,757,'_uwmr_tablet_url',''),(20923,757,'_uwmr_tablet_activate',NULL),(20924,130,'_yoast_wpseo_focuskw_text_input','Festival Favors'),(20925,130,'_yoast_wpseo_content_score','30'),(20926,130,'_uwmr_url',''),(20927,130,'_uwmr_activate',NULL),(20928,130,'_uwmr_tablet_url',''),(20929,130,'_uwmr_tablet_activate',NULL),(20930,735,'_yoast_wpseo_content_score','30'),(20931,735,'_uwmr_url',''),(20932,735,'_uwmr_activate',NULL),(20933,735,'_uwmr_tablet_url',''),(20934,735,'_uwmr_tablet_activate',NULL),(20935,756,'_wpb_shortcodes_custom_css','.vc_custom_1501656387484{margin-top: 15px !important;}.vc_custom_1501656357730{margin-bottom: 20px !important;}'),(20936,756,'_yoast_wpseo_content_score','30'),(20937,756,'_uwmr_url',''),(20938,756,'_uwmr_activate',NULL),(20939,756,'_uwmr_tablet_url',''),(20940,756,'_uwmr_tablet_activate',NULL),(20941,750,'_wpb_shortcodes_custom_css','.vc_custom_1501656644793{margin-top: 20px !important;}.vc_custom_1501656652098{margin-bottom: 10px !important;}'),(20942,750,'_yoast_wpseo_content_score','30'),(20943,750,'_uwmr_url',''),(20944,750,'_uwmr_activate',NULL),(20945,750,'_uwmr_tablet_url',''),(20946,750,'_uwmr_tablet_activate',NULL),(20947,741,'_yoast_wpseo_content_score','30'),(20948,741,'_uwmr_url',''),(20949,741,'_uwmr_activate',NULL),(20950,741,'_uwmr_tablet_url',''),(20951,741,'_uwmr_tablet_activate',NULL),(20952,741,'_wpb_shortcodes_custom_css','.vc_custom_1501656940248{margin-top: 15px !important;}'),(20953,3904,'_wp_attached_file','2017/08/Wanderfuls_Promo.jpg'),(20954,3904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:28:\"2017/08/Wanderfuls_Promo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Wanderfuls_Promo-150x150.jpg\";s:5:\"width\";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:\"Wanderfuls_Promo-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Wanderfuls_Promo-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Wanderfuls_Promo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20955,3915,'_wp_attached_file','2017/07/COLORS-WAND-MOBILE-1-1.png'),(20956,3915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:564;s:4:\"file\";s:34:\"2017/07/COLORS-WAND-MOBILE-1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"COLORS-WAND-MOBILE-1-1-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:34:\"COLORS-WAND-MOBILE-1-1-145x300.png\";s:5:\"width\";i:145;s:6:\"height\";i:300;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:{}}}'),(20959,61,'_wp_trash_meta_status','publish'),(20960,61,'_wp_trash_meta_time','1501711517'),(20961,61,'_wp_desired_post_slug','discounts'),(20962,969,'_wp_trash_meta_status','publish'),(20963,969,'_wp_trash_meta_time','1501711535'),(20964,969,'_wp_desired_post_slug','49-2'),(20965,3937,'_wp_attached_file','2017/07/Royal.jpg'),(20966,3937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2503;s:6:\"height\";i:1878;s:4:\"file\";s:17:\"2017/07/Royal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Royal-150x150.jpg\";s:5:\"width\";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:\"Royal-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Royal-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Royal-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(20967,3938,'_wp_attached_file','2017/07/Grand.jpg'),(20968,3938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2509;s:6:\"height\";i:1881;s:4:\"file\";s:17:\"2017/07/Grand.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Grand-150x150.jpg\";s:5:\"width\";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:\"Grand-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Grand-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Grand-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(20969,3941,'_wp_attached_file','2017/07/Royal-1.jpg'),(20970,3941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2503;s:6:\"height\";i:1878;s:4:\"file\";s:19:\"2017/07/Royal-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Royal-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:19:\"Royal-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Royal-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Royal-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(20971,3943,'_wp_attached_file','2017/07/Royal-2.jpg'),(20972,3943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2503;s:6:\"height\";i:1675;s:4:\"file\";s:19:\"2017/07/Royal-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Royal-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:19:\"Royal-2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Royal-2-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Royal-2-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20973,3944,'_wp_attached_file','2017/07/Grand-1.jpg'),(20974,3944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2494;s:6:\"height\";i:1676;s:4:\"file\";s:19:\"2017/07/Grand-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Grand-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:19:\"Grand-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Grand-1-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Grand-1-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20975,3965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20976,3965,'_edit_lock','1501863411:1'),(20977,3965,'_edit_last','1'),(20978,3965,'_wp_page_template','default'),(20979,3965,'slide_template','default'),(20980,3965,'_easy_image_gallery_link_images','off'),(20981,3965,'_wpb_vc_js_status','true'),(20982,3965,'_yoast_wpseo_content_score','30'),(20983,3965,'_uwmr_url',''),(20984,3965,'_uwmr_activate',NULL),(20985,3965,'_uwmr_tablet_url',''),(20986,3965,'_uwmr_tablet_activate',NULL),(20987,3965,'_oembed_82adc575cc8f5cad50503c95a47c31ff','{{unknown}}'),(20988,3965,'_oembed_15c21725a1c64917dadcc3cf648b906d','<iframe width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/HdJdzZcLhpQ?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(20989,3965,'_oembed_time_15c21725a1c64917dadcc3cf648b906d','1501858288'),(20990,3976,'_wp_attached_file','2017/07/Classic-.png'),(20991,3976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:679;s:6:\"height\";i:494;s:4:\"file\";s:20:\"2017/07/Classic-.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Classic--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:\"Classic--300x218.png\";s:5:\"width\";i:300;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:{}}}'),(20992,3977,'_wp_attached_file','2017/07/Classic-1-1.png'),(20993,3977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:207;s:6:\"height\";i:151;s:4:\"file\";s:23:\"2017/07/Classic-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Classic-1-1-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: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:{}}}'),(20994,3978,'_wp_attached_file','2017/07/Classic-.jpg'),(20995,3978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:834;s:4:\"file\";s:20:\"2017/07/Classic-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Classic--150x150.jpg\";s:5:\"width\";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:\"Classic--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:20:\"Classic--768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Classic--1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20996,3981,'_wp_attached_file','2017/07/Sweet-16.png'),(20997,3981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:145;s:4:\"file\";s:20:\"2017/07/Sweet-16.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Sweet-16-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Sweet-16-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:{}}}'),(20998,3982,'_wp_attached_file','2017/07/Home-.png'),(20999,3982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:650;s:4:\"file\";s:17:\"2017/07/Home-.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Home--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:16:\"Home--300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Home--768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Home--1024x148.png\";s:5:\"width\";i:1024;s:6:\"height\";i:148;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:{}}}'),(21000,3371,'_wp_trash_meta_status','draft'),(21001,3371,'_wp_trash_meta_time','1501941875'),(21002,3371,'_wp_desired_post_slug',''),(21003,4,'_wp_trash_meta_status','publish'),(21004,4,'_wp_trash_meta_time','1501941912'),(21005,4,'_wp_desired_post_slug','home'),(21006,3990,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21007,3990,'_edit_lock','1503200563:1'),(21008,3990,'_edit_last','1'),(21009,3990,'_wp_page_template','default'),(21010,3990,'slide_template','default'),(21011,3990,'_easy_image_gallery_link_images','off'),(21012,3990,'_wpb_vc_js_status','false'),(21013,3990,'_yoast_wpseo_content_score','30'),(21014,3990,'_uwmr_url',''),(21015,3990,'_uwmr_activate',NULL),(21016,3990,'_uwmr_tablet_url',''),(21017,3990,'_uwmr_tablet_activate',NULL),(21018,3999,'_wp_trash_meta_status','publish'),(21019,3999,'_wp_trash_meta_time','1502045465'),(21020,4015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21021,4015,'_menu_item_type','custom'),(21022,4015,'_menu_item_menu_item_parent','0'),(21023,4015,'_menu_item_object_id','4015'),(21024,4015,'_menu_item_object','custom'),(21025,4015,'_menu_item_target',''),(21026,4015,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21027,4015,'_menu_item_xfn',''),(21028,4015,'_menu_item_url','/catalog.html'),(21030,4018,'_wp_attached_file','2017/08/lomg_fafor_colorsBLUR_06_3.jpg'),(21031,4018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:857;s:4:\"file\";s:38:\"2017/08/lomg_fafor_colorsBLUR_06_3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lomg_fafor_colorsBLUR_06_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:38:\"lomg_fafor_colorsBLUR_06_3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"lomg_fafor_colorsBLUR_06_3-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"lomg_fafor_colorsBLUR_06_3-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;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:{}}}'),(21032,4019,'_wp_attached_file','2017/08/its-your-favor.jpg'),(21033,4019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2017/08/its-your-favor.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"its-your-favor-150x150.jpg\";s:5:\"width\";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:\"its-your-favor-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;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:{}}}'),(21034,4020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21035,4020,'_wpb_shortcodes_custom_css','.vc_custom_1501327948933{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501259943340{margin-bottom: 50px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502248533862{padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501699562914{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501328675612{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329063592{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501329504232{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329504232{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501586663662{margin-top: 30px !important;}.vc_custom_1501260598236{margin-top: 0px !important;}.vc_custom_1501701815547{margin-top: 15px !important;}.vc_custom_1501587400098{margin-top: 30px !important;}.vc_custom_1501587513673{margin-top: -30px !important;margin-bottom: 50px !important;}.vc_custom_1501329523871{margin-top: -15px !important;}'),(21036,4020,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21037,4020,'_wp_page_template','standard-page.php'),(21038,4020,'slide_template','default'),(21039,4020,'_easy_image_gallery_link_images','off'),(21040,4020,'_wpb_vc_js_status','false'),(21041,4020,'_yoast_wpseo_content_score','30'),(21042,4020,'_uwmr_url',''),(21043,4020,'_uwmr_activate',NULL),(21044,4020,'_uwmr_tablet_url',''),(21045,4020,'_uwmr_tablet_activate',NULL),(21046,4020,'_wpb_shortcodes_custom_css','.vc_custom_1501327948933{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501259943340{margin-bottom: 50px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502248533862{padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501699562914{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501328675612{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329063592{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501329504232{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329504232{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501586663662{margin-top: 30px !important;}.vc_custom_1501260598236{margin-top: 0px !important;}.vc_custom_1501701815547{margin-top: 15px !important;}.vc_custom_1501587400098{margin-top: 30px !important;}.vc_custom_1501587513673{margin-top: -30px !important;margin-bottom: 50px !important;}.vc_custom_1501329523871{margin-top: -15px !important;}'),(21047,4020,'_dp_original','3211'),(21048,4020,'_edit_lock','1502873584:1'),(21049,4020,'_edit_last','1'),(21050,4042,'_wp_attached_file','2017/07/poms-in-home-page.jpg'),(21051,4042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:310;s:4:\"file\";s:29:\"2017/07/poms-in-home-page.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"poms-in-home-page-150x150.jpg\";s:5:\"width\";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:\"poms-in-home-page-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;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:{}}}'),(21055,4064,'_wp_attached_file','2017/07/Interest-Banner.jpg'),(21056,4064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:90;s:4:\"file\";s:27:\"2017/07/Interest-Banner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Interest-Banner-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:\"Interest-Banner-300x14.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Interest-Banner-768x36.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Interest-Banner-1024x48.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:48;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:3:\"Web\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21057,4069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21058,4069,'_wpb_shortcodes_custom_css','.vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1502358465569{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1502251602051{margin-bottom: -20px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500810920560{margin-top: -15px !important;}.vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}.vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}.vc_custom_1500811762793{margin-top: 20px !important;margin-right: -30px !important;margin-left: -30px !important;}.vc_custom_1501783543498{margin-top: 20px !important;}.vc_custom_1501783565314{margin-top: 20px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500811990513{margin-top: 10px !important;}.vc_custom_1502259228398{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21059,4069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21060,4069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21061,4069,'_wp_page_template','homepage.php'),(21062,4069,'slide_template','default'),(21063,4069,'_easy_image_gallery_link_images','off'),(21064,4069,'_wpb_vc_js_status','true'),(21065,4069,'_yoast_wpseo_content_score','60'),(21066,4069,'_uwmr_url',''),(21067,4069,'_uwmr_activate',NULL),(21068,4069,'_uwmr_tablet_url',''),(21069,4069,'_uwmr_tablet_activate',NULL),(21071,4069,'_wpb_shortcodes_custom_css','.vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1502358465569{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1502251602051{margin-bottom: -20px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500810920560{margin-top: -15px !important;}.vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}.vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}.vc_custom_1500811762793{margin-top: 20px !important;margin-right: -30px !important;margin-left: -30px !important;}.vc_custom_1501783543498{margin-top: 20px !important;}.vc_custom_1501783565314{margin-top: 20px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500811990513{margin-top: 10px !important;}.vc_custom_1502259228398{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21072,4069,'_dp_original','2462'),(21073,4069,'_edit_lock','1503650689:1'),(21074,4069,'_edit_last','1'),(21075,4073,'_wp_attached_file','2017/08/LIMITED-TIME-2-copy.png'),(21076,4073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:85;s:4:\"file\";s:31:\"2017/08/LIMITED-TIME-2-copy.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"LIMITED-TIME-2-copy-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"LIMITED-TIME-2-copy-300x33.png\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"LIMITED-TIME-2-copy-768x85.png\";s:5:\"width\";i:768;s:6:\"height\";i:85;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:{}}}'),(21077,4075,'_wp_attached_file','2017/08/LIMITED-TIME-2.png'),(21078,4075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:213;s:4:\"file\";s:26:\"2017/08/LIMITED-TIME-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LIMITED-TIME-2-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:\"LIMITED-TIME-2-300x33.png\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"LIMITED-TIME-2-768x85.png\";s:5:\"width\";i:768;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"LIMITED-TIME-2-1024x114.png\";s:5:\"width\";i:1024;s:6:\"height\";i:114;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:{}}}'),(21079,4077,'_wp_attached_file','2017/08/Interest-Banner2.png'),(21080,4077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:90;s:4:\"file\";s:28:\"2017/08/Interest-Banner2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Interest-Banner2-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Interest-Banner2-300x14.png\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Interest-Banner2-768x36.png\";s:5:\"width\";i:768;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Interest-Banner2-1024x48.png\";s:5:\"width\";i:1024;s:6:\"height\";i:48;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:{}}}'),(21081,4078,'_wp_attached_file','2017/08/LIMITED-TIME-3-copy.png'),(21082,4078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:213;s:4:\"file\";s:31:\"2017/08/LIMITED-TIME-3-copy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LIMITED-TIME-3-copy-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:30:\"LIMITED-TIME-3-copy-300x33.png\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"LIMITED-TIME-3-copy-768x85.png\";s:5:\"width\";i:768;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"LIMITED-TIME-3-copy-1024x114.png\";s:5:\"width\";i:1024;s:6:\"height\";i:114;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:{}}}'),(21083,4080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21084,4080,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1503632584510{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502433359889{margin-top: 15px !important;}.vc_custom_1502433375316{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433386065{margin-top: 15px !important;}.vc_custom_1502433394396{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433404440{margin-top: 15px !important;}.vc_custom_1502433412458{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21085,4080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21086,4080,'_wp_page_template','standard-page.php'),(21087,4080,'slide_template','default'),(21088,4080,'_easy_image_gallery_link_images','off'),(21089,4080,'_wpb_vc_js_status','true'),(21090,4080,'_yoast_wpseo_content_score','30'),(21091,4080,'_uwmr_url',''),(21092,4080,'_uwmr_activate',NULL),(21093,4080,'_uwmr_tablet_url',''),(21094,4080,'_uwmr_tablet_activate',NULL),(21095,4080,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1503632584510{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502433359889{margin-top: 15px !important;}.vc_custom_1502433375316{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433386065{margin-top: 15px !important;}.vc_custom_1502433394396{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433404440{margin-top: 15px !important;}.vc_custom_1502433412458{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21096,4080,'_dp_original','3077'),(21097,4080,'_edit_lock','1503637666:1'),(21098,4080,'_edit_last','1'),(21099,2462,'_inpost_head_script','a:1:{s:19:\"synth_header_script\";s:811:\"<!-- Google Analytics Content Experiment code -->\r\n<script>function utmx_section(){}function utmx(){}(function(){var\r\nk=\'6846995-1\',d=document,l=d.location,c=d.cookie;\r\nif(l.search.indexOf(\'utm_expid=\'+k)>0)return;\r\nfunction f(n){if(c){var i=c.indexOf(n+\'=\');if(i>-1){var j=c.\r\nindexOf(\';\',i);return escape(c.substring(i+n.length+1,j<0?c.\r\nlength:j))}}}var x=f(\'__utmx\'),xx=f(\'__utmxx\'),h=l.hash;d.write(\r\n\'<sc\'+\'ript src=\"\'+\'http\'+(l.protocol==\'https:\'?\'s://ssl\':\r\n\'://www\')+\'.google-analytics.com/ga_exp.js?\'+\'utmxkey=\'+k+\r\n\'&utmx=\'+(x?x:\'\')+\'&utmxx=\'+(xx?xx:\'\')+\'&utmxtime=\'+new Date().\r\nvalueOf()+(h?\'&utmxhash=\'+escape(h.substr(1)):\'\')+\r\n\'\" type=\"text/javascript\" charset=\"utf-8\"><\\/sc\'+\'ript>\')})();\r\n</script><script>utmx(\'url\',\'A/B\');</script>\r\n<!-- End of Google Analytics Content Experiment code -->\r\n\";}'),(21100,3077,'_inpost_head_script','a:1:{s:19:\"synth_header_script\";s:811:\"<!-- Google Analytics Content Experiment code -->\r\n<script>function utmx_section(){}function utmx(){}(function(){var\r\nk=\'6846995-2\',d=document,l=d.location,c=d.cookie;\r\nif(l.search.indexOf(\'utm_expid=\'+k)>0)return;\r\nfunction f(n){if(c){var i=c.indexOf(n+\'=\');if(i>-1){var j=c.\r\nindexOf(\';\',i);return escape(c.substring(i+n.length+1,j<0?c.\r\nlength:j))}}}var x=f(\'__utmx\'),xx=f(\'__utmxx\'),h=l.hash;d.write(\r\n\'<sc\'+\'ript src=\"\'+\'http\'+(l.protocol==\'https:\'?\'s://ssl\':\r\n\'://www\')+\'.google-analytics.com/ga_exp.js?\'+\'utmxkey=\'+k+\r\n\'&utmx=\'+(x?x:\'\')+\'&utmxx=\'+(xx?xx:\'\')+\'&utmxtime=\'+new Date().\r\nvalueOf()+(h?\'&utmxhash=\'+escape(h.substr(1)):\'\')+\r\n\'\" type=\"text/javascript\" charset=\"utf-8\"><\\/sc\'+\'ript>\')})();\r\n</script><script>utmx(\'url\',\'A/B\');</script>\r\n<!-- End of Google Analytics Content Experiment code -->\r\n\";}'),(21101,4085,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21102,4085,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1502359458245{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502420277018{margin-top: 15px !important;}.vc_custom_1502420326886{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420335700{margin-top: 15px !important;}.vc_custom_1502420344465{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420353441{margin-top: 15px !important;}.vc_custom_1502420360777{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21103,4085,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21104,4085,'_wp_page_template','standard-page.php'),(21105,4085,'slide_template','default'),(21106,4085,'_easy_image_gallery_link_images','off'),(21107,4085,'_wpb_vc_js_status','true'),(21108,4085,'_yoast_wpseo_content_score','30'),(21109,4085,'_uwmr_url',''),(21110,4085,'_uwmr_activate',NULL),(21111,4085,'_uwmr_tablet_url',''),(21112,4085,'_uwmr_tablet_activate',NULL),(21113,4085,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1502359458245{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502420277018{margin-top: 15px !important;}.vc_custom_1502420326886{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420335700{margin-top: 15px !important;}.vc_custom_1502420344465{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502420353441{margin-top: 15px !important;}.vc_custom_1502420360777{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21114,4085,'_inpost_head_script','a:1:{s:19:\"synth_header_script\";s:811:\"<!-- Google Analytics Content Experiment code -->\r\n<script>function utmx_section(){}function utmx(){}(function(){var\r\nk=\'6846995-2\',d=document,l=d.location,c=d.cookie;\r\nif(l.search.indexOf(\'utm_expid=\'+k)>0)return;\r\nfunction f(n){if(c){var i=c.indexOf(n+\'=\');if(i>-1){var j=c.\r\nindexOf(\';\',i);return escape(c.substring(i+n.length+1,j<0?c.\r\nlength:j))}}}var x=f(\'__utmx\'),xx=f(\'__utmxx\'),h=l.hash;d.write(\r\n\'<sc\'+\'ript src=\"\'+\'http\'+(l.protocol==\'https:\'?\'s://ssl\':\r\n\'://www\')+\'.google-analytics.com/ga_exp.js?\'+\'utmxkey=\'+k+\r\n\'&utmx=\'+(x?x:\'\')+\'&utmxx=\'+(xx?xx:\'\')+\'&utmxtime=\'+new Date().\r\nvalueOf()+(h?\'&utmxhash=\'+escape(h.substr(1)):\'\')+\r\n\'\" type=\"text/javascript\" charset=\"utf-8\"><\\/sc\'+\'ript>\')})();\r\n</script><script>utmx(\'url\',\'A/B\');</script>\r\n<!-- End of Google Analytics Content Experiment code -->\r\n\";}'),(21115,4085,'_dp_original','3077'),(21116,4085,'_edit_lock','1502851678:1'),(21117,4085,'_edit_last','1'),(21118,4085,'_wp_trash_meta_status','draft'),(21119,4085,'_wp_trash_meta_time','1502851829'),(21120,4085,'_wp_desired_post_slug','products-c'),(21121,4087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21122,4087,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502852820173{margin-top: 15px !important;}.vc_custom_1502852810216{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502852856974{margin-top: 15px !important;}.vc_custom_1502852927400{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433404440{margin-top: 15px !important;}.vc_custom_1502433412458{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21123,4087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21124,4087,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21125,4087,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502852820173{margin-top: 15px !important;}.vc_custom_1502852810216{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502852856974{margin-top: 15px !important;}.vc_custom_1502852927400{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433404440{margin-top: 15px !important;}.vc_custom_1502433412458{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21126,4087,'_wpb_shortcodes_custom_css','.vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005084827{margin-top: 50px !important;}.vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}.vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}.vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}.vc_custom_1502852820173{margin-top: 15px !important;}.vc_custom_1502852810216{margin-top: 15px !important;}.vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502852856974{margin-top: 15px !important;}.vc_custom_1502852927400{margin-top: 15px !important;}.vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1502433404440{margin-top: 15px !important;}.vc_custom_1502433412458{margin-top: 15px !important;}.vc_custom_1499882126710{margin-bottom: 30px !important;}.vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21127,4087,'_wp_page_template','standard-page.php'),(21128,4087,'slide_template','default'),(21129,4087,'_easy_image_gallery_link_images','off'),(21130,4087,'_wpb_vc_js_status','true'),(21131,4087,'_yoast_wpseo_content_score','30'),(21132,4087,'_uwmr_url',''),(21133,4087,'_uwmr_activate',NULL),(21134,4087,'_uwmr_tablet_url',''),(21135,4087,'_uwmr_tablet_activate',NULL),(21137,4087,'_dp_original','4080'),(21138,4087,'_edit_lock','1503637667:1'),(21139,4087,'_edit_last','1'),(21140,3337,'_edit_lock','1502873332:1'),(21141,4091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21142,4091,'_wpb_shortcodes_custom_css','.vc_custom_1501327948933{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501259943340{margin-bottom: 50px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501699562914{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501328675612{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329063592{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502881586130{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501586663662{margin-top: 30px !important;}.vc_custom_1501260598236{margin-top: 0px !important;}.vc_custom_1501701815547{margin-top: 15px !important;}.vc_custom_1501587400098{margin-top: 30px !important;}.vc_custom_1501587513673{margin-top: -30px !important;margin-bottom: 50px !important;}.vc_custom_1501329523871{margin-top: -15px !important;}'),(21143,4091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21144,4091,'_wp_page_template','standard-page.php'),(21145,4091,'slide_template','default'),(21146,4091,'_easy_image_gallery_link_images','off'),(21147,4091,'_wpb_vc_js_status','true'),(21148,4091,'_yoast_wpseo_content_score','30'),(21149,4091,'_uwmr_url',''),(21150,4091,'_uwmr_activate',NULL),(21151,4091,'_uwmr_tablet_url',''),(21152,4091,'_uwmr_tablet_activate',NULL),(21153,4091,'_wpb_shortcodes_custom_css','.vc_custom_1501327948933{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501259943340{margin-bottom: 50px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1501699562914{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501328675612{margin-bottom: 50px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1501329063592{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502881586130{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500555294181{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501586663662{margin-top: 30px !important;}.vc_custom_1501260598236{margin-top: 0px !important;}.vc_custom_1501701815547{margin-top: 15px !important;}.vc_custom_1501587400098{margin-top: 30px !important;}.vc_custom_1501587513673{margin-top: -30px !important;margin-bottom: 50px !important;}.vc_custom_1501329523871{margin-top: -15px !important;}'),(21154,4091,'_dp_original','3211'),(21155,4091,'_edit_lock','1502910768:1'),(21156,4091,'_edit_last','1'),(21157,4094,'_wp_attached_file','2017/08/icimg1.png'),(21158,4094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2011;s:6:\"height\";i:2161;s:4:\"file\";s:18:\"2017/08/icimg1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icimg1-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:18:\"icimg1-279x300.png\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"icimg1-768x825.png\";s:5:\"width\";i:768;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"icimg1-953x1024.png\";s:5:\"width\";i:953;s:6:\"height\";i:1024;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:{}}}'),(21159,4095,'_wp_attached_file','2017/08/icimg2.png'),(21160,4095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:2074;s:4:\"file\";s:18:\"2017/08/icimg2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icimg2-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:18:\"icimg2-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"icimg2-768x1099.png\";s:5:\"width\";i:768;s:6:\"height\";i:1099;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"icimg2-716x1024.png\";s:5:\"width\";i:716;s:6:\"height\";i:1024;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:{}}}'),(21161,4096,'_wp_attached_file','2017/08/icimg3.png'),(21162,4096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1061;s:6:\"height\";i:2052;s:4:\"file\";s:18:\"2017/08/icimg3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icimg3-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:18:\"icimg3-155x300.png\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"icimg3-768x1485.png\";s:5:\"width\";i:768;s:6:\"height\";i:1485;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"icimg3-529x1024.png\";s:5:\"width\";i:529;s:6:\"height\";i:1024;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:{}}}'),(21163,4097,'_wp_attached_file','2017/08/icimg4.png'),(21164,4097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1292;s:6:\"height\";i:2081;s:4:\"file\";s:18:\"2017/08/icimg4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"icimg4-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:18:\"icimg4-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"icimg4-768x1237.png\";s:5:\"width\";i:768;s:6:\"height\";i:1237;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"icimg4-636x1024.png\";s:5:\"width\";i:636;s:6:\"height\";i:1024;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:{}}}'),(21165,4099,'_wp_attached_file','2017/08/imgic1.jpg'),(21166,4099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2528;s:4:\"file\";s:18:\"2017/08/imgic1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgic1-150x150.jpg\";s:5:\"width\";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:\"imgic1-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"imgic1-768x899.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"imgic1-875x1024.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:1024;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:{}}}'),(21167,4100,'_wp_attached_file','2017/08/imgic2.jpg'),(21168,4100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2528;s:4:\"file\";s:18:\"2017/08/imgic2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgic2-150x150.jpg\";s:5:\"width\";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:\"imgic2-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"imgic2-768x899.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"imgic2-875x1024.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:1024;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:{}}}'),(21169,4101,'_wp_attached_file','2017/08/imgic3.jpg'),(21170,4101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2528;s:4:\"file\";s:18:\"2017/08/imgic3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgic3-150x150.jpg\";s:5:\"width\";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:\"imgic3-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"imgic3-768x899.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"imgic3-875x1024.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:1024;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:{}}}'),(21171,4102,'_wp_attached_file','2017/08/imgic4.jpg'),(21172,4102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2528;s:4:\"file\";s:18:\"2017/08/imgic4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgic4-150x150.jpg\";s:5:\"width\";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:\"imgic4-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"imgic4-768x899.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"imgic4-875x1024.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:1024;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:{}}}'),(21173,4113,'_wp_attached_file','2017/07/create-yours.png'),(21174,4113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:734;s:4:\"file\";s:24:\"2017/07/create-yours.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"create-yours-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:24:\"create-yours-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;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:{}}}'),(21175,4115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21176,4115,'_edit_lock','1504127396:1'),(21177,4115,'_edit_last','1'),(21178,4115,'_wp_page_template','standard-page.php'),(21179,4115,'slide_template','default'),(21180,4115,'_easy_image_gallery_link_images','off'),(21181,4115,'_wpb_vc_js_status','true'),(21182,4115,'_wpb_shortcodes_custom_css','.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502881586130{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502899867745{margin-right: 35px !important;margin-left: 35px !important;}'),(21183,4115,'_yoast_wpseo_content_score','30'),(21184,4115,'_uwmr_url',''),(21185,4115,'_uwmr_activate',NULL),(21186,4115,'_uwmr_tablet_url',''),(21187,4115,'_uwmr_tablet_activate',NULL),(21188,4118,'_wp_attached_file','2017/08/Scroll-01.jpg'),(21189,4118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2017/08/Scroll-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Scroll-01-150x150.jpg\";s:5:\"width\";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:\"Scroll-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21190,4119,'_wp_attached_file','2017/08/Scroll_Show-Second.jpg'),(21191,4119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2017/08/Scroll_Show-Second.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scroll_Show-Second-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-Second-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21192,4120,'_wp_attached_file','2017/08/Scroll_Show-First.jpg'),(21193,4120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2017/08/Scroll_Show-First.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Scroll_Show-First-150x150.jpg\";s:5:\"width\";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:\"Scroll_Show-First-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21194,4126,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21195,4126,'_menu_item_type','post_type'),(21196,4126,'_menu_item_menu_item_parent','0'),(21197,4126,'_menu_item_object_id','4115'),(21198,4126,'_menu_item_object','page'),(21199,4126,'_menu_item_target',''),(21200,4126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21201,4126,'_menu_item_xfn',''),(21202,4126,'_menu_item_url',''),(21206,4134,'_wp_attached_file','2017/07/MOBILE-NAVIGATION-CREATE-NOW.png'),(21207,4134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:111;s:4:\"file\";s:40:\"2017/07/MOBILE-NAVIGATION-CREATE-NOW.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"MOBILE-NAVIGATION-CREATE-NOW-150x111.png\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"MOBILE-NAVIGATION-CREATE-NOW-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"MOBILE-NAVIGATION-CREATE-NOW-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;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:{}}}'),(21209,4149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21210,4149,'_wpb_shortcodes_custom_css','.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502881586130{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502899867745{margin-right: 35px !important;margin-left: 35px !important;}'),(21211,4149,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21212,4149,'_wp_page_template','standard-page.php'),(21213,4149,'slide_template','default'),(21214,4149,'_easy_image_gallery_link_images','off'),(21215,4149,'_wpb_vc_js_status','true'),(21216,4149,'_wpb_shortcodes_custom_css','.vc_custom_1501327718347{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502881586130{margin-top: 50px !important;margin-bottom: 20px !important;padding-right: 45px !important;padding-left: 45px !important;}.vc_custom_1502899867745{margin-right: 35px !important;margin-left: 35px !important;}'),(21217,4149,'_yoast_wpseo_content_score','30'),(21218,4149,'_uwmr_url',''),(21219,4149,'_uwmr_activate',NULL),(21220,4149,'_uwmr_tablet_url',''),(21221,4149,'_uwmr_tablet_activate',NULL),(21222,4149,'_dp_original','4115'),(21223,4149,'_edit_lock','1503086123:1'),(21224,4149,'_edit_last','1'),(21250,4162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21251,4162,'_edit_lock','1503148252:1'),(21252,4162,'_edit_last','1'),(21253,4162,'_wp_page_template','standard-page.php'),(21254,4162,'slide_template','default'),(21255,4162,'_easy_image_gallery_link_images','off'),(21256,4162,'_wpb_vc_js_status','false'),(21257,4162,'_yoast_wpseo_content_score','30'),(21258,4162,'_uwmr_url',''),(21259,4162,'_uwmr_activate',NULL),(21260,4162,'_uwmr_tablet_url',''),(21261,4162,'_uwmr_tablet_activate',NULL),(21262,4166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21263,4166,'_edit_lock','1503147739:1'),(21264,4166,'_edit_last','1'),(21265,4166,'slide_template','default'),(21266,4166,'wf_faq_coloumn','1st_coloumn'),(21267,4166,'_yoast_wpseo_content_score','30'),(21268,4167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21269,4167,'_edit_lock','1503147801:1'),(21270,4167,'_edit_last','1'),(21271,4167,'slide_template','default'),(21272,4167,'wf_faq_coloumn','2nd_coloumn'),(21273,4167,'_yoast_wpseo_content_score','30'),(21274,4168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21275,4168,'_edit_lock','1503147859:1'),(21276,4168,'_edit_last','1'),(21277,4168,'slide_template','default'),(21278,4168,'wf_faq_coloumn','3rd_coloumn'),(21279,4168,'_yoast_wpseo_content_score','30'),(21280,4169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21281,4169,'_edit_lock','1503544968:1'),(21282,4169,'_edit_last','1'),(21283,4169,'slide_template','default'),(21284,4169,'wf_faq_coloumn','1st_coloumn'),(21285,4169,'_yoast_wpseo_content_score','30'),(21286,4171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21287,4171,'_edit_lock','1503544871:1'),(21288,4171,'_edit_last','1'),(21289,4171,'slide_template','default'),(21290,4171,'wf_faq_coloumn','1st_coloumn'),(21291,4171,'_yoast_wpseo_content_score','30'),(21292,4172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21293,4172,'_edit_lock','1503543395:1'),(21294,4172,'_edit_last','1'),(21295,4172,'slide_template','default'),(21296,4172,'wf_faq_coloumn','1st_coloumn'),(21297,4172,'_yoast_wpseo_content_score','30'),(21298,4173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21299,4173,'_edit_lock','1503546736:1'),(21300,4173,'_edit_last','1'),(21301,4173,'slide_template','default'),(21302,4173,'wf_faq_coloumn','2nd_coloumn'),(21303,4173,'_yoast_wpseo_content_score','30'),(21304,4174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21305,4174,'_edit_lock','1503545674:1'),(21306,4174,'_edit_last','1'),(21307,4174,'slide_template','default'),(21308,4174,'wf_faq_coloumn','2nd_coloumn'),(21309,4174,'_yoast_wpseo_content_score','60'),(21312,4176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21313,4176,'_edit_lock','1503546736:1'),(21314,4176,'_edit_last','1'),(21315,4176,'slide_template','default'),(21316,4176,'wf_faq_coloumn','2nd_coloumn'),(21317,4176,'_yoast_wpseo_content_score','30'),(21318,4177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21319,4177,'_edit_lock','1503545927:1'),(21320,4177,'_edit_last','1'),(21321,4177,'slide_template','default'),(21322,4177,'wf_faq_coloumn','3rd_coloumn'),(21323,4177,'_yoast_wpseo_content_score','30'),(21324,4178,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21325,4178,'_edit_lock','1503545782:1'),(21326,4178,'_edit_last','1'),(21327,4178,'slide_template','default'),(21328,4178,'wf_faq_coloumn','3rd_coloumn'),(21329,4178,'_yoast_wpseo_content_score','30'),(21330,4179,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21331,4179,'_edit_lock','1503545830:1'),(21332,4179,'_edit_last','1'),(21333,4179,'slide_template','default'),(21334,4179,'wf_faq_coloumn','3rd_coloumn'),(21335,4179,'_yoast_wpseo_content_score','30'),(21338,4185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21339,4185,'_edit_lock','1503207602:1'),(21340,4185,'_edit_last','1'),(21341,4185,'_wp_page_template','default'),(21342,4185,'slide_template','default'),(21343,4185,'_easy_image_gallery_link_images','off'),(21344,4185,'_wpb_vc_js_status','false'),(21345,4185,'_yoast_wpseo_content_score','30'),(21346,4185,'_uwmr_url',''),(21347,4185,'_uwmr_activate',NULL),(21348,4185,'_uwmr_tablet_url',''),(21349,4185,'_uwmr_tablet_activate',NULL),(21350,4187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21351,4187,'_edit_last','1'),(21352,4187,'_wp_page_template','standard-page.php'),(21353,4187,'slide_template','default'),(21354,4187,'_easy_image_gallery_link_images','off'),(21355,4187,'_wpb_vc_js_status','false'),(21356,4187,'_yoast_wpseo_content_score','30'),(21357,4187,'_uwmr_url',''),(21358,4187,'_uwmr_activate',NULL),(21359,4187,'_uwmr_tablet_url',''),(21360,4187,'_uwmr_tablet_activate',NULL),(21361,4187,'_edit_lock','1503250209:1'),(21362,4189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21363,4189,'_edit_lock','1503304524:1'),(21364,4189,'_edit_last','1'),(21365,4189,'slide_template','default'),(21366,4189,'wf_faq_coloumn','2nd_coloumn'),(21367,4189,'_yoast_wpseo_content_score','30'),(21368,4189,'_wp_trash_meta_status','publish'),(21369,4189,'_wp_trash_meta_time','1503304671'),(21370,4189,'_wp_desired_post_slug','4189'),(21371,4190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21372,4190,'_edit_lock','1503542911:1'),(21373,4190,'_edit_last','1'),(21374,4191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21375,4191,'_edit_lock','1503344377:1'),(21376,4191,'_edit_last','1'),(21377,4191,'_wp_page_template','standard-page.php'),(21378,4191,'slide_template','default'),(21379,4191,'_easy_image_gallery_link_images','off'),(21380,4191,'_wpb_vc_js_status','false'),(21381,4191,'_yoast_wpseo_content_score','30'),(21382,4191,'_uwmr_url',''),(21383,4191,'_uwmr_activate',NULL),(21384,4191,'_uwmr_tablet_url',''),(21385,4191,'_uwmr_tablet_activate',NULL),(21386,4191,'_wp_trash_meta_status','publish'),(21387,4191,'_wp_trash_meta_time','1503344543'),(21388,4191,'_wp_desired_post_slug','design-rooms-3-more'),(21389,4196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21390,4196,'_wp_page_template','default'),(21391,4196,'_wpb_vc_js_status','false'),(21392,4196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21393,4196,'slide_template','default'),(21394,4196,'_easy_image_gallery_link_images','off'),(21395,4196,'_yoast_wpseo_focuskw','Wedding Centerpieces'),(21396,4196,'_yoast_wpseo_title','Wedding Centerpieces and Party Favors; Wedding Decorations for your Wedding Reception'),(21397,4196,'_yoast_wpseo_metadesc','Wanderfuls offers unique Wedding Centerpieces and Party Favors, party centerpieces, table centerpieces, and creative centerpiece ideas for all events.'),(21398,4196,'_yoast_wpseo_linkdex','26'),(21399,4196,'tb_post_layout','full-width'),(21400,4196,'tb_disable_title','on'),(21401,4196,'tb_disable_header_margin','on'),(21402,4196,'_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'),(21403,4196,'_yoast_wpseo_focuskw_text_input','Wedding Centerpieces'),(21404,4196,'_yoast_wpseo_content_score','30'),(21405,4196,'_dp_original','138'),(21406,4196,'_edit_lock','1503348467:1'),(21407,4196,'_edit_last','1'),(21408,4196,'_uwmr_url',''),(21409,4196,'_uwmr_activate',NULL),(21410,4196,'_uwmr_tablet_url',''),(21411,4196,'_uwmr_tablet_activate',NULL),(21412,4196,'_wpb_shortcodes_custom_css','.vc_custom_1503346534637{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1503346934329{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503346954465{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347077426{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347094557{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347055263{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347121391{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347143183{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347198487{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347224778{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347243669{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347260469{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347282452{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347302676{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347321011{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347340892{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347357126{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347372997{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347393220{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347415790{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347437932{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347458188{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347478497{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347498084{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347517302{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503346534637{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1503346934329{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503346954465{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347077426{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347094557{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347055263{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347121391{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347143183{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347198487{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347224778{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347243669{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347260469{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347282452{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347302676{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347321011{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347340892{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347357126{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347372997{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347393220{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347415790{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347437932{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347458188{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347478497{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347498084{margin-top: 15px !important;margin-bottom: 15px !important;}.vc_custom_1503347517302{margin-top: 15px !important;margin-bottom: 15px !important;}'),(21413,1168,'_edit_last','1'),(21414,1168,'_wp_page_template','default'),(21415,1168,'slide_template','default'),(21416,1168,'_easy_image_gallery_link_images','off'),(21417,1168,'_wpb_vc_js_status','false'),(21418,1168,'_yoast_wpseo_content_score','60'),(21419,1168,'_uwmr_url',''),(21420,1168,'_uwmr_activate',NULL),(21421,1168,'_uwmr_tablet_url',''),(21422,1168,'_uwmr_tablet_activate',NULL),(21423,3812,'pinwheel_slide_redirect_url',''),(21424,3812,'pinwheel_sslider_nolink',''),(21425,3811,'pinwheel_slide_redirect_url',''),(21426,3811,'pinwheel_sslider_nolink',''),(21427,3810,'pinwheel_slide_redirect_url',''),(21428,3810,'pinwheel_sslider_nolink',''),(21429,3809,'pinwheel_slide_redirect_url',''),(21430,3809,'pinwheel_sslider_nolink',''),(21431,3808,'pinwheel_slide_redirect_url',''),(21432,3808,'pinwheel_sslider_nolink',''),(21433,3807,'pinwheel_slide_redirect_url',''),(21434,3807,'pinwheel_sslider_nolink',''),(21435,3806,'pinwheel_slide_redirect_url',''),(21436,3806,'pinwheel_sslider_nolink',''),(21437,3805,'pinwheel_slide_redirect_url',''),(21438,3805,'pinwheel_sslider_nolink',''),(21439,3804,'pinwheel_slide_redirect_url',''),(21440,3804,'pinwheel_sslider_nolink',''),(21441,3803,'pinwheel_slide_redirect_url',''),(21442,3803,'pinwheel_sslider_nolink',''),(21443,4237,'_wp_attached_file','2017/08/daffodil-yellow-6-favor-bouquet.jpg'),(21444,4237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2017/08/daffodil-yellow-6-favor-bouquet.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"daffodil-yellow-6-favor-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:43:\"daffodil-yellow-6-favor-bouquet-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"daffodil-yellow-6-favor-bouquet-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"daffodil-yellow-6-favor-bouquet-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(21445,3804,'_edit_lock','1503509309:1'),(21446,4237,'pinwheel_slide_redirect_url',''),(21447,4237,'pinwheel_sslider_nolink',''),(21448,4190,'_wp_trash_meta_status','draft'),(21449,4190,'_wp_trash_meta_time','1503543057'),(21450,4190,'_wp_desired_post_slug',''),(21451,4168,'_wp_trash_meta_status','publish'),(21452,4168,'_wp_trash_meta_time','1503545056'),(21453,4168,'_wp_desired_post_slug','programs-industry-professionals'),(21454,4167,'_wp_trash_meta_status','publish'),(21455,4167,'_wp_trash_meta_time','1503545056'),(21456,4167,'_wp_desired_post_slug','can-combine-real-flowers'),(21457,4166,'_wp_trash_meta_status','publish'),(21458,4166,'_wp_trash_meta_time','1503545056'),(21459,4166,'_wp_desired_post_slug','quickly-can-order-made'),(21460,4247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21461,4247,'_wpb_shortcodes_custom_css','.vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1503473293754{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1502251602051{margin-bottom: -20px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500810920560{margin-top: -15px !important;}.vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}.vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}.vc_custom_1501783543498{margin-top: 20px !important;}.vc_custom_1501783565314{margin-top: 20px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500811990513{margin-top: 10px !important;}.vc_custom_1502259228398{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21462,4247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21463,4247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21464,4247,'_wp_page_template','homepage.php'),(21465,4247,'slide_template','default'),(21466,4247,'_easy_image_gallery_link_images','off'),(21467,4247,'_wpb_vc_js_status','true'),(21468,4247,'_yoast_wpseo_content_score','60'),(21469,4247,'_uwmr_url',''),(21470,4247,'_uwmr_activate',NULL),(21471,4247,'_uwmr_tablet_url',''),(21472,4247,'_uwmr_tablet_activate',NULL),(21474,4247,'_wpb_shortcodes_custom_css','.vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1503473293754{margin-right: -35px !important;margin-left: -35px !important;}.vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1502251602051{margin-bottom: -20px !important;}.vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}.vc_custom_1500810920560{margin-top: -15px !important;}.vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}.vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}.vc_custom_1501783543498{margin-top: 20px !important;}.vc_custom_1501783565314{margin-top: 20px !important;}.vc_custom_1499792120944{margin-bottom: 15px !important;}.vc_custom_1500811990513{margin-top: 10px !important;}.vc_custom_1502259228398{margin-top: 10px !important;}.vc_custom_1499958193431{margin-bottom: 65px !important;}.vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}.vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}.vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}.vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}.vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}.vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}'),(21475,4247,'_inpost_head_script','a:1:{s:19:\"synth_header_script\";s:811:\"<!-- Google Analytics Content Experiment code -->\r\n<script>function utmx_section(){}function utmx(){}(function(){var\r\nk=\'6846995-1\',d=document,l=d.location,c=d.cookie;\r\nif(l.search.indexOf(\'utm_expid=\'+k)>0)return;\r\nfunction f(n){if(c){var i=c.indexOf(n+\'=\');if(i>-1){var j=c.\r\nindexOf(\';\',i);return escape(c.substring(i+n.length+1,j<0?c.\r\nlength:j))}}}var x=f(\'__utmx\'),xx=f(\'__utmxx\'),h=l.hash;d.write(\r\n\'<sc\'+\'ript src=\"\'+\'http\'+(l.protocol==\'https:\'?\'s://ssl\':\r\n\'://www\')+\'.google-analytics.com/ga_exp.js?\'+\'utmxkey=\'+k+\r\n\'&utmx=\'+(x?x:\'\')+\'&utmxx=\'+(xx?xx:\'\')+\'&utmxtime=\'+new Date().\r\nvalueOf()+(h?\'&utmxhash=\'+escape(h.substr(1)):\'\')+\r\n\'\" type=\"text/javascript\" charset=\"utf-8\"><\\/sc\'+\'ript>\')})();\r\n</script><script>utmx(\'url\',\'A/B\');</script>\r\n<!-- End of Google Analytics Content Experiment code -->\r\n\";}'),(21476,4247,'_dp_original','2462'),(21477,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21478,4249,'_wpb_shortcodes_custom_css','.vc_custom_1501525358558{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}.vc_custom_1500999649953{background-color: #ffffff !important;}.vc_custom_1501525377970{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1500999764858{margin-right: -30px !important;margin-left: -30px !important;padding-right: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500991777883{padding-top: 5px !important;padding-right: 35px !important;padding-bottom: 5px !important;padding-left: 35px !important;}.vc_custom_1502127508849{padding-top: 2px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500997716249{padding-top: 5px !important;padding-bottom: 5px !important;}.vc_custom_1502114226036{padding-top: 2px !important;}.vc_custom_1500991966547{padding-top: 15px !important;padding-right: 35px !important;padding-bottom: 15px !important;padding-left: 35px !important;}.vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}.vc_custom_1501520436101{margin-top: 15px !important;}'),(21479,4249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21480,4249,'_wp_page_template','default'),(21481,4249,'slide_template','default'),(21482,4249,'_easy_image_gallery_link_images','off'),(21483,4249,'_wpb_vc_js_status','true'),(21484,4249,'_yoast_wpseo_content_score','30'),(21485,4249,'_uwmr_url',''),(21486,4249,'_uwmr_activate',NULL),(21487,4249,'_uwmr_tablet_url',''),(21488,4249,'_uwmr_tablet_activate',NULL),(21489,4249,'_wpb_shortcodes_custom_css','.vc_custom_1501525358558{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}.vc_custom_1500999649953{background-color: #ffffff !important;}.vc_custom_1501525377970{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1500999764858{margin-right: -30px !important;margin-left: -30px !important;padding-right: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500991777883{padding-top: 5px !important;padding-right: 35px !important;padding-bottom: 5px !important;padding-left: 35px !important;}.vc_custom_1502127508849{padding-top: 2px !important;}.vc_custom_1500379280215{margin-bottom: -15px !important;}.vc_custom_1500997716249{padding-top: 5px !important;padding-bottom: 5px !important;}.vc_custom_1502114226036{padding-top: 2px !important;}.vc_custom_1500991966547{padding-top: 15px !important;padding-right: 35px !important;padding-bottom: 15px !important;padding-left: 35px !important;}.vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}.vc_custom_1501520436101{margin-top: 15px !important;}'),(21490,4249,'_dp_original','2440'),(21491,4249,'_edit_lock','1503642248:1'),(21492,4249,'_edit_last','1'),(21493,4247,'_edit_lock','1503721692:1'),(21494,2840,'_wp_trash_meta_status','publish'),(21495,2840,'_wp_trash_meta_time','1503646194'),(21496,2840,'_wp_desired_post_slug','home-c'),(21497,4247,'_edit_last','1'),(21498,4267,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21499,4267,'_menu_item_type','custom'),(21500,4267,'_menu_item_menu_item_parent','0'),(21501,4267,'_menu_item_object_id','4267'),(21502,4267,'_menu_item_object','custom'),(21503,4267,'_menu_item_target',''),(21504,4267,'_menu_item_classes','a:2:{i:0;s:13:\"event-submenu\";i:1;s:6:\"hidden\";}'),(21505,4267,'_menu_item_xfn',''),(21506,4267,'_menu_item_url','#'),(21508,4268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21509,4268,'_menu_item_type','custom'),(21510,4268,'_menu_item_menu_item_parent','4267'),(21511,4268,'_menu_item_object_id','4268'),(21512,4268,'_menu_item_object','custom'),(21513,4268,'_menu_item_target',''),(21514,4268,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21515,4268,'_menu_item_xfn',''),(21516,4268,'_menu_item_url','/wedding.html'),(21518,4269,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21519,4269,'_menu_item_type','custom'),(21520,4269,'_menu_item_menu_item_parent','4267'),(21521,4269,'_menu_item_object_id','4269'),(21522,4269,'_menu_item_object','custom'),(21523,4269,'_menu_item_target',''),(21524,4269,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21525,4269,'_menu_item_xfn',''),(21526,4269,'_menu_item_url','/bridal-colors.html'),(21528,4270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21529,4270,'_menu_item_type','custom'),(21530,4270,'_menu_item_menu_item_parent','0'),(21531,4270,'_menu_item_object_id','4270'),(21532,4270,'_menu_item_object','custom'),(21533,4270,'_menu_item_target',''),(21534,4270,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21535,4270,'_menu_item_xfn',''),(21536,4270,'_menu_item_url','/babyshowers.html'),(21537,4270,'_menu_item_orphaned','1503651616'),(21538,4271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21539,4271,'_menu_item_type','custom'),(21540,4271,'_menu_item_menu_item_parent','4267'),(21541,4271,'_menu_item_object_id','4271'),(21542,4271,'_menu_item_object','custom'),(21543,4271,'_menu_item_target',''),(21544,4271,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21545,4271,'_menu_item_xfn',''),(21546,4271,'_menu_item_url','/babyshowers.html'),(21548,4272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21549,4272,'_menu_item_type','custom'),(21550,4272,'_menu_item_menu_item_parent','4267'),(21551,4272,'_menu_item_object_id','4272'),(21552,4272,'_menu_item_object','custom'),(21553,4272,'_menu_item_target',''),(21554,4272,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21555,4272,'_menu_item_xfn',''),(21556,4272,'_menu_item_url','/baptism-communion.html'),(21558,4273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21559,4273,'_menu_item_type','custom'),(21560,4273,'_menu_item_menu_item_parent','4267'),(21561,4273,'_menu_item_object_id','4273'),(21562,4273,'_menu_item_object','custom'),(21563,4273,'_menu_item_target',''),(21564,4273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21565,4273,'_menu_item_xfn',''),(21566,4273,'_menu_item_url','/birthday.html'),(21568,4274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21569,4274,'_menu_item_type','custom'),(21570,4274,'_menu_item_menu_item_parent','4267'),(21571,4274,'_menu_item_object_id','4274'),(21572,4274,'_menu_item_object','custom'),(21573,4274,'_menu_item_target',''),(21574,4274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21575,4274,'_menu_item_xfn',''),(21576,4274,'_menu_item_url','/sweet-16.html'),(21578,4275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21579,4275,'_menu_item_type','custom'),(21580,4275,'_menu_item_menu_item_parent','4267'),(21581,4275,'_menu_item_object_id','4275'),(21582,4275,'_menu_item_object','custom'),(21583,4275,'_menu_item_target',''),(21584,4275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21585,4275,'_menu_item_xfn',''),(21586,4275,'_menu_item_url','/bar-mitzvah.html'),(21588,4276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21589,4276,'_menu_item_type','custom'),(21590,4276,'_menu_item_menu_item_parent','4267'),(21591,4276,'_menu_item_object_id','4276'),(21592,4276,'_menu_item_object','custom'),(21593,4276,'_menu_item_target',''),(21594,4276,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21595,4276,'_menu_item_xfn',''),(21596,4276,'_menu_item_url','/bar-mitzvah.html'),(21598,4277,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21599,4277,'_menu_item_type','custom'),(21600,4277,'_menu_item_menu_item_parent','4267'),(21601,4277,'_menu_item_object_id','4277'),(21602,4277,'_menu_item_object','custom'),(21603,4277,'_menu_item_target',''),(21604,4277,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21605,4277,'_menu_item_xfn',''),(21606,4277,'_menu_item_url','/our-corporate-clients.html'),(21608,4278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21609,4278,'_menu_item_type','custom'),(21610,4278,'_menu_item_menu_item_parent','4267'),(21611,4278,'_menu_item_object_id','4278'),(21612,4278,'_menu_item_object','custom'),(21613,4278,'_menu_item_target',''),(21614,4278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21615,4278,'_menu_item_xfn',''),(21616,4278,'_menu_item_url','/theme-parties.html'),(21618,4279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21619,4279,'_edit_lock','1503746104:1'),(21620,4279,'_edit_last','1'),(21621,4279,'_wp_page_template','standard-page.php'),(21622,4279,'slide_template','default'),(21623,4279,'_easy_image_gallery_link_images','off'),(21624,4279,'_wpb_vc_js_status','true'),(21625,4279,'_wpb_shortcodes_custom_css','.vc_custom_1503657230311{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503657253314{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503657266420{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503657279640{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503744613586{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1447929380226{margin-bottom: 20px !important;}'),(21626,4279,'_yoast_wpseo_content_score','90'),(21627,4279,'_uwmr_url',''),(21628,4279,'_uwmr_activate',NULL),(21629,4279,'_uwmr_tablet_url',''),(21630,4279,'_uwmr_tablet_activate',NULL),(21631,4291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21632,4291,'_edit_lock','1503685556:1'),(21633,4291,'_edit_last','1'),(21634,4291,'_wp_page_template','default'),(21635,4291,'slide_template','default'),(21636,4291,'_easy_image_gallery_link_images','off'),(21637,4291,'_wpb_vc_js_status','false'),(21638,4291,'_yoast_wpseo_content_score','30'),(21639,4291,'_uwmr_url',''),(21640,4291,'_uwmr_activate',NULL),(21641,4291,'_uwmr_tablet_url',''),(21642,4291,'_uwmr_tablet_activate',NULL),(21643,4295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21644,4295,'_wp_page_template','default'),(21645,4295,'_wpb_vc_js_status','true'),(21646,4295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21647,4295,'slide_template','default'),(21648,4295,'_easy_image_gallery_link_images','off'),(21649,4295,'tb_post_layout','full-width'),(21650,4295,'tb_post_slider_shortcode','[rev_slider alias=\"birthday\"]'),(21651,4295,'tb_post_slider_bottom_heading','Create Your Own Unique Birthday Centerpiece Today! <br />Call 1-888-837-5021 for pricing'),(21652,4295,'tb_disable_title','on'),(21653,4295,'tb_disable_header_margin','on'),(21654,4295,'_yoast_wpseo_focuskw','Birthday Centerpieces'),(21655,4295,'_yoast_wpseo_title','Wanderfuls™ - Birthday Centerpieces'),(21656,4295,'_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.'),(21657,4295,'_yoast_wpseo_linkdex','30'),(21658,4295,'_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'),(21659,4295,'_yoast_wpseo_focuskw_text_input','Birthday Centerpieces'),(21660,4295,'_yoast_wpseo_content_score','30'),(21661,4295,'_uwmr_url',''),(21662,4295,'_uwmr_activate',NULL),(21663,4295,'_uwmr_tablet_url',''),(21664,4295,'_uwmr_tablet_activate',NULL),(21665,4295,'_dp_original','27'),(21666,4299,'_wp_attached_file','2015/10/old-people.jpg'),(21667,4299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:503;s:4:\"file\";s:22:\"2015/10/old-people.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"old-people-150x150.jpg\";s:5:\"width\";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:\"old-people-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"old-people-610x447.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:447;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:{}}}'),(21668,27,'_wpb_shortcodes_custom_css','.vc_custom_1503688608331{padding-right: 15px !important;}.vc_custom_1503688664523{padding-top: 50px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1503688600479{margin-top: 15px !important;}.vc_custom_1503688677547{padding-top: 15px !important;}'),(21669,4303,'_wp_attached_file','2015/10/Royal-copy1.jpg'),(21670,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1537;s:4:\"file\";s:23:\"2015/10/Royal-copy1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Royal-copy1-150x150.jpg\";s:5:\"width\";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:\"Royal-copy1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Royal-copy1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Royal-copy1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"Royal-copy1-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;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:\"1499786765\";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:{}}}'),(21671,4304,'_wp_attached_file','2015/10/black-and-gold2-copy.jpg'),(21672,4304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2049;s:6:\"height\";i:1537;s:4:\"file\";s:32:\"2015/10/black-and-gold2-copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"black-and-gold2-copy-150x150.jpg\";s:5:\"width\";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:\"black-and-gold2-copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"black-and-gold2-copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"black-and-gold2-copy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:32:\"black-and-gold2-copy-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;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:\"1500048084\";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:{}}}'),(21673,4303,'pinwheel_slide_redirect_url',''),(21674,4303,'pinwheel_sslider_nolink',''),(21675,4304,'pinwheel_slide_redirect_url',''),(21676,4304,'pinwheel_sslider_nolink',''),(21677,3104,'_menu_item_visibility','is_wfm_products_1()'),(21678,4309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21679,4309,'_menu_item_type','post_type'),(21680,4309,'_menu_item_menu_item_parent','0'),(21681,4309,'_menu_item_object_id','4087'),(21682,4309,'_menu_item_object','page'),(21683,4309,'_menu_item_target',''),(21684,4309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21685,4309,'_menu_item_xfn',''),(21686,4309,'_menu_item_url',''),(21688,4310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21689,4310,'_menu_item_type','post_type'),(21690,4310,'_menu_item_menu_item_parent','0'),(21691,4310,'_menu_item_object_id','4080'),(21692,4310,'_menu_item_object','page'),(21693,4310,'_menu_item_target',''),(21694,4310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21695,4310,'_menu_item_xfn',''),(21696,4310,'_menu_item_url',''),(21698,4310,'_menu_item_visibility','is_wfm_products_2()'),(21699,4309,'_menu_item_visibility','is_wfm_products_3()'),(21700,4311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21701,4311,'_wpb_shortcodes_custom_css','.vc_custom_1503657230311{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503721927625{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503721946326{margin-top: -30px !important;}'),(21702,4311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21703,4311,'_wp_page_template','standard-page.php'),(21704,4311,'slide_template','default'),(21705,4311,'_easy_image_gallery_link_images','off'),(21706,4311,'_wpb_vc_js_status','true'),(21707,4311,'_wpb_shortcodes_custom_css','.vc_custom_1503657230311{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503721927625{padding-right: 20px !important;padding-left: 20px !important;}.vc_custom_1503721946326{margin-top: -30px !important;}'),(21708,4311,'_yoast_wpseo_content_score','60'),(21709,4311,'_uwmr_url',''),(21710,4311,'_uwmr_activate',NULL),(21711,4311,'_uwmr_tablet_url',''),(21712,4311,'_uwmr_tablet_activate',NULL),(21713,4311,'_dp_original','4279'),(21714,4311,'_edit_lock','1503722755:1'),(21715,4311,'_edit_last','1'),(21716,4313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21717,4313,'_menu_item_type','post_type'),(21718,4313,'_menu_item_menu_item_parent','0'),(21719,4313,'_menu_item_object_id','4311'),(21720,4313,'_menu_item_object','page'),(21721,4313,'_menu_item_target',''),(21722,4313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21723,4313,'_menu_item_xfn',''),(21724,4313,'_menu_item_url',''),(21726,4314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21727,4314,'_menu_item_type','post_type'),(21728,4314,'_menu_item_menu_item_parent','0'),(21729,4314,'_menu_item_object_id','4279'),(21730,4314,'_menu_item_object','page'),(21731,4314,'_menu_item_target',''),(21732,4314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21733,4314,'_menu_item_xfn',''),(21734,4314,'_menu_item_url',''),(21736,4314,'_menu_item_visibility','is_wfm_discounts_1()'),(21737,4313,'_menu_item_visibility','is_wfm_discounts_2()'),(21738,4323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21739,4324,'_wp_attached_file','2017/07/Discounts.png'),(21740,4324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4488;s:6:\"height\";i:651;s:4:\"file\";s:21:\"2017/07/Discounts.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Discounts-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:\"Discounts-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Discounts-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Discounts-1024x149.png\";s:5:\"width\";i:1024;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Discounts-610x88.png\";s:5:\"width\";i:610;s:6:\"height\";i:88;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:{}}}'),(21741,4326,'_wp_attached_file','2017/07/design-room.png'),(21742,4326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2147;s:6:\"height\";i:961;s:4:\"file\";s:23:\"2017/07/design-room.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"design-room-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:23:\"design-room-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"design-room-768x344.png\";s:5:\"width\";i:768;s:6:\"height\";i:344;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"design-room-1024x458.png\";s:5:\"width\";i:1024;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"design-room-610x273.png\";s:5:\"width\";i:610;s:6:\"height\";i:273;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:{}}}'),(21743,4327,'_wp_attached_file','2017/07/phone-left.png'),(21744,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2313;s:6:\"height\";i:925;s:4:\"file\";s:22:\"2017/07/phone-left.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"phone-left-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:\"phone-left-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"phone-left-768x307.png\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"phone-left-1024x410.png\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"phone-left-610x244.png\";s:5:\"width\";i:610;s:6:\"height\";i:244;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:{}}}'),(21745,4330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21746,4330,'_edit_lock','1504007896:1'),(21747,4331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21748,4331,'_edit_lock','1504062924:1'),(21749,4331,'_edit_last','1'),(21750,4331,'slide_template','default'),(21751,4331,'wf_faq_coloumn','1st_coloumn'),(21752,4331,'_yoast_wpseo_content_score','60'),(21753,4332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(21754,4332,'_edit_lock','1504010117:1'),(21755,4332,'_edit_last','1'),(21756,4332,'slide_template','default'),(21757,4332,'wf_faq_coloumn','1st_coloumn'),(21758,4332,'_yoast_wpseo_content_score','30'),(21759,4171,'_wp_trash_meta_status','publish'),(21760,4171,'_wp_trash_meta_time','1504010318'),(21761,4171,'_wp_desired_post_slug','how-do-i-snap-it-all-together'); /*!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=4333 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','','publish','closed','closed','','makebouquet','','','2016-08-12 17:26:16','2016-08-12 17:26:16','',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 \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 >></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 >></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 \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','','trash','closed','closed','','home__trashed','','','2017-08-05 10:05:12','2017-08-05 14:05:12','',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, & 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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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','','','2017-07-09 07:50:07','2017-07-09 07:50:07','',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][/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/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_column][/vc_row][vc_row][vc_column width=\"2/3\" css=\".vc_custom_1503688608331{padding-right: 15px !important;}\"][vcex_heading text=\"Share Birthday Memories with Family and Friends\" font_weight=\"bold\" font_size=\"24\" color=\"#ea4aab\"][vc_single_image image=\"4299\" css=\".vc_custom_1503688600479{margin-top: 15px !important;}\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1503688664523{padding-top: 50px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_single_image image=\"4304\" alignment=\"center\"][vc_single_image image=\"4303\" css=\".vc_custom_1503688677547{padding-top: 15px !important;}\"][/vc_column][/vc_row]','Birthdays','','publish','closed','closed','','birthday','','','2017-08-25 15:18:05','2017-08-25 19:18:05','',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/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]','Weddings','','publish','closed','closed','','wedding','','','2017-08-09 02:08:06','2017-08-09 06:08:06','',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 & 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_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]','Sweet Sixteen','','publish','closed','closed','','sweet-16','','','2017-08-02 02:11:39','2017-08-02 06:11:39','',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 & 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=\"446\" alignment=\"right\" css=\".vc_custom_1446715969058{margin-top: 20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bar/Bat Mitzvah','','publish','closed','closed','','bar-mitzvah','','','2017-08-02 02:14:09','2017-08-02 06:14:09','',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_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]','Graduation','','publish','closed','closed','','graduation','','','2017-08-02 02:16:05','2017-08-02 06:16:05','',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][vc_column_text css=\".vc_custom_1501653265682{margin-top: 30px !important;margin-bottom: 20px !important;}\"]\r\n<p style=\"margin-bottom: 10px;\"><span style=\"font-size: 36px; color: #be4266;\"><strong>Baby Shower Centerpieces</strong></span></p>\r\n<span style=\"font-size: 18px;\">A baby shower is a celebration of new life! Make it magical and memorable with Wanderfuls, the unique all-in-one centerpiece & 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.</span>[/vc_column_text][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','','','2017-08-02 01:54:28','2017-08-02 05:54:28','',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 & Communion Centerpieces</h1>\r\n<span style=\"font-size: 18px;\">Are 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 & Communion Party Celebration</strong> on your individual favors so the memory will last forever!</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"381\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Baptism & Communion','','publish','closed','closed','','baptism-communion','','','2017-08-02 01:57:01','2017-08-02 05:57:01','',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]\r\n<h1>Anniversary Centerpieces</h1>\r\n<span style=\"font-size: 18px;\">Your <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.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Anniversaries','','publish','closed','closed','','anniversary','','','2017-08-02 00:41:14','2017-08-02 04:41:14','',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 el_class=\"hidden\"][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 css=\".vc_custom_1501655195796{margin-top: 20px !important;margin-bottom: 20px !important;}\"][vc_column][vc_single_image image=\"365\" alignment=\"center\"][/vc_column][/vc_row]','Christmas & New Years','','publish','closed','closed','','holiday','','','2017-08-02 02:26:37','2017-08-02 06:26:37','',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 css=\".vc_custom_1501654867423{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column][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][/vc_row]','Theme Parties','','publish','closed','closed','','theme-parties','','','2017-08-02 02:21:26','2017-08-02 06:21:26','',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','','trash','closed','closed','','discounts__trashed','','','2017-08-02 18:05:17','2017-08-02 22:05:17','',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 css=\".vc_custom_1501654742758{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_column][vc_single_image image=\"720\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"CorpBrochure.pdf\"][/vc_column][/vc_row]','Our Corporate Clients','','publish','closed','closed','','our-corporate-clients','','','2017-08-02 02:19:04','2017-08-02 06:19:04','',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 css=\".vc_custom_1501653997568{margin-bottom: 30px !important;}\"][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_column][/vc_row]','Bridal Colors','','publish','closed','closed','','bridal-colors','','','2017-08-02 02:06:39','2017-08-02 06:06:39','',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][/vc_row]','Festival Colors','','publish','closed','closed','','festival-colors','','','2017-08-02 02:32:54','2017-08-02 06:32:54','',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, & 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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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&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_custom_heading text=\"Tropical, Hawaiian, & 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','','','2017-08-02 02:41:50','2017-08-02 06:41:50','',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_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','','','2017-08-02 02:29:01','2017-08-02 06:29:01','',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_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\" el_class=\"hidden\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501656940248{margin-top: 15px !important;}\"][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','','','2017-08-02 02:55:43','2017-08-02 06:55:43','',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 & 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 css=\".vc_custom_1501648311839{margin-top: 15px !important;}\"][vc_column][vc_custom_heading text=\"60s & 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','','','2017-08-02 00:31:56','2017-08-02 04:31:56','',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, & 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 css=\".vc_custom_1501656644793{margin-top: 20px !important;}\"][vc_column][vc_custom_heading text=\"Wild West & 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 css=\".vc_custom_1501656652098{margin-bottom: 10px !important;}\"][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','','','2017-08-02 02:50:54','2017-08-02 06:50:54','',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 css=\".vc_custom_1501648651934{margin-top: 15px !important;}\"][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','','','2017-08-02 00:37:34','2017-08-02 04:37:34','',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, & 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 css=\".vc_custom_1501656387484{margin-top: 15px !important;}\"][vc_column][vc_custom_heading text=\"Broadway, Hollywood, & 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 css=\".vc_custom_1501656357730{margin-bottom: 20px !important;}\"][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','','','2017-08-02 02:46:30','2017-08-02 06:46:30','',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_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 css=\".vc_custom_1501655427976{margin-bottom: 20px !important;}\"][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','','','2017-08-02 02:30:30','2017-08-02 06:30:30','',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 & 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-08-02 18:05:35','2017-08-02 22:05:35','',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 >></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 >></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 \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,'2017-08-02 00:40:50','2017-08-02 04:40:50','[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_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"486\"][/vc_column_inner][/vc_row_inner][/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','','','2017-08-02 00:40:50','2017-08-02 04:40:50','',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,'2017-08-02 01:49:19','2017-08-02 05:49:19','[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_text]\n\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n\n[/vc_column_text][/vc_column][/vc_row]','Baby Showers','','inherit','closed','closed','','40-autosave-v1','','','2017-08-02 01:49:19','2017-08-02 05:49:19','',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 & 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 & 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, & 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, & 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 & 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 & 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 & 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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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','','wkf8621-account','','','2017-08-23 03:41:27','2017-08-23 07:41:27','',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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Navy and Ivory Centerpiece with Gold Kiss Candy','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','Eggplant Centerpiece with White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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','','White Centerpiece with Azalea Accents and White Almonds','','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),(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); INSERT INTO `wp_posts` VALUES (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 13: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','','','2017-07-23 21:41:11','2017-07-24 01:41:11','',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 13: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','','','2017-07-23 21:40:03','2017-07-24 01:40:03','',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','','','2017-07-21 22:37:10','2017-07-21 22:37:10','',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','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.','publish','open','closed','','navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece-2','','','2017-07-21 20:52:19','2017-07-21 20:52:19','',0,'http://www.wanderfuls.com/product/navy-and-silver-theme-bar-or-bat-mitzvah-centerpiece-2',0,'product','',1),(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','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.','publish','open','closed','','metallic-silver-and-metallic-burgundy-centerpiece-with-silver-foil-candy-2','','','2017-07-21 20:38:54','2017-07-21 20:38:54','',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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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 \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 >></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 >></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 \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://m.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(\"https://wanderfuls.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-08-06 14:51:05','2017-08-06 18:51:05','',0,'http://m.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://m.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://m.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 \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 >></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 >></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 \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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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 \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 >></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 >></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 \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://m.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 \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 >></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 >></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 \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://m.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 \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 >></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 >></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 \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://m.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://m.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://m.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://m.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://m.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://m.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://m.gourmetcandycenterpieces.com/2017/06/20/2434-revision-v1.html',0,'revision','',0),(2440,1,'2017-07-09 06:06:25','2017-07-09 06:06:25','[vc_row css=\".vc_custom_1503645855845{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}\" el_class=\"hidden-xs remove-margin\"][vc_column css=\".vc_custom_1503644440208{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500991777883{padding-top: 5px !important;padding-right: 35px !important;padding-bottom: 5px !important;padding-left: 35px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Monday - Friday 10:30a - 6:00p & Saturday 12p - 5p EST\" font_weight=\"600\" font_size=\"12\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1503643962497{margin-top: 5px !important;padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_column_text el_class=\"social-count-right\"][facebook_c_shortcode][/vc_column_text][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][vc_custom_heading text=\"1-888-837-5021\" font_container=\"tag:span|font_size:22|text_align:left|color:%23ffffff|line_height:0\" use_theme_fonts=\"yes\" link=\"url:tel%3A1-888-837-5021|||\" el_class=\"social-count-right\" css=\".vc_custom_1503643122956{margin-top: -50px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"visible-xs\" css=\".vc_custom_1500999649953{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500997716249{padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Monday - Friday 10:30a - 6:00p & Saturday 12p - 5p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1502114226036{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_column_text el_class=\"social-count-right-mobile\"][facebook_c_shortcode][/vc_column_text][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ea4aab\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1503645892364{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1500991966547{padding-top: 15px !important;padding-right: 35px !important;padding-bottom: 15px !important;padding-left: 35px !important;}\"][vc_column_inner width=\"5/12\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"https://wanderfuls.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_single_image image=\"3198\" onclick=\"custom_link\" link=\"/order.html\" el_class=\"header-step1\"][vc_single_image image=\"3197\" onclick=\"custom_link\" link=\"/design-rooms-2.html\" el_class=\"header-step2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"https://wanderfuls.com/\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJtLW1lbnUtYnRuJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyYmFyLWxpbmUtaXRlbSUyMiUzRSUzQyUyRmklM0UlM0NpJTIwY2xhc3MlM0QlMjJiYXItbGluZS1pdGVtJTIyJTNFJTNDJTJGaSUzRSUzQ2klMjBjbGFzcyUzRCUyMmJhci1saW5lLWl0ZW0lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1503998196461{margin-right: -30px !important;margin-left: -30px !important;padding-right: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" el_class=\"visible-xs\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" onclick=\"custom_link\" css=\".vc_custom_1503998372039{margin-top: 15px !important;}\" link=\"tel:1-888-837-5021\" el_class=\"hidden\"][vc_single_image image=\"4327\" onclick=\"custom_link\" el_class=\"header-con-left-item\" link=\"tel:1-888-837-5021\"][vc_single_image image=\"4326\" onclick=\"custom_link\" el_class=\"header-con-right-item \" link=\"https://wanderfuls.com/design-rooms-2.html\"][/vc_column][/vc_row]','Header','','publish','closed','closed','','header','','','2017-08-29 05:31:05','2017-08-29 09:31:05','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2440',0,'page','',0),(2441,1,'2017-07-09 06:06:25','2017-07-09 06:06:25','','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:06:25','2017-07-09 06:06:25','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2442,1,'2017-08-29 05:29:53','2017-08-29 09:29:53','[vc_row css=\".vc_custom_1503645855845{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}\" el_class=\"hidden-xs remove-margin\"][vc_column css=\".vc_custom_1503644440208{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500991777883{padding-top: 5px !important;padding-right: 35px !important;padding-bottom: 5px !important;padding-left: 35px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Monday - Friday 10:30a - 6:00p & Saturday 12p - 5p EST\" font_weight=\"600\" font_size=\"12\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1503643962497{margin-top: 5px !important;padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_column_text el_class=\"social-count-right\"][facebook_c_shortcode][/vc_column_text][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][vc_custom_heading text=\"1-888-837-5021\" font_container=\"tag:span|font_size:22|text_align:left|color:%23ffffff|line_height:0\" use_theme_fonts=\"yes\" link=\"url:tel%3A1-888-837-5021|||\" el_class=\"social-count-right\" css=\".vc_custom_1503643122956{margin-top: -50px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"visible-xs\" css=\".vc_custom_1500999649953{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500997716249{padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Monday - Friday 10:30a - 6:00p & Saturday 12p - 5p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1502114226036{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_column_text el_class=\"social-count-right-mobile\"][facebook_c_shortcode][/vc_column_text][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ea4aab\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1503645892364{margin-right: -50px !important;margin-left: -50px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1500991966547{padding-top: 15px !important;padding-right: 35px !important;padding-bottom: 15px !important;padding-left: 35px !important;}\"][vc_column_inner width=\"5/12\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"https://wanderfuls.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_single_image image=\"3198\" onclick=\"custom_link\" link=\"/order.html\" el_class=\"header-step1\"][vc_single_image image=\"3197\" onclick=\"custom_link\" link=\"/design-rooms-2.html\" el_class=\"header-step2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"https://wanderfuls.com/\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJtLW1lbnUtYnRuJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyYmFyLWxpbmUtaXRlbSUyMiUzRSUzQyUyRmklM0UlM0NpJTIwY2xhc3MlM0QlMjJiYXItbGluZS1pdGVtJTIyJTNFJTNDJTJGaSUzRSUzQ2klMjBjbGFzcyUzRCUyMmJhci1saW5lLWl0ZW0lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1503998196461{margin-right: -30px !important;margin-left: -30px !important;padding-right: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" el_class=\"visible-xs\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" onclick=\"custom_link\" css=\".vc_custom_1503998372039{margin-top: 15px !important;}\" link=\"tel:1-888-837-5021\" el_class=\"hidden\"][vc_single_image image=\"4327\" onclick=\"custom_link\" el_class=\"header-con-left-item\" link=\"tel:1-888-837-5021\"][vc_single_image image=\"4326\" onclick=\"custom_link\" el_class=\"header-con-right-item \" link=\"https://wanderfuls.com/design-rooms-2.html\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-autosave-v1','','','2017-08-29 05:29:53','2017-08-29 09:29:53','',2440,'http://m.gourmetcandycenterpieces.com/2440-autosave-v1/',0,'revision','',0),(2443,1,'2017-07-09 06:07:42','2017-07-09 06:07:42','[vc_row][vc_column width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:07:42','2017-07-09 06:07:42','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2444,1,'2017-07-09 06:12:22','2017-07-09 06:12:22','[vc_row][vc_column width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:12:22','2017-07-09 06:12:22','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2445,1,'2017-07-09 06:13:18','2017-07-09 06:13:18','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:13:18','2017-07-09 06:13:18','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2446,1,'2017-07-09 06:14:07','2017-07-09 06:14:07','[vc_row][vc_column width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:14:07','2017-07-09 06:14:07','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2447,1,'2017-07-09 06:16:15','2017-07-09 06:16:15','[vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:16:15','2017-07-09 06:16:15','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2448,1,'2017-07-09 06:17:15','2017-07-09 06:17:15','[vc_row][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:17:15','2017-07-09 06:17:15','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2449,1,'2017-07-09 06:18:29','2017-07-09 06:18:29','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:18:29','2017-07-09 06:18:29','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2450,1,'2017-07-09 06:19:06','2017-07-09 06:19:06','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:19:06','2017-07-09 06:19:06','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2451,1,'2017-07-09 06:19:31','2017-07-09 06:19:31','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:19:31','2017-07-09 06:19:31','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2452,1,'2017-07-09 06:20:25','2017-07-09 06:20:25','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499581215160{background-color: #dd3333 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:20:25','2017-07-09 06:20:25','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2453,1,'2017-07-09 06:21:27','2017-07-09 06:21:27','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499581215160{background-color: #dd3333 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499581277744{background-color: #dd3333 !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:21:27','2017-07-09 06:21:27','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2454,1,'2017-07-09 06:21:54','2017-07-09 06:21:54','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499581215160{background-color: #dd3333 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-09 06:21:54','2017-07-09 06:21:54','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2462,1,'2017-07-09 10:12:13','2017-07-09 10:12:13','[vc_row css=\".vc_custom_1500611947327{margin-right: -35px !important;margin-left: -35px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-xs\" el_class=\"left-menu-col\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"3/4\" el_class=\"home-slider-col\"][vc_row_inner 0=\"\"][vc_column_inner 0=\"\"][vc_column_text css=\".vc_custom_1502252815325{padding-right: 15px !important;padding-left: 15px !important;}\" el_class=\"hidden-xs\"][rev_slider alias=\"HomePage\"][/vc_column_text][vc_raw_html css=\".vc_custom_1502251602051{margin-bottom: -20px !important;}\" el_class=\"visible-xs\"]JTNDJTIxLS0lMjBTdGFydCUyMEVhc3lIdG1sNVZpZGVvLmNvbSUyMEJPRFklMjBzZWN0aW9uJTIwLS0lM0UlMEElM0NzdHlsZSUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFLmVhc3lodG1sNXZpZGVvJTIwLmVoNXZfc2NyaXB0JTdCZGlzcGxheSUzQW5vbmUlN0QlM0MlMkZzdHlsZSUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyZWFzeWh0bWw1dmlkZW8lMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0JtYXgtd2lkdGglM0ExMjgwcHglM0IlMjIlM0UlM0N2aWRlbyUyMCUyMGF1dG9wbGF5JTNEJTIyYXV0b3BsYXklMjIlMjBpZCUzRCUyMm12aWRlbyUyMiUyMHBvc3RlciUzRCUyMiUyRnZpZGVvcyUyRldhbmRlcmZ1bHNfUHJvbW8uanBnJTIyJTIwbXV0ZWQlM0QlMjJ0cnVlJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEwMCUyNSUyMiUyMHRpdGxlJTNEJTIyV2FuZGVyZnVscyUyMFByb21vJTIyJTIwbG9vcCUzRCUyMmxvb3AlMjIlMjBvbmVuZGVkJTNEJTIydmFyJTIwdiUzRHRoaXMlM0JzZXRUaW1lb3V0JTI4ZnVuY3Rpb24lMjglMjklN0J2LnBsYXklMjglMjklN0QlMkMzMDAlMjklMjIlM0UlMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZXYW5kZXJmdWxzX1Byb21vLm00diUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUyMCUyRiUzRSUwQSUzQ3NvdXJjZSUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRldhbmRlcmZ1bHNfUHJvbW8ud2VibSUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRndlYm0lMjIlMjAlMkYlM0UlMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZXYW5kZXJmdWxzX1Byb21vLm9ndiUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm9nZyUyMiUyMCUyRiUzRSUwQSUzQ3NvdXJjZSUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRldhbmRlcmZ1bHNfUHJvbW8ubXA0JTIyJTIwJTJGJTNFJTBBJTNDb2JqZWN0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGeC1zaG9ja3dhdmUtZmxhc2glMjIlMjBkYXRhJTNEJTIyJTJGdmlkZW9zJTJGZmxhc2hmb3guc3dmJTIyJTIwd2lkdGglM0QlMjIxMjgwJTIyJTIwaGVpZ2h0JTNEJTIyNzIwJTIyJTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQXJlbGF0aXZlJTNCJTIyJTNFJTBBJTNDcGFyYW0lMjBuYW1lJTNEJTIybW92aWUlMjIlMjB2YWx1ZSUzRCUyMiUyRnZpZGVvcyUyRmZsYXNoZm94LnN3ZiUyMiUyMCUyRiUzRSUwQSUzQ3BhcmFtJTIwbmFtZSUzRCUyMmFsbG93RnVsbFNjcmVlbiUyMiUyMHZhbHVlJTNEJTIydHJ1ZSUyMiUyMCUyRiUzRSUwQSUzQ3BhcmFtJTIwbmFtZSUzRCUyMmZsYXNoVmFycyUyMiUyMHZhbHVlJTNEJTIyYXV0b3BsYXklM0R0cnVlJTI2YW1wJTNCY29udHJvbHMlM0RmYWxzZSUyNmFtcCUzQmZ1bGxTY3JlZW5FbmFibGVkJTNEZmFsc2UlMjZhbXAlM0Jwb3N0ZXJPbkVuZCUzRHRydWUlMjZhbXAlM0Jsb29wJTNEdHJ1ZSUyNmFtcCUzQnBvc3RlciUzRCUyRnZpZGVvcyUyRldhbmRlcmZ1bHNfUHJvbW8uanBnJTI2YW1wJTNCc3JjJTNEV2FuZGVyZnVsc19Qcm9tby5tNHYlMjIlMjAlMkYlM0UlMEElMjAlM0NlbWJlZCUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmZsYXNoZm94LnN3ZiUyMiUyMHdpZHRoJTNEJTIyMTI4MCUyMiUyMGhlaWdodCUzRCUyMjcyMCUyMiUyMHN0eWxlJTNEJTIycG9zaXRpb24lM0FyZWxhdGl2ZSUzQiUyMiUyMCUyMGZsYXNoVmFycyUzRCUyMmF1dG9wbGF5JTNEdHJ1ZSUyNmFtcCUzQmNvbnRyb2xzJTNEZmFsc2UlMjZhbXAlM0JmdWxsU2NyZWVuRW5hYmxlZCUzRGZhbHNlJTI2YW1wJTNCcG9zdGVyT25FbmQlM0R0cnVlJTI2YW1wJTNCbG9vcCUzRHRydWUlMjZhbXAlM0Jwb3N0ZXIlM0QlMkZ2aWRlb3MlMkZXYW5kZXJmdWxzX1Byb21vLmpwZyUyNmFtcCUzQnNyYyUzRFdhbmRlcmZ1bHNfUHJvbW8ubTR2JTIyJTA5YWxsb3dGdWxsU2NyZWVuJTNEJTIydHJ1ZSUyMiUyMHdtb2RlJTNEJTIydHJhbnNwYXJlbnQlMjIlMjB0eXBlJTNEJTIyYXBwbGljYXRpb24lMkZ4LXNob2Nrd2F2ZS1mbGFzaCUyMiUyMHBsdWdpbnNwYWdlJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5hZG9iZS5jb20lMkZnbyUyRmdldGZsYXNocGxheWVyX2VuJTIyJTIwJTJGJTNFJTBBJTNDaW1nJTIwYWx0JTNEJTIyV2FuZGVyZnVscyUyMFByb21vJTIyJTIwc3JjJTNEJTIyJTJGdmlkZW9zJTJGV2FuZGVyZnVsc19Qcm9tby5qcGclMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBYWJzb2x1dGUlM0JsZWZ0JTNBMCUzQiUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwdGl0bGUlM0QlMjJWaWRlbyUyMHBsYXliYWNrJTIwaXMlMjBub3QlMjBzdXBwb3J0ZWQlMjBieSUyMHlvdXIlMjBicm93c2VyJTIyJTIwJTJGJTNFJTBBJTNDJTJGb2JqZWN0JTNFJTBBJTNDJTJGdmlkZW8lM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmVoNXZfc2NyaXB0JTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGZWFzeWh0bWw1dmlkZW8uY29tJTIyJTNFaHRtbDUlMjB2aWRlbyUyMGNvbnZlcnRlciUzQyUyRmElM0UlMjBieSUyMEVhc3lIdG1sNVZpZGVvLmNvbSUyMHYzLjkuMSUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRSUwQSUzQ3NjcmlwdCUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmh0bWw1ZXh0LmpzJTIyJTIwdHlwZSUzRCUyMnRleHQlMkZqYXZhc2NyaXB0JTIyJTNFJTNDJTJGc2NyaXB0JTNFJTBBJTNDc2NyaXB0JTNFJTBBdmFyJTIwdmlkZW8lMjAlM0QlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOCUyN212aWRlbyUyNyUyOSUzQiUwQXZpZGVvLmFkZEV2ZW50TGlzdGVuZXIlMjglMjdjbGljayUyNyUyQ2Z1bmN0aW9uJTI4JTI5JTdCJTBBJTIwJTIwdmlkZW8ucGxheSUyOCUyOSUzQiUwQSU3RCUyQ2ZhbHNlJTI5JTNCJTBBJTNDJTJGc2NyaXB0JTNFJTBBJTNDJTIxLS0lMjBFbmQlMjBFYXN5SHRtbDVWaWRlby5jb20lMjBCT0RZJTIwc2VjdGlvbiUyMC0tJTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1503473293754{margin-right: -35px !important;margin-left: -35px !important;}\" el_class=\"hidden\"][vc_column][vc_single_image image=\"4064\" el_class=\"interest-image\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\" css=\".vc_custom_1500810920560{margin-top: -15px !important;}\"][vc_column_text css=\".vc_custom_1500995468532{margin-top: -15px !important;margin-right: 15px !important;}\"]\r\n<h3 style=\"line-height: 26px;\"><span style=\"font-size: 28px;\"><span style=\"color: #8768c4;\">A handmade party centerpiece and favor </span><span style=\"color: #8768c4;\">all-in-one that can be customized to suit any occasion.</span></span></h3>\r\n<span style=\"font-weight: 400; font-size: 18px;\">Made in the USA for over 20 years, Wanderfuls has been the industry\'s “best kept secret”, handcrafting one-of-a-kind party decorations and mementos to offer a cost-effective and unique alternative to traditional centerpieces.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html 0=\"\"]JTA5JTA5JTNDJTIxLS0lMjBTdGFydCUyMEVhc3lIdG1sNVZpZGVvLmNvbSUyMEJPRFklMjBzZWN0aW9uJTIwLS0lM0UlMEElM0NzdHlsZSUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFLmVhc3lodG1sNXZpZGVvJTIwLmVoNXZfc2NyaXB0JTdCZGlzcGxheSUzQW5vbmUlN0QlM0MlMkZzdHlsZSUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyZWFzeWh0bWw1dmlkZW8lMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0JtYXgtd2lkdGglM0E4NTNweCUzQiUyMiUzRSUzQ3ZpZGVvJTIwJTIwYXV0b3BsYXklM0QlMjJhdXRvcGxheSUyMiUyMHBvc3RlciUzRCUyMiUyRnZpZGVvcyUyRmdpZiUyRlNuYXAuanBnJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEwMCUyNSUyMiUyMHRpdGxlJTNEJTIyU25hcCUyMEFzc2VtYmx5JTIyJTIwbG9vcCUzRCUyMmxvb3AlMjIlMjBvbmVuZGVkJTNEJTIydmFyJTIwdiUzRHRoaXMlM0JzZXRUaW1lb3V0JTI4ZnVuY3Rpb24lMjglMjklN0J2LnBsYXklMjglMjklN0QlMkMzMDAlMjklMjIlM0UlMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZnaWYlMkZTbmFwLm00diUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUyMCUyRiUzRSUwQSUzQ3NvdXJjZSUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmdpZiUyRlNuYXAud2VibSUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRndlYm0lMjIlMjAlMkYlM0UlMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZnaWYlMkZTbmFwLm9ndiUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm9nZyUyMiUyMCUyRiUzRSUwQSUzQ3NvdXJjZSUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmdpZiUyRlNuYXAubXA0JTIyJTIwJTJGJTNFJTBBJTNDb2JqZWN0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGeC1zaG9ja3dhdmUtZmxhc2glMjIlMjBkYXRhJTNEJTIyJTJGdmlkZW9zJTJGZ2lmJTJGZmxhc2hmb3guc3dmJTIyJTIwd2lkdGglM0QlMjI4NTMlMjIlMjBoZWlnaHQlM0QlMjI0ODAlMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0IlMjIlM0UlMEElM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyJTJGdmlkZW9zJTJGZ2lmJTJGZmxhc2hmb3guc3dmJTIyJTIwJTJGJTNFJTBBJTNDcGFyYW0lMjBuYW1lJTNEJTIyYWxsb3dGdWxsU2NyZWVuJTIyJTIwdmFsdWUlM0QlMjJ0cnVlJTIyJTIwJTJGJTNFJTBBJTNDcGFyYW0lMjBuYW1lJTNEJTIyZmxhc2hWYXJzJTIyJTIwdmFsdWUlM0QlMjJhdXRvcGxheSUzRHRydWUlMjZjb250cm9scyUzRGZhbHNlJTI2ZnVsbFNjcmVlbkVuYWJsZWQlM0RmYWxzZSUyNnBvc3Rlck9uRW5kJTNEdHJ1ZSUyNmxvb3AlM0R0cnVlJTI2cG9zdGVyJTNEJTJGdmlkZW9zJTJGZ2lmJTJGU25hcC5qcGclMjZzcmMlM0RTbmFwLm00diUyMiUyMCUyRiUzRSUwQSUyMCUzQ2VtYmVkJTIwc3JjJTNEJTIyJTJGdmlkZW9zJTJGZ2lmJTJGZmxhc2hmb3guc3dmJTIyJTIwd2lkdGglM0QlMjI4NTMlMjIlMjBoZWlnaHQlM0QlMjI0ODAlMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0IlMjIlMjAlMjBmbGFzaFZhcnMlM0QlMjJhdXRvcGxheSUzRHRydWUlMjZjb250cm9scyUzRGZhbHNlJTI2ZnVsbFNjcmVlbkVuYWJsZWQlM0RmYWxzZSUyNnBvc3Rlck9uRW5kJTNEdHJ1ZSUyNmxvb3AlM0R0cnVlJTI2cG9zdGVyJTNEJTJGdmlkZW9zJTJGZ2lmJTJGU25hcC5qcGclMjZzcmMlM0RTbmFwLm00diUyMiUwOWFsbG93RnVsbFNjcmVlbiUzRCUyMnRydWUlMjIlMjB3bW9kZSUzRCUyMnRyYW5zcGFyZW50JTIyJTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGeC1zaG9ja3dhdmUtZmxhc2glMjIlMjBwbHVnaW5zcGFnZSUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuYWRvYmUuY29tJTJGZ28lMkZnZXRmbGFzaHBsYXllcl9lbiUyMiUyMCUyRiUzRSUwQSUzQ2ltZyUyMGFsdCUzRCUyMlNuYXAlMjBBc3NlbWJseSUyMiUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmdpZiUyRlNuYXAuanBnJTIyJTIwc3R5bGUlM0QlMjJwb3NpdGlvbiUzQWFic29sdXRlJTNCbGVmdCUzQTAlM0IlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMHRpdGxlJTNEJTIyVmlkZW8lMjBwbGF5YmFjayUyMGlzJTIwbm90JTIwc3VwcG9ydGVkJTIwYnklMjB5b3VyJTIwYnJvd3NlciUyMiUyMCUyRiUzRSUwQSUzQyUyRm9iamVjdCUzRSUwQSUzQyUyRnZpZGVvJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJlaDV2X3NjcmlwdCUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRmVhc3lodG1sNXZpZGVvLmNvbSUyMiUzRWh0bWw1JTIwdmlkZW8lMjBjb252ZXJ0ZXIlM0MlMkZhJTNFJTIwYnklMjBFYXN5SHRtbDVWaWRlby5jb20lMjB2My45LjElM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZnaWYlMkZodG1sNWV4dC5qcyUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQyUyMS0tJTIwRW5kJTIwRWFzeUh0bWw1VmlkZW8uY29tJTIwQk9EWSUyMHNlY3Rpb24lMjAtLSUzRSUwQSUwQSUwOSUwOQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1500811775861{margin-top: 10px !important;margin-bottom: 0px !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1501783661053{margin-right: 20px !important;margin-left: 20px !important;}\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1501783543498{margin-top: 20px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"When Ordinary Flowers Just Won\'t Do...\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"24\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1501783565314{margin-top: 20px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner 0=\"\"][vc_column_text el_class=\"hidden-xs\"][pinwheelslider id=\'2\'][/vc_column_text][vc_column_text el_class=\"visible-xs\"][new_royalslider id=\"1\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1501353853321{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}\" el_class=\"hidden-xs\"][vc_column 0=\"\"][vc_single_image image=\"3498\" onclick=\"custom_link\" link=\"/colors.html\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501353874161{margin-bottom: 15px !important;padding-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}\" el_class=\"visible-xs\"][vc_column 0=\"\"][vc_single_image image=\"3817\" onclick=\"custom_link\" link=\"/colors.html\"][vc_single_image image=\"4042\" onclick=\"custom_link\" link=\"/colors.html\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501973225833{padding-top: 30px !important;padding-bottom: 30px !important;}\" el_class=\"fanimation-section\"][vc_column width=\"7/12\" el_class=\"left-animation-item\"][vc_raw_html el_class=\"big-animation-video\"]JTNDJTIxLS0lMjBTdGFydCUyMEVhc3lIdG1sNVZpZGVvLmNvbSUyMEJPRFklMjBzZWN0aW9uJTIwLS0lM0UlMEElM0NzdHlsZSUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFLmVhc3lodG1sNXZpZGVvJTIwLmVoNXZfc2NyaXB0JTdCZGlzcGxheSUzQW5vbmUlN0QlM0MlMkZzdHlsZSUzRSUwQSUzQ2RpdiUyMGNsYXNzJTNEJTIyZWFzeWh0bWw1dmlkZW8lMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0JtYXgtd2lkdGglM0ExMjgwcHglM0IlMjIlM0UlM0N2aWRlbyUyMCUyMGF1dG9wbGF5JTNEJTIyYXV0b3BsYXklMjIlMjBwb3N0ZXIlM0QlMjIlMkZ2aWRlb3MlMkZiaWclMkZCb3VxdWV0X3dEaXNzb2x2aW5nUGFydHMuanBnJTIyJTIwbXV0ZWQlM0QlMjJ0cnVlJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEwMCUyNSUyMiUyMHRpdGxlJTNEJTIyV2FuZGVyZnVscyUyMFByb21vJTIyJTIwbG9vcCUzRCUyMmxvb3AlMjIlMjBvbmVuZGVkJTNEJTIydmFyJTIwdiUzRHRoaXMlM0JzZXRUaW1lb3V0JTI4ZnVuY3Rpb24lMjglMjklN0J2LnBsYXklMjglMjklN0QlMkMzMDAlMjklMjIlM0UlMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZiaWclMkZCb3VxdWV0X3dEaXNzb2x2aW5nUGFydHMubTR2JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGbXA0JTIyJTIwJTJGJTNFJTBBJTNDc291cmNlJTIwc3JjJTNEJTIyJTJGdmlkZW9zJTJGYmlnJTJGQm91cXVldF93RGlzc29sdmluZ1BhcnRzLndlYm0lMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZ3ZWJtJTIyJTIwJTJGJTNFJTBBJTNDc291cmNlJTIwc3JjJTNEJTIyJTJGdmlkZW9zJTJGYmlnJTJGQm91cXVldF93RGlzc29sdmluZ1BhcnRzLm9ndiUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm9nZyUyMiUyMCUyRiUzRSUwQSUzQ3NvdXJjZSUyMHNyYyUzRCUyMiUyRnZpZGVvcyUyRmJpZyUyRkJvdXF1ZXRfd0Rpc3NvbHZpbmdQYXJ0cy5tcDQlMjIlMjAlMkYlM0UlMEElM0NvYmplY3QlMjB0eXBlJTNEJTIyYXBwbGljYXRpb24lMkZ4LXNob2Nrd2F2ZS1mbGFzaCUyMiUyMGRhdGElM0QlMjJmbGFzaGZveC5zd2YlMjIlMjB3aWR0aCUzRCUyMjEyODAlMjIlMjBoZWlnaHQlM0QlMjI3MjAlMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0IlMjIlM0UlMEElM0NwYXJhbSUyMG5hbWUlM0QlMjJtb3ZpZSUyMiUyMHZhbHVlJTNEJTIyZmxhc2hmb3guc3dmJTIyJTIwJTJGJTNFJTBBJTNDcGFyYW0lMjBuYW1lJTNEJTIyYWxsb3dGdWxsU2NyZWVuJTIyJTIwdmFsdWUlM0QlMjJ0cnVlJTIyJTIwJTJGJTNFJTBBJTNDcGFyYW0lMjBuYW1lJTNEJTIyZmxhc2hWYXJzJTIyJTIwdmFsdWUlM0QlMjJhdXRvcGxheSUzRHRydWUlMjZhbXAlM0Jjb250cm9scyUzRGZhbHNlJTI2YW1wJTNCZnVsbFNjcmVlbkVuYWJsZWQlM0RmYWxzZSUyNmFtcCUzQnBvc3Rlck9uRW5kJTNEdHJ1ZSUyNmFtcCUzQmxvb3AlM0R0cnVlJTI2YW1wJTNCcG9zdGVyJTNEJTJGdmlkZW9zJTJGYmlnJTJGQm91cXVldF93RGlzc29sdmluZ1BhcnRzLmpwZyUyNmFtcCUzQnNyYyUzRFdhbmRlcmZ1bHNfUHJvbW8ubTR2JTIyJTIwJTJGJTNFJTBBJTIwJTNDZW1iZWQlMjBzcmMlM0QlMjIlMkZ2aWRlb3MlMkZiaWclMkZmbGFzaGZveC5zd2YlMjIlMjB3aWR0aCUzRCUyMjEyODAlMjIlMjBoZWlnaHQlM0QlMjI3MjAlMjIlMjBzdHlsZSUzRCUyMnBvc2l0aW9uJTNBcmVsYXRpdmUlM0IlMjIlMjAlMjBmbGFzaFZhcnMlM0QlMjJhdXRvcGxheSUzRHRydWUlMjZhbXAlM0Jjb250cm9scyUzRGZhbHNlJTI2YW1wJTNCZnVsbFNjcmVlbkVuYWJsZWQlM0RmYWxzZSUyNmFtcCUzQnBvc3Rlck9uRW5kJTNEdHJ1ZSUyNmFtcCUzQmxvb3AlM0R0cnVlJTI2YW1wJTNCcG9zdGVyJTNEJTJGdmlkZW9zJTJGYmlnJTJGQm91cXVldF93RGlzc29sdmluZ1BhcnRzLmpwZyUyNmFtcCUzQnNyYyUzRFdhbmRlcmZ1bHNfUHJvbW8ubTR2JTIyJTA5YWxsb3dGdWxsU2NyZWVuJTNEJTIydHJ1ZSUyMiUyMHdtb2RlJTNEJTIydHJhbnNwYXJlbnQlMjIlMjB0eXBlJTNEJTIyYXBwbGljYXRpb24lMkZ4LXNob2Nrd2F2ZS1mbGFzaCUyMiUyMHBsdWdpbnNwYWdlJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5hZG9iZS5jb20lMkZnbyUyRmdldGZsYXNocGxheWVyX2VuJTIyJTIwJTJGJTNFJTBBJTNDaW1nJTIwYWx0JTNEJTIyV2FuZGVyZnVscyUyMFByb21vJTIyJTIwc3JjJTNEJTIyJTJGdmlkZW9zJTJGYmlnJTJGQm91cXVldF93RGlzc29sdmluZ1BhcnRzLmpwZyUyMiUyMHN0eWxlJTNEJTIycG9zaXRpb24lM0FhYnNvbHV0ZSUzQmxlZnQlM0EwJTNCJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjB0aXRsZSUzRCUyMlZpZGVvJTIwcGxheWJhY2slMjBpcyUyMG5vdCUyMHN1cHBvcnRlZCUyMGJ5JTIweW91ciUyMGJyb3dzZXIlMjIlMjAlMkYlM0UlMEElM0MlMkZvYmplY3QlM0UlMEElM0MlMkZ2aWRlbyUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyZWg1dl9zY3JpcHQlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZlYXN5aHRtbDV2aWRlby5jb20lMjIlM0VodG1sNSUyMHZpZGVvJTIwY29udmVydGVyJTNDJTJGYSUzRSUyMGJ5JTIwRWFzeUh0bWw1VmlkZW8uY29tJTIwdjMuOS4xJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTBBJTNDc2NyaXB0JTIwc3JjJTNEJTIyaHRtbDVleHQuanMlMjIlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlM0UlM0MlMkZzY3JpcHQlM0UlMEElM0MlMjEtLSUyMEVuZCUyMEVhc3lIdG1sNVZpZGVvLmNvbSUyMEJPRFklMjBzZWN0aW9uJTIwLS0lM0U=[/vc_raw_html][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1500811990513{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-size: 18px;\">The Classic Wanderfuls Arrangement combines the look of a flower bouquet with the bonus of a take home favor. They are available in four sizes: 6, 8, 9, and 10.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; color: #e74aa8; font-size: 18px;\">Consideration should be given to the amount of people seated per table and aesthetic preference when deciding a size</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text el_class=\"csm-animation-item\" css=\".vc_custom_1502259228398{margin-top: 10px !important;}\"][favor6_animation][/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text el_class=\"csm-animation-item\"][favor8_animation][/vc_column_text][vcex_heading text=\"8 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">two on top,\r\n<span style=\"font-size: 14px;\"> six on bottom</span></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text el_class=\"csm-animation-item\"][favor9_animation][/vc_column_text][vcex_heading text=\"9 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">three on top,\r\n<span style=\"font-size: 14px;\"> six on bottom</span></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text el_class=\"csm-animation-item\"][favor10_animation][/vc_column_text][vcex_heading text=\"10 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">four on top,\r\n<span style=\"font-size: 14px;\"> six on bottom</span></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500382781002{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500382791343{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','publish','closed','closed','','home-3','','','2017-08-23 13:05:32','2017-08-23 17:05:32','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2462',0,'page','',0),(2463,1,'2017-07-09 10:12:13','2017-07-09 10:12:13','Hello','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 10:12:13','2017-07-09 10:12:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2466,1,'2017-07-09 11:15:49','2017-07-09 11:15:49','[vc_row el_class=\"container\"][vc_column][vc_single_image image=\"2465\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:15:49','2017-07-09 11:15:49','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2467,1,'2017-07-09 11:17:21','2017-07-09 11:17:21','','Layer 1','','inherit','open','closed','','layer-1-2','','','2017-07-09 11:17:21','2017-07-09 11:17:21','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Layer-1-1.png',0,'attachment','image/png',0),(2468,1,'2017-07-09 11:18:12','2017-07-09 11:18:12','[vc_row el_class=\"container\" css=\".vc_custom_1499599082160{border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-bottom-color: #eeeeee !important;}\"][vc_column][vc_single_image image=\"2467\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:18:12','2017-07-09 11:18:12','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2469,1,'2017-07-09 11:18:53','2017-07-09 11:18:53','[vc_row el_class=\"container\" css=\".vc_custom_1499599123511{border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_single_image image=\"2467\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:18:53','2017-07-09 11:18:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2470,1,'2017-07-09 11:19:44','2017-07-09 11:19:44','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:19:44','2017-07-09 11:19:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2471,1,'2017-07-09 11:20:15','2017-07-09 11:20:15','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:20:15','2017-07-09 11:20:15','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2472,1,'2017-07-09 11:21:45','2017-07-09 11:21:45','','Image 1','','inherit','open','closed','','image-1','','','2017-07-09 11:21:45','2017-07-09 11:21:45','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Image-1.jpg',0,'attachment','image/jpeg',0),(2473,1,'2017-07-09 11:22:38','2017-07-09 11:22:38','','Logo','','inherit','open','closed','','logo','','','2017-07-09 11:22:38','2017-07-09 11:22:38','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.jpg',0,'attachment','image/jpeg',0),(2474,1,'2017-07-09 11:32:25','2017-07-09 11:32:25','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:32:25','2017-07-09 11:32:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2475,1,'2017-07-09 11:32:56','2017-07-09 11:32:56','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:32:56','2017-07-09 11:32:56','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2476,1,'2017-07-09 11:33:58','2017-07-09 11:33:58','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600028171{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:33:58','2017-07-09 11:33:58','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2477,1,'2017-07-09 11:34:27','2017-07-09 11:34:27','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600056624{margin-top: 30px !important;margin-right: 15px !important;margin-bottom: 30px !important;margin-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:34:27','2017-07-09 11:34:27','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2478,1,'2017-07-09 11:36:14','2017-07-09 11:36:14','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:36:14','2017-07-09 11:36:14','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2479,1,'2017-07-09 11:36:46','2017-07-09 11:36:46','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\" css=\".vc_custom_1499600196346{margin-right: 30px !important;}\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:36:46','2017-07-09 11:36:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2480,1,'2017-07-09 11:37:16','2017-07-09 11:37:16','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600225918{margin-right: 30px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\" css=\".vc_custom_1499600196346{margin-right: 30px !important;}\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:37:16','2017-07-09 11:37:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2481,1,'2017-07-09 11:42:40','2017-07-09 11:42:40','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600549464{margin-top: 30px !important;margin-right: 50px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|text_align:left|color:%238768c4\" css=\".vc_custom_1499600196346{margin-right: 30px !important;}\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:42:40','2017-07-09 11:42:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2482,1,'2017-07-09 11:44:12','2017-07-09 11:44:12','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text]Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:44:12','2017-07-09 11:44:12','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2483,1,'2017-07-09 11:45:20','2017-07-09 11:45:20','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600709393{margin-top: 30px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:45:20','2017-07-09 11:45:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2484,1,'2017-07-09 11:45:51','2017-07-09 11:45:51','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600741093{margin-top: 30px !important;margin-right: 30px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:45:51','2017-07-09 11:45:51','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2485,1,'2017-07-09 11:46:20','2017-07-09 11:46:20','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:46:20','2017-07-09 11:46:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2486,1,'2017-07-09 11:51:57','2017-07-09 11:51:57','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" text_align=\"center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:51:57','2017-07-09 11:51:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2487,1,'2017-07-09 11:56:21','2017-07-09 11:56:21','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:56:21','2017-07-09 11:56:21','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2488,1,'2017-07-09 11:57:00','2017-07-09 11:57:00','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601401062{margin-top: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:57:00','2017-07-09 11:57:00','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2489,1,'2017-07-09 11:57:43','2017-07-09 11:57:43','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601452495{margin-top: 10px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 11:57:43','2017-07-09 11:57:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2490,1,'2017-07-09 12:00:52','2017-07-09 12:00:52','','Scroll 1','','inherit','open','closed','','scroll-1','','','2017-07-09 12:00:52','2017-07-09 12:00:52','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Scroll-1.jpg',0,'attachment','image/jpeg',0),(2491,1,'2017-07-09 12:01:05','2017-07-09 12:01:05','','Scroll 2','','inherit','open','closed','','scroll-2','','','2017-07-09 12:01:05','2017-07-09 12:01:05','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Scroll-2.jpg',0,'attachment','image/jpeg',0),(2492,1,'2017-07-09 12:01:57','2017-07-09 12:01:57','','Scroll 2','','inherit','open','closed','','scroll-2-2','','','2017-07-09 12:01:57','2017-07-09 12:01:57','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Scroll-2.png',0,'attachment','image/png',0),(2493,1,'2017-07-09 12:02:03','2017-07-09 12:02:03','','Scroll 1','','inherit','open','closed','','scroll-1-2','','','2017-07-09 12:02:03','2017-07-09 12:02:03','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Scroll-1.png',0,'attachment','image/png',0),(2494,1,'2017-07-09 12:03:22','2017-07-09 12:03:22','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601452495{margin-top: 10px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_flexslider randomize=\"true\" image_ids=\"2490,2491,2493,2492\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:03:22','2017-07-09 12:03:22','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2495,1,'2017-07-09 12:04:04','2017-07-09 12:04:04','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601452495{margin-top: 10px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_flexslider post_gallery=\"true\" randomize=\"true\" image_ids=\"2490,2491,2493,2492\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:04:04','2017-07-09 12:04:04','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2496,1,'2017-07-09 12:05:35','2017-07-09 12:05:35','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601452495{margin-top: 10px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel image_ids=\"2492,2491,2490,2493\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:05:35','2017-07-09 12:05:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2497,1,'2017-07-09 12:06:12','2017-07-09 12:06:12','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601961784{margin-top: 10px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel image_ids=\"2492,2491,2490,2493\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:06:12','2017-07-09 12:06:12','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2498,1,'2017-07-09 12:06:43','2017-07-09 12:06:43','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601961784{margin-top: 10px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel img_size=\"medium\" image_ids=\"2492,2491,2490,2493\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:06:43','2017-07-09 12:06:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2499,1,'2017-07-09 12:07:45','2017-07-09 12:07:45','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601961784{margin-top: 10px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel img_size=\"medium_large\" image_ids=\"2492,2491,2490,2493\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:07:45','2017-07-09 12:07:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2500,1,'2017-07-09 12:08:36','2017-07-09 12:08:36','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499601961784{margin-top: 10px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:08:36','2017-07-09 12:08:36','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2501,1,'2017-07-09 12:09:46','2017-07-09 12:09:46','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602137391{margin-top: 10px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:09:46','2017-07-09 12:09:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2502,1,'2017-07-09 12:10:18','2017-07-09 12:10:18','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:10:18','2017-07-09 12:10:18','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2503,1,'2017-07-09 12:10:47','2017-07-09 12:10:47','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:10:47','2017-07-09 12:10:47','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2504,1,'2017-07-09 12:11:23','2017-07-09 12:11:23','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:11:23','2017-07-09 12:11:23','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2505,1,'2017-07-09 12:16:02','2017-07-09 12:16:02','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602464894{background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:16:02','2017-07-09 12:16:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2506,1,'2017-07-09 12:17:57','2017-07-09 12:17:57','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:17:57','2017-07-09 12:17:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2511,1,'2017-07-09 12:21:49','2017-07-09 12:21:49','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2507\" alignment=\"center\" css=\".vc_custom_1499602815530{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:21:49','2017-07-09 12:21:49','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2512,1,'2017-07-09 12:22:44','2017-07-09 12:22:44','','Icon Cost Effective','','inherit','open','closed','','icon-cost-effective','','','2017-07-09 12:22:44','2017-07-09 12:22:44','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Cost-Effective.png',0,'attachment','image/png',0),(2513,1,'2017-07-09 12:22:46','2017-07-09 12:22:46','','Icon Customizable','','inherit','open','closed','','icon-customizable','','','2017-07-09 12:22:46','2017-07-09 12:22:46','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Customizable.png',0,'attachment','image/png',0),(2514,1,'2017-07-09 12:22:48','2017-07-09 12:22:48','','Icon Fillings','','inherit','open','closed','','icon-fillings','','','2017-07-09 12:22:48','2017-07-09 12:22:48','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Fillings.png',0,'attachment','image/png',0),(2515,1,'2017-07-09 12:22:51','2017-07-09 12:22:51','','Icon Hand Made','','inherit','open','closed','','icon-hand-made','','','2017-07-09 12:22:51','2017-07-09 12:22:51','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Hand-Made.png',0,'attachment','image/png',0),(2516,1,'2017-07-09 12:23:05','2017-07-09 12:23:05','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499602974583{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:23:05','2017-07-09 12:23:05','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2517,1,'2017-07-09 12:23:41','2017-07-09 12:23:41','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603010852{margin-top: 30px !important;margin-right: 80px !important;margin-bottom: 30px !important;margin-left: 80px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:23:41','2017-07-09 12:23:41','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2518,1,'2017-07-09 12:26:05','2017-07-09 12:26:05','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:26:05','2017-07-09 12:26:05','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2519,1,'2017-07-09 12:28:23','2017-07-09 12:28:23','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Wanderfuls is a one-of-a kind centerpiece made up of individ\r\n\" font_container=\"tag:h3|font_size:18|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:28:23','2017-07-09 12:28:23','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2520,1,'2017-07-09 12:28:57','2017-07-09 12:28:57','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:28:57','2017-07-09 12:28:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2521,1,'2017-07-09 12:29:54','2017-07-09 12:29:54','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:29:54','2017-07-09 12:29:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2522,1,'2017-07-09 12:30:30','2017-07-09 12:30:30','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:18|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:30:30','2017-07-09 12:30:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2523,1,'2017-07-09 12:31:10','2017-07-09 12:31:10','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:31:10','2017-07-09 12:31:10','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2524,1,'2017-07-09 12:31:53','2017-07-09 12:31:53','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499600642617{margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:31:53','2017-07-09 12:31:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2525,1,'2017-07-09 12:32:46','2017-07-09 12:32:46','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603154360{margin-top: 30px !important;margin-right: 125px !important;margin-bottom: 12px !important;margin-left: 125px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:32:46','2017-07-09 12:32:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2526,1,'2017-07-09 12:33:18','2017-07-09 12:33:18','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603586944{margin-top: 30px !important;margin-right: 80px !important;margin-bottom: 12px !important;margin-left: 80px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:33:18','2017-07-09 12:33:18','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2527,1,'2017-07-09 12:34:03','2017-07-09 12:34:03','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:34:03','2017-07-09 12:34:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2528,1,'2017-07-09 12:35:55','2017-07-09 12:35:55','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603744081{margin-top: 20px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:35:55','2017-07-09 12:35:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2529,1,'2017-07-09 12:36:37','2017-07-09 12:36:37','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603786224{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:36:37','2017-07-09 12:36:37','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2530,1,'2017-07-09 12:37:33','2017-07-09 12:37:33','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:37:33','2017-07-09 12:37:33','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2531,1,'2017-07-09 12:39:09','2017-07-09 12:39:09','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:39:09','2017-07-09 12:39:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2532,1,'2017-07-09 12:41:50','2017-07-09 12:41:50','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:41:50','2017-07-09 12:41:50','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2533,1,'2017-07-09 12:42:30','2017-07-09 12:42:30','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:42:30','2017-07-09 12:42:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2534,1,'2017-07-09 12:44:46','2017-07-09 12:44:46','','Image 3','','inherit','open','closed','','image-3','','','2017-07-09 12:44:46','2017-07-09 12:44:46','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Image-3.png',0,'attachment','image/png',0),(2535,1,'2017-07-09 12:45:00','2017-07-09 12:45:00','','Image 2','','inherit','open','closed','','image-2','','','2017-07-09 12:45:00','2017-07-09 12:45:00','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Image-2.png',0,'attachment','image/png',0),(2536,1,'2017-07-09 12:45:40','2017-07-09 12:45:40','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604328841{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"2534\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:45:40','2017-07-09 12:45:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2537,1,'2017-07-09 12:46:36','2017-07-09 12:46:36','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604328841{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"2534\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:46:36','2017-07-09 12:46:36','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2538,1,'2017-07-09 12:47:03','2017-07-09 12:47:03','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604411890{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"2534\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:47:03','2017-07-09 12:47:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2539,1,'2017-07-09 12:50:01','2017-07-09 12:50:01','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604411890{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"2534\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499604583757{margin-left: 70px !important;}\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:50:01','2017-07-09 12:50:01','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2540,1,'2017-07-09 12:51:13','2017-07-09 12:51:13','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604411890{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:51:13','2017-07-09 12:51:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2541,1,'2017-07-09 12:51:46','2017-07-09 12:51:46','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604411890{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:51:46','2017-07-09 12:51:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2542,1,'2017-07-09 12:52:25','2017-07-09 12:52:25','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604734394{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:52:25','2017-07-09 12:52:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2543,1,'2017-07-09 12:52:51','2017-07-09 12:52:51','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:52:51','2017-07-09 12:52:51','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2544,1,'2017-07-09 12:56:30','2017-07-09 12:56:30','','Icon Choice','','inherit','open','closed','','icon-choice','','','2017-07-09 12:56:30','2017-07-09 12:56:30','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Choice.png',0,'attachment','image/png',0),(2545,1,'2017-07-09 12:58:01','2017-07-09 12:58:01','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499604869680{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\"][vcex_heading text=\"The Classic Arrangement\" font_size=\"24\" color=\"#8768c4\"][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:58:01','2017-07-09 12:58:01','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2546,1,'2017-07-09 12:58:48','2017-07-09 12:58:48','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\"][vcex_heading text=\"The Classic Arrangement\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:58:48','2017-07-09 12:58:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2547,1,'2017-07-09 12:59:38','2017-07-09 12:59:38','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 12:59:38','2017-07-09 12:59:38','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2548,1,'2017-07-09 13:00:22','2017-07-09 13:00:22','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:00:22','2017-07-09 13:00:22','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2549,1,'2017-07-09 13:01:09','2017-07-09 13:01:09','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605258381{margin-top: 20px !important;margin-right: 50px !important;margin-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:01:09','2017-07-09 13:01:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2550,1,'2017-07-09 13:01:42','2017-07-09 13:01:42','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605291492{margin-top: 20px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:01:42','2017-07-09 13:01:42','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2551,1,'2017-07-09 13:02:06','2017-07-09 13:02:06','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:02:06','2017-07-09 13:02:06','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2552,1,'2017-07-09 13:05:18','2017-07-09 13:05:18','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]<span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:05:18','2017-07-09 13:05:18','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2553,1,'2017-07-09 13:06:02','2017-07-09 13:06:02','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:06:02','2017-07-09 13:06:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2554,1,'2017-07-09 13:08:39','2017-07-09 13:08:39','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:08:39','2017-07-09 13:08:39','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2555,1,'2017-07-09 13:09:25','2017-07-09 13:09:25','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:09:25','2017-07-09 13:09:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2556,1,'2017-07-09 13:11:29','2017-07-09 13:11:29','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605315453{margin-top: 10px !important;margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:11:29','2017-07-09 13:11:29','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2557,1,'2017-07-09 13:11:58','2017-07-09 13:11:58','[vc_row css=\".vc_custom_1499599166543{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:11:58','2017-07-09 13:11:58','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2558,1,'2017-07-09 13:17:59','2017-07-09 13:17:59','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499600163397{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499600593157{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499600146689{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:17:59','2017-07-09 13:17:59','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2559,1,'2017-07-09 13:19:13','2017-07-09 13:19:13','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:19:13','2017-07-09 13:19:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2560,1,'2017-07-09 13:19:41','2017-07-09 13:19:41','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:19:41','2017-07-09 13:19:41','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2561,1,'2017-07-09 13:20:36','2017-07-09 13:20:36','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602207655{margin-top: 10px !important;margin-bottom: 30px !important;}\" el_class=\"container\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:20:36','2017-07-09 13:20:36','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2562,1,'2017-07-09 13:21:16','2017-07-09 13:21:16','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606455267{margin-top: 10px !important;margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:21:16','2017-07-09 13:21:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2563,1,'2017-07-09 13:21:50','2017-07-09 13:21:50','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499602665629{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner el_class=\"container\" css=\".vc_custom_1499604139825{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:21:50','2017-07-09 13:21:50','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2564,1,'2017-07-09 13:22:25','2017-07-09 13:22:25','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"container\" css=\".vc_custom_1499604761321{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:22:25','2017-07-09 13:22:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2565,1,'2017-07-09 13:22:54','2017-07-09 13:22:54','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499605093264{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"container\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:22:54','2017-07-09 13:22:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2566,1,'2017-07-09 13:23:27','2017-07-09 13:23:27','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:23:27','2017-07-09 13:23:27','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2567,1,'2017-07-09 13:24:24','2017-07-09 13:24:24','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"5/12\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:24:24','2017-07-09 13:24:24','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2568,1,'2017-07-09 13:25:01','2017-07-09 13:25:01','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:25:01','2017-07-09 13:25:01','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2569,1,'2017-07-09 13:26:49','2017-07-09 13:26:49','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:26:49','2017-07-09 13:26:49','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2570,1,'2017-07-09 13:28:15','2017-07-09 13:28:15','','Icon Base Color','','inherit','open','closed','','icon-base-color','','','2017-07-09 13:28:15','2017-07-09 13:28:15','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Base-Color.png',0,'attachment','image/png',0),(2571,1,'2017-07-09 13:28:22','2017-07-09 13:28:22','','Icon Number','','inherit','open','closed','','icon-number','','','2017-07-09 13:28:22','2017-07-09 13:28:22','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Number.png',0,'attachment','image/png',0),(2572,1,'2017-07-09 13:28:48','2017-07-09 13:28:48','','Icon Imprint','','inherit','open','closed','','icon-imprint','','','2017-07-09 13:28:48','2017-07-09 13:28:48','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Imprint.png',0,'attachment','image/png',0),(2573,1,'2017-07-09 13:33:10','2017-07-09 13:33:10','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605167265{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:33:10','2017-07-09 13:33:10','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2574,1,'2017-07-09 13:34:54','2017-07-09 13:34:54','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607236017{margin-bottom: 30px !important;padding-right: 50px !important;padding-left: 50px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" line_height=\"18\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:34:54','2017-07-09 13:34:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2575,1,'2017-07-09 13:37:13','2017-07-09 13:37:13','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607422614{padding-right: 50px !important;padding-left: 50px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:37:13','2017-07-09 13:37:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (2576,1,'2017-07-09 13:38:08','2017-07-09 13:38:08','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607463734{padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:38:08','2017-07-09 13:38:08','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2577,1,'2017-07-09 13:38:55','2017-07-09 13:38:55','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607524239{margin-bottom: 50px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:38:55','2017-07-09 13:38:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2578,1,'2017-07-09 13:39:30','2017-07-09 13:39:30','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607559248{margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:39:30','2017-07-09 13:39:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2579,1,'2017-07-09 13:40:28','2017-07-09 13:40:28','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:40:28','2017-07-09 13:40:28','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2580,1,'2017-07-09 13:42:26','2017-07-09 13:42:26','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<span style=\"``font-style: italic;\">NUMBER OF\r\nPARTY FAVORS</span>\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:42:26','2017-07-09 13:42:26','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2581,1,'2017-07-09 13:43:06','2017-07-09 13:43:06','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:43:06','2017-07-09 13:43:06','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2582,1,'2017-07-09 13:44:11','2017-07-09 13:44:11','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499607812713{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607831653{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:44:11','2017-07-09 13:44:11','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2583,1,'2017-07-09 13:46:26','2017-07-09 13:46:26','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"BASE\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499607957795{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 155px !important;padding-left: 155px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607975249{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:46:26','2017-07-09 13:46:26','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2584,1,'2017-07-09 13:47:48','2017-07-09 13:47:48','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499607957795{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 155px !important;padding-left: 155px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607975249{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:47:48','2017-07-09 13:47:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2585,1,'2017-07-09 13:48:20','2017-07-09 13:48:20','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"500\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499607957795{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 155px !important;padding-left: 155px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607975249{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:48:20','2017-07-09 13:48:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2586,1,'2017-07-09 13:48:52','2017-07-09 13:48:52','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499607957795{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 155px !important;padding-left: 155px !important;}\"][vcex_heading text=\"NUMBER OF\r\nPARTY FAVORS\" font_weight=\"700\" text_align=\"center\" font_size=\"20\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607975249{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:48:52','2017-07-09 13:48:52','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2587,1,'2017-07-09 13:49:57','2017-07-09 13:49:57','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499607975249{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"IMPRINT\r\nCOLOR\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:49:57','2017-07-09 13:49:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2588,1,'2017-07-09 13:50:55','2017-07-09 13:50:55','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:50:55','2017-07-09 13:50:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2589,1,'2017-07-09 13:53:34','2017-07-09 13:53:34','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vc_btn title=\"Learn More\" shape=\"square\" color=\"pink\" align=\"center\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:53:34','2017-07-09 13:53:34','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2590,1,'2017-07-09 13:54:37','2017-07-09 13:54:37','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][vc_btn title=\"Learn More\" shape=\"square\" color=\"pink\" align=\"center\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:54:37','2017-07-09 13:54:37','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2591,1,'2017-07-09 13:56:35','2017-07-09 13:56:35','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][vcex_button]Button Text[/vcex_button][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 13:56:35','2017-07-09 13:56:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2592,1,'2017-07-09 14:01:03','2017-07-09 14:01:03','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:01:03','2017-07-09 14:01:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2593,1,'2017-07-09 14:03:16','2017-07-09 14:03:16','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"10\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:03:16','2017-07-09 14:03:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2594,1,'2017-07-09 14:04:31','2017-07-09 14:04:31','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:04:31','2017-07-09 14:04:31','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2595,1,'2017-07-09 14:05:52','2017-07-09 14:05:52','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:05:52','2017-07-09 14:05:52','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2596,1,'2017-07-09 14:07:45','2017-07-09 14:07:45','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:07:45','2017-07-09 14:07:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2597,1,'2017-07-09 14:09:04','2017-07-09 14:09:04','','Icon Ribbon','','inherit','open','closed','','icon-ribbon','','','2017-07-09 14:09:04','2017-07-09 14:09:04','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Ribbon.png',0,'attachment','image/png',0),(2599,1,'2017-07-09 14:09:12','2017-07-09 14:09:12','','Icon Ribbon','','inherit','open','closed','','icon-ribbon-3','','','2017-07-09 14:09:12','2017-07-09 14:09:12','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Ribbon-1.png',0,'attachment','image/png',0),(2600,1,'2017-07-09 14:11:23','2017-07-09 14:11:23','','Icon Themes','','inherit','open','closed','','icon-themes','','','2017-07-09 14:11:23','2017-07-09 14:11:23','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Themes.png',0,'attachment','image/png',0),(2601,1,'2017-07-09 14:12:48','2017-07-09 14:12:48','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609482906{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:12:48','2017-07-09 14:12:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2602,1,'2017-07-09 14:15:29','2017-07-09 14:15:29','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:15:29','2017-07-09 14:15:29','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2603,1,'2017-07-09 14:16:21','2017-07-09 14:16:21','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499609769655{padding-right: 50px !important;padding-left: 50px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499607600520{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:16:21','2017-07-09 14:16:21','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2604,1,'2017-07-09 14:21:17','2017-07-09 14:21:17','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499608244002{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:21:17','2017-07-09 14:21:17','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2605,1,'2017-07-09 14:22:53','2017-07-09 14:22:53','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610150782{margin-left: -50px !important;padding-right: 180px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499610161993{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:22:53','2017-07-09 14:22:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2606,1,'2017-07-09 14:26:23','2017-07-09 14:26:23','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610361799{margin-right: -50px !important;padding-left: 50px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499608185496{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 150px !important;padding-left: 150px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610150782{margin-left: -50px !important;padding-right: 180px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499610161993{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:26:23','2017-07-09 14:26:23','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2607,1,'2017-07-09 14:30:08','2017-07-09 14:30:08','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610150782{margin-left: -50px !important;padding-right: 180px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499610161993{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:30:08','2017-07-09 14:30:08','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2608,1,'2017-07-09 14:38:58','2017-07-09 14:38:58','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606743672{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:38:58','2017-07-09 14:38:58','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2609,1,'2017-07-09 14:40:54','2017-07-09 14:40:54','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611242379{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: -100px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:40:54','2017-07-09 14:40:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2610,1,'2017-07-09 14:42:09','2017-07-09 14:42:09','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499608283599{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:42:09','2017-07-09 14:42:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2611,1,'2017-07-09 14:45:45','2017-07-09 14:45:45','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:45:45','2017-07-09 14:45:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2612,1,'2017-07-09 14:50:52','2017-07-09 14:50:52','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499611774776{background-color: #e6e6e6 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">Want a catalogue? Need an estimate? Ready to order?</p>\r\n\r\n<h3 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free\r\n& easy non-obligational quote.</h3>\r\n<p style=\"text-align: center;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:50:52','2017-07-09 14:50:52','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2613,1,'2017-07-09 14:52:57','2017-07-09 14:52:57','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499611774776{background-color: #e6e6e6 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">Want a catalogue? Need an estimate? Ready to order?</p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free\r\n& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:52:57','2017-07-09 14:52:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2614,1,'2017-07-09 14:53:38','2017-07-09 14:53:38','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612007394{border-right-width: 30px !important;padding-top: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">Want a catalogue? Need an estimate? Ready to order?</p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free\r\n& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:53:38','2017-07-09 14:53:38','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2615,1,'2017-07-09 14:55:26','2017-07-09 14:55:26','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612078544{border-right-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\">Want a catalogue? Need an estimate? Ready to order?</p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free\r\n& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:55:26','2017-07-09 14:55:26','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2616,1,'2017-07-09 14:58:55','2017-07-09 14:58:55','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\">Want a catalogue? Need an estimate? Ready to order?</p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free\r\n& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</p>\r\n[/vc_column_text][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 14:58:55','2017-07-09 14:58:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2617,1,'2017-07-09 15:00:00','2017-07-09 15:00:00','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Want a catalogue? Need an estimate? Ready to order?</span></p>\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"font-size: 32px;\">Dial 1 (888) 837-5021 for a free</span>\r\n<span style=\"font-size: 32px;\">& easy non-obligational quote.</span></h2>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:00:00','2017-07-09 15:00:00','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2618,1,'2017-07-09 15:02:18','2017-07-09 15:02:18','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Want a catalogue? Need an estimate? Ready to order?</span></p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free & easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:02:18','2017-07-09 15:02:18','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2619,1,'2017-07-09 15:03:21','2017-07-09 15:03:21','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Want a catalogue? Need an estimate? Ready to order?</span></p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free & easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:03:21','2017-07-09 15:03:21','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2620,1,'2017-07-09 15:05:53','2017-07-09 15:05:53','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Want a catalogue? Need an estimate? Ready to order?</span></p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free</h2>\r\n<h2 style=\"text-align: center;\">& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:05:53','2017-07-09 15:05:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2621,1,'2017-07-09 15:07:59','2017-07-09 15:07:59','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Want a catalogue? Need an estimate? Ready to order?</span></p>\r\n\r\n<h2 style=\"text-align: center;\">Dial 1 (888) 837-5021 for a free</h2>\r\n<h2 style=\"text-align: center;\">& easy non-obligational quote.</h2>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST</span></p>\r\n[/vc_column_text][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:07:59','2017-07-09 15:07:59','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2622,1,'2017-07-09 15:08:48','2017-07-09 15:08:48','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:08:48','2017-07-09 15:08:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2623,1,'2017-07-09 15:11:19','2017-07-09 15:11:19','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499612115410{padding-top: 15px !important;padding-right: 30px !important;padding-bottom: 15px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:11:19','2017-07-09 15:11:19','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2624,1,'2017-07-09 15:16:35','2017-07-09 15:16:35','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499612239665{background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:16:35','2017-07-09 15:16:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2625,1,'2017-07-09 15:20:09','2017-07-09 15:20:09','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613598084{margin-bottom: 30px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:20:09','2017-07-09 15:20:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2626,1,'2017-07-09 15:21:13','2017-07-09 15:21:13','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:21:13','2017-07-09 15:21:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2627,1,'2017-07-09 15:24:39','2017-07-09 15:24:39','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:24:39','2017-07-09 15:24:39','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2628,1,'2017-07-09 15:43:38','2017-07-09 15:43:38','','Reviews Background','','inherit','open','closed','','reviews-background','','','2017-07-09 15:43:38','2017-07-09 15:43:38','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg',0,'attachment','image/jpeg',0),(2629,1,'2017-07-09 15:45:53','2017-07-09 15:45:53','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615036238{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"18\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:45:53','2017-07-09 15:45:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2630,1,'2017-07-09 15:50:00','2017-07-09 15:50:00','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615389502{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"18\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:50:00','2017-07-09 15:50:00','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2631,1,'2017-07-09 15:50:59','2017-07-09 15:50:59','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615448865{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"18\" color=\"#8768c4\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:50:59','2017-07-09 15:50:59','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2632,1,'2017-07-09 15:51:40','2017-07-09 15:51:40','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615448865{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:51:40','2017-07-09 15:51:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2633,1,'2017-07-09 15:54:41','2017-07-09 15:54:41','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615448865{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]\r\n<p style=\"text-align: center;\">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!</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:54:41','2017-07-09 15:54:41','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2634,1,'2017-07-09 15:55:31','2017-07-09 15:55:31','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499615448865{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 15:55:31','2017-07-09 15:55:31','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2635,1,'2017-07-09 16:01:42','2017-07-09 16:01:42','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499616090885{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:01:42','2017-07-09 16:01:42','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2636,1,'2017-07-09 16:04:02','2017-07-09 16:04:02','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:04:02','2017-07-09 16:04:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2637,1,'2017-07-09 16:06:01','2017-07-09 16:06:01','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:06:01','2017-07-09 16:06:01','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2638,1,'2017-07-09 16:07:02','2017-07-09 16:07:02','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:07:02','2017-07-09 16:07:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2639,1,'2017-07-09 16:08:26','2017-07-09 16:08:26','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner][vcex_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:08:26','2017-07-09 16:08:26','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2640,1,'2017-07-09 16:09:14','2017-07-09 16:09:14','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][vcex_heading][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:09:14','2017-07-09 16:09:14','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2641,1,'2017-07-09 16:10:07','2017-07-09 16:10:07','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616595342{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][vcex_heading][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:10:07','2017-07-09 16:10:07','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2642,1,'2017-07-09 16:10:45','2017-07-09 16:10:45','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616595342{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:10:45','2017-07-09 16:10:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2643,1,'2017-07-09 16:13:26','2017-07-09 16:13:26','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616595342{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616794591{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:13:26','2017-07-09 16:13:26','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2644,1,'2017-07-09 16:16:05','2017-07-09 16:16:05','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616230704{margin-top: 50px !important;padding-top: 50px !important;padding-right: 30px !important;padding-bottom: 50px !important;padding-left: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499615592950{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499616953967{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:16:05','2017-07-09 16:16:05','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2645,1,'2017-07-09 16:16:47','2017-07-09 16:16:47','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499616953967{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:16:47','2017-07-09 16:16:47','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2646,1,'2017-07-09 16:17:41','2017-07-09 16:17:41','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:17:41','2017-07-09 16:17:41','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2647,1,'2017-07-09 16:19:46','2017-07-09 16:19:46','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499617131279{margin-top: 30px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:19:46','2017-07-09 16:19:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2648,1,'2017-07-09 16:21:20','2017-07-09 16:21:20','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499617131279{margin-top: 30px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499617131279{margin-top: 30px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499617131279{margin-top: 30px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:21:20','2017-07-09 16:21:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2649,1,'2017-07-09 16:22:30','2017-07-09 16:22:30','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499617131279{margin-top: 30px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-09 16:22:30','2017-07-09 16:22:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2650,1,'2017-07-10 01:40:46','2017-07-10 01:40:46','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499650833371{margin-top: 30px !important;}\"]<span style=\"font-size: 18px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:40:46','2017-07-10 01:40:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2651,1,'2017-07-10 01:42:20','2017-07-10 01:42:20','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499616925351{border-top-width: 5px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 30px !important;padding-left: 15px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"24\"][vc_column_text css=\".vc_custom_1499650927688{margin-top: 30px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:42:20','2017-07-10 01:42:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2652,1,'2017-07-10 01:43:43','2017-07-10 01:43:43','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"28\"][vc_column_text css=\".vc_custom_1499650927688{margin-top: 30px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:43:43','2017-07-10 01:43:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (2653,1,'2017-07-10 01:44:33','2017-07-10 01:44:33','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499650927688{margin-top: 30px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:44:33','2017-07-10 01:44:33','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2654,1,'2017-07-10 01:45:13','2017-07-10 01:45:13','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499650927688{margin-top: 30px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:45:13','2017-07-10 01:45:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2655,1,'2017-07-10 01:45:46','2017-07-10 01:45:46','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499651133447{margin-top: 30px !important;margin-bottom: 30px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:45:46','2017-07-10 01:45:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2656,1,'2017-07-10 01:47:11','2017-07-10 01:47:11','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"violet\" el_width=\"50\"][vc_column_text css=\".vc_custom_1499651164007{margin-top: 30px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:47:11','2017-07-10 01:47:11','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2657,1,'2017-07-10 01:48:20','2017-07-10 01:48:20','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"violet\" border_width=\"3\" el_width=\"60\" css=\".vc_custom_1499651287926{margin-top: 10px !important;margin-bottom: 10px !important;}\"][vc_column_text css=\".vc_custom_1499651164007{margin-top: 30px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:48:20','2017-07-10 01:48:20','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2658,1,'2017-07-10 01:51:40','2017-07-10 01:51:40','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499650980287{border-top-width: 5px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:51:40','2017-07-10 01:51:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2659,1,'2017-07-10 01:52:55','2017-07-10 01:52:55','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:52:55','2017-07-10 01:52:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2660,1,'2017-07-10 01:56:34','2017-07-10 01:56:34','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 01:56:34','2017-07-10 01:56:34','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2661,1,'2017-07-10 02:35:39','2017-07-10 02:35:39','','Rev Slider Place Holder','','inherit','open','closed','','rev-slider-place-holder','','','2017-07-10 02:35:39','2017-07-10 02:35:39','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Rev-Slider-Place-Holder.jpg',0,'attachment','image/jpeg',0),(2662,1,'2017-07-10 02:37:13','2017-07-10 02:37:13','[vc_row][vc_column width=\"1/3\"][vcex_navbar menu=\"\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:37:13','2017-07-10 02:37:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2663,1,'2017-07-10 02:38:30','2017-07-10 02:38:30','[vc_row full_width=\"stretch_row\"][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:38:30','2017-07-10 02:38:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2664,1,'2017-07-10 02:43:04','2017-07-10 02:43:04','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499606268631{border-top-width: 0px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:43:04','2017-07-10 02:43:04','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2665,1,'2017-07-10 02:43:54','2017-07-10 02:43:54','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654621636{border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:43:54','2017-07-10 02:43:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2666,1,'2017-07-10 02:44:36','2017-07-10 02:44:36','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654663315{margin-top: -20px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:44:36','2017-07-10 02:44:36','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2667,1,'2017-07-10 02:46:07','2017-07-10 02:46:07','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:46:07','2017-07-10 02:46:07','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2668,1,'2017-07-10 02:48:10','2017-07-10 02:48:10','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_layout=\"expanded\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:48:10','2017-07-10 02:48:10','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2669,1,'2017-07-10 02:50:33','2017-07-10 02:50:33','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_color=\"grey\" button_layout=\"expanded\" font_size=\"16\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:50:33','2017-07-10 02:50:33','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2670,1,'2017-07-10 02:52:03','2017-07-10 02:52:03','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_style=\"flat\" button_color=\"grey\" button_layout=\"expanded\" font_size=\"16\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:52:03','2017-07-10 02:52:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2671,1,'2017-07-10 02:52:49','2017-07-10 02:52:49','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_style=\"outline\" button_color=\"grey\" button_layout=\"expanded\" font_size=\"16\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:52:49','2017-07-10 02:52:49','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2672,1,'2017-07-10 02:53:54','2017-07-10 02:53:54','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_style=\"\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:53:54','2017-07-10 02:53:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2673,1,'2017-07-10 02:54:50','2017-07-10 02:54:50',' ','','','publish','closed','closed','','2673','','','2017-08-26 15:36:43','2017-08-26 19:36:43','',0,'http://m.gourmetcandycenterpieces.com/?p=2673',1,'nav_menu_item','',0),(2674,1,'2017-07-10 02:56:02','2017-07-10 02:56:02','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"18\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 02:56:02','2017-07-10 02:56:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2675,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','WEDDING','','publish','closed','closed','','wedding','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2675',1,'nav_menu_item','',0),(2676,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','BRIDAL SHOWER','','publish','closed','closed','','bridal-shower','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2676',2,'nav_menu_item','',0),(2677,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','BABY SHOWER','','publish','closed','closed','','baby-shower','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2677',3,'nav_menu_item','',0),(2678,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','COMMUNION','','publish','closed','closed','','communion','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2678',4,'nav_menu_item','',0),(2679,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','BIRTHDAY','','publish','closed','closed','','birthday','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2679',5,'nav_menu_item','',0),(2680,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','SWEET SIXTEEN','','publish','closed','closed','','sweet-sixteen','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2680',6,'nav_menu_item','',0),(2681,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','BAR / BAT MITZVAH','','publish','closed','closed','','bar-bat-mitzvah','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2681',7,'nav_menu_item','',0),(2682,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','GRADUATION','','publish','closed','closed','','graduation','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2682',8,'nav_menu_item','',0),(2683,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','CORPORATE','','publish','closed','closed','','corporate','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2683',9,'nav_menu_item','',0),(2684,1,'2017-07-10 03:00:02','2017-07-10 03:00:02','','MORE EVENTS','','publish','closed','closed','','more-events','','','2017-07-11 13:25:22','2017-07-11 13:25:22','',0,'http://m.gourmetcandycenterpieces.com/?p=2684',10,'nav_menu_item','',0),(2685,1,'2017-07-10 03:03:30','2017-07-10 03:03:30','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 03:03:30','2017-07-10 03:03:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2686,1,'2017-07-10 04:36:06','2017-07-10 04:36:06','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_social_links twitter=\"link/flower\" facebook=\"link/flower\" youtube=\"link/flower\" vimeo=\"link/flower\" vine=\"link/flower\" email=\"link/flower\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:36:06','2017-07-10 04:36:06','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2687,1,'2017-07-10 04:37:21','2017-07-10 04:37:21','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_social_links twitter=\"link/flower\" facebook=\"link/flower\" youtube=\"link/flower\" vimeo=\"link/flower\" vine=\"link/flower\" email=\"link/flower\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:37:21','2017-07-10 04:37:21','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2688,1,'2017-07-10 04:38:04','2017-07-10 04:38:04','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" color=\"#dd3333\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_social_links twitter=\"link/flower\" facebook=\"link/flower\" youtube=\"link/flower\" vimeo=\"link/flower\" vine=\"link/flower\" email=\"link/flower\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:38:04','2017-07-10 04:38:04','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2689,1,'2017-07-10 04:39:16','2017-07-10 04:39:16','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:39:16','2017-07-10 04:39:16','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2690,1,'2017-07-10 04:39:55','2017-07-10 04:39:55','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661584339{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:39:55','2017-07-10 04:39:55','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2691,1,'2017-07-10 04:40:33','2017-07-10 04:40:33','[vc_row full_width=\"stretch_row_content\"][vc_column][vc_row_inner css=\".vc_custom_1499661584339{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:40:33','2017-07-10 04:40:33','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2692,1,'2017-07-10 04:41:09','2017-07-10 04:41:09','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661584339{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:41:09','2017-07-10 04:41:09','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2693,1,'2017-07-10 04:42:09','2017-07-10 04:42:09','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661584339{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:42:09','2017-07-10 04:42:09','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2694,1,'2017-07-10 04:42:51','2017-07-10 04:42:51','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499661759965{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499661584339{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:42:51','2017-07-10 04:42:51','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2695,1,'2017-07-10 04:43:42','2017-07-10 04:43:42','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:43:42','2017-07-10 04:43:42','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2696,1,'2017-07-10 04:45:21','2017-07-10 04:45:21','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_size=\"24\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:45:21','2017-07-10 04:45:21','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2697,1,'2017-07-10 04:46:46','2017-07-10 04:46:46','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661994822{margin-right: 30px !important;margin-left: 30px !important;padding-top: 15px !important;padding-bottom: 15px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"24\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:46:46','2017-07-10 04:46:46','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2698,1,'2017-07-10 04:47:17','2017-07-10 04:47:17','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661994822{margin-right: 30px !important;margin-left: 30px !important;padding-top: 15px !important;padding-bottom: 15px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:47:17','2017-07-10 04:47:17','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2699,1,'2017-07-10 04:47:47','2017-07-10 04:47:47','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:47:47','2017-07-10 04:47:47','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2700,1,'2017-07-10 04:50:39','2017-07-10 04:50:39','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:50:39','2017-07-10 04:50:39','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2701,1,'2017-07-10 04:51:13','2017-07-10 04:51:13','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:51:13','2017-07-10 04:51:13','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2702,1,'2017-07-10 04:53:20','2017-07-10 04:53:20','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:53:20','2017-07-10 04:53:20','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2703,1,'2017-07-10 04:56:44','2017-07-10 04:56:44','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 04:56:44','2017-07-10 04:56:44','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2704,1,'2017-07-10 05:00:07','2017-07-10 05:00:07','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"sm\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:00:07','2017-07-10 05:00:07','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2705,1,'2017-07-10 05:01:06','2017-07-10 05:01:06','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:01:06','2017-07-10 05:01:06','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2706,1,'2017-07-10 05:03:28','2017-07-10 05:03:28','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:03:28','2017-07-10 05:03:28','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2707,1,'2017-07-10 05:11:31','2017-07-10 05:11:31','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:11:31','2017-07-10 05:11:31','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2708,1,'2017-07-10 05:15:22','2017-07-10 05:15:22','','header-banner','','inherit','open','closed','','header-banner','','','2017-07-10 05:15:22','2017-07-10 05:15:22','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png',0,'attachment','image/png',0),(2709,1,'2017-07-10 05:16:34','2017-07-10 05:16:34','','d-logo','','inherit','open','closed','','d-logo','','','2017-07-10 05:16:34','2017-07-10 05:16:34','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/d-logo.png',0,'attachment','image/png',0),(2710,1,'2017-07-10 05:18:20','2017-07-10 05:18:20','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499663888546{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:18:20','2017-07-10 05:18:20','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2711,1,'2017-07-10 05:21:37','2017-07-10 05:21:37','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499664084823{margin-top: 15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:21:37','2017-07-10 05:21:37','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2712,1,'2017-07-10 05:23:33','2017-07-10 05:23:33','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499664159974{margin-top: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:23:33','2017-07-10 05:23:33','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2713,1,'2017-07-10 05:28:13','2017-07-10 05:28:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664481666{margin-bottom: -40px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499664159974{margin-top: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:28:13','2017-07-10 05:28:13','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2714,1,'2017-07-10 05:29:02','2017-07-10 05:29:02','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499664159974{margin-top: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:29:02','2017-07-10 05:29:02','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2715,1,'2017-07-10 05:35:00','2017-07-10 05:35:00','','Mobile Header Image','','inherit','open','closed','','mobile-header-image','','','2017-07-10 05:35:00','2017-07-10 05:35:00','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Header-Image.png',0,'attachment','image/png',0),(2716,1,'2017-07-10 05:35:10','2017-07-10 05:35:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Need an Estimate? Ready To Order?\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499664159974{margin-top: 0px !important;}\"][vc_single_image image=\"2715\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:35:10','2017-07-10 05:35:10','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2717,1,'2017-07-10 05:42:04','2017-07-10 05:42:04','','Asset 19','','inherit','open','closed','','asset-19','','','2017-07-10 05:42:04','2017-07-10 05:42:04','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-19.png',0,'attachment','image/png',0),(2718,1,'2017-07-10 05:42:16','2017-07-10 05:42:16','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:42:16','2017-07-10 05:42:16','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2719,1,'2017-07-10 05:44:44','2017-07-10 05:44:44','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499661811054{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:44:44','2017-07-10 05:44:44','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2720,1,'2017-07-10 05:46:39','2017-07-10 05:46:39','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 05:46:39','2017-07-10 05:46:39','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2721,1,'2017-07-10 05:50:00','2017-07-10 05:50:00','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1502114100104{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10:30a - 6p; Sat 12p - 5pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501001978327{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/wedding.html\"][vc_single_image image=\"3981\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/sweet-16.html\"][vc_single_image image=\"2884\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/bridal-colors.html\"][vc_single_image image=\"2883\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/birthday.html\"][vc_single_image image=\"2882\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/theme/tropical-hawaiian-luau-themed-centerpieces.html\"][vc_single_image image=\"2880\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/babyshowers.html\"][vc_single_image image=\"2881\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/birthday.html \"][vc_single_image image=\"2887\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/theme/holiday-themed-centerpieces.html\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501261487892{margin-top: 5px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1500904086161{margin-top: 30px !important;}\" el_class=\"des-testi1\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1500904459737{margin-top: 20px !important;}\" el_class=\"des-testi2\"][des_testimonial2][/vc_column_text][vc_column_text css=\".vc_custom_1500904303736{margin-top: 30px !important;}\" el_class=\"des-testi-btn\"]\r\n<p style=\"text-align: center; color: #8267ad;\"><a class=\"expand-reviews\" style=\"text-decoration: none; color: #8267ad;\" href=\"#\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501262574309{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"visible-xs\" css=\".vc_custom_1501603878422{margin-top: 30px !important;margin-bottom: 0px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column][vc_single_image image=\"3982\" onclick=\"custom_link\" link=\"https://wanderfuls.com\" css=\".vc_custom_1501894967583{margin-bottom: 30px !important;}\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products.html\" css=\".vc_custom_1503835674722{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_1\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products-2.html\" css=\".vc_custom_1503835751338{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_2\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products-c.html\" css=\".vc_custom_1503835783533{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_3\"][vc_single_image image=\"4324\" onclick=\"custom_link\" link=\"/discounts.html\" css=\".vc_custom_1503835911698{margin-bottom: 30px !important;}\" el_class=\"discounts_menu_1\"][vc_single_image image=\"4324\" onclick=\"custom_link\" link=\"/discounts-b.html\" css=\".vc_custom_1503835896913{margin-bottom: 30px !important;}\" el_class=\"discounts_menu_2\"][vc_single_image image=\"3744\" onclick=\"custom_link\" link=\"/order.html\" css=\".vc_custom_1501247614404{margin-bottom: 30px !important;}\"][vc_single_image image=\"3746\" onclick=\"custom_link\" link=\"/colors.html\" css=\".vc_custom_1501247788698{margin-bottom: 30px !important;}\"][vc_single_image image=\"3743\" onclick=\"custom_link\" link=\"/fillings.html\" css=\".vc_custom_1501247842327{margin-bottom: 30px !important;}\"][vc_single_image image=\"4134\" onclick=\"custom_link\" link=\"/centerpiece-designer2.html\" css=\".vc_custom_1502909704176{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500613044124{margin-right: -50px !important;margin-left: -50px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;background-color: #e8e1ef !important;}\"][vc_column][vcex_heading text=\"Frequently Asked Questions\r\n\" font_weight=\"bold\" text_align=\"center\" font_size=\"28\" color=\"#8267ad\" css=\".vc_custom_1500384478782{margin-bottom: 10px !important;}\"][vc_row_inner css=\".vc_custom_1503148988202{padding-right: 15px !important;padding-left: 15px !important;}\" el_class=\"hidden\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Wanderfuls™ manufactures patented centerpieces made up of individual party favors available in a variety of sizes, configurations, and color combinations. They create a unique and cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.\r\n\r\nThe company is proud to be celebrating it’s 20th year in business handcrafting original favors and centerpieces from within the United States of America. For more information, go to <a href=\"https://wanderfuls.com/order.html\">ORDER</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Prepare a large clean working surface. Open the box(es), identify the individual components, and lay them out.\r\n\r\nSecure the clear balance dish into the metallic base. Snap the wide favor holder cups onto the favor holder disk. Use the thin connector tube to attach the centerpiece base to the prepped favor holder disk. Repeat as many times as necessary.\r\n\r\nIf the wands are empty, turn each one upside down and add the filling of your choice. Secure it with a favor cap. Flip the wand right side up and snap a pompom on the top. Slide the completed favor into the base. Repeat as many times as necessary.\r\n\r\nFor more information, go to <a href=\"https://wanderfuls.com/assembly.html\">ASSEMBLY</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]The standard favor includes a pompom / tassel made of curling ribbon and an FDA approved food-safe container. Centerpiece bases are made of a hard acrylic with a metallic finish. [/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]The average customer places their order 6-8 weeks in advance. Due to the manufacturing process and shipping times, any order that is placed within three weeks of the event may be subject to a Rush Charge and limited availability of color options. Call 1-888-837-5021 during open business hours and ask a designer for details.[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Shipping charges are based on size, weight, and proximity to the Wanderfuls factory in New York City. Packages are usually mailed using UPS. Shipping and handling charges averaging about 10-12% of a total order total. Customers may supply their own UPS or FedEx account number if applicable. Dial 1-888-837-5021 to receive an accurate quote.[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]The Classic Arrangement has been receiving praise from satisfied customers for over twenty years. It sits approximately 12” tall, 12” wide, and is the height of a traditional centerpiece purchased at a florist. It looks great and is easy to hold conversation over when used on standard square, rectangular, and round tables up to 72” wide.\r\n\r\nWhen assembled, the Premier Arrangement is 14”x14”; The Grand Arrangement is 16”x16”; and the Royal Arrangement sits 18” high and 16” wide. For more information, go to <a href=\"https://wanderfuls.com/products.html\">PRODUCTS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Bases are only available by purchasing an entire centerpiece. Individual favors, however, are available for purchase separately. Once you place an entire order, the bases are reusable for future events and do not need to be re-purchased.\r\n\r\nFor more information, go to <a href=\"https://wanderfuls.com/products.html\">PRODUCTS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Yes! Theme elements, table numbers, balloons, and many other decorations are easily affixed to the centerpiece with a Central Pole or Balloon Hook, which are available for a small upcharge. Call 1-888-837-5021 during open business hours and ask a designer for details.[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Wanderfuls customers’ are highly creative and have successfully added real flowers in the past. The average order is shipped 3-4 weeks in advance, giving plenty of time to add flair to an arrangement. [/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]An original Wanderfuls favor consists of a pompom and empty wand. Many customers have their own choice fillings in mind and actually prefer to purchase favors empty. The company offers a variety of fillings available for a small upcharge: metallic foil covered hard candies, candy coated jordan almonds, after dinner mints, gumballs, chiclets, and fruit runts.\r\n\r\nFor more information, go to <a href=\"https://wanderfuls.com/felling.html\">FILLINGS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]At this time, Wanderfuls is only available for purchase direct from the company over the phone. A Retail Pilot Programs is in development. If you have a physical storefront and are interested in carrying Wanderfuls products, please email <a href=\"mailto:greg.wanderfuls@gmail.com\">greg.wanderfuls@gmail.com</a>[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Wanderfuls is currently developing an Affiliate Partner Program for qualified industry professionals. If you are a Venue, Party Planner, Caterer, DJ, etc. and are interested in partnering with Wanderfuls, please email <a href=\"mailto:greg.wanderfuls@gmail.com\">greg.wanderfuls@gmail.com</a>[/vc_toggle][/vc_column_inner][/vc_row_inner][vc_column_text][faqs_item][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501348687859{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"hidden-xs\"][vc_column][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" alignment=\"center\" css=\".vc_custom_1501349631012{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813328937{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Choose arrangement, size, colors, filling, and imprint.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" alignment=\"center\" css=\".vc_custom_1501349624819{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813372959{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Crafted on site with care by a team of skilled artisans.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" alignment=\"center\" css=\".vc_custom_1501349618361{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813380942{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Stretch your budget with a centerpiece and favor in one.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"3800\" alignment=\"center\" css=\".vc_custom_1501349607898{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made in USA\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813430102{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Manufactured in New York City, loved all over the world</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1501348705626{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"visible-xs\"][vc_column][vc_row_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" alignment=\"center\" css=\".vc_custom_1501349657613{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348749783{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Choose arrangement, size, colors, filling, and imprint.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" alignment=\"center\" css=\".vc_custom_1501349651780{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348756485{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Crafted on site with care by a team of skilled artisans.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" alignment=\"center\" css=\".vc_custom_1501349645498{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348767670{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Stretch your budget with a centerpiece and favor in one.</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" alignment=\"center\" css=\".vc_custom_1501349638068{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made in USA\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348778493{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Manufactured in New York City, loved all over the world</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"desktop-client\" css=\".vc_custom_1500386161994{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500386213662{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" accent_color=\"#313232\" css=\".vc_custom_1500386337931{padding-top: 12px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"A customer list filled with over twenty years of celebration...\" font_weight=\"bold\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" accent_color=\"#313232\" css=\".vc_custom_1500386337931{padding-top: 12px !important;}\"][/vc_column_inner][/vc_row_inner][vc_single_image image=\"3122\"][/vc_column][/vc_row][vc_row el_class=\"visible-xs\" css=\".vc_custom_1500429952984{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"A customer list filled with over twenty years of celebration...\" font_weight=\"bold\" text_align=\"center\" font_size=\"18\" css=\".vc_custom_1501604343546{margin-bottom: 20px !important;}\"][vc_single_image image=\"3742\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1503078209747{margin-right: -50px !important;margin-bottom: 2px !important;margin-left: -50px !important;background-color: #4d4d4d !important;}\"][vc_column][vc_custom_heading text=\"ENTER DESIGN ROOM\" font_container=\"tag:h2|font_size:24|text_align:center|color:%23f39c12\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fwanderfuls.com%2Fdesign-rooms-2.html|||\" css=\".vc_custom_1503166423355{margin-bottom: -15px !important;}\"][/vc_column][/vc_row]','Footer','','publish','closed','closed','','footer','','','2017-08-27 08:12:04','2017-08-27 12:12:04','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2721',0,'page','',0),(2722,1,'2017-07-10 05:50:00','2017-07-10 05:50:00','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651562674{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651607443{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499651628321{border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 05:50:00','2017-07-10 05:50:00','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2723,1,'2017-07-10 05:50:39','2017-07-10 05:50:39','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row]\r\n\r\n ','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 05:50:39','2017-07-10 05:50:39','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2724,1,'2017-08-27 08:11:49','2017-08-27 12:11:49','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1502114100104{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10:30a - 6p; Sat 12p - 5pm EST</span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501001978327{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/wedding.html\"][vc_single_image image=\"3981\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/sweet-16.html\"][vc_single_image image=\"2884\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/bridal-colors.html\"][vc_single_image image=\"2883\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/birthday.html\"][vc_single_image image=\"2882\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/theme/tropical-hawaiian-luau-themed-centerpieces.html\"][vc_single_image image=\"2880\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/babyshowers.html\"][vc_single_image image=\"2881\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/birthday.html \"][vc_single_image image=\"2887\" onclick=\"custom_link\" el_class=\"link-image-item\" link=\"/theme/holiday-themed-centerpieces.html\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501261487892{margin-top: 5px !important;margin-right: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1500904086161{margin-top: 30px !important;}\" el_class=\"des-testi1\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1500904459737{margin-top: 20px !important;}\" el_class=\"des-testi2\"][des_testimonial2][/vc_column_text][vc_column_text css=\".vc_custom_1500904303736{margin-top: 30px !important;}\" el_class=\"des-testi-btn\"]\n<p style=\"text-align: center; color: #8267ad;\"><a class=\"expand-reviews\" style=\"text-decoration: none; color: #8267ad;\" href=\"#\"><strong>Read More Reviews</strong></a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501262574309{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 0px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"visible-xs\" css=\".vc_custom_1501603878422{margin-top: 30px !important;margin-bottom: 0px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column][vc_single_image image=\"3982\" onclick=\"custom_link\" link=\"https://wanderfuls.com\" css=\".vc_custom_1501894967583{margin-bottom: 30px !important;}\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products.html\" css=\".vc_custom_1503835674722{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_1\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products-2.html\" css=\".vc_custom_1503835751338{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_2\"][vc_single_image image=\"3745\" onclick=\"custom_link\" link=\"/products-c.html\" css=\".vc_custom_1503835783533{margin-bottom: 30px !important;}\" el_class=\"prodcuts_menu_3\"][vc_single_image image=\"4324\" onclick=\"custom_link\" link=\"/products-c.html\" css=\".vc_custom_1503835847089{margin-bottom: 30px !important;}\" el_class=\"discounts_menu_1\"][vc_single_image image=\"4324\" onclick=\"custom_link\" link=\"/discounts-b.html\" css=\".vc_custom_1503835896913{margin-bottom: 30px !important;}\" el_class=\"discounts_menu_2\"][vc_single_image image=\"3744\" onclick=\"custom_link\" link=\"/order.html\" css=\".vc_custom_1501247614404{margin-bottom: 30px !important;}\"][vc_single_image image=\"3746\" onclick=\"custom_link\" link=\"/colors.html\" css=\".vc_custom_1501247788698{margin-bottom: 30px !important;}\"][vc_single_image image=\"3743\" onclick=\"custom_link\" link=\"/fillings.html\" css=\".vc_custom_1501247842327{margin-bottom: 30px !important;}\"][vc_single_image image=\"4134\" onclick=\"custom_link\" link=\"/centerpiece-designer2.html\" css=\".vc_custom_1502909704176{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500613044124{margin-right: -50px !important;margin-left: -50px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;background-color: #e8e1ef !important;}\"][vc_column][vcex_heading text=\"Frequently Asked Questions\n\" font_weight=\"bold\" text_align=\"center\" font_size=\"28\" color=\"#8267ad\" css=\".vc_custom_1500384478782{margin-bottom: 10px !important;}\"][vc_row_inner css=\".vc_custom_1503148988202{padding-right: 15px !important;padding-left: 15px !important;}\" el_class=\"hidden\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Wanderfuls™ manufactures patented centerpieces made up of individual party favors available in a variety of sizes, configurations, and color combinations. They create a unique and cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.\n\nThe company is proud to be celebrating it’s 20th year in business handcrafting original favors and centerpieces from within the United States of America. For more information, go to <a href=\"https://wanderfuls.com/order.html\">ORDER</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Prepare a large clean working surface. Open the box(es), identify the individual components, and lay them out.\n\nSecure the clear balance dish into the metallic base. Snap the wide favor holder cups onto the favor holder disk. Use the thin connector tube to attach the centerpiece base to the prepped favor holder disk. Repeat as many times as necessary.\n\nIf the wands are empty, turn each one upside down and add the filling of your choice. Secure it with a favor cap. Flip the wand right side up and snap a pompom on the top. Slide the completed favor into the base. Repeat as many times as necessary.\n\nFor more information, go to <a href=\"https://wanderfuls.com/assembly.html\">ASSEMBLY</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]The standard favor includes a pompom / tassel made of curling ribbon and an FDA approved food-safe container. Centerpiece bases are made of a hard acrylic with a metallic finish. [/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]The average customer places their order 6-8 weeks in advance. Due to the manufacturing process and shipping times, any order that is placed within three weeks of the event may be subject to a Rush Charge and limited availability of color options. Call 1-888-837-5021 during open business hours and ask a designer for details.[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Shipping charges are based on size, weight, and proximity to the Wanderfuls factory in New York City. Packages are usually mailed using UPS. Shipping and handling charges averaging about 10-12% of a total order total. Customers may supply their own UPS or FedEx account number if applicable. Dial 1-888-837-5021 to receive an accurate quote.[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]The Classic Arrangement has been receiving praise from satisfied customers for over twenty years. It sits approximately 12” tall, 12” wide, and is the height of a traditional centerpiece purchased at a florist. It looks great and is easy to hold conversation over when used on standard square, rectangular, and round tables up to 72” wide.\n\nWhen assembled, the Premier Arrangement is 14”x14”; The Grand Arrangement is 16”x16”; and the Royal Arrangement sits 18” high and 16” wide. For more information, go to <a href=\"https://wanderfuls.com/products.html\">PRODUCTS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Bases are only available by purchasing an entire centerpiece. Individual favors, however, are available for purchase separately. Once you place an entire order, the bases are reusable for future events and do not need to be re-purchased.\n\nFor more information, go to <a href=\"https://wanderfuls.com/products.html\">PRODUCTS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Yes! Theme elements, table numbers, balloons, and many other decorations are easily affixed to the centerpiece with a Central Pole or Balloon Hook, which are available for a small upcharge. Call 1-888-837-5021 during open business hours and ask a designer for details.[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Wanderfuls customers’ are highly creative and have successfully added real flowers in the past. The average order is shipped 3-4 weeks in advance, giving plenty of time to add flair to an arrangement. [/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]An original Wanderfuls favor consists of a pompom and empty wand. Many customers have their own choice fillings in mind and actually prefer to purchase favors empty. The company offers a variety of fillings available for a small upcharge: metallic foil covered hard candies, candy coated jordan almonds, after dinner mints, gumballs, chiclets, and fruit runts.\n\nFor more information, go to <a href=\"https://wanderfuls.com/felling.html\">FILLINGS</a> or call 1-888-837-5021 during open business hours to speak with a designer.[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]At this time, Wanderfuls is only available for purchase direct from the company over the phone. A Retail Pilot Programs is in development. If you have a physical storefront and are interested in carrying Wanderfuls products, please email <a href=\"mailto:greg.wanderfuls@gmail.com\">greg.wanderfuls@gmail.com</a>[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Wanderfuls is currently developing an Affiliate Partner Program for qualified industry professionals. If you are a Venue, Party Planner, Caterer, DJ, etc. and are interested in partnering with Wanderfuls, please email <a href=\"mailto:greg.wanderfuls@gmail.com\">greg.wanderfuls@gmail.com</a>[/vc_toggle][/vc_column_inner][/vc_row_inner][vc_column_text][faqs_item][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501348687859{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"hidden-xs\"][vc_column][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" alignment=\"center\" css=\".vc_custom_1501349631012{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813328937{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Choose arrangement, size, colors, filling, and imprint.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" alignment=\"center\" css=\".vc_custom_1501349624819{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813372959{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Crafted on site with care by a team of skilled artisans.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" alignment=\"center\" css=\".vc_custom_1501349618361{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813380942{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Stretch your budget with a centerpiece and favor in one.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"3800\" alignment=\"center\" css=\".vc_custom_1501349607898{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made in USA\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1500813430102{margin-top: 5px !important;padding-right: 15px !important;padding-left: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Manufactured in New York City, loved all over the world</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1501348705626{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"visible-xs\"][vc_column][vc_row_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" alignment=\"center\" css=\".vc_custom_1501349657613{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348749783{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Choose arrangement, size, colors, filling, and imprint.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" alignment=\"center\" css=\".vc_custom_1501349651780{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348756485{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Crafted on site with care by a team of skilled artisans.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" alignment=\"center\" css=\".vc_custom_1501349645498{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348767670{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Stretch your budget with a centerpiece and favor in one.</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" alignment=\"center\" css=\".vc_custom_1501349638068{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made in USA\" font_container=\"tag:h3|font_size:20|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1501348778493{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em>Manufactured in New York City, loved all over the world</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"desktop-client\" css=\".vc_custom_1500386161994{margin-bottom: 30px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500386213662{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" accent_color=\"#313232\" css=\".vc_custom_1500386337931{padding-top: 12px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"A customer list filled with over twenty years of celebration...\" font_weight=\"bold\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" accent_color=\"#313232\" css=\".vc_custom_1500386337931{padding-top: 12px !important;}\"][/vc_column_inner][/vc_row_inner][vc_single_image image=\"3122\"][/vc_column][/vc_row][vc_row el_class=\"visible-xs\" css=\".vc_custom_1500429952984{margin-bottom: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"A customer list filled with over twenty years of celebration...\" font_weight=\"bold\" text_align=\"center\" font_size=\"18\" css=\".vc_custom_1501604343546{margin-bottom: 20px !important;}\"][vc_single_image image=\"3742\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1503078209747{margin-right: -50px !important;margin-bottom: 2px !important;margin-left: -50px !important;background-color: #4d4d4d !important;}\"][vc_column][vc_custom_heading text=\"ENTER DESIGN ROOM\" font_container=\"tag:h2|font_size:24|text_align:center|color:%23f39c12\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fwanderfuls.com%2Fdesign-rooms-2.html|||\" css=\".vc_custom_1503166423355{margin-bottom: -15px !important;}\"][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-autosave-v1','','','2017-08-27 08:11:49','2017-08-27 12:11:49','',2721,'http://m.gourmetcandycenterpieces.com/2721-autosave-v1/',0,'revision','',0),(2725,1,'2017-07-10 05:55:24','2017-07-10 05:55:24','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499666071371{margin-right: 15px !important;margin-left: 15px !important;border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499666086163{margin-right: 15px !important;margin-left: 15px !important;border-top-width: 10px !important;padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499666113162{margin-right: 15px !important;margin-left: 15px !important;border-top-width: 10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;border-top-color: #ea4aab !important;border-top-style: solid !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 05:55:24','2017-07-10 05:55:24','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2726,1,'2017-07-10 05:59:21','2017-07-10 05:59:21','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\" css=\".vc_custom_1499666322649{background-color: #ffffff !important;}\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 05:59:21','2017-07-10 05:59:21','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2727,1,'2017-07-10 06:00:17','2017-07-10 06:00:17','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499651489661{margin-top: 25px !important;margin-bottom: 15px !important;}\"]What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone![/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:00:17','2017-07-10 06:00:17','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2728,1,'2017-07-10 06:02:17','2017-07-10 06:02:17','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:02:17','2017-07-10 06:02:17','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2729,1,'2017-07-10 06:04:41','2017-07-10 06:04:41','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499617049896{margin-top: 40px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"16\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:04:41','2017-07-10 06:04:41','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2730,1,'2017-07-10 06:10:10','2017-07-10 06:10:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"16\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:10:10','2017-07-10 06:10:10','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2731,1,'2017-07-10 06:11:08','2017-07-10 06:11:08','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:11:08','2017-07-10 06:11:08','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2732,1,'2017-07-10 06:13:50','2017-07-10 06:13:50','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:13:50','2017-07-10 06:13:50','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2733,1,'2017-07-10 06:17:29','2017-07-10 06:17:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_btn title=\"Read More Reviews\" style=\"custom\" custom_background=\"#ffffff\" custom_text=\"#4d4d4d\" shape=\"square\" size=\"sm\" align=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:17:29','2017-07-10 06:17:29','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2734,1,'2017-07-10 06:18:03','2017-07-10 06:18:03','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_btn title=\"Read More Reviews\" style=\"custom\" custom_background=\"\" custom_text=\"#4d4d4d\" shape=\"square\" size=\"sm\" align=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:18:03','2017-07-10 06:18:03','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2735,1,'2017-07-10 06:20:09','2017-07-10 06:20:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Read More Reviews</strong></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:20:09','2017-07-10 06:20:09','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2736,1,'2017-07-10 06:21:21','2017-07-10 06:21:21','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:21:21','2017-07-10 06:21:21','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2737,1,'2017-07-10 06:22:20','2017-07-10 06:22:20','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499666525218{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:22:20','2017-07-10 06:22:20','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2738,1,'2017-07-10 06:27:44','2017-07-10 06:27:44','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:27:44','2017-07-10 06:27:44','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2739,1,'2017-07-10 06:29:37','2017-07-10 06:29:37','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499616945942{padding-top: 50px !important;padding-bottom: 50px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:29:37','2017-07-10 06:29:37','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2740,1,'2017-07-10 06:30:09','2017-07-10 06:30:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668197891{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:30:09','2017-07-10 06:30:09','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2741,1,'2017-07-10 06:30:38','2017-07-10 06:30:38','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:30:38','2017-07-10 06:30:38','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2742,1,'2017-07-10 06:32:01','2017-07-10 06:32:01','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:32:01','2017-07-10 06:32:01','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2743,1,'2017-07-10 06:32:51','2017-07-10 06:32:51','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][vc_toggle]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:32:51','2017-07-10 06:32:51','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2744,1,'2017-07-10 06:34:25','2017-07-10 06:34:25','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:34:25','2017-07-10 06:34:25','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2745,1,'2017-07-10 06:35:53','2017-07-10 06:35:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:35:53','2017-07-10 06:35:53','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2746,1,'2017-07-10 06:36:56','2017-07-10 06:36:56','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 06:36:56','2017-07-10 06:36:56','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2747,1,'2017-07-10 07:02:02','2017-07-10 07:02:02','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:02:02','2017-07-10 07:02:02','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2748,1,'2017-07-10 07:02:42','2017-07-10 07:02:42','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:02:42','2017-07-10 07:02:42','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2749,1,'2017-07-10 07:03:25','2017-07-10 07:03:25','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:03:25','2017-07-10 07:03:25','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2750,1,'2017-07-10 07:05:40','2017-07-10 07:05:40','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:05:40','2017-07-10 07:05:40','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2751,1,'2017-07-10 07:09:13','2017-07-10 07:09:13','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:09:13','2017-07-10 07:09:13','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2752,1,'2017-07-10 07:10:26','2017-07-10 07:10:26','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:10:26','2017-07-10 07:10:26','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2753,1,'2017-07-10 07:13:23','2017-07-10 07:13:23','','Footer Client List','','inherit','open','closed','','footer-client-list','','','2017-07-10 07:13:23','2017-07-10 07:13:23','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Footer-Client-List.png',0,'attachment','image/png',0),(2754,1,'2017-07-10 07:14:01','2017-07-10 07:14:01','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499670705227{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:14:01','2017-07-10 07:14:01','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2755,1,'2017-07-10 07:14:59','2017-07-10 07:14:59','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:14:59','2017-07-10 07:14:59','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2756,1,'2017-07-10 07:15:24','2017-07-10 07:15:24','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670912114{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:15:24','2017-07-10 07:15:24','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2757,1,'2017-07-10 07:15:52','2017-07-10 07:15:52','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:15:52','2017-07-10 07:15:52','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2758,1,'2017-07-10 07:16:40','2017-07-10 07:16:40','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:16:40','2017-07-10 07:16:40','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2759,1,'2017-07-10 07:18:05','2017-07-10 07:18:05','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671072716{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:18:05','2017-07-10 07:18:05','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2760,1,'2017-07-10 07:19:11','2017-07-10 07:19:11','','Footer Green Button','','inherit','open','closed','','footer-green-button','','','2017-07-10 07:19:11','2017-07-10 07:19:11','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Footer-Green-Button.png',0,'attachment','image/png',0),(2761,1,'2017-07-10 07:19:51','2017-07-10 07:19:51','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671072716{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:19:51','2017-07-10 07:19:51','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2762,1,'2017-07-10 07:24:20','2017-07-10 07:24:20','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499671446586{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\" el_class=\"call-action-left\"][vc_column][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][vc_row_inner css=\".vc_custom_1499671439281{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:24:20','2017-07-10 07:24:20','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2763,1,'2017-07-10 07:26:50','2017-07-10 07:26:50','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499671568796{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:26:50','2017-07-10 07:26:50','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2764,1,'2017-07-10 07:29:48','2017-07-10 07:29:48','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499671776391{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:29:48','2017-07-10 07:29:48','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2765,1,'2017-07-10 07:30:12','2017-07-10 07:30:12','[vc_row css=\".vc_custom_1499671800522{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:30:12','2017-07-10 07:30:12','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2766,1,'2017-07-10 07:35:21','2017-07-10 07:35:21','[vc_row el_class=\"call-action-left\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499671800522{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:35:21','2017-07-10 07:35:21','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2767,1,'2017-07-10 07:35:54','2017-07-10 07:35:54','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672141999{background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499671800522{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:35:54','2017-07-10 07:35:54','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2768,1,'2017-07-10 07:40:37','2017-07-10 07:40:37','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672424798{margin-top: 30px !important;margin-bottom: -30px !important;background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499671800522{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499671577215{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\" el_class=\"call-action-left\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:40:37','2017-07-10 07:40:37','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2769,1,'2017-07-10 07:43:40','2017-07-10 07:43:40','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672601533{margin-bottom: -30px !important;padding-top: 40px !important;background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:43:40','2017-07-10 07:43:40','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2770,1,'2017-07-10 07:44:17','2017-07-10 07:44:17','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672645695{margin-bottom: 15px !important;padding-top: 40px !important;background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:44:17','2017-07-10 07:44:17','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2771,1,'2017-07-10 07:49:08','2017-07-10 07:49:08','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672936445{margin-bottom: 15px !important;padding-top: 20px !important;padding-bottom: 10px !important;background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:49:08','2017-07-10 07:49:08','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2772,1,'2017-07-10 07:52:01','2017-07-10 07:52:01','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1500383951308{padding-top: 20px !important;padding-right: 15px !important;padding-bottom: 10px !important;padding-left: 15px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/order.html\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em><span style=\"color: #e74aa8;\">Want a catalogue? Need an estimate? Ready to order?</span></em></span>\r\n<span style=\"font-size: 18px; color: #1a1a1a;\"><strong> Dial 1 (888) 837-5021 for a free & easy non-obligational quote.</strong></span>\r\n<span style=\"font-size: 18px;\"><em><span style=\"color: #e74aa8;\"> Hours: Monday - Friday 10:30a - 6p; Saturday 12p - 5p EST</span></em></span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501345852800{margin-right: -25px !important;margin-left: -25px !important;}\" el_class=\"hidden\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"tel:1-888-837-5021\"][vc_column_text css=\".vc_custom_1501264677203{margin-top: -15px !important;}\"]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy\r\nno obligation quote</span>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501347112566{margin-right: -25px !important;margin-left: -25px !important;}\" el_class=\"visible-xs\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\" el_class=\"call-action-inner-1\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"tel:1-888-837-5021\"][vc_column_text css=\".vc_custom_1501346756853{margin-top: -15px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy\r\nno obligation quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','publish','closed','closed','','call-action-1','','','2017-08-09 02:06:52','2017-08-09 06:06:52','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2772',0,'page','',0),(2773,1,'2017-07-10 07:52:01','2017-07-10 07:52:01','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499672936445{margin-bottom: 15px !important;padding-top: 20px !important;padding-bottom: 10px !important;background-color: #e6e6e6 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-10 07:52:01','2017-07-10 07:52:01','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2774,1,'2017-07-10 07:55:10','2017-07-10 07:55:10','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499613660476{margin-bottom: 15px !important;background-color: #e6e6e6 !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499613383861{margin-bottom: -10px !important;padding-top: 20px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 07:55:10','2017-07-10 07:55:10','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2775,1,'2017-08-09 01:57:32','2017-08-09 05:57:32','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1500383951308{padding-top: 20px !important;padding-right: 15px !important;padding-bottom: 10px !important;padding-left: 15px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/order.html\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><em><span style=\"color: #e74aa8;\">Want a catalogue? Need an estimate? Ready to order?</span></em></span>\n<span style=\"font-size: 18px; color: #1a1a1a;\"><strong> Dial 1 (888) 837-5021 for a free & easy non-obligational quote.</strong></span>\n<span style=\"font-size: 18px;\"><em><span style=\"color: #e74aa8;\"> Hours: Monday - Friday 10:30a - 6p; Saturday 12p - 5p EST</span></em></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501345852800{margin-right: -25px !important;margin-left: -25px !important;}\" el_class=\"hidden\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"tel:1-888-837-5021\"][vc_column_text css=\".vc_custom_1501264677203{margin-top: -15px !important;}\"]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\n</strong>for a free & easy\nno obligation quote</span>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501347112566{margin-right: -25px !important;margin-left: -25px !important;}\" el_class=\"visible-xs\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\" el_class=\"call-action-inner-1\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"tel:1-888-837-5021\"][vc_column_text css=\".vc_custom_1501346756853{margin-top: -15px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\n</strong>for a free & easy\nno obligation quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-autosave-v1','','','2017-08-09 01:57:32','2017-08-09 05:57:32','',2772,'http://m.gourmetcandycenterpieces.com/2772-autosave-v1/',0,'revision','',0),(2776,1,'2017-07-10 07:58:11','2017-07-10 07:58:11','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673471136{padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-10 07:58:11','2017-07-10 07:58:11','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2777,1,'2017-07-10 08:02:52','2017-07-10 08:02:52','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1500994795061{padding-top: 38px !important;padding-right: 15px !important;padding-bottom: 23px !important;padding-left: 15px !important;}\"][vc_column offset=\"vc_hidden-xs\" css=\".vc_custom_1501265109745{margin-bottom: 15px !important;}\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/colors.html\"][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499613801372\" style=\"text-align: center;\"><span style=\"font-size: 18px; color: #ea4aab;\"><strong><span class=\"vcex-heading-inner clr\">We Guarantee that your Once in a Lifetime</span></strong></span></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499613817754\" style=\"text-align: center;\"><span style=\"font-size: 18px; color: #ea4aab;\"><strong><span class=\"vcex-heading-inner clr\">Event will Remembered Forever.</span></strong></span></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501264704473{margin-right: -25px !important;margin-left: -25px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\" el_class=\"call-action-inner-2\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/colors.html\"][vc_column_text css=\".vc_custom_1501264638195{margin-top: -45px !important;}\"]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached\r\na designer, click on the\r\nbig pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','publish','closed','closed','','call-action-2','','','2017-08-19 02:56:19','2017-08-19 06:56:19','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2777',0,'page','',0),(2778,1,'2017-07-10 08:02:22','2017-07-10 08:02:22','','Footer Pink Button','','inherit','open','closed','','footer-pink-button','','','2017-07-10 08:02:22','2017-07-10 08:02:22','',2777,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Footer-Pink-Button.png',0,'attachment','image/png',0),(2779,1,'2017-07-10 08:02:52','2017-07-10 08:02:52','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673758356{padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2778\" el_class=\"call-action-image-right\"][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-10 08:02:52','2017-07-10 08:02:52','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2780,1,'2017-07-10 08:06:02','2017-07-10 08:06:02','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499670887612{background-color: #4d4d4d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 08:06:02','2017-07-10 08:06:02','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2781,1,'2017-08-18 13:49:44','2017-08-18 17:49:44','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1500994795061{padding-top: 38px !important;padding-right: 15px !important;padding-bottom: 23px !important;padding-left: 15px !important;}\"][vc_column offset=\"vc_hidden-xs\" css=\".vc_custom_1501265109745{margin-bottom: 15px !important;}\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/colors.html\"][vc_column_text]\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499613801372\" style=\"text-align: center;\"><span style=\"font-size: 18px; color: #ea4aab;\"><strong><span class=\"vcex-heading-inner clr\">The Wanderfuls designer will direct you to</span></strong></span></div>\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499613817754\" style=\"text-align: center;\"><span style=\"font-size: 18px; color: #ea4aab;\"><strong><span class=\"vcex-heading-inner clr\">push the pink button and enter a “design room.”</span></strong></span></div>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501264704473{margin-right: -25px !important;margin-left: -25px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\" el_class=\"call-action-inner-2\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms-2.html\"][vc_column_text css=\".vc_custom_1501264638195{margin-top: -45px !important;}\"]\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached\na designer, click on the\nbig pink button!</span></p>\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-autosave-v1','','','2017-08-18 13:49:44','2017-08-18 17:49:44','',2777,'http://m.gourmetcandycenterpieces.com/2777-autosave-v1/',0,'revision','',0),(2782,1,'2017-07-10 08:06:39','2017-07-10 08:06:39','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2778\" el_class=\"call-action-image-right\"][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-10 08:06:39','2017-07-10 08:06:39','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2783,1,'2017-07-10 08:07:33','2017-07-10 08:07:33','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][/vc_column][vc_column width=\"2/3\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-10 08:07:33','2017-07-10 08:07:33','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2784,1,'2017-07-10 08:41:28','2017-07-10 08:41:28','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" accent_color=\"#eeeeee\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 08:41:28','2017-07-10 08:41:28','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2785,1,'2017-07-10 08:42:22','2017-07-10 08:42:22','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676129369{margin-top: 15px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 08:42:22','2017-07-10 08:42:22','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2786,1,'2017-07-10 08:44:09','2017-07-10 08:44:09','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 08:44:09','2017-07-10 08:44:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2787,1,'2017-07-10 08:44:53','2017-07-10 08:44:53','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 08:44:53','2017-07-10 08:44:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2788,1,'2017-07-10 09:05:44','2017-07-10 09:05:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:05:44','2017-07-10 09:05:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2789,1,'2017-07-10 09:38:57','2017-07-10 09:38:57','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-12\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 09:38:57','2017-07-10 09:38:57','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2790,1,'2017-07-10 09:39:57','2017-07-10 09:39:57','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 09:39:57','2017-07-10 09:39:57','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2791,1,'2017-07-10 09:47:54','2017-07-10 09:47:54','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\" offset=\"vc_col-lg-3 vc_col-md-2 vc_col-xs-2\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-lg-3 vc_col-md-2 vc_col-xs-2\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-lg-3 vc_col-md-2 vc_col-xs-2\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_col-lg-3 vc_col-md-2 vc_col-xs-2\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:47:54','2017-07-10 09:47:54','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2792,1,'2017-07-10 09:49:34','2017-07-10 09:49:34','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603632347{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499603975815{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604038577{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499604083092{margin-top: 30px !important;margin-right: 100px !important;margin-bottom: 12px !important;margin-left: 100px !important;}\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:49:34','2017-07-10 09:49:34','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2793,1,'2017-07-10 09:51:13','2017-07-10 09:51:13','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499610066320{margin-top: 30px !important;margin-bottom: 30px !important;padding-right: 35px !important;padding-left: 35px !important;}\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499610588637{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 105px !important;padding-left: 105px !important;}\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499611126159{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:51:13','2017-07-10 09:51:13','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2794,1,'2017-07-10 09:54:23','2017-07-10 09:54:23','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610043501{margin-right: -50px !important;padding-right: 0px !important;padding-left: 180px !important;}\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499610574963{margin-right: 73px !important;padding-left: 100px !important;}\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680436985{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499611099594{margin-left: -60px !important;padding-right: 90px !important;}\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:54:23','2017-07-10 09:54:23','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (2795,1,'2017-07-10 09:55:37','2017-07-10 09:55:37','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499609141087{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499609367630{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499609412090{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 100px !important;padding-left: 100px !important;}\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499609641217{margin-top: 30px !important;margin-bottom: 15px !important;padding-right: 91px !important;padding-left: 91px !important;}\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:55:37','2017-07-10 09:55:37','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2796,1,'2017-07-10 09:59:58','2017-07-10 09:59:58','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 09:59:58','2017-07-10 09:59:58','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2797,1,'2017-07-10 10:05:53','2017-07-10 10:05:53','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676237280{margin-top: 20px !important;margin-right: -50px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499676281784{margin-top: 20px !important;margin-left: -50px !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 10:05:53','2017-07-10 10:05:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2798,1,'2017-07-10 10:10:33','2017-07-10 10:10:33','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 10:10:33','2017-07-10 10:10:33','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2799,1,'2017-07-10 10:18:19','2017-07-10 10:18:19','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" el_class=\"call-action-image-left\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-10 10:18:19','2017-07-10 10:18:19','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2800,1,'2017-07-10 10:23:03','2017-07-10 10:23:03','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vc_single_image image=\"2778\" el_class=\"call-action-image-right\"][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-10 10:23:03','2017-07-10 10:23:03','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2801,1,'2017-07-10 10:27:42','2017-07-10 10:27:42','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 10:27:42','2017-07-10 10:27:42','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2802,1,'2017-07-10 10:32:04','2017-07-10 10:32:04','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499606332001{margin-top: 30px !important;margin-bottom: 30px !important;}\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 10:32:04','2017-07-10 10:32:04','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2803,1,'2017-07-10 10:34:37','2017-07-10 10:34:37','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682865667{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" css=\".vc_custom_1499606317785{margin-top: 30px !important;margin-bottom: 30px !important;margin-left: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 10:34:37','2017-07-10 10:34:37','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2804,1,'2017-07-10 11:03:44','2017-07-10 11:03:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"2nd-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 11:03:44','2017-07-10 11:03:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2805,1,'2017-07-10 11:04:22','2017-07-10 11:04:22','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" css=\".vc_custom_1499606324426{margin-top: 50px !important;margin-right: 60px !important;}\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 11:04:22','2017-07-10 11:04:22','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2806,1,'2017-07-10 11:11:03','2017-07-10 11:11:03','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-10 11:11:03','2017-07-10 11:11:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2807,1,'2017-07-10 11:23:41','2017-07-10 11:23:41','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:23:41','2017-07-10 11:23:41','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2808,1,'2017-07-10 11:24:40','2017-07-10 11:24:40','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:24:40','2017-07-10 11:24:40','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2809,1,'2017-07-10 11:26:05','2017-07-10 11:26:05','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499663721479{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:26:05','2017-07-10 11:26:05','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2810,1,'2017-07-10 11:29:05','2017-07-10 11:29:05','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:29:05','2017-07-10 11:29:05','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2811,1,'2017-07-10 11:31:26','2017-07-10 11:31:26','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499686273123{padding-top: 15px !important;padding-bottom: 15px !important;background-color: #de4f9d !important;}\"][vc_column width=\"3/4\"][vc_single_image image=\"2709\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:31:26','2017-07-10 11:31:26','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2812,1,'2017-07-10 11:32:23','2017-07-10 11:32:23','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499686273123{padding-top: 15px !important;padding-bottom: 15px !important;background-color: #de4f9d !important;}\"][vc_column width=\"3/4\" offset=\"vc_col-xs-9\"][vc_single_image image=\"2709\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-xs-3\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:32:23','2017-07-10 11:32:23','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2813,1,'2017-07-10 11:34:07','2017-07-10 11:34:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:34:07','2017-07-10 11:34:07','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2814,1,'2017-07-10 11:35:19','2017-07-10 11:35:19','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686506904{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:35:19','2017-07-10 11:35:19','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2815,1,'2017-07-10 11:35:52','2017-07-10 11:35:52','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:35:52','2017-07-10 11:35:52','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2816,1,'2017-07-10 11:46:19','2017-07-10 11:46:19','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:http%3A%2F%2Fsajib.info|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-10 11:46:19','2017-07-10 11:46:19','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2817,1,'2017-07-10 12:03:24','2017-07-10 12:03:24','','Header Image Vertical','','inherit','open','closed','','header-image-vertical','','','2017-07-10 12:03:24','2017-07-10 12:03:24','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Header-Image-Vertical.png',0,'attachment','image/png',0),(2818,1,'2017-07-10 12:04:06','2017-07-10 12:04:06','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499668439402{padding: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670602436{padding: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499670614635{padding: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688235033{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:04:06','2017-07-10 12:04:06','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2819,1,'2017-07-10 12:07:55','2017-07-10 12:07:55','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:07:55','2017-07-10 12:07:55','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2828,1,'2017-07-10 12:33:19','2017-07-10 12:33:19','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\"][vc_single_image image=\"2827\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:33:19','2017-07-10 12:33:19','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2829,1,'2017-07-10 12:36:59','2017-07-10 12:36:59','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2827\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:36:59','2017-07-10 12:36:59','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2830,1,'2017-07-10 12:38:11','2017-07-10 12:38:11','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:38:11','2017-07-10 12:38:11','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2831,1,'2017-07-10 12:43:51','2017-07-10 12:43:51','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:43:51','2017-07-10 12:43:51','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2832,1,'2017-07-10 12:46:37','2017-07-10 12:46:37','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:46:37','2017-07-10 12:46:37','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2833,1,'2017-07-10 12:47:47','2017-07-10 12:47:47','[vc_row][vc_column width=\"1/2\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-6\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_col-xs-6\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:47:47','2017-07-10 12:47:47','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2834,1,'2017-07-10 12:52:56','2017-07-10 12:52:56','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 12:52:56','2017-07-10 12:52:56','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2835,1,'2017-07-10 12:56:28','2017-07-10 12:56:28','','Mobile Button Paralax Color Options','','inherit','open','closed','','mobile-button-paralax-color-options','','','2017-07-10 12:56:28','2017-07-10 12:56:28','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Paralax-Color-Options.jpg',0,'attachment','image/jpeg',0),(2836,1,'2017-07-10 12:59:42','2017-07-10 12:59:42','','Untitled-1','','inherit','open','closed','','untitled-1','','','2017-07-10 12:59:42','2017-07-10 12:59:42','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Untitled-1.jpg',0,'attachment','image/jpeg',0),(2837,1,'2017-07-10 12:59:44','2017-07-10 12:59:44','','Untitled-2','','inherit','open','closed','','untitled-2','','','2017-07-10 12:59:44','2017-07-10 12:59:44','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Untitled-2.jpg',0,'attachment','image/jpeg',0),(2838,1,'2017-07-10 13:00:54','2017-07-10 13:00:54','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 13:00:54','2017-07-10 13:00:54','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2839,1,'2017-07-10 13:02:01','2017-07-10 13:02:01','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499668052808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous!</span>\r\n\r\n<span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-10 13:02:01','2017-07-10 13:02:01','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2840,1,'2017-07-10 14:16:11','2017-07-10 14:16:11','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home C','','trash','closed','closed','','home-c__trashed','','','2017-08-25 03:29:54','2017-08-25 07:29:54','',0,'http://m.gourmetcandycenterpieces.com/?page_id=2840',0,'page','',0),(2841,1,'2017-07-10 14:16:52','2017-07-10 14:16:52','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home - backuo','','inherit','closed','closed','','2840-revision-v1','','','2017-07-10 14:16:52','2017-07-10 14:16:52','',2840,'http://m.gourmetcandycenterpieces.com/2840-revision-v1/',0,'revision','',0),(2842,1,'2017-07-10 14:18:06','2017-07-10 14:18:06','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home - backup','','inherit','closed','closed','','2840-revision-v1','','','2017-07-10 14:18:06','2017-07-10 14:18:06','',2840,'http://m.gourmetcandycenterpieces.com/2840-revision-v1/',0,'revision','',0),(2843,1,'2017-07-11 02:21:28','2017-07-11 02:21:28','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 02:21:28','2017-07-11 02:21:28','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2844,1,'2017-07-11 02:25:50','2017-07-11 02:25:50','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 02:25:50','2017-07-11 02:25:50','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2845,1,'2017-07-11 02:30:02','2017-07-11 02:30:02','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][rev_slider_vc alias=\"home\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:30:02','2017-07-11 02:30:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2846,1,'2017-07-11 02:38:30','2017-07-11 02:38:30','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][rev_slider_vc alias=\"Home Slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:38:30','2017-07-11 02:38:30','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2847,1,'2017-07-11 02:39:25','2017-07-11 02:39:25','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:39:25','2017-07-11 02:39:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2848,1,'2017-07-11 02:39:58','2017-07-11 02:39:58','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][rev_slider_vc alias=\"Home Slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:39:58','2017-07-11 02:39:58','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2849,1,'2017-07-11 02:41:09','2017-07-11 02:41:09','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][rev_slider_vc alias=\"Main Slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:41:09','2017-07-11 02:41:09','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2850,1,'2017-07-11 02:42:08','2017-07-11 02:42:08','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2661\" el_class=\"banner-image\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:42:08','2017-07-11 02:42:08','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2851,1,'2017-07-11 02:44:17','2017-07-11 02:44:17','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499599204810{padding-top: 15px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 02:44:17','2017-07-11 02:44:17','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2852,1,'2017-07-11 03:22:43','2017-07-11 03:22:43','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743350611{padding-top: 0px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743341174{margin-bottom: -15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 03:22:43','2017-07-11 03:22:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2853,1,'2017-07-11 03:23:14','2017-07-11 03:23:14','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743380530{padding-top: 10px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743341174{margin-bottom: -15px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 03:23:14','2017-07-11 03:23:14','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2854,1,'2017-07-11 03:25:03','2017-07-11 03:25:03','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499602230936{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 03:25:03','2017-07-11 03:25:03','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2855,1,'2017-07-11 10:03:57','2017-07-11 10:03:57','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767420858{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\" el_class=\"home-carousel\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:03:57','2017-07-11 10:03:57','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2856,1,'2017-07-11 10:07:45','2017-07-11 10:07:45','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:07:45','2017-07-11 10:07:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2857,1,'2017-07-11 10:21:27','2017-07-11 10:21:27','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\" classes=\"home-carousel\" content_padding=\"0 50 0 50\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:21:27','2017-07-11 10:21:27','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2858,1,'2017-07-11 10:22:32','2017-07-11 10:22:32','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"300\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:22:32','2017-07-11 10:22:32','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2859,1,'2017-07-11 10:25:44','2017-07-11 10:25:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:25:44','2017-07-11 10:25:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2860,1,'2017-07-11 10:26:56','2017-07-11 10:26:56','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:26:56','2017-07-11 10:26:56','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2861,1,'2017-07-11 10:45:35','2017-07-11 10:45:35','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyc2VxdWVuY2VkYXNzZW1ibHkuaHRtbCUyMiUyMHN0eWxlJTNEJTIyb3ZlcmZsb3clM0FoaWRkZW4lMjIlMjBoZWlnaHQlM0QlMjIzMDBweCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdpZHRoJTNEJTIyNDAwcHglMjIlM0UlMjAlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:45:35','2017-07-11 10:45:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2862,1,'2017-07-11 10:49:16','2017-07-11 10:49:16','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499607397483{margin-bottom: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGc3RvcmUlMkZzZXF1ZW5jZWRhc3NlbWJseS5odG1sJTIyJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:49:16','2017-07-11 10:49:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2863,1,'2017-07-11 10:52:48','2017-07-11 10:52:48','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\" el_class=\"text-center\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGc3RvcmUlMkZzZXF1ZW5jZWRhc3NlbWJseS5odG1sJTIyJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:52:48','2017-07-11 10:52:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2864,1,'2017-07-11 10:56:05','2017-07-11 10:56:05','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJ0ZXh0LWFsaWduJTNBY2VudGVyJTIyJTNFJTBBJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRndhbmRlcmZ1bHMuY29tJTJGc3RvcmUlMkZzZXF1ZW5jZWRhc3NlbWJseS5odG1sJTIyJTIwc3R5bGUlM0QlMjJvdmVyZmxvdyUzQWhpZGRlbiUyMiUyMGhlaWdodCUzRCUyMjMwMHB4JTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2lkdGglM0QlMjI0MDBweCUyMiUzRSUyMCUzQyUyRmlmcmFtZSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499605754543{padding-right: 30px !important;padding-left: 30px !important;}\"][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 10:56:05','2017-07-11 10:56:05','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2865,1,'2017-07-11 11:00:44','2017-07-11 11:00:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"200\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"200\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"200\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"200\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:00:44','2017-07-11 11:00:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2866,1,'2017-07-11 11:03:40','2017-07-11 11:03:40','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:03:40','2017-07-11 11:03:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2867,1,'2017-07-11 11:09:01','2017-07-11 11:09:01','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499680758700{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:09:01','2017-07-11 11:09:01','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2868,1,'2017-07-11 11:13:19','2017-07-11 11:13:19','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:13:19','2017-07-11 11:13:19','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2869,1,'2017-07-11 11:16:22','2017-07-11 11:16:22','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:16:22','2017-07-11 11:16:22','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2870,1,'2017-07-11 11:19:45','2017-07-11 11:19:45','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499606534373{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:19:45','2017-07-11 11:19:45','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2871,1,'2017-07-11 11:25:11','2017-07-11 11:25:11','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499680420832{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:25:11','2017-07-11 11:25:11','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2872,1,'2017-07-11 11:33:38','2017-07-11 11:33:38','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:33:38','2017-07-11 11:33:38','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2873,1,'2017-07-11 11:36:33','2017-07-11 11:36:33','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:36:33','2017-07-11 11:36:33','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2874,1,'2017-07-11 11:37:35','2017-07-11 11:37:35','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 11:37:35','2017-07-11 11:37:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2875,1,'2017-07-11 11:54:33','2017-07-11 11:54:33','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668166329{margin-top: 32px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 11:54:33','2017-07-11 11:54:33','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2876,1,'2017-07-11 11:58:08','2017-07-11 11:58:08','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499668128675{margin-top: 74px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774261929{margin-top: 10px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 11:58:08','2017-07-11 11:58:08','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2877,1,'2017-07-11 11:59:56','2017-07-11 11:59:56','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vcex_heading text=\"- Michelle H. \" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774371888{margin-top: 42px !important;}\"][vcex_heading text=\"California\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774382001{margin-top: 82px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774261929{margin-top: 10px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 11:59:56','2017-07-11 11:59:56','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2878,1,'2017-07-11 12:01:22','2017-07-11 12:01:22','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vcex_heading text=\"- Jocelyn R.\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774382001{margin-top: 82px !important;}\"][vcex_heading text=\"Florida\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vcex_heading text=\"- Jean E.\r\n\" font_weight=\"bold\" text_align=\"right\" font_size=\"18\" css=\".vc_custom_1499774261929{margin-top: 10px !important;}\"][vcex_heading text=\"New Jersey\" font_weight=\"normal\" text_align=\"right\" font_size=\"17\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 12:01:22','2017-07-11 12:01:22','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2879,1,'2017-07-11 12:02:53','2017-07-11 12:02:53','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2826\" el_class=\"link-image-item\"][vc_single_image image=\"2823\" el_class=\"link-image-item\"][vc_single_image image=\"2821\" el_class=\"link-image-item\"][vc_single_image image=\"2825\" el_class=\"link-image-item\"][vc_single_image image=\"2827\" el_class=\"link-image-item\"][vc_single_image image=\"2822\" el_class=\"link-image-item\"][vc_single_image image=\"2824\" el_class=\"link-image-item\"][vc_single_image image=\"2820\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 12:02:53','2017-07-11 12:02:53','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2880,1,'2017-07-11 12:20:27','2017-07-11 12:20:27','','Mobile Button Baby Shower','','inherit','open','closed','','mobile-button-baby-shower','','','2017-07-11 12:20:27','2017-07-11 12:20:27','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Baby-Shower.png',0,'attachment','image/png',0),(2881,1,'2017-07-11 12:20:29','2017-07-11 12:20:29','','Mobile Button Bar Mitzvah','','inherit','open','closed','','mobile-button-bar-mitzvah','','','2017-07-11 12:20:29','2017-07-11 12:20:29','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Bar-Mitzvah.png',0,'attachment','image/png',0),(2882,1,'2017-07-11 12:20:30','2017-07-11 12:20:30','','Mobile Button Beach Party','','inherit','open','closed','','mobile-button-beach-party','','','2017-07-11 12:20:30','2017-07-11 12:20:30','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Beach-Party.png',0,'attachment','image/png',0),(2883,1,'2017-07-11 12:20:31','2017-07-11 12:20:31','','Mobile Button Birthday','','inherit','open','closed','','mobile-button-birthday','','','2017-07-11 12:20:31','2017-07-11 12:20:31','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Birthday.png',0,'attachment','image/png',0),(2884,1,'2017-07-11 12:20:33','2017-07-11 12:20:33','','Mobile Button Bridal Shower','','inherit','open','closed','','mobile-button-bridal-shower','','','2017-07-11 12:20:33','2017-07-11 12:20:33','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Button-Bridal-Shower.png',0,'attachment','image/png',0),(2885,1,'2017-07-11 12:20:35','2017-07-11 12:20:35','','1','','inherit','open','closed','','1-2','','','2017-07-11 12:20:35','2017-07-11 12:20:35','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/1.png',0,'attachment','image/png',0),(2886,1,'2017-07-11 12:20:38','2017-07-11 12:20:38','','2','','inherit','open','closed','','2','','','2017-07-11 12:20:38','2017-07-11 12:20:38','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/2.png',0,'attachment','image/png',0),(2887,1,'2017-07-11 12:20:40','2017-07-11 12:20:40','','Mobile Banner Patriotic','','inherit','open','closed','','mobile-banner-patriotic','','','2017-07-11 12:20:40','2017-07-11 12:20:40','',2721,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Mobile-Banner-Patriotic.png',0,'attachment','image/png',0),(2888,1,'2017-07-11 12:24:21','2017-07-11 12:24:21','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 12:24:21','2017-07-11 12:24:21','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2889,1,'2017-07-11 12:27:53','2017-07-11 12:27:53','[vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-11 12:27:53','2017-07-11 12:27:53','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2890,1,'2017-07-11 12:30:53','2017-07-11 12:30:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24td3JhcHBlciUyMHRhcHRhcC1hYnNvbHV0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydGFwdGFwLW1lbnUtYnV0dG9uLXRocmVlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUtbWlkZGxlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 12:30:53','2017-07-11 12:30:53','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2891,1,'2017-07-11 12:32:47','2017-07-11 12:32:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24td3JhcHBlciUyMHRhcHRhcC1hYnNvbHV0ZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydGFwdGFwLW1lbnUtYnV0dG9uLXRocmVlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUtbWlkZGxlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 12:32:47','2017-07-11 12:32:47','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2892,1,'2017-07-11 12:36:06','2017-07-11 12:36:06','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 12:36:06','2017-07-11 12:36:06','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2893,1,'2017-07-11 12:39:09','2017-07-11 12:39:09','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-11 12:39:09','2017-07-11 12:39:09','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2894,1,'2017-07-11 12:42:00','2017-07-11 12:42:00','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 12:42:00','2017-07-11 12:42:00','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2895,1,'2017-07-11 13:08:14','2017-07-11 13:08:14','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" el_class=\"container\" css=\".vc_custom_1499743491102{margin-bottom: -20px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 13:08:14','2017-07-11 13:08:14','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2896,1,'2017-07-11 13:13:54','2017-07-11 13:13:54','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image source=\"external_link\" el_class=\"call-action-image-left\" custom_src=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-11 13:13:54','2017-07-11 13:13:54','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2897,1,'2017-07-11 13:14:54','2017-07-11 13:14:54','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-11 13:14:54','2017-07-11 13:14:54','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2898,1,'2017-07-11 13:15:27','2017-07-11 13:15:27','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/design-rooms.html\"][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-11 13:15:27','2017-07-11 13:15:27','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2899,1,'2017-07-11 13:23:24','2017-07-11 13:23:24','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779387688{margin-bottom: -20px !important;}\" link=\"howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" css=\".vc_custom_1499604696443{padding-right: 30px !important;}\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 13:23:24','2017-07-11 13:23:24','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2900,1,'2017-07-11 13:25:08','2017-07-11 13:25:08','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 13:25:08','2017-07-11 13:25:08','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2901,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','1st Birthday','','publish','closed','closed','','1st-birthday','','','2017-07-12 04:04:14','2017-07-12 04:04:14','',0,'http://m.gourmetcandycenterpieces.com/?p=2901',1,'nav_menu_item','',0),(2902,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Anniversary','','publish','closed','closed','','anniversary','','','2017-07-12 04:04:14','2017-07-12 04:04:14','',0,'http://m.gourmetcandycenterpieces.com/?p=2902',2,'nav_menu_item','',0),(2903,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Baby Shower','','publish','closed','closed','','baby-shower-2','','','2017-07-12 04:04:14','2017-07-12 04:04:14','',0,'http://m.gourmetcandycenterpieces.com/?p=2903',3,'nav_menu_item','',0),(2904,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Boys Birthday','','publish','closed','closed','','boys-birthday','','','2017-07-12 04:04:14','2017-07-12 04:04:14','',0,'http://m.gourmetcandycenterpieces.com/?p=2904',4,'nav_menu_item','',0),(2905,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Bridal Shower','','publish','closed','closed','','bridal-shower-2','','','2017-07-12 04:04:14','2017-07-12 04:04:14','',0,'http://m.gourmetcandycenterpieces.com/?p=2905',5,'nav_menu_item','',0),(2906,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Engagement','','publish','closed','closed','','engagement','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2906',6,'nav_menu_item','',0),(2907,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Girls Birthday','','publish','closed','closed','','girls-birthday','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2907',7,'nav_menu_item','',0),(2908,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Milestone Birthdays','','publish','closed','closed','','milestone-birthdays','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2908',8,'nav_menu_item','',0),(2909,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Quinceanera','','publish','closed','closed','','quinceanera','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2909',9,'nav_menu_item','',0),(2910,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Sweet Sixteen','','publish','closed','closed','','sweet-sixteen-2','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2910',10,'nav_menu_item','',0),(2911,1,'2017-07-11 13:34:50','2017-07-11 13:34:50','','Wedding','','publish','closed','closed','','wedding-2','','','2017-07-12 04:04:15','2017-07-12 04:04:15','',0,'http://m.gourmetcandycenterpieces.com/?p=2911',11,'nav_menu_item','',0),(2912,1,'2017-07-11 16:54:05','2017-07-11 16:54:05','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499603556298{margin-top: 20px !important;margin-right: 30px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 16:54:05','2017-07-11 16:54:05','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2913,1,'2017-07-11 16:54:43','2017-07-11 16:54:43','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499792065821{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 16:54:43','2017-07-11 16:54:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2914,1,'2017-07-11 16:55:38','2017-07-11 16:55:38','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499792065821{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2514\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680260438{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 16:55:38','2017-07-11 16:55:38','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2915,1,'2017-07-11 17:01:11','2017-07-11 17:01:11','','Icon Made In America','','inherit','open','closed','','icon-made-in-america','','','2017-07-11 17:01:11','2017-07-11 17:01:11','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Icon-Made-In-America-.png',0,'attachment','image/png',0),(2916,1,'2017-07-11 17:01:24','2017-07-11 17:01:24','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499792065821{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499600769522{margin-top: 15px !important;margin-right: 15px !important;}\"]<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-11 17:01:24','2017-07-11 17:01:24','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2917,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Red','','publish','closed','closed','','red','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2917',1,'nav_menu_item','',0),(2918,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Orange','','publish','closed','closed','','orange','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2918',2,'nav_menu_item','',0),(2919,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Yellow','','publish','closed','closed','','yellow','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2919',3,'nav_menu_item','',0),(2920,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Green','','publish','closed','closed','','green','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2920',4,'nav_menu_item','',0),(2921,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Blue','','publish','closed','closed','','blue','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2921',5,'nav_menu_item','',0),(2922,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Purple','','publish','closed','closed','','purple','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2922',6,'nav_menu_item','',0),(2923,1,'2017-07-12 04:35:27','2017-07-12 04:35:27','','Formal','','publish','closed','closed','','formal','','','2017-08-09 02:05:04','2017-08-09 06:05:04','',0,'http://m.gourmetcandycenterpieces.com/?p=2923',7,'nav_menu_item','',0),(2924,1,'2017-07-12 06:43:08','2017-07-12 06:43:08','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499664520923{margin-bottom: -35px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-12 06:43:08','2017-07-12 06:43:08','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2925,1,'2017-07-12 06:45:52','2017-07-12 06:45:52','[vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-12 06:45:52','2017-07-12 06:45:52','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2926,1,'2017-07-12 06:46:22','2017-07-12 06:46:22','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499841980610{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-12 06:46:22','2017-07-12 06:46:22','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2927,1,'2017-07-12 06:47:19','2017-07-12 06:47:19','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499841980610{margin-bottom: -35px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-12 06:47:19','2017-07-12 06:47:19','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(2928,1,'2017-07-12 07:14:44','2017-07-12 07:14:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499843648976{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499843680428{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h2><span style=\"color: #8768c4;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4;\">customized to suit any occasion</span></h2>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:14:44','2017-07-12 07:14:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2929,1,'2017-07-12 07:15:34','2017-07-12 07:15:34','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499843648976{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499843730637{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h1><span style=\"color: #8768c4; font-size: 28px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 28px;\">customized to suit any occasion</span></h1>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:15:34','2017-07-12 07:15:34','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2930,1,'2017-07-12 07:16:32','2017-07-12 07:16:32','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499843648976{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499843788791{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h1><span style=\"color: #8768c4; font-size: 21px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 21px;\">customized to suit any occasion</span></h1>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:16:32','2017-07-12 07:16:32','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2931,1,'2017-07-12 07:17:06','2017-07-12 07:17:06','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499843648976{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499843822814{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 21px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 21px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:17:06','2017-07-12 07:17:06','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2932,1,'2017-07-12 07:17:47','2017-07-12 07:17:47','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_custom_heading text=\"Handmade party favors that can be\r\ncustomized to suit any occasion\" font_container=\"tag:h2|font_size:24|text_align:left|color:%238768c4\" use_theme_fonts=\"yes\" css=\".vc_custom_1499843648976{margin-top: 20px !important;margin-right: 30px !important;margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:17:47','2017-07-12 07:17:47','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (2933,1,'2017-07-12 07:18:10','2017-07-12 07:18:10','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499605907308{margin-top: 10px !important;margin-right: 120px !important;margin-left: 120px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 07:18:10','2017-07-12 07:18:10','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2934,1,'2017-07-12 08:00:47','2017-07-12 08:00:47','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611533850{margin-top: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 08:00:47','2017-07-12 08:00:47','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(2935,1,'2017-07-12 09:03:03','2017-07-12 09:03:03','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy</span>\r\n<span style=\"font-size: 18px;\">non-obligational quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-12 09:03:03','2017-07-12 09:03:03','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2936,1,'2017-07-12 09:06:06','2017-07-12 09:06:06','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy</span>\r\n<span style=\"font-size: 18px;\">non-obligational quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-12 09:06:06','2017-07-12 09:06:06','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2937,1,'2017-07-12 09:06:48','2017-07-12 09:06:48','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy</span>\r\n<span style=\"font-size: 18px;\">non-obligational quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-12 09:06:48','2017-07-12 09:06:48','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2938,1,'2017-07-12 09:09:13','2017-07-12 09:09:13','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"/howtoorder.html\"][vc_column_text]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy</span>\r\n<span style=\"font-size: 18px;\">non-obligational quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-12 09:09:13','2017-07-12 09:09:13','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2939,1,'2017-07-12 09:09:27','2017-07-12 09:09:27','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499674042667{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"call-action-image-left\" link=\"/howtoorder.html\"][vcex_heading text=\"Want a catalogue? Need an estimate? Ready to order?\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"Dial 1 (888) 837-5021 for a free \" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613054516{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"& easy non-obligational quote.\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613067809{margin-bottom: 5px !important;}\"][vcex_heading text=\"Hours: Monday - Friday 10a - 8p; Saterdayv 11a - 6p EST\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2760\" onclick=\"custom_link\" el_class=\"m-call-action-image-right\" link=\"/howtoorder.html\"][vc_column_text]<span style=\"font-size: 18px;\">Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy</span>\r\n<span style=\"font-size: 18px;\">non-obligational quote</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 1','','inherit','closed','closed','','2772-revision-v1','','','2017-07-12 09:09:27','2017-07-12 09:09:27','',2772,'http://m.gourmetcandycenterpieces.com/2772-revision-v1/',0,'revision','',0),(2940,1,'2017-07-12 09:24:34','2017-07-12 09:24:34','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text]Dial <strong>1(888) 837-5021\r\n</strong>for a free & easy\r\nnon-obligational quote[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 09:24:34','2017-07-12 09:24:34','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2941,1,'2017-07-12 09:25:43','2017-07-12 09:25:43','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text]<span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span>[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 09:25:43','2017-07-12 09:25:43','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2942,1,'2017-07-12 09:36:39','2017-07-12 09:36:39','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 09:36:39','2017-07-12 09:36:39','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2943,1,'2017-07-12 09:39:38','2017-07-12 09:39:38','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text css=\".vc_custom_1499852350307{margin-top: -45px !important;}\"]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 09:39:38','2017-07-12 09:39:38','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2944,1,'2017-07-12 09:45:34','2017-07-12 09:45:34','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:45:34','2017-07-12 09:45:34','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2945,1,'2017-07-12 09:49:01','2017-07-12 09:49:01','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_button url=\"#\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:49:01','2017-07-12 09:49:01','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2946,1,'2017-07-12 09:49:44','2017-07-12 09:49:44','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_button url=\"#\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:49:44','2017-07-12 09:49:44','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2947,1,'2017-07-12 09:51:08','2017-07-12 09:51:08','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_button url=\"#\" align=\"center\" margin=\"50,0,50,0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:51:08','2017-07-12 09:51:08','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2948,1,'2017-07-12 09:52:29','2017-07-12 09:52:29','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853147388{margin-top: 150px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" align=\"center\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:52:29','2017-07-12 09:52:29','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2949,1,'2017-07-12 09:53:39','2017-07-12 09:53:39','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853217507{margin-top: 180px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" align=\"center\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:53:39','2017-07-12 09:53:39','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2950,1,'2017-07-12 09:56:18','2017-07-12 09:56:18','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 09:56:18','2017-07-12 09:56:18','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2951,1,'2017-07-12 10:07:56','2017-07-12 10:07:56','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:07:56','2017-07-12 10:07:56','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2952,1,'2017-07-12 10:11:10','2017-07-12 10:11:10','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\" font_padding=\"15px,30px\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:11:10','2017-07-12 10:11:10','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2953,1,'2017-07-12 10:11:55','2017-07-12 10:11:55','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499852908908{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:11:55','2017-07-12 10:11:55','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2954,1,'2017-07-12 10:13:33','2017-07-12 10:13:33','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:13:33','2017-07-12 10:13:33','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2955,1,'2017-07-12 10:15:14','2017-07-12 10:15:14','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:15:14','2017-07-12 10:15:14','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2956,1,'2017-07-12 10:16:45','2017-07-12 10:16:45','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:16:45','2017-07-12 10:16:45','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2957,1,'2017-07-12 10:18:10','2017-07-12 10:18:10','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:18:10','2017-07-12 10:18:10','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2958,1,'2017-07-12 10:19:22','2017-07-12 10:19:22','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#1e73be\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:19:22','2017-07-12 10:19:22','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2959,1,'2017-07-12 10:20:38','2017-07-12 10:20:38','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#4285bf\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:20:38','2017-07-12 10:20:38','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2960,1,'2017-07-12 10:21:30','2017-07-12 10:21:30','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2835\"][vc_single_image image=\"2836\"][vc_single_image image=\"2837\"][vc_single_image image=\"2628\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:21:30','2017-07-12 10:21:30','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2961,1,'2017-07-12 10:22:02','2017-07-12 10:22:02','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:22:02','2017-07-12 10:22:02','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2962,1,'2017-07-12 10:30:02','2017-07-12 10:30:02','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/design-rooms.html\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text css=\".vc_custom_1499852350307{margin-top: -45px !important;}\"]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 10:30:02','2017-07-12 10:30:02','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2963,1,'2017-07-12 10:34:10','2017-07-12 10:34:10','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\" css=\".vc_custom_1499855649235{margin-bottom: -30px !important;}\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/design-rooms.html\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text css=\".vc_custom_1499852350307{margin-top: -45px !important;}\"]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 10:34:10','2017-07-12 10:34:10','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2964,1,'2017-07-12 10:35:08','2017-07-12 10:35:08','[vc_row el_class=\"call-action-left\" css=\".vc_custom_1499673985579{margin-right: 30px !important;margin-left: 30px !important;padding-top: 20px !important;padding-bottom: 10px !important;}\"][vc_column offset=\"vc_hidden-xs\" css=\".vc_custom_1499855706842{margin-bottom: -20px !important;}\"][vcex_heading text=\"The Wanderfuls designer will direct you to\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613801372{margin-top: 5px !important;margin-bottom: -8px !important;}\"][vcex_heading text=\"push the pink button and enter a “design room.”\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" css=\".vc_custom_1499613817754{margin-bottom: 5px !important;}\"][vcex_heading text=\"Pick a base, choose colors, add an imprint \" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vcex_heading text=\"& decide on optional themes and fillings.\" font_weight=\"normal\" text_align=\"center\" font_size=\"16\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"call-action-image-right\" link=\"/design-rooms.html\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499850354932{margin-right: -15px !important;margin-left: -15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2778\" onclick=\"custom_link\" el_class=\"m-call-action-image-left\" link=\"/design-rooms.html\"][vc_column_text css=\".vc_custom_1499852350307{margin-top: -45px !important;}\"]\r\n<p style=\"text-align: right;\"><span style=\"font-size: 18px;\">Once you\'ve reached</span>\r\n<span style=\"font-size: 18px;\">a designer, click on the </span>\r\n<span style=\"font-size: 18px;\">big pink button!</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Call Action 2','','inherit','closed','closed','','2777-revision-v1','','','2017-07-12 10:35:08','2017-07-12 10:35:08','',2777,'http://m.gourmetcandycenterpieces.com/2777-revision-v1/',0,'revision','',0),(2965,1,'2017-07-12 10:42:47','2017-07-12 10:42:47','<h1 style=\"text-align: center;\">“A big success!”</h1>\r\n\r\n<hr />\r\n\r\nOur 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.\r\n<p style=\"text-align: right;\"><strong>- Jean E.</strong>\r\nNew Jersey</p>','Jean E','','publish','open','closed','','2965','','','2017-07-12 11:31:18','2017-07-12 11:31:18','',0,'http://m.gourmetcandycenterpieces.com/?post_type=testimonials&p=2965',0,'testimonials','',0),(2966,1,'2017-07-12 10:42:47','2017-07-12 10:42:47','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“A big success!”</span></h1>\r\n\r\n<hr />\r\n\r\nOur 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.','','','inherit','closed','closed','','2965-revision-v1','','','2017-07-12 10:42:47','2017-07-12 10:42:47','',2965,'http://m.gourmetcandycenterpieces.com/2965-revision-v1/',0,'revision','',0),(2967,1,'2017-07-12 11:30:40','2017-07-12 11:30:40','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“A big success!”</span></h1>\n\n<hr />\n\nOur 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.\n<p style=\"text-align: right;\"><strong>- Michelle H.</strong>\nCalifornia</p>','Michelle H','','inherit','closed','closed','','2965-autosave-v1','','','2017-07-12 11:30:40','2017-07-12 11:30:40','',2965,'http://m.gourmetcandycenterpieces.com/2965-autosave-v1/',0,'revision','',0),(2968,1,'2017-07-12 10:45:31','2017-07-12 10:45:31','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“A big success!”</span></h1>\r\n\r\n<hr />\r\n\r\nOur 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.\r\n<p style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H.\r\n</span></strong><span class=\"vcex-heading-inner clr\">California</span><strong><span class=\"vcex-heading-inner clr\">\r\n</span></strong></p>','','','inherit','closed','closed','','2965-revision-v1','','','2017-07-12 10:45:31','2017-07-12 10:45:31','',2965,'http://m.gourmetcandycenterpieces.com/2965-revision-v1/',0,'revision','',0),(2969,1,'2017-07-12 10:57:35','2017-07-12 10:57:35','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499666998693{margin-top: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“These are so gorgeous!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499774059008{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">What a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! </span><span style=\"font-size: 21px;\">I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">California</span></div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“My guests loved it!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667113742{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">I chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.</span>\r\n\r\n<span style=\"font-size: 21px;\">My guests loved it!</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"reviews-item\" width=\"1/3\"][vcex_heading text=\"“A big success!”\" font_weight=\"bold\" text_align=\"center\" font_size=\"26\"][vc_separator color=\"purple\" border_width=\"4\" el_width=\"60\" css=\".vc_custom_1499651478816{margin-top: 20px !important;margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1499667191854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span style=\"font-size: 21px;\">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.</span>[/vc_column_text][vc_column_text]\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\" style=\"text-align: right;\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774261929\"><strong><span class=\"vcex-heading-inner clr\">- Jean E. </span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\"><span class=\"vcex-heading-inner clr\">New Jersey</span></div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text][des_testimonial][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 10:57:35','2017-07-12 10:57:35','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2970,1,'2017-07-12 10:58:56','2017-07-12 10:58:56','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“A big success!”</span></h1>\r\n\r\n<hr />\r\n\r\nOur 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.\r\n<p style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Michelle H.\r\n</span></strong><span class=\"vcex-heading-inner clr\">California</span><strong><span class=\"vcex-heading-inner clr\">\r\n</span></strong></p>','Michelle H','','inherit','closed','closed','','2965-revision-v1','','','2017-07-12 10:58:56','2017-07-12 10:58:56','',2965,'http://m.gourmetcandycenterpieces.com/2965-revision-v1/',0,'revision','',0),(2972,1,'2017-07-12 11:24:18','2017-07-12 11:24:18','<h1 style=\"text-align: center;\">“My guests loved it!”</h1>\r\n\r\n<hr />\r\n\r\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\n\r\nMy guests loved it!\r\n\r\n \r\n<p style=\"text-align: right;\"><strong>- Jocelyn R.</strong>\r\nFlorida</p>','Jocelyn R','','publish','open','closed','','jocelyn-r','','','2017-07-12 11:28:56','2017-07-12 11:28:56','',0,'http://m.gourmetcandycenterpieces.com/?post_type=testimonials&p=2972',0,'testimonials','',0),(2973,1,'2017-07-12 11:24:18','2017-07-12 11:24:18','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“My guests loved it!”</span></h1>\r\n\r\n<hr />\r\n\r\n<div class=\"wpb_text_column wpb_content_element vc_custom_1499667113742\">\r\n<div class=\"wpb_wrapper\">\r\n\r\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\n\r\nMy guests loved it!\r\n\r\n</div>\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774371888\">\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain vc_custom_1499774382001\" style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">- Jocelyn R.</span></strong></div>\r\n<div class=\"vcex-heading reset-styles vcex-heading-plain\" style=\"text-align: right;\"><span class=\"vcex-heading-inner clr\">Florida</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"text-align: right;\"><strong><span class=\"vcex-heading-inner clr\">\r\n</span></strong></p>','Jocelyn R','','inherit','closed','closed','','2972-revision-v1','','','2017-07-12 11:24:18','2017-07-12 11:24:18','',2972,'http://m.gourmetcandycenterpieces.com/2972-revision-v1/',0,'revision','',0),(2974,1,'2017-07-12 11:27:15','2017-07-12 11:27:15','<h1 style=\"text-align: center;\">“My guests loved it!”</h1>\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\n\nMy guests loved it!\n\n- Jocelyn R.\nFlorida','Jocelyn R','','inherit','closed','closed','','2972-autosave-v1','','','2017-07-12 11:27:15','2017-07-12 11:27:15','',2972,'http://m.gourmetcandycenterpieces.com/2972-autosave-v1/',0,'revision','',0),(2975,1,'2017-07-12 11:26:45','2017-07-12 11:26:45','<h1 style=\"text-align: center;\"><span class=\"vcex-heading-inner clr\">“A big success!”</span></h1>\r\n\r\n<hr />\r\n\r\nOur 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.\r\n<p style=\"text-align: right;\">\r\n<strong>- Michelle H.</strong>\r\nCalifornia</p>','Michelle H','','inherit','closed','closed','','2965-revision-v1','','','2017-07-12 11:26:45','2017-07-12 11:26:45','',2965,'http://m.gourmetcandycenterpieces.com/2965-revision-v1/',0,'revision','',0),(2976,1,'2017-07-12 11:27:28','2017-07-12 11:27:28','<h1 style=\"text-align: center;\">“My guests loved it!”</h1>\r\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\n\r\nMy guests loved it!\r\n<p style=\"text-align: right;\">\r\n<strong>- Jocelyn R.</strong>\r\nFlorida</p>','Jocelyn R','','inherit','closed','closed','','2972-revision-v1','','','2017-07-12 11:27:28','2017-07-12 11:27:28','',2972,'http://m.gourmetcandycenterpieces.com/2972-revision-v1/',0,'revision','',0),(2977,1,'2017-07-12 11:27:51','2017-07-12 11:27:51','<h1 style=\"text-align: center;\">“My guests loved it!”</h1>\r\n\r\n<hr />\r\n\r\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\n\r\nMy guests loved it!\r\n<p style=\"text-align: right;\"><strong>- Jocelyn R.</strong>\r\nFlorida</p>','Jocelyn R','','inherit','closed','closed','','2972-revision-v1','','','2017-07-12 11:27:51','2017-07-12 11:27:51','',2972,'http://m.gourmetcandycenterpieces.com/2972-revision-v1/',0,'revision','',0),(2978,1,'2017-07-12 11:28:56','2017-07-12 11:28:56','<h1 style=\"text-align: center;\">“My guests loved it!”</h1>\r\n\r\n<hr />\r\n\r\nI chose Wanderfuls since they offered me a centerpiece and a souvenir at the same time…which saved a lot of money.\r\n\r\nMy guests loved it!\r\n\r\n \r\n<p style=\"text-align: right;\"><strong>- Jocelyn R.</strong>\r\nFlorida</p>','Jocelyn R','','inherit','closed','closed','','2972-revision-v1','','','2017-07-12 11:28:56','2017-07-12 11:28:56','',2972,'http://m.gourmetcandycenterpieces.com/2972-revision-v1/',0,'revision','',0),(2979,1,'2017-07-12 11:30:11','2017-07-12 11:30:11','<h1 style=\"text-align: center;\">“These are so gorgeous!”</h1>\r\n\r\n<hr />\r\n\r\nWhat a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!\r\n<p style=\"text-align: right;\">\r\n<strong>- Michelle H.</strong>\r\nCalifornia</p>','Michelle H','','publish','open','closed','','michelle-h','','','2017-07-12 11:30:11','2017-07-12 11:30:11','',0,'http://m.gourmetcandycenterpieces.com/?post_type=testimonials&p=2979',0,'testimonials','',0),(2980,1,'2017-07-12 11:30:11','2017-07-12 11:30:11','<h1 style=\"text-align: center;\">“These are so gorgeous!”</h1>\r\n\r\n<hr />\r\n\r\nWhat a surprise! Wanderfuls looked good in the pictures. But pictures don’t do them justice. These are so gorgeous! I wasn’t going to show anyone until the actual wedding day, but I was so excited I had to show everyone!\r\n<p style=\"text-align: right;\">\r\n<strong>- Michelle H.</strong>\r\nCalifornia</p>','Michelle H','','inherit','closed','closed','','2979-revision-v1','','','2017-07-12 11:30:11','2017-07-12 11:30:11','',2979,'http://m.gourmetcandycenterpieces.com/2979-revision-v1/',0,'revision','',0),(2981,1,'2017-07-12 11:31:18','2017-07-12 11:31:18','<h1 style=\"text-align: center;\">“A big success!”</h1>\r\n\r\n<hr />\r\n\r\nOur 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.\r\n<p style=\"text-align: right;\"><strong>- Jean E.</strong>\r\nNew Jersey</p>','Jean E','','inherit','closed','closed','','2965-revision-v1','','','2017-07-12 11:31:18','2017-07-12 11:31:18','',2965,'http://m.gourmetcandycenterpieces.com/2965-revision-v1/',0,'revision','',0),(2982,1,'2017-07-12 11:34:37','2017-07-12 11:34:37','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499859275299{margin-top: 30px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vc_column_text][des_testimonial][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:34:37','2017-07-12 11:34:37','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2983,1,'2017-07-12 11:35:26','2017-07-12 11:35:26','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499859324843{margin-top: 30px !important;margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner][vc_column_text][des_testimonial][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:35:26','2017-07-12 11:35:26','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2984,1,'2017-07-12 11:36:00','2017-07-12 11:36:00','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668226929{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_row_inner css=\".vc_custom_1499859357739{margin-top: 45px !important;margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner][vc_column_text][des_testimonial][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:36:00','2017-07-12 11:36:00','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2985,1,'2017-07-12 11:43:58','2017-07-12 11:43:58','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859834421{margin-top: 50px !important;margin-right: 15px !important;margin-left: 15px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:43:58','2017-07-12 11:43:58','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2986,1,'2017-07-12 11:45:10','2017-07-12 11:45:10','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859908380{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:45:10','2017-07-12 11:45:10','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2987,1,'2017-07-12 11:45:42','2017-07-12 11:45:42','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859908380{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:45:42','2017-07-12 11:45:42','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2988,1,'2017-07-12 11:48:52','2017-07-12 11:48:52','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859978356{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:48:52','2017-07-12 11:48:52','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2989,1,'2017-07-12 11:52:41','2017-07-12 11:52:41','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859978356{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499860359501{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499860350519{margin-top: 50px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 11:52:41','2017-07-12 11:52:41','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2990,1,'2017-07-12 12:01:49','2017-07-12 12:01:49','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859978356{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499860865554{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499860350519{margin-top: 50px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:01:49','2017-07-12 12:01:49','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2991,1,'2017-07-12 12:11:46','2017-07-12 12:11:46','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499859978356{margin-top: 50px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499859820097{margin-top: 50px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499861504744{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499860350519{margin-top: 50px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:11:46','2017-07-12 12:11:46','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2992,1,'2017-07-12 12:31:28','2017-07-12 12:31:28','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499861504744{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"22\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499860350519{margin-top: 50px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:31:28','2017-07-12 12:31:28','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2993,1,'2017-07-12 12:32:27','2017-07-12 12:32:27','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499861504744{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:32:27','2017-07-12 12:32:27','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2994,1,'2017-07-12 12:34:00','2017-07-12 12:34:00','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499861504744{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:34:00','2017-07-12 12:34:00','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2995,1,'2017-07-12 12:34:50','2017-07-12 12:34:50','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862884233{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','2721-revision-v1','','','2017-07-12 12:34:50','2017-07-12 12:34:50','',2721,'http://m.gourmetcandycenterpieces.com/2721-revision-v1/',0,'revision','',0),(2996,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Award Shows','','publish','closed','closed','','award-shows','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=2996',1,'nav_menu_item','',0),(2997,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Carnivals','','publish','closed','closed','','carnivals','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=2997',2,'nav_menu_item','',0),(2998,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Office Parties','','publish','closed','closed','','office-parties','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=2998',3,'nav_menu_item','',0),(2999,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Graduation','','publish','closed','closed','','graduation-2','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=2999',4,'nav_menu_item','',0),(3000,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Prom & Homecoming','','publish','closed','closed','','prom-homecoming','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=3000',5,'nav_menu_item','',0),(3001,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Retirement','','publish','closed','closed','','retirement','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=3001',6,'nav_menu_item','',0),(3002,1,'2017-07-12 12:45:55','2017-07-12 12:45:55','','Reunion','','publish','closed','closed','','reunion','','','2017-07-12 12:54:13','2017-07-12 12:54:13','',0,'http://m.gourmetcandycenterpieces.com/?p=3002',7,'nav_menu_item','',0),(3003,1,'2017-07-12 12:52:57','2017-07-12 12:52:57','','Baptism','','publish','closed','closed','','baptism','','','2017-07-12 12:52:57','2017-07-12 12:52:57','',0,'http://m.gourmetcandycenterpieces.com/?p=3003',1,'nav_menu_item','',0),(3004,1,'2017-07-12 12:52:57','2017-07-12 12:52:57','','Bar & Bat Mitzvah','','publish','closed','closed','','bar-bat-mitzvah-2','','','2017-07-12 12:52:57','2017-07-12 12:52:57','',0,'http://m.gourmetcandycenterpieces.com/?p=3004',2,'nav_menu_item','',0),(3005,1,'2017-07-12 12:52:57','2017-07-12 12:52:57','','Confirmation','','publish','closed','closed','','confirmation','','','2017-07-12 12:52:57','2017-07-12 12:52:57','',0,'http://m.gourmetcandycenterpieces.com/?p=3005',3,'nav_menu_item','',0),(3006,1,'2017-07-12 12:52:57','2017-07-12 12:52:57','','First Communion','','publish','closed','closed','','first-communion','','','2017-07-12 12:52:57','2017-07-12 12:52:57','',0,'http://m.gourmetcandycenterpieces.com/?p=3006',4,'nav_menu_item','',0),(3007,1,'2017-07-12 12:52:57','2017-07-12 12:52:57','','Shabbat','','publish','closed','closed','','shabbat','','','2017-07-12 12:52:57','2017-07-12 12:52:57','',0,'http://m.gourmetcandycenterpieces.com/?p=3007',5,'nav_menu_item','',0),(3008,1,'2017-07-12 12:56:54','2017-07-12 12:56:54','','Fall','','publish','closed','closed','','fall','','','2017-08-02 02:38:54','2017-08-02 06:38:54','',0,'http://m.gourmetcandycenterpieces.com/?p=3008',1,'nav_menu_item','',0),(3009,1,'2017-07-12 12:56:54','2017-07-12 12:56:54','','Spring','','publish','closed','closed','','spring','','','2017-08-02 02:38:54','2017-08-02 06:38:54','',0,'http://m.gourmetcandycenterpieces.com/?p=3009',2,'nav_menu_item','',0),(3010,1,'2017-07-12 12:56:54','2017-07-12 12:56:54','','Summer','','publish','closed','closed','','summer','','','2017-08-02 02:38:54','2017-08-02 06:38:54','',0,'http://m.gourmetcandycenterpieces.com/?p=3010',3,'nav_menu_item','',0),(3011,1,'2017-07-12 12:56:54','2017-07-12 12:56:54','','Winter','','publish','closed','closed','','winter','','','2017-08-02 02:38:54','2017-08-02 06:38:54','',0,'http://m.gourmetcandycenterpieces.com/?p=3011',4,'nav_menu_item','',0),(3012,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','A Night in the Orient','','publish','closed','closed','','a-night-in-the-orient','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3012',1,'nav_menu_item','',0),(3013,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Animals','','publish','closed','closed','','animals','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3013',2,'nav_menu_item','',0),(3014,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Beach Party','','publish','closed','closed','','beach-party','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3014',3,'nav_menu_item','',0),(3015,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Carnival','','publish','closed','closed','','carnival','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3015',4,'nav_menu_item','',0),(3016,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Casino','','publish','closed','closed','','casino','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3016',5,'nav_menu_item','',0),(3017,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Enchantment','','publish','closed','closed','','enchantment','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3017',6,'nav_menu_item','',0),(3019,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Fiesta Parties','','publish','closed','closed','','fiesta-parties','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3019',7,'nav_menu_item','',0),(3020,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Hippie','','publish','closed','closed','','hippie','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3020',8,'nav_menu_item','',0),(3021,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Luau','','publish','closed','closed','','luau','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3021',9,'nav_menu_item','',0),(3022,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Mardi Gras','','publish','closed','closed','','mardi-gras-2','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3022',10,'nav_menu_item','',0),(3023,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Movie & TV Theme','','publish','closed','closed','','movie-tv-theme','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3023',11,'nav_menu_item','',0),(3024,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Movie Night','','publish','closed','closed','','movie-night','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3024',12,'nav_menu_item','',0),(3025,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Mustache','','publish','closed','closed','','mustache','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3025',13,'nav_menu_item','',0),(3026,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Paris','','publish','closed','closed','','paris','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3026',14,'nav_menu_item','',0),(3027,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Patriotic','','publish','closed','closed','','patriotic','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3027',15,'nav_menu_item','',0),(3028,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Peacock','','publish','closed','closed','','peacock-2','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3028',16,'nav_menu_item','',0),(3029,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Pirate','','publish','closed','closed','','pirate','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3029',17,'nav_menu_item','',0),(3030,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Pride','','publish','closed','closed','','pride','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3030',18,'nav_menu_item','',0),(3031,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Princess','','publish','closed','closed','','princess','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3031',19,'nav_menu_item','',0),(3032,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Rockstar','','publish','closed','closed','','rockstar','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3032',20,'nav_menu_item','',0),(3033,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Safari & Jungle','','publish','closed','closed','','safari-jungle-2','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3033',21,'nav_menu_item','',0),(3034,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Sports','','publish','closed','closed','','sports','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3034',22,'nav_menu_item','',0),(3035,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Superhero','','publish','closed','closed','','superhero','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3035',23,'nav_menu_item','',0),(3036,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Timeless Glamour','','publish','closed','closed','','timeless-glamour','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3036',24,'nav_menu_item','',0),(3037,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Under the Sea','','publish','closed','closed','','under-the-sea','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3037',25,'nav_menu_item','',0),(3038,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Western','','publish','closed','closed','','western','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3038',26,'nav_menu_item','',0),(3039,1,'2017-07-12 13:12:02','2017-07-12 13:12:02','','Winter Wonderland','','publish','closed','closed','','winter-wonderland','','','2017-08-08 06:43:17','2017-08-08 10:43:17','',0,'http://m.gourmetcandycenterpieces.com/?p=3039',27,'nav_menu_item','',0),(3040,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Channukah','','publish','closed','closed','','channukah','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3040',1,'nav_menu_item','',0),(3041,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Diwali','','publish','closed','closed','','diwali','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3041',2,'nav_menu_item','',0),(3042,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Eid','','publish','closed','closed','','eid','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3042',3,'nav_menu_item','',0),(3043,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Easter','','publish','closed','closed','','easter','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3043',4,'nav_menu_item','',0),(3044,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Father’s Day','','publish','closed','closed','','fathers-day','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3044',5,'nav_menu_item','',0),(3045,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Fourth of July','','publish','closed','closed','','fourth-of-july','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3045',6,'nav_menu_item','',0),(3046,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Halloween','','publish','closed','closed','','halloween','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3046',7,'nav_menu_item','',0),(3047,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Holi','','publish','closed','closed','','holi','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3047',8,'nav_menu_item','',0),(3048,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Kwanza','','publish','closed','closed','','kwanza','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3048',9,'nav_menu_item','',0),(3049,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Mother’s Day','','publish','closed','closed','','mothers-day','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3049',10,'nav_menu_item','',0),(3050,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','New Years Eve','','publish','closed','closed','','new-years-eve','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3050',11,'nav_menu_item','',0),(3051,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Purim','','publish','closed','closed','','purim','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3051',12,'nav_menu_item','',0),(3052,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','St. Patrick’s Day','','publish','closed','closed','','st-patricks-day','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3052',13,'nav_menu_item','',0),(3053,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Thanksgiving','','publish','closed','closed','','thanksgiving','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3053',14,'nav_menu_item','',0),(3054,1,'2017-07-12 13:18:38','2017-07-12 13:18:38','','Valentine’s Day','','publish','closed','closed','','valentines-day','','','2017-08-02 02:59:56','2017-08-02 06:59:56','',0,'http://m.gourmetcandycenterpieces.com/?p=3054',15,'nav_menu_item','',0),(3055,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Autism Awareness','','publish','closed','closed','','autism-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3055',1,'nav_menu_item','',0),(3056,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Breast Cancer Awareness','','publish','closed','closed','','breast-cancer-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3056',2,'nav_menu_item','',0),(3057,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Cancer Awareness','','publish','closed','closed','','cancer-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3057',3,'nav_menu_item','',0),(3058,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Child Abuse Awareness','','publish','closed','closed','','child-abuse-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3058',4,'nav_menu_item','',0),(3059,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Diabetes Awareness','','publish','closed','closed','','diabetes-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3059',5,'nav_menu_item','',0),(3060,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Domestic Violence','','publish','closed','closed','','domestic-violence','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3060',6,'nav_menu_item','',0),(3061,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Down Syndrome Awareness','','publish','closed','closed','','down-syndrome-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3061',7,'nav_menu_item','',0),(3062,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Environmental Awareness','','publish','closed','closed','','environmental-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3062',8,'nav_menu_item','',0),(3063,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','HIV / AIDS Awareness','','publish','closed','closed','','hiv-aids-awareness','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3063',9,'nav_menu_item','',0),(3064,1,'2017-07-12 13:23:44','2017-07-12 13:23:44','','Hope and Peace','','publish','closed','closed','','hope-and-peace','','','2017-07-12 13:23:44','2017-07-12 13:23:44','',0,'http://m.gourmetcandycenterpieces.com/?p=3064',10,'nav_menu_item','',0),(3065,1,'2017-07-12 13:37:51','2017-07-12 13:37:51','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499611318379{margin-bottom: -100px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 13:37:51','2017-07-12 13:37:51','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3066,1,'2017-07-12 13:41:53','2017-07-12 13:41:53','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>PTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 13:41:53','2017-07-12 13:41:53','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3067,1,'2017-07-12 17:38:03','2017-07-12 17:38:03','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862884233{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer bckup 7-12','','draft','closed','closed','','','','','2017-07-12 17:38:45','2017-07-12 17:38:45','',0,'http://m.gourmetcandycenterpieces.com/?page_id=3067',0,'page','',0),(3068,1,'2017-07-12 17:38:45','2017-07-12 17:38:45','[vc_row][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_column_text css=\".vc_custom_1499852980360{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span class=\"fontstyle0\">Mon - Fri 10am - 8pm; Sat 11am - 6pm EST</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499776059128{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2885\" el_class=\"link-image-item\"][vc_single_image image=\"2886\" el_class=\"link-image-item\"][vc_single_image image=\"2884\" el_class=\"link-image-item\"][vc_single_image image=\"2883\" el_class=\"link-image-item\"][vc_single_image image=\"2882\" el_class=\"link-image-item\"][vc_single_image image=\"2880\" el_class=\"link-image-item\"][vc_single_image image=\"2881\" el_class=\"link-image-item\"][vc_single_image image=\"2887\" el_class=\"link-image-item\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2835\" el_class=\"m-btn-image\" css=\".vc_custom_1499854348648{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#eeee22\" font_size=\"16\" border_radius=\"0\"]Color Options[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2836\" el_class=\"m-btn-image\" css=\".vc_custom_1499854380098{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#81d742\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Fillings[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2837\" el_class=\"m-btn-image\" css=\".vc_custom_1499854565544{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#ffffff\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Process[/vcex_button][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"2628\" el_class=\"m-btn-image\" css=\".vc_custom_1499854669521{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1499853283699{margin-top: 160px !important;margin-bottom: 150px !important;}\"][vcex_button url=\"#\" style=\"outline\" align=\"center\" size=\"medium\" text_transform=\"uppercase\" custom_background=\"#4d4d4d\" custom_color=\"#8bd6f3\" font_size=\"16\" border_radius=\"0\" width=\"180\"]Products[/vcex_button][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862687137{margin-top: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Reviews-Background.jpg?id=2628) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-desktop\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\"][vc_column_text css=\".vc_custom_1499862679770{margin-top: 30px !important;}\"][des_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499862884233{margin-top: 0px !important;margin-right: 30px !important;margin-left: 30px !important;padding-top: 40px !important;padding-bottom: 30px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"testimonial-section-mobile\"][vc_column][vcex_heading text=\"What are our customers saying about Wanderfuls?\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#000000\"][vc_column_text css=\".vc_custom_1499862838509{margin-top: 20px !important;}\"][mob_testimonial][/vc_column_text][vc_column_text css=\".vc_custom_1499859940647{margin-top: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><a style=\"text-decoration: none; color: #4d4d4d;\" href=\"http://sajib.info\"><strong>Read More Reviews</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499668310689{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #808080 !important;}\"][vc_column][vcex_heading text=\"FREQEUENTLY ASKED QUESTIONS\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670151354{margin-bottom: 30px !important;}\"][vc_row_inner css=\".vc_custom_1499668453659{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688435760{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Why choose Wanderfuls?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How do I snap it all together?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What are they made out of?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy favors and bases separately?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688463598{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"Can I add table numbers or balloons?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I combine it with real flowers? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Can I buy it in any retail locations?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Any programs for industry professionals?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1499688456830{margin-bottom: -40px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_toggle title=\"How much does shipping cost?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"Is it the right size for my tables?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What have customers said about you?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"What if I want to use my own filling?\" el_class=\"faq-item\"]Faq Content[/vc_toggle][vc_toggle title=\"How quickly can an order be made? \" el_class=\"faq-item\"]Faq Content[/vc_toggle][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688404343{background-color: #4d4d4d !important;}\" el_class=\"desktop-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2753\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499688217356{background-color: #4d4d4d !important;}\" el_class=\"mobile-client\"][vc_column][vc_row_inner css=\".vc_custom_1499670939994{margin-top: 50px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_heading text=\"A customer list filled with over twenty years of success..\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670979547{margin-bottom: 30px !important;}\"][vc_single_image image=\"2817\" alignment=\"center\"][vcex_heading text=\"where no order is too small and no event too great.\" text_align=\"center\" font_size=\"24\" color=\"#ffffff\" css=\".vc_custom_1499670988342{margin-top: 30px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer bckup 7-12','','inherit','closed','closed','','3067-revision-v1','','','2017-07-12 17:38:45','2017-07-12 17:38:45','',3067,'http://m.gourmetcandycenterpieces.com/3067-revision-v1/',0,'revision','',0),(3069,1,'2017-07-12 17:51:44','2017-07-12 17:51:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner 0=\"\" css=\".vc_custom_1499881796172{margin-bottom: 25px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 17:51:44','2017-07-12 17:51:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3070,1,'2017-07-12 18:00:44','2017-07-12 18:00:44','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner 0=\"\" css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" alignment=\"center\" css=\".vc_custom_1499772801033{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" alignment=\"center\" css=\".vc_custom_1499680510901{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:00:44','2017-07-12 18:00:44','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3071,1,'2017-07-12 18:11:25','2017-07-12 18:11:25','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"75x75\" alignment=\"center\" css=\".vc_custom_1499883046347{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"75x75\" alignment=\"center\" css=\".vc_custom_1499883072996{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" alignment=\"center\" css=\".vc_custom_1499680448142{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:11:25','2017-07-12 18:11:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3072,1,'2017-07-12 18:14:31','2017-07-12 18:14:31','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883234626{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883264378{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" alignment=\"center\" css=\".vc_custom_1499771582721{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" alignment=\"center\" css=\".vc_custom_1499680766631{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" alignment=\"center\" css=\".vc_custom_1499680776691{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" alignment=\"center\" css=\".vc_custom_1499680785395{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:14:31','2017-07-12 18:14:31','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3073,1,'2017-07-12 18:16:56','2017-07-12 18:16:56','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883234626{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883264378{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883375963{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883399689{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883410846{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:16:56','2017-07-12 18:16:56','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3074,1,'2017-07-12 18:20:06','2017-07-12 18:20:06','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883375963{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883399689{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883410846{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:20:06','2017-07-12 18:20:06','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3075,1,'2017-07-12 18:21:52','2017-07-12 18:21:52','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883399689{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:21:52','2017-07-12 18:21:52','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3076,1,'2017-07-12 18:24:40','2017-07-12 18:24:40','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-12 18:24:40','2017-07-12 18:24:40','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3077,1,'2017-07-13 04:44:33','2017-07-13 04:44:33','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"Wanderfuls Come In Over 50 Colors To Suit Any Occasion!\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\">Wanderfuls manufactures centerpieces and favors from their factory in midtown Manhattan. They transform ordinary curling ribbon and plastic tubing into unforgettable memories using a top-secret process (and little bit of magic). Pompoms are sewn one at a time while the tassels are strung together in groupings of up to six colors. Ribbons are hand pressed with personalized imprints of up to thirty-four characters. Wands are cut to size and methodically wrapped in a personalized ribbon.</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ea4aab;\"><strong>When assembled, the Classic Bouquet sits approximately 12” high by 12” wide. The Premier Arrangement is 14”x14”; The Grand Arrangement is 16”x16”; and the Royal Arrangement sits 18” high and 16” wide.</strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501005084827{margin-top: 50px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3978\"][vc_column_text css=\".vc_custom_1502420277018{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Classic Arrangement</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3943\"][vc_column_text css=\".vc_custom_1502420326886{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Royal Arrangement</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3468\"][vc_column_text css=\".vc_custom_1502420335700{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Premier Arrangement</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3944\"][vc_column_text css=\".vc_custom_1502420344465{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Grand Arrangement</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503632535869{margin-right: -35px !important;margin-left: -35px !important;}\" el_class=\"hidden\"][vc_column][vc_single_image image=\"4064\" el_class=\"interest-image2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3467\"][vc_column_text css=\".vc_custom_1502420353441{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Individual Favors</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3465\"][vc_column_text css=\".vc_custom_1502420360777{margin-top: 15px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Accessories</span></em></strong></span></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','publish','closed','closed','','products','','','2017-08-24 23:42:22','2017-08-25 03:42:22','',0,'http://m.gourmetcandycenterpieces.com/?page_id=3077',0,'page','',0),(3078,1,'2017-07-13 04:44:33','2017-07-13 04:44:33','','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:44:33','2017-07-13 04:44:33','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3079,1,'2017-08-10 22:59:13','2017-08-11 02:59:13','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"Wanderfuls Come In Over 50 Colors To Suit Any Occasion!\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1501700500768{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1501700418456{padding-right: 50px !important;padding-left: 50px !important;}\"]\n<p style=\"text-align: center;\">Wanderfuls manufactures centerpieces and favors from their factory in midtown Manhattan. They transform ordinary curling ribbon and plastic tubing into unforgettable memories using a top-secret process (and little bit of magic). Pompoms are sewn one at a time while the tassels are strung together in groupings of up to six colors. Ribbons are hand pressed with personalized imprints of up to thirty-four characters. Wands are cut to size and methodically wrapped in a personalized ribbon.</p>\n<p style=\"text-align: center;\"><span style=\"color: #ea4aab;\"><strong>When assembled, the Classic Bouquet sits approximately 12” high by 12” wide. The Premier Arrangement is 14”x14”; The Grand Arrangement is 16”x16”; and the Royal Arrangement sits 18” high and 16” wide.</strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501005084827{margin-top: 50px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1501004995932{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3978\"][vc_column_text css=\".vc_custom_1502420277018{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Classic Arrangement</span></em></strong></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501004987492{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 0px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3943\"][vc_column_text css=\".vc_custom_1502420326886{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Royal Arrangement</span></em></strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1501005003717{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3468\"][vc_column_text css=\".vc_custom_1502420335700{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Premier Arrangement</span></em></strong></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501005017364{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3944\"][vc_column_text css=\".vc_custom_1502420344465{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Grand Arrangement</span></em></strong></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1502359458245{margin-right: -35px !important;margin-left: -35px !important;}\"][vc_column][vc_single_image image=\"4064\" el_class=\"interest-image2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1501005026604{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3467\"][vc_column_text css=\".vc_custom_1501699061742{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Individual Favors</span></em></strong></span></p>\n\n<h3 style=\"text-align: center; margin-top: -22px;\"><span style=\"font-size: 21px;\"><em><span style=\"font-family: \'book antiqua\', palatino;\">3 Sizes, Starting at $4.59</span></em></span></h3>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1501005040507{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_single_image image=\"3465\"][vc_column_text css=\".vc_custom_1501699047730{margin-top: 15px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 28px;\"><strong><em><span class=\"fontstyle0\"><span style=\"color: #e14aa2;\"><a href=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo-.png\"><img class=\"alignnone wp-image-3472\" src=\"http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Logo--300x53.png\" alt=\"\" width=\"180\" height=\"32\" /></a></span> Accessories</span></em></strong></span></p>\n\n<h3 style=\"text-align: center; margin-top: -22px;\"><span style=\"font-size: 21px;\"><em><span style=\"font-family: \'book antiqua\', palatino;\">Starting at $0.50</span></em></span></h3>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1501004783094{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1501004790891{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"hidden\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-autosave-v1','','','2017-08-10 22:59:13','2017-08-11 02:59:13','',3077,'http://m.gourmetcandycenterpieces.com/3077-autosave-v1/',0,'revision','',0),(3080,1,'2017-07-13 04:49:35','2017-07-13 04:49:35','[vc_row][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:49:35','2017-07-13 04:49:35','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3081,1,'2017-07-13 04:52:14','2017-07-13 04:52:14','[vc_row css=\".vc_custom_1499921423526{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:52:14','2017-07-13 04:52:14','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3082,1,'2017-07-13 04:53:03','2017-07-13 04:53:03','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:53:03','2017-07-13 04:53:03','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3083,1,'2017-07-13 04:53:50','2017-07-13 04:53:50','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921626490{margin-right: 30px !important;margin-left: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:53:50','2017-07-13 04:53:50','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3084,1,'2017-07-13 04:54:20','2017-07-13 04:54:20','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921657185{margin-right: 30px !important;margin-left: 30px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:54:20','2017-07-13 04:54:20','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3085,1,'2017-07-13 04:54:45','2017-07-13 04:54:45','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:54:45','2017-07-13 04:54:45','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3086,1,'2017-07-13 04:57:45','2017-07-13 04:57:45','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:57:45','2017-07-13 04:57:45','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3087,1,'2017-07-13 04:59:21','2017-07-13 04:59:21','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921958025{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:59:21','2017-07-13 04:59:21','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3088,1,'2017-07-13 04:59:54','2017-07-13 04:59:54','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 04:59:54','2017-07-13 04:59:54','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3089,1,'2017-07-13 05:02:02','2017-07-13 05:02:02','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" color=\"#ffffff\" css=\".vc_custom_1499922117515{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:02:02','2017-07-13 05:02:02','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3090,1,'2017-07-13 05:02:40','2017-07-13 05:02:40','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922156913{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:02:40','2017-07-13 05:02:40','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3091,1,'2017-07-13 05:03:43','2017-07-13 05:03:43','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922156913{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922156913{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:03:43','2017-07-13 05:03:43','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3092,1,'2017-07-13 05:04:40','2017-07-13 05:04:40','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922253161{margin-right: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922260648{margin-right: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922269427{margin-left: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922276523{margin-left: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:04:40','2017-07-13 05:04:40','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3093,1,'2017-07-13 05:06:04','2017-07-13 05:06:04','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922253161{margin-right: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922260648{margin-right: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922269427{margin-left: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922276523{margin-left: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922253161{margin-right: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922260648{margin-right: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922269427{margin-left: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922276523{margin-left: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:06:04','2017-07-13 05:06:04','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3094,1,'2017-07-13 05:06:44','2017-07-13 05:06:44','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922253161{margin-right: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922260648{margin-right: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922269427{margin-left: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922276523{margin-left: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:06:44','2017-07-13 05:06:44','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3095,1,'2017-07-13 05:07:04','2017-07-13 05:07:04','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499921991006{margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922253161{margin-right: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922260648{margin-right: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\" css=\".vc_custom_1499922269427{margin-left: 30px !important;}\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922276523{margin-left: 30px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:07:04','2017-07-13 05:07:04','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3096,1,'2017-07-13 05:07:28','2017-07-13 05:07:28','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:07:28','2017-07-13 05:07:28','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3097,1,'2017-07-13 05:08:09','2017-07-13 05:08:09','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499922485510{margin-top: -15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:08:09','2017-07-13 05:08:09','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3098,1,'2017-07-13 05:08:33','2017-07-13 05:08:33','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922397600{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:08:33','2017-07-13 05:08:33','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3099,1,'2017-07-13 05:09:46','2017-07-13 05:09:46','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Royal Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922552969{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Burst Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922562742{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Fireworks Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922576333{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:09:46','2017-07-13 05:09:46','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3100,1,'2017-07-13 05:14:13','2017-07-13 05:14:13','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Royal Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922552969{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Burst Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922562742{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Fireworks Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922576333{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]\r\n\r\n[vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n\r\n<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n\r\n<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n\r\n<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n\r\n<em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em>\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:14:13','2017-07-13 05:14:13','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3101,1,'2017-07-13 05:15:59','2017-07-13 05:15:59','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Royal Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922552969{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Burst Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922562742{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Fireworks Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922576333{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922901513{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922909784{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922916951{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922956193{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:15:59','2017-07-13 05:15:59','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3102,1,'2017-07-13 05:17:24','2017-07-13 05:17:24','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Royal Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922552969{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Burst Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922562742{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Fireworks Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922576333{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922901513{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922909784{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922916951{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922956193{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"FAVORS\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499923022699{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"THEMES\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499923040514{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:17:24','2017-07-13 05:17:24','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3103,1,'2017-07-13 05:19:15','2017-07-13 05:19:15','[vc_row css=\".vc_custom_1499921579871{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"100% CUSTOMIZABLE PRODUCTS HANDMADE IN NEW YORK\" font_weight=\"bold\" text_align=\"center\" font_size=\"24\" color=\"#ea4aab\" css=\".vc_custom_1499921371734{margin-top: 30px !important;margin-bottom: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=\".vc_custom_1499921681938{padding-right: 50px !important;padding-left: 50px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 21px;\">To make a purchase, simply call one of our friendly, experienced, designers and confirm a few details. If you any need help, just ask for a quick, free non-obligational \"design session!\"</span></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Classic Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922391337{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Royal Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922552969{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Burst Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922562742{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"The Fireworks Arrangement\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499922576333{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922901513{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922909784{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922916951{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499922956193{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1499922346898{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"FAVORS\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499923022699{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1499922359234{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_single_image source=\"external_link\" external_img_size=\"600x400\" custom_src=\"http://via.placeholder.com/600x400\"][vcex_heading text=\"THEMES\" font_weight=\"bold\" text_align=\"center\" color=\"#ffffff\" css=\".vc_custom_1499923040514{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ed1e79 !important;}\" font_size=\"24\"][/vc_column][/vc_row]\r\n\r\n[vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499882126710{margin-bottom: 30px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Products','','inherit','closed','closed','','3077-revision-v1','','','2017-07-13 05:19:15','2017-07-13 05:19:15','',3077,'http://m.gourmetcandycenterpieces.com/3077-revision-v1/',0,'revision','',0),(3104,1,'2017-07-13 05:23:24','2017-07-13 05:23:24',' ','','','publish','closed','closed','','3104','','','2017-08-26 15:36:43','2017-08-26 19:36:43','',0,'http://m.gourmetcandycenterpieces.com/?p=3104',5,'nav_menu_item','',0),(3105,1,'2017-07-13 14:42:59','2017-07-13 14:42:59','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499956965394{margin-bottom: 35px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\r\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 14:42:59','2017-07-13 14:42:59','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3106,1,'2017-07-13 14:44:42','2017-07-13 14:44:42','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499957071285{margin-bottom: 40px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 14:44:42','2017-07-13 14:44:42','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3107,1,'2017-07-13 14:45:24','2017-07-13 14:45:24','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499957115971{margin-bottom: 55px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 14:45:24','2017-07-13 14:45:24','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3108,1,'2017-07-13 14:46:39','2017-07-13 14:46:39','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499957188678{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>CHOICE OF\nARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 14:46:39','2017-07-13 14:46:39','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3109,1,'2017-07-13 14:49:16','2017-07-13 14:49:16','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499957188678{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883511608{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883249572{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883599575{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 14:49:16','2017-07-13 14:49:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3110,1,'2017-07-13 15:10:35','2017-07-13 15:10:35','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958629792{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958584367{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"equal-height-column\" el_id=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 15:10:35','2017-07-13 15:10:35','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3111,1,'2017-07-13 15:12:29','2017-07-13 15:12:29','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text 0=\"\"][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column 0=\"\"][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner 0=\"\"][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column 0=\"\"][vc_row_inner 0=\"\"][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner 0=\"\"][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column 0=\"\"][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner 0=\"\"][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text 0=\"\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text 0=\"\"]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column 0=\"\"][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958584367{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"equal-height-column\" el_id=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row 0=\"\"][vc_column 0=\"\"][vc_column_text 0=\"\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 15:12:29','2017-07-13 15:12:29','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3112,1,'2017-07-13 15:15:02','2017-07-13 15:15:02','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"2467\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1499779492692{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\n\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\n<span style=\"font-size: 14px;\"> five on bottom</span>\n<span style=\"font-size: 14px;\"> starting at $33.54</span>\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-13 15:15:02','2017-07-13 15:15:02','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3114,1,'2017-07-18 11:41:22','2017-07-18 11:41:22','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378067798{margin-bottom: -35px !important;background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ea4aab\" el_class=\"top-header-text\" css=\".vc_custom_1499739937421{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ea4aab\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:41:22','2017-07-18 11:41:22','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3115,1,'2017-07-18 11:43:48','2017-07-18 11:43:48','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378067798{margin-bottom: -35px !important;background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499662056198{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:43:48','2017-07-18 11:43:48','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3116,1,'2017-07-18 11:44:58','2017-07-18 11:44:58','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378274621{margin-bottom: -35px !important;padding-right: 15px !important;padding-left: 15px !important;background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378280829{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:44:58','2017-07-18 11:44:58','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3117,1,'2017-07-18 11:45:49','2017-07-18 11:45:49','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378317866{margin-bottom: -35px !important;background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686119789{background-image: url(http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/header-banner.png?id=2708) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_single_image image=\"2717\" css=\".vc_custom_1499665472047{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:45:49','2017-07-18 11:45:49','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3118,1,'2017-07-18 11:49:42','2017-07-18 11:49:42','','Asset 37','','inherit','open','closed','','asset-37','','','2017-07-18 11:49:42','2017-07-18 11:49:42','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-37.png',0,'attachment','image/png',0),(3119,1,'2017-07-18 11:49:43','2017-07-18 11:49:43','','Asset 38','','inherit','open','closed','','asset-38','','','2017-07-18 11:49:43','2017-07-18 11:49:43','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-38.png',0,'attachment','image/png',0),(3120,1,'2017-07-18 11:49:44','2017-07-18 11:49:44','','Asset 39','','inherit','open','closed','','asset-39','','','2017-07-18 11:49:44','2017-07-18 11:49:44','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-39.png',0,'attachment','image/png',0),(3121,1,'2017-07-18 11:50:02','2017-07-18 11:50:02','','Asset 40','','inherit','open','closed','','asset-40','','','2017-07-18 11:50:02','2017-07-18 11:50:02','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-40.png',0,'attachment','image/png',0),(3122,1,'2017-07-18 11:50:14','2017-07-18 11:50:14','','Asset 41','','inherit','open','closed','','asset-41','','','2017-07-18 11:50:14','2017-07-18 11:50:14','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-41.png',0,'attachment','image/png',0),(3123,1,'2017-07-18 11:50:17','2017-07-18 11:50:17','','Asset 36','','inherit','open','closed','','asset-36','','','2017-07-18 11:50:17','2017-07-18 11:50:17','',2440,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/Asset-36.png',0,'attachment','image/png',0),(3124,1,'2017-07-18 11:51:47','2017-07-18 11:51:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378317866{margin-bottom: -35px !important;background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:51:47','2017-07-18 11:51:47','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3125,1,'2017-07-18 11:55:01','2017-07-18 11:55:01','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:55:01','2017-07-18 11:55:01','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3126,1,'2017-07-18 11:57:31','2017-07-18 11:57:31','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1500379037064{padding-left: 70px !important;}\"][vc_single_image image=\"3119\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:57:31','2017-07-18 11:57:31','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3127,1,'2017-07-18 11:58:17','2017-07-18 11:58:17','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379082834{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 11:58:17','2017-07-18 11:58:17','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3128,1,'2017-07-18 12:00:54','2017-07-18 12:00:54','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379238607{margin-bottom: -30px !important;}\"][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379082834{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:00:54','2017-07-18 12:00:54','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3129,1,'2017-07-18 12:01:34','2017-07-18 12:01:34','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500378333686{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379082834{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:01:34','2017-07-18 12:01:34','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3130,1,'2017-07-18 12:10:56','2017-07-18 12:10:56','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500379838979{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379082834{padding-left: 70px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:10:56','2017-07-18 12:10:56','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3131,1,'2017-07-18 12:11:58','2017-07-18 12:11:58','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500379838979{margin-right: 30px !important;margin-left: 30px !important;padding-top: 5px !important;padding-bottom: 5px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1499739268367{margin-top: 25px !important;margin-right: 30px !important;margin-bottom: 10px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379904476{padding-left: 50px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:11:58','2017-07-18 12:11:58','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3132,1,'2017-07-18 12:16:47','2017-07-18 12:16:47','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500380170426{padding-top: 5px !important;padding-right: 15px !important;padding-bottom: 5px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1500380192144{margin-top: 25px !important;margin-bottom: 10px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379904476{padding-left: 50px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:16:47','2017-07-18 12:16:47','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3133,1,'2017-07-18 12:19:29','2017-07-18 12:19:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1500380354553{margin-top: 25px !important;margin-bottom: 10px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" css=\".vc_custom_1500378658855{padding-left: 70px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" css=\".vc_custom_1500379904476{padding-left: 50px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:19:29','2017-07-18 12:19:29','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3134,1,'2017-07-18 12:21:14','2017-07-18 12:21:14','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1499743481755{padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380450565{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:21:14','2017-07-18 12:21:14','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3135,1,'2017-07-18 12:22:35','2017-07-18 12:22:35','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378885086{background-color: #de4f9d !important;}\"][vc_column css=\".vc_custom_1500379280215{margin-bottom: -15px !important;}\"][vc_row_inner css=\".vc_custom_1500380302639{padding-top: 5px !important;padding-right: 30px !important;padding-bottom: 5px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\" offset=\"vc_col-xs-1\"][vcex_heading text=\"Open Monday - Friday 10a - 8p & Saturday 10a - 6p EST\" font_weight=\"bold\" font_size=\"16\" color=\"#ffffff\" el_class=\"top-header-text\" css=\".vc_custom_1500378121882{padding-top: 2px !important;}\"][/vc_column_inner][vc_column_inner el_class=\"header-social-link\" width=\"1/2\" offset=\"vc_col-xs-1\"][vc_icon icon_fontawesome=\"fa fa-youtube-play\" color=\"custom\" size=\"xs\" align=\"right\" link=\"url:https%3A%2F%2Fwww.youtube.com%2Fuser%2FWanderfulsUSA|||\" custom_color=\"#ffffff\"][vc_icon icon_fontawesome=\"fa fa-facebook\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.facebook.com%2FWanderfuls|||\"][vc_icon icon_fontawesome=\"fa fa-instagram\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-twitter\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.twitter.com%2Fwanderfuls%2F|||\"][vc_icon icon_fontawesome=\"fa fa-pinterest-p\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:https%3A%2F%2Fwww.pinterest.com%2Fwanderwinter|||\"][vc_icon icon_fontawesome=\"fa fa-ellipsis-v\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:%23|||\" el_class=\"header-line-icon\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:mailto%3Ajessica.wanderfuls%40gmail.com|||\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"custom\" size=\"xs\" align=\"right\" custom_color=\"#ffffff\" link=\"url:tel%3A1-888-837-5021|||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1500378548800{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"desktop-header\"][vc_column][vc_row_inner css=\".vc_custom_1500380354553{margin-top: 25px !important;margin-bottom: 10px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"3123\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\" el_class=\"main-logo\"][/vc_column_inner][vc_column_inner width=\"1/4\" offset=\"vc_hidden-xs\"][vc_single_image image=\"3118\" onclick=\"custom_link\" css=\".vc_custom_1500380515746{padding-left: 70px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3119\" onclick=\"custom_link\" css=\".vc_custom_1500380531965{padding-left: 50px !important;}\" link=\"/design-rooms.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499686540609{background-color: #de4f9d !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"mobile-header\"][vc_column][vc_row_inner css=\".vc_custom_1499664077136{margin-top: 30px !important;margin-right: 30px !important;margin-bottom: 20px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2709\" onclick=\"custom_link\" link=\"http://m.gourmetcandycenterpieces.com\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_hidden-xs\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBYmxvY2slMjIlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi13cmFwcGVyJTIwdGFwdGFwLWFic29sdXRlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0YXB0YXAtbWVudS1idXR0b24tdGhyZWUlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRhcHRhcC1tZW51LWJ1dHRvbi10aHJlZS1taWRkbGUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499687167754{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_single_image image=\"2715\" css=\".vc_custom_1499685954383{margin-top: 15px !important;}\"][/vc_column][/vc_row]','Header','','inherit','closed','closed','','2440-revision-v1','','','2017-07-18 12:22:35','2017-07-18 12:22:35','',2440,'http://m.gourmetcandycenterpieces.com/2440-revision-v1/',0,'revision','',0),(3136,1,'2017-07-18 12:23:46','2017-07-18 12:23:46','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1499654707155{margin-top: -15px !important;border-top-width: 4px !important;border-bottom-width: 4px !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380450565{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:23:46','2017-07-18 12:23:46','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3137,1,'2017-07-18 12:25:10','2017-07-18 12:25:10','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380694128{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 4px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380450565{margin-bottom: -20px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:25:10','2017-07-18 12:25:10','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3138,1,'2017-07-18 12:27:19','2017-07-18 12:27:19','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380824102{margin-top: -10px !important;margin-bottom: -30px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:27:19','2017-07-18 12:27:19','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3139,1,'2017-07-18 12:28:43','2017-07-18 12:28:43','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606425460{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:28:43','2017-07-18 12:28:43','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3140,1,'2017-07-18 12:31:25','2017-07-18 12:31:25','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1499767644768{margin-top: 20px !important;margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:31:25','2017-07-18 12:31:25','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3141,1,'2017-07-18 12:32:16','2017-07-18 12:32:16','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1500381120948{margin-top: 20px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:32:16','2017-07-18 12:32:16','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3142,1,'2017-07-18 12:32:48','2017-07-18 12:32:48','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1500381152353{margin-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:32:48','2017-07-18 12:32:48','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3143,1,'2017-07-18 12:34:24','2017-07-18 12:34:24','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1500381248737{margin-top: 20px !important;margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"280\" img_height=\"220\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:34:24','2017-07-18 12:34:24','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (3144,1,'2017-07-18 12:36:55','2017-07-18 12:36:55','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1500381248737{margin-top: 20px !important;margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"2492,2490,2491,2493\" img_width=\"600\" img_height=\"400\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:36:55','2017-07-18 12:36:55','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3145,1,'2017-07-18 12:37:46','2017-07-18 12:37:46','','600x400','','inherit','open','closed','','600x400','','','2017-07-18 12:37:46','2017-07-18 12:37:46','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/600x400.png',0,'attachment','image/png',0),(3146,1,'2017-07-18 12:37:58','2017-07-18 12:37:58','','600x400','','inherit','open','closed','','600x400-2','','','2017-07-18 12:37:58','2017-07-18 12:37:58','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/600x400-1.png',0,'attachment','image/png',0),(3147,1,'2017-07-18 12:38:02','2017-07-18 12:38:02','','600x400','','inherit','open','closed','','600x400-3','','','2017-07-18 12:38:02','2017-07-18 12:38:02','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/600x400-2.png',0,'attachment','image/png',0),(3148,1,'2017-07-18 12:38:07','2017-07-18 12:38:07','','600x400','','inherit','open','closed','','600x400-4','','','2017-07-18 12:38:07','2017-07-18 12:38:07','',2462,'http://m.gourmetcandycenterpieces.com/wp-content/uploads/2017/07/600x400-3.png',0,'attachment','image/png',0),(3149,1,'2017-07-18 12:38:17','2017-07-18 12:38:17','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1500381248737{margin-top: 20px !important;margin-right: 15px !important;margin-left: 15px !important;}\"][vc_column_inner][vcex_image_carousel items_margin=\"20\" thumbnail_link=\"lightbox\" mobile_landscape_items=\"3\" mobile_portrait_items=\"3\" image_ids=\"3145,3146,3147,3148\" img_width=\"600\" img_height=\"400\" classes=\"home-carousel\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1499606524687{padding-top: 30px !important;background-color: #f7f7f7 !important;}\"][vc_column][vcex_heading text=\"PREMIUM FEATURES\" font_weight=\"700\" text_align=\"center\" font_size=\"24\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499772047459{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2513\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680222256{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Customizable\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2515\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680235747{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Hand Made\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499604020958{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2512\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499680247541{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Cost Effective\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"ffeature-item\" width=\"1/4\"][vc_single_image image=\"2915\" img_size=\"thumbnail\" alignment=\"center\" css=\".vc_custom_1499792466315{margin-top: 30px !important;margin-bottom: 12px !important;}\" el_class=\"feature-image\"][vc_custom_heading text=\"Made In America\" font_container=\"tag:h3|font_size:17|text_align:center|color:%234d4d4d\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1499603842800{margin-top: 5px !important;}\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 17px; color: #000000;\"><em>Wanderfuls is a one-of-a kind centerpiece made up of individ</em></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606563238{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 20px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"7/12\"][vc_single_image image=\"2534\" onclick=\"custom_link\" css=\".vc_custom_1499779472711{padding-right: 30px !important;}\" link=\"/pompoms.html\"][/vc_column][vc_column width=\"5/12\"][vc_single_image image=\"2535\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606594135{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1499792028057{margin-bottom: 40px !important;}\"]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequencedassembly.html\" width=\"400px\" height=\"300px\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"The Classic Arrangement\" font_weight=\"600\" text_align=\"center\" font_size=\"24\" color=\"#8768c4\" css=\".vc_custom_1499792120944{margin-bottom: 15px !important;}\"][vc_column_text css=\".vc_custom_1499846444106{margin-top: 10px !important;}\" el_class=\"b-animation-text\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">Classic Wanderfuls Centerpieces combine the look of a flower bouquet with the bonus of a take home keepsakeand are available in four sizes: 6, 8, 9, and 10. At 12” high and wide, they are the same size of a traditional flower centerpeice found at a florist.</span></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced6.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced8.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced9.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"favor-item\" width=\"1/2\"][vc_column_text]\r\n<div style=\"text-align: center;\"><iframe style=\"overflow: hidden;\" src=\"http://wanderfuls.com/store/sequenced10.html\" width=\"187\" height=\"155\" frameborder=\"0\"> </iframe></div>\r\n[/vc_column_text][vcex_heading text=\"6 FAVORS\" text_align=\"center\" font_size=\"18\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14px;\">one on top,</span>\r\n<span style=\"font-size: 14px;\"> five on bottom</span>\r\n<span style=\"font-size: 14px;\"> starting at $33.54</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866910400{margin-bottom: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column][vcex_heading text=\"MANY WAYS TO CUSTOMIZE\" font_weight=\"600\" text_align=\"center\" font_size=\"28\" color=\"#4d4d4d\"][vc_row_inner css=\".vc_custom_1499958193431{margin-bottom: 65px !important;}\"][vc_column_inner el_class=\"f-customie-item-first\" width=\"1/3\"][vc_single_image image=\"2570\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958615920{margin-top: 30px !important;margin-bottom: 30px !important;padding-top: 10px !important;}\" el_class=\"way-cs-item-first\"][vcex_heading text=\"<em>BASE\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item\" width=\"1/3\"][vc_single_image image=\"2571\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958725081{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>NUMBER OF\r\nPARTY FAVORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][vc_column_inner el_class=\"f-customie-item-last\" width=\"1/3\"][vc_single_image image=\"2572\" img_size=\"medium\" alignment=\"center\" css_animation=\"bounceIn\" css=\".vc_custom_1499958883302{margin-top: 30px !important;margin-bottom: 25px !important;}\" el_class=\"way-cs-item\"][vcex_heading text=\"<em>IMPRINT\r\nCOLOR</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"18\" line_height=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1499866668006{margin-top: -30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2544\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883673639{margin-top: 17px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>ARRANGEMENT</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/centerpieces.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#ed4870\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2597\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883388354{margin-top: 30px !important;margin-bottom: 15px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>RIBBON\r\nCOLORS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/pompoms.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#39b54a\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2514\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883872931{margin-top: 30px !important;margin-bottom: 13px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nFILLINGS</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/candypage.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#0083ca\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][vc_column width=\"1/4\" el_class=\"customize-item\"][vc_single_image image=\"2600\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1499883705631{margin-top: 30px !important;margin-bottom: 23px !important;}\" el_class=\"way-cs-item2\"][vcex_heading text=\"<em>OPTIONAL\r\nTHEMES</em>\" font_weight=\"600\" text_align=\"center\" font_size=\"17\" line_height=\"1\"][vcex_button url=\"/theme-parties.html\" align=\"center\" size=\"medium\" font_weight=\"700\" custom_background=\"#86328c\" font_size=\"14\" border_radius=\"0\" margin=\"15\" font_padding=\"10 30 10 30\"]Learn More[/vcex_button][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2462-revision-v1','','','2017-07-18 12:38:17','2017-07-18 12:38:17','',2462,'http://m.gourmetcandycenterpieces.com/2462-revision-v1/',0,'revision','',0),(3150,1,'2017-07-18 12:42:15','2017-07-18 12:42:15','[vc_row full_width=\"stretch_row_content\"][vc_column width=\"1/3\" offset=\"vc_hidden-xs\"][vcex_navbar menu=\"69\" align=\"right\" button_layout=\"expanded\" font_size=\"16\" classes=\"cs-banner-menu\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][rev_slider alias=\"Main Slider\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1500380803354{margin-top: -15px !important;border-top-width: 2px !important;border-bottom-width: 2px !important;border-top-color: #b3b3b3 !important;border-top-style: solid !important;border-bottom-color: #b3b3b3 !important;border-bottom-style: solid !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1500380610694{margin-bottom: -15px !important;padding-top: 5px !important;}\"][vc_column_inner][vc_single_image image=\"3120\" onclick=\"custom_link\" el_class=\"container\" css=\".vc_custom_1500380908271{margin-top: -3px !important;margin-bottom: -27px !important;}\" link=\"/howtoorder.html\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1500381069489{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1499682924325{margin-top: 30px !important;margin-bottom: 30px !important;}\" el_class=\"mobile-center\"][vc_single_image image=\"2473\" el_class=\"logo-image-left\"][vc_column_text css=\".vc_custom_1499843860238{margin-top: 15px !important;margin-right: 15px !important;}\"]\r\n<h3><span style=\"color: #8768c4; font-size: 24px;\">Handmade party favors that can be</span>\r\n<span style=\"color: #8768c4; font-size: 24px;\">customized to suit any occasion</span></h3>\r\n<span style=\"font-size: 18px;\">Wanderfuls offers a cost-effective alternative to traditional centerpiece options by combining the look of a flower bouquet with the bonus of a take-home keepsake.</span>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2472\" el_class=\"logo-image-item\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1499606499455{margin-top: 10px !important;margin-bottom: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681392780{margin-top: 20px !important;margin-right: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcex_heading text=\"Most Popular Colors of 2017\" font_weight=\"700\" text_align=\"center\" el_class=\"heading-art-line\" font_size=\"28\" color=\"#8768c4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator color=\"custom\" border_width=\"2\" accent_color=\"#eeeeee\" css=\".vc_custom_1499681401188{margin-top: 20px !important;margin-left: -50px !important;}\" el_class=\"cs-sep-1\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\"