0byt3m1n1
Path:
/
data
/
23
/
3
/
117
/
94
/
3606094
/
meta
/
4013194
/
mysql.backup
/
[
Home
]
File: 1_03a514f_4.mysqlcluster7.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster7 Database: 1_03a514f_4 -- ------------------------------------------------------ -- Server version 5.6.28-76.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-01-07 15:05:18','2016-01-07 15:05:18','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=4806 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.layootprinting.com/index','yes'),(2,'home','http://www.layootprinting.com/index','yes'),(3,'blogname','index','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','bulbulahamed9630@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:19:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:58:\"WooCommerce_Request_A_Quote/dvin-woocommerce-quotelist.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:34:\"envato-wordpress-toolkit/index.php\";i:4;s:19:\"iconize/iconize.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:25:\"mango_core/mango_core.php\";i:7;s:21:\"meta-box/meta-box.php\";i:8;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";i:11;s:25:\"subscribe2/subscribe2.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:53:\"wp-font-awesome-share-icons/wp-font-awesome-share.php\";i:15;s:41:\"yith-woocommerce-ajax-navigation/init.php\";i:16;s:37:\"yith-woocommerce-ajax-search/init.php\";i:17;s:33:\"yith-woocommerce-compare/init.php\";i:18;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','','no'),(39,'template','mango','yes'),(40,'stylesheet','mango','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a: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'),(78,'widget_text','a:3:{i:2;a:11:{s:5:\"title\";s:24:\"La empresa trabaja horas\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}i:3;a:11:{s:5:\"title\";s:26:\"Información de la empresa\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:0:{}','yes'),(80,'uninstall_plugins','a:1:{s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','1382','yes'),(83,'page_on_front','787','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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;}}}','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:28:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"blog-sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"blog-sidebar-2\";a:0:{}s:14:\"page-sidebar-1\";a:1:{i:0;s:23:\"mango_related_product-2\";}s:14:\"page-sidebar-2\";a:1:{i:0;s:32:\"woocommerce_top_rated_products-2\";}s:19:\"single-post-sidebar\";a:0:{}s:19:\"shop-page-sidebar-1\";a:1:{i:0;s:26:\"woocommerce_price_filter-2\";}s:19:\"shop-page-sidebar-2\";a:0:{}s:19:\"shop-page-sidebar-3\";a:0:{}s:16:\"wishlist_sidebar\";a:0:{}s:16:\"checkout_sidebar\";a:0:{}s:22:\"single-product-sidebar\";a:0:{}s:22:\"portfolio-page-sidebar\";a:0:{}s:12:\"footer_top_1\";a:0:{}s:12:\"footer_top_2\";a:0:{}s:12:\"footer_top_3\";a:0:{}s:12:\"footer_top_4\";a:0:{}s:15:\"footer_top_v2_1\";a:0:{}s:15:\"footer_top_v2_2\";a:0:{}s:15:\"footer_top_v2_3\";a:0:{}s:15:\"footer_top_v2_4\";a:0:{}s:8:\"footer_1\";a:1:{i:0;s:22:\"mango_contact_widget-2\";}s:8:\"footer_2\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer_3\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:8:\"footer_4\";a:1:{i:0;s:6:\"text-2\";}s:8:\"footer_5\";a:0:{}s:5:\"Quote\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:2:{i:2;a:10:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:8:{i:1456492635;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:1456499119;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1456506739;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:1456523831;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:1456529462;a:2:{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;}}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:1456531200;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:1456790400;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'),(112,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.4.2-partial-1.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:5:\"4.4.1\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.4.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-rollback-1.zip\";}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:5:\"4.4.1\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1456488763;s:15:\"version_checked\";s:5:\"4.4.1\";s:12:\"translations\";a:0:{}}','yes'),(127,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1456488765;s:7:\"checked\";a:4:{s:5:\"mango\";s:5:\"1.0.5\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(128,'_site_transient_timeout_browser_d1019909fcf3bfc586ee4ffa8d990e75','1455746232','yes'),(131,'_site_transient_browser_d1019909fcf3bfc586ee4ffa8d990e75','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(134,'can_compress_scripts','1','yes'),(188,'_site_transient_timeout_wporg_theme_feature_list','1455152398','yes'),(191,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(197,'_transient_twentysixteen_categories','1','yes'),(205,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1455145285;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(208,'current_theme','Mango (shared on wplocker.com)','yes'),(211,'theme_mods_mango','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";i:460;s:11:\"mobile_menu\";i:460;s:11:\"footer_menu\";i:454;}}','yes'),(214,'theme_switched','','yes'),(215,'redux_version_upgraded_from','3.5.7.2','yes'),(227,'mango_settings','a:325:{s:8:\"last_tab\";s:1:\"8\";s:17:\"mango_compile_css\";s:1:\"1\";s:21:\"mango_body_typography\";a:9:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:7:\"#808080\";}s:16:\"mango_site_color\";s:7:\"#1e73be\";s:26:\"mango_site_alternate_color\";s:7:\"#1e73be\";s:10:\"css_editor\";s:36:\" \";s:20:\"mango_container_size\";s:2:\"no\";s:19:\"mango_theme_wrapper\";s:4:\"wide\";s:13:\"mango_bg_mode\";s:5:\"image\";s:15:\"mango_bg_select\";s:83:\"http://www.layootprinting.com/index/wp-content/themes/mango/images/bg-images/bg.jpg\";s:22:\"mango_bg_custom_select\";a:2:{s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:14:\"mango_bg_color\";s:0:\"\";s:15:\"mango_bg_repeat\";s:0:\"\";s:17:\"mango_bg_position\";s:0:\"\";s:13:\"mango_bg_size\";s:0:\"\";s:24:\"mango_content_background\";a:7:{s:16:\"background-color\";s:7:\"#FFFFFF\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:22:\"mango_customize_header\";s:1:\"1\";s:23:\"header_background_light\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:17:\"header_text_light\";s:7:\"#747474\";s:18:\"header_hover_light\";s:7:\"#ca1515\";s:16:\"header_box_light\";s:7:\"#ca1515\";s:22:\"header_background_dark\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:29:\"header_background_dark_bottom\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:16:\"header_text_dark\";s:7:\"#ffffff\";s:22:\"header_text_dark_hover\";s:7:\"#ca1515\";s:19:\"header_cart_bg_dark\";s:7:\"#000000\";s:25:\"header_cart_bg_dark_hover\";s:7:\"#ca1515\";s:21:\"header_cart_text_dark\";s:7:\"#8c8c8c\";s:27:\"header_cart_text_dark_hover\";s:7:\"#ffffff\";s:21:\"header_background_red\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:15:\"header_text_red\";s:7:\"#f68e8e\";s:16:\"header_prize_red\";s:7:\"#ffffff\";s:14:\"header_box_red\";s:0:\"\";s:16:\"header_hover_red\";s:7:\"#ffffff\";s:24:\"header_background_custom\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:31:\"header_background_custom_bottom\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:18:\"header_text_custom\";s:7:\"#ffffff\";s:24:\"header_text_custom_hover\";s:7:\"#ca1515\";s:17:\"header_box_custom\";s:7:\"#f5f5f5\";s:21:\"header_cart_bg_custom\";s:7:\"#ca1515\";s:27:\"header_cart_bg_custom_hover\";s:7:\"#262626\";s:23:\"header_cart_text_custom\";s:7:\"#f68e8e\";s:29:\"header_cart_text_custom_hover\";s:7:\"#ffffff\";s:29:\"header_background_side_header\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:23:\"header_text_side_header\";s:7:\"#ffffff\";s:24:\"header_prize_side_header\";s:7:\"#ca1515\";s:24:\"header_hover_side_header\";s:7:\"#ca1515\";s:24:\"header_background_nine17\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"mango_customize_menu\";s:1:\"1\";s:25:\"header_background_one_two\";s:7:\"#1e73be\";s:19:\"header_font_one_two\";s:7:\"#ffffff\";s:22:\"hover_font_color_h_1_2\";s:7:\"#ffffff\";s:30:\"header_background_chil_one_two\";s:7:\"#ffffff\";s:24:\"header_font_chil_one_two\";s:7:\"#323232\";s:30:\"hover_font_submenu_color_h_1_2\";s:0:\"\";s:23:\"header_background_three\";s:7:\"#ffffff\";s:17:\"header_font_three\";s:7:\"#3d3d3d\";s:20:\"hover_font_color_h_3\";s:7:\"#3d3d3d\";s:28:\"header_background_chil_three\";s:7:\"#ffffff\";s:22:\"header_font_chil_three\";s:7:\"#323232\";s:28:\"hover_font_submenu_color_h_3\";s:7:\"#ca1515\";s:22:\"header_background_four\";s:7:\"#ca1515\";s:16:\"header_font_four\";s:7:\"#ffffff\";s:20:\"hover_font_color_h_4\";s:7:\"#ffffff\";s:27:\"header_background_chil_four\";s:7:\"#ffffff\";s:21:\"header_font_chil_four\";s:7:\"#323232\";s:28:\"hover_font_submenu_color_h_4\";s:7:\"#ca1515\";s:26:\"header_background_five_six\";s:7:\"#ffffff\";s:20:\"header_font_five_six\";s:7:\"#3d3d3d\";s:22:\"hover_font_color_h_5_6\";s:7:\"#3d3d3d\";s:31:\"header_background_chil_five_six\";s:7:\"#ffffff\";s:25:\"header_font_chil_five_six\";s:7:\"#3d3d3d\";s:30:\"hover_font_submenu_color_h_5_6\";s:7:\"#ca1515\";s:21:\"header_background_7_8\";s:7:\"#ffffff\";s:15:\"header_font_7_8\";s:7:\"#3d3d3d\";s:22:\"hover_font_color_h_7_8\";s:7:\"#3d3d3d\";s:26:\"header_background_chil_7_8\";s:7:\"#ffffff\";s:20:\"header_font_chil_7_8\";s:7:\"#3d3d3d\";s:30:\"hover_font_submenu_color_h_7_8\";s:7:\"#ca1515\";s:13:\"header_font_9\";s:7:\"#3d3d3d\";s:20:\"hover_font_color_h_9\";s:7:\"#3d3d3d\";s:24:\"header_background_chil_9\";s:7:\"#ffffff\";s:18:\"header_font_chil_9\";s:7:\"#3d3d3d\";s:28:\"hover_font_submenu_color_h_9\";s:7:\"#ca1515\";s:20:\"header_background_11\";s:7:\"#ca1515\";s:14:\"header_font_11\";s:7:\"#ffffff\";s:21:\"hover_font_color_h_11\";s:7:\"#ffffff\";s:25:\"header_background_chil_11\";s:7:\"#ffffff\";s:19:\"header_font_chil_11\";s:7:\"#3d3d3d\";s:29:\"hover_font_submenu_color_h_11\";s:7:\"#ca1515\";s:20:\"header_font_12_18_20\";s:7:\"#ffffff\";s:27:\"hover_font_color_h_12_18_20\";s:7:\"#ffffff\";s:25:\"header_font_chil_12_18_20\";s:7:\"#3d3d3d\";s:35:\"hover_font_submenu_color_h_12_18_20\";s:7:\"#ca1515\";s:20:\"header_background_13\";s:7:\"#ca1515\";s:14:\"header_font_13\";s:7:\"#ffffff\";s:21:\"hover_font_color_h_13\";s:7:\"#ffffff\";s:25:\"header_background_chil_13\";s:7:\"#ffffff\";s:19:\"header_font_chil_13\";s:7:\"#3d3d3d\";s:29:\"hover_font_submenu_color_h_13\";s:7:\"#ca1515\";s:20:\"header_background_14\";s:7:\"#ffffff\";s:14:\"header_font_14\";s:7:\"#3d3d3d\";s:21:\"hover_font_color_h_14\";s:7:\"#3d3d3d\";s:25:\"header_background_chil_14\";s:7:\"#ffffff\";s:19:\"header_font_chil_14\";s:7:\"#3d3d3d\";s:29:\"hover_font_submenu_color_h_14\";s:7:\"#ca1515\";s:20:\"header_background_16\";s:7:\"#ffffff\";s:14:\"header_font_16\";s:7:\"#3d3d3d\";s:21:\"hover_font_color_h_16\";s:7:\"#3d3d3d\";s:25:\"header_background_chil_16\";s:7:\"#ffffff\";s:19:\"header_font_chil_16\";s:7:\"#3d3d3d\";s:29:\"hover_font_submenu_color_h_16\";s:7:\"#ca1515\";s:17:\"header_font_19_21\";s:7:\"#3d3d3d\";s:24:\"hover_font_color_h_19_21\";s:7:\"#3d3d3d\";s:28:\"header_background_chil_19_21\";s:7:\"#ffffff\";s:22:\"header_font_chil_19_21\";s:7:\"#3d3d3d\";s:32:\"hover_font_submenu_color_h_19_21\";s:7:\"#ca1515\";s:23:\"mobile_menu_enable_size\";s:3:\"992\";s:27:\"mango_customize_mobile_menu\";s:1:\"0\";s:22:\"Mobile_Back_menu_color\";s:7:\"#3d3d3d\";s:22:\"mobile_text_menu_color\";s:7:\"#ffffff\";s:22:\"mobile_link_menu_color\";s:7:\"#ffffff\";s:20:\"mango_bread_title_bg\";s:6:\"bg-img\";s:23:\"mango_bread_title_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mango_use_parallax\";s:1:\"1\";s:26:\"mango_bread_title_bg_color\";s:7:\"#3483c0\";s:30:\"mango_bread_title_border_color\";s:7:\"#4f94c8\";s:23:\"mango_bread_title_color\";s:0:\"\";s:33:\"mango_enable_footer_customization\";s:1:\"0\";s:23:\"mango_footer_typography\";a:6:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:5:\"color\";s:7:\"#808080\";}s:28:\"mango_bg_custom_footer_light\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:20:\"footer_heading_color\";s:7:\"#343434\";s:17:\"footer_text_color\";s:7:\"#a6a6a6\";s:17:\"footer_link_color\";s:7:\"#989898\";s:23:\"footer_link_hover_color\";s:7:\"#ca1515\";s:24:\"footer_bottom_link_color\";s:7:\"#464646\";s:30:\"footer_bottom_link_hover_color\";s:7:\"#ca1515\";s:27:\"footer_copyright_text_color\";s:7:\"#7f7f7f\";s:37:\"footer_copyright_background_color_1_3\";s:7:\"#7f7f7f\";s:27:\"footer_copyright_link_color\";s:7:\"#ca1515\";s:33:\"footer_copyright_link_hover_color\";s:7:\"#989898\";s:27:\"mango_bg_custom_footer_dark\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:25:\"footer_heading_dark_color\";s:7:\"#ffffff\";s:22:\"footer_text_dark_color\";s:7:\"#a6a6a6\";s:22:\"footer_link_dark_color\";s:7:\"#a6a6a6\";s:28:\"footer_link_hover_dark_color\";s:7:\"#ffffff\";s:29:\"footer_bottom_link_dark_color\";s:7:\"#a6a6a6\";s:36:\"footer_bottom_link_hover_dark__color\";s:7:\"#ffffff\";s:32:\"footer_copyright_text_dark_color\";s:7:\"#7f7f7f\";s:38:\"footer_copyright_background_dark_color\";s:7:\"#7f7f7f\";s:32:\"footer_copyright_link_dark_color\";s:7:\"#b30f0f\";s:38:\"footer_copyright_link_hover_dark_color\";s:7:\"#a6a6a6\";s:28:\"mango_bg_custom_footer_three\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:30:\"footer_bottom_link_three_color\";s:7:\"#a6a6a6\";s:37:\"footer_bottom_link_hover_three__color\";s:7:\"#b30f0f\";s:33:\"footer_copyright_text_three_color\";s:7:\"#a6a6a6\";s:39:\"footer_copyright_background_three_color\";s:7:\"#a6a6a6\";s:33:\"footer_copyright_link_three_color\";s:7:\"#b30f0f\";s:39:\"footer_copyright_link_hover_three_color\";s:7:\"#a6a6a6\";s:26:\"mango_bg_custom_footer_top\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:22:\"footer_top_title_color\";s:7:\"#a6a6a6\";s:21:\"footer_top_link_color\";s:7:\"#b30f0f\";s:22:\"footer_top_hover_color\";s:7:\"#a6a6a6\";s:4:\"logo\";a:5:{s:3:\"url\";s:71:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png\";s:2:\"id\";s:4:\"8014\";s:6:\"height\";s:2:\"60\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:78:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo-150x60.png\";}s:11:\"footer_logo\";a:5:{s:3:\"url\";s:71:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png\";s:2:\"id\";s:4:\"8014\";s:6:\"height\";s:2:\"60\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:78:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo-150x60.png\";}s:18:\"icon-iphone-retina\";a:5:{s:3:\"url\";s:71:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png\";s:2:\"id\";s:4:\"8014\";s:6:\"height\";s:2:\"60\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:78:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo-150x60.png\";}s:9:\"icon-ipad\";a:5:{s:3:\"url\";s:87:\"http://www.layootprinting.com/index/wp-content/themes/mango/images/icons/faviconx72.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"icon-ipad-retina\";a:5:{s:3:\"url\";s:71:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png\";s:2:\"id\";s:4:\"8014\";s:6:\"height\";s:2:\"60\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:78:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo-150x60.png\";}s:12:\"mango_jscode\";s:66:\" (function ($) {\r\n\r\n})(jQuery); \";s:17:\"mango_site_header\";s:1:\"3\";s:23:\"mango_side_header_large\";s:1:\"1\";s:18:\"show-wpml-switcher\";s:1:\"0\";s:22:\"show-currency-switcher\";s:1:\"0\";s:19:\"header_social_icons\";s:1:\"1\";s:13:\"show-minicart\";s:1:\"1\";s:20:\"show-wishlist-button\";s:1:\"1\";s:14:\"show-phoneinfo\";s:1:\"1\";s:10:\"phone_text\";s:52:\"<span class=\"hidden-sm\">Any question?</span> Call Us\";s:12:\"phone_number\";s:12:\"+987 123 654\";s:25:\"mango_header13_left_title\";s:18:\"Product Categories\";s:25:\"mango_header14_menu_title\";s:4:\"Menu\";s:15:\"show-searchform\";s:1:\"1\";s:24:\"search_field_placeholder\";s:23:\"Type text and hit enter\";s:26:\"mango_search_dropdown_post\";s:8:\"category\";s:31:\"mango_search_dropdown_portfolio\";s:18:\"portfolio_category\";s:29:\"mango_search_dropdown_product\";s:16:\"product_category\";s:9:\"search-id\";s:1:\"1\";s:20:\"mango_header_8_boxes\";s:1:\"3\";s:21:\"mango_header_11_boxes\";s:1:\"2\";s:21:\"mango_header_13_boxes\";s:1:\"2\";s:21:\"mango_header_16_boxes\";s:1:\"1\";s:23:\"mango_header_box_icon_1\";s:0:\"\";s:32:\"mango_header_box_icon_bordered_1\";s:1:\"0\";s:24:\"mango_header_box_title_1\";s:0:\"\";s:27:\"mango_header_box_subtitle_1\";s:0:\"\";s:23:\"mango_header_box_icon_2\";s:0:\"\";s:32:\"mango_header_box_icon_bordered_2\";s:1:\"0\";s:24:\"mango_header_box_title_2\";s:0:\"\";s:27:\"mango_header_box_subtitle_2\";s:0:\"\";s:23:\"mango_header_box_icon_3\";s:0:\"\";s:32:\"mango_header_box_icon_bordered_3\";s:1:\"1\";s:24:\"mango_header_box_title_3\";s:0:\"\";s:27:\"mango_header_box_subtitle_3\";s:0:\"\";s:21:\"mango_hide_breadcrumb\";s:1:\"0\";s:21:\"mango_hide_page_title\";s:1:\"0\";s:21:\"breadcrumbs-separator\";s:1:\">\";s:25:\"mango_breadcrumb_use_full\";s:1:\"0\";s:22:\"mango_bread_title_size\";s:5:\"small\";s:17:\"mango_page_layout\";s:4:\"left\";s:23:\"mango_page_sidebar_left\";s:14:\"page-sidebar-1\";s:24:\"mango_page_sidebar_right\";s:14:\"page-sidebar-2\";s:12:\"page-comment\";s:1:\"0\";s:22:\"mango_coming_soon_mode\";s:1:\"0\";s:22:\"mango_coming_soon_page\";s:0:\"\";s:24:\"mango_social_share_label\";s:13:\"Share social:\";s:17:\"mango_footer_type\";s:1:\"7\";s:31:\"mango_top_footer_widget_columns\";s:1:\"3\";s:34:\"mango_top_footer_widget_v2_columns\";s:1:\"3\";s:27:\"mango_footer_widget_columns\";s:1:\"4\";s:29:\"mango_hide_footer_top_widgets\";s:1:\"1\";s:22:\"mango_hide_footer_menu\";s:1:\"0\";s:15:\"mango_copyright\";s:88:\"Created with by <a href=\"https://www.bestamazon.us\">Best Amazon</a>. All right reserved\";s:19:\"mango_hide_payments\";s:1:\"0\";s:20:\"mango_payments_image\";a:5:{s:3:\"url\";s:87:\"http://www.layootprinting.com/index/wp-content/themes/mango/images/default/payments.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"mango_blog_layout\";s:4:\"left\";s:23:\"mango_blog_sidebar_left\";s:14:\"blog-sidebar-1\";s:24:\"mango_blog_sidebar_right\";s:14:\"blog-sidebar-2\";s:15:\"mango_blog_type\";s:7:\"classic\";s:26:\"mango_blog_masonry_columns\";s:1:\"3\";s:19:\"mango_exclude_posts\";s:0:\"\";s:16:\"mango_blog_title\";s:4:\"Blog\";s:26:\"mango_blog_pagination_type\";s:10:\"pagination\";s:26:\"mango_hide_blog_post_title\";s:1:\"0\";s:18:\"mango_blog_excerpt\";s:1:\"0\";s:25:\"mango_blog_excerpt_length\";s:2:\"80\";s:18:\"mango_excerpt_type\";s:4:\"html\";s:27:\"mango_hide_blog_post_author\";s:1:\"0\";s:29:\"mango_hide_blog_post_category\";s:1:\"0\";s:25:\"mango_hide_blog_post_tags\";s:1:\"0\";s:17:\"mango_post_layout\";s:4:\"left\";s:23:\"mango_post_sidebar_left\";s:19:\"single-post-sidebar\";s:24:\"mango_post_sidebar_right\";s:19:\"single-post-sidebar\";s:19:\"mango_post_page_nav\";s:1:\"1\";s:22:\"mango_hide_post_author\";s:1:\"0\";s:24:\"mango_hide_post_category\";s:1:\"0\";s:20:\"mango_hide_post_tags\";s:1:\"0\";s:19:\"mango_post_comments\";s:1:\"1\";s:22:\"mango_portfolio_layout\";s:4:\"left\";s:28:\"mango_portfolio_sidebar_left\";s:0:\"\";s:29:\"mango_portfolio_sidebar_right\";s:0:\"\";s:21:\"mango_portfolio_style\";s:7:\"default\";s:26:\"mango_portfolio_page_style\";s:4:\"grid\";s:26:\"mango_portfolio_full_width\";s:2:\"no\";s:23:\"mango_portfolio_columns\";s:1:\"3\";s:29:\"mango_portfolio_single_layout\";s:4:\"left\";s:35:\"mango_portfolio_single_sidebar_left\";s:0:\"\";s:36:\"mango_portfolio_single_sidebar_right\";s:0:\"\";s:27:\"mango_portfolio_single_type\";s:5:\"boxed\";s:28:\"mango_portfolio_related_work\";s:1:\"0\";s:23:\"mango_portfolio_comment\";s:1:\"0\";s:28:\"mango_product_featured_label\";s:1:\"1\";s:32:\"mango_product_featured_label_pos\";s:0:\"\";s:33:\"mango_product_featured_label_type\";s:13:\"label-default\";s:33:\"mango_product_featured_label_text\";s:3:\"Hot\";s:24:\"mango_product_sale_label\";s:1:\"1\";s:28:\"mango_product_sale_label_pos\";s:0:\"\";s:29:\"mango_product_sale_label_type\";s:13:\"label-default\";s:34:\"mango_product_sale_label_text_type\";s:14:\"per_sale_price\";s:29:\"mango_product_sale_label_text\";s:4:\"Sale\";s:23:\"mango_product_new_label\";s:1:\"1\";s:28:\"mango_product_new_label_time\";s:1:\"7\";s:27:\"mango_product_new_label_pos\";s:0:\"\";s:28:\"mango_product_new_label_type\";s:13:\"label-default\";s:28:\"mango_product_new_label_text\";s:3:\"New\";s:29:\"mango_show_add_to_cart_button\";s:1:\"1\";s:16:\"mango_show_price\";s:1:\"1\";s:26:\"mango_show_wishlist_button\";s:1:\"1\";s:25:\"mango_show_compare_button\";s:1:\"1\";s:27:\"mango_show_product_category\";s:1:\"1\";s:23:\"mango_show_product_tags\";s:1:\"1\";s:19:\"mango_products_view\";s:4:\"grid\";s:27:\"mango_products_grid_version\";s:3:\"v_1\";s:27:\"mango_products_list_version\";s:4:\"list\";s:27:\"mango_products_grid_columns\";s:1:\"4\";s:22:\"mango_products_perpage\";s:7:\"9,15,30\";s:17:\"mango_shop_layout\";s:4:\"left\";s:23:\"mango_shop_sidebar_left\";s:14:\"page-sidebar-1\";s:24:\"mango_shop_sidebar_right\";s:14:\"page-sidebar-2\";s:24:\"mango_product_page_style\";s:3:\"v_1\";s:20:\"mango_product_layout\";s:4:\"left\";s:26:\"mango_product_sidebar_left\";s:22:\"single-product-sidebar\";s:27:\"mango_product_sidebar_right\";s:22:\"single-product-sidebar\";s:29:\"mango_product_bottom_products\";a:4:{s:8:\"Featured\";s:17:\"Featured Products\";s:7:\"Popular\";s:16:\"Popular Products\";s:8:\"TopRated\";s:18:\"Top Rated Products\";s:6:\"Latest\";s:15:\"Latest Products\";}s:18:\"mango_woo_cart_ver\";s:3:\"v_1\";s:15:\"mango_404_title\";s:3:\"404\";s:18:\"mango_404_subtitle\";s:14:\"Page Not Found\";s:17:\"mango_404_content\";s:104:\"The page you requested does not exist. <a title=\"Homepage\" href=\"#\">Click here</a> to continue shopping.\";s:24:\"mango_google_map_address\";s:0:\"\";s:22:\"mango_map_social_icons\";s:1:\"1\";s:10:\"mango_mail\";s:0:\"\";s:8:\"mango_fb\";s:24:\"https://www.facebook.com\";s:13:\"mango_twitter\";s:23:\"https://www.twitter.com\";s:11:\"mango_gmail\";s:0:\"\";s:8:\"mango_li\";s:0:\"\";s:9:\"mango_pin\";s:24:\"http://www.pinterest.com\";s:11:\"mango_vimeo\";s:0:\"\";s:13:\"mango_youtube\";s:23:\"https://www.youtube.com\";s:12:\"mango_flickr\";s:0:\"\";s:15:\"mango_instagram\";s:25:\"https://www.instagram.com\";s:13:\"mango_behance\";s:0:\"\";s:14:\"mango_dribbble\";s:0:\"\";s:11:\"mango_skype\";s:0:\"\";s:16:\"mango_skype_tell\";s:0:\"\";s:16:\"mango_soundcloud\";s:0:\"\";s:10:\"mango_yelp\";s:0:\"\";s:12:\"mango_tumblr\";s:0:\"\";s:16:\"mango_deviantart\";s:0:\"\";s:11:\"mango_weibo\";s:0:\"\";s:12:\"mango_github\";s:0:\"\";s:16:\"mango_slideshare\";s:0:\"\";s:12:\"mango_reddit\";s:0:\"\";s:10:\"mango_digg\";s:0:\"\";s:10:\"mango_xing\";s:0:\"\";s:17:\"mango_search_type\";s:7:\"Product\";s:31:\"mango_breadcrumb_title_position\";s:4:\"left\";}','yes'),(230,'mango_settings-transients','a:3:{s:14:\"changed_values\";a:3:{s:8:\"last_tab\";s:1:\"0\";s:23:\"mango_side_header_large\";s:1:\"0\";s:32:\"mango_header_box_icon_bordered_3\";s:1:\"0\";}s:9:\"last_save\";i:1455382660;s:13:\"last_compiler\";i:1455382138;}','yes'),(236,'widget_iconizewidgettaxonomies','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(239,'iconize-notifier-cache','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<notifier>\n <latest>1.1.4</latest>\n <changelog>\n<![CDATA[\n<h4>Version 1.1.4</h4>\n<ul>\n<li>Fixed bug with loading editor plugin scripts on WP 3.9</li>\n</ul>\n<h4>Version 1.1.3</h4>\n<ul>\n<li>Added widget autoupdate to widget title icon option in theme customizer</li>\n<li>Added options to display icon after menu item title and widget title</li>\n<li>Added compatibility with Black Studio TinyMCE Widget</li>\n<li>Fixed php warning on tag cloud</li>\n</ul>\n<h4>Version 1.1.2</h4>\n<ul>\n<li>Added TinyMCE 4 compatibility - WordPress 3.9</li>\n<li>Two minor bug fixes</li>\n</ul>\n<h4>Version 1.1.1</h4>\n<ul>\n<li>Added \"Icon\" column to taxonomy settings screen</li>\n<li>Ability to override icon colors added to \"Iconized Taxonomies\" widget</li>\n<li>Updated font - Genericons</li>\n<li>Updated font - Dashicons</li>\n<li>Updated documentation and .POT file</li>\n<li>CSS fixes</li>\n</ul>\n<h4>Version 1.1.0</h4>\n<ul>\n<li>New component - Taxonomy icons</li>\n<li>New transforms, animations, hover effects</li>\n<li>Ability to apply parent hover color added to dialog</li>\n<li>Ability to enter custom icon size added to dialog ( editor dialog only )</li>\n<li>Added compatibility with Widget Customizer Plugin</li>\n<li>Added CSS RTL support</li>\n<li>CSS fixes</li>\n<li>Other small improvements</li>\n</ul>\n<h4>Version 1.0.1</h4>\n<ul>\n<li>Minor CSS fixes</li>\n<li>Minor autocomplete bug fix</li>\n<li>Fixed tinymce editor plugin compatibility with wp link plugin</li>\n</ul>\n<h4>Version 1.0.0</h4>\n<ul>\n<li>Initial release.</li>\n</ul>\n]]>\n </changelog>\n</notifier>','yes'),(242,'iconize-notifier-cache-last-updated','1456488734','yes'),(250,'widget_banner','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(253,'widget_mango_contact_widget','a:2:{i:2;a:16:{s:5:\"title\";s:0:\"\";s:7:\"address\";s:0:\"\";s:5:\"phone\";s:12:\"809.701.6756\";s:5:\"email\";s:27:\"servicio@layootprinting.com\";s:11:\"description\";s:77:\"# 281, local 103, Bella Vista, Sto. Dgo., R.D.\r\nAvenida Rómulo Betancourt\r\n\";s:4:\"link\";s:0:\"\";s:3:\"img\";s:71:\"http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png\";s:3:\"tab\";N;s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(256,'widget_mango_testimonials_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_mango_clients_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_mango_information_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_mango_recent_post_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_videowidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(293,'vc_version','4.7.4','yes'),(299,'woocommerce_default_country','DO','yes'),(302,'woocommerce_allowed_countries','specific','yes'),(305,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(308,'woocommerce_default_customer_address','geolocation','yes'),(311,'woocommerce_demo_store','no','yes'),(314,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(317,'woocommerce_currency','USD','yes'),(320,'woocommerce_currency_pos','left','yes'),(323,'woocommerce_price_thousand_sep',',','yes'),(326,'woocommerce_price_decimal_sep','.','yes'),(329,'woocommerce_price_num_decimals','2','yes'),(332,'woocommerce_weight_unit','kg','yes'),(335,'woocommerce_dimension_unit','cm','yes'),(338,'woocommerce_enable_review_rating','yes','no'),(341,'woocommerce_review_rating_required','yes','no'),(344,'woocommerce_review_rating_verification_label','yes','no'),(347,'woocommerce_review_rating_verification_required','yes','no'),(350,'woocommerce_shop_page_id','18','yes'),(353,'woocommerce_shop_page_display','','yes'),(356,'woocommerce_category_archive_display','','yes'),(359,'woocommerce_default_catalog_orderby','menu_order','yes'),(362,'woocommerce_cart_redirect_after_add','no','yes'),(365,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(368,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(371,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(374,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(377,'woocommerce_enable_lightbox','yes','yes'),(380,'woocommerce_manage_stock','yes','yes'),(383,'woocommerce_hold_stock_minutes','60','no'),(386,'woocommerce_notify_low_stock','yes','no'),(389,'woocommerce_notify_no_stock','yes','no'),(392,'woocommerce_stock_email_recipient','bulbulahamed9630@gmail.com','no'),(395,'woocommerce_notify_low_stock_amount','2','no'),(398,'woocommerce_notify_no_stock_amount','0','no'),(401,'woocommerce_hide_out_of_stock_items','no','yes'),(404,'woocommerce_stock_format','','yes'),(407,'woocommerce_file_download_method','force','no'),(410,'woocommerce_downloads_require_login','no','no'),(413,'woocommerce_downloads_grant_access_after_payment','yes','no'),(416,'woocommerce_calc_taxes','yes','yes'),(419,'woocommerce_prices_include_tax','no','yes'),(422,'woocommerce_tax_based_on','shipping','yes'),(425,'woocommerce_shipping_tax_class','','yes'),(428,'woocommerce_tax_round_at_subtotal','no','yes'),(431,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(434,'woocommerce_tax_display_shop','excl','yes'),(437,'woocommerce_tax_display_cart','excl','no'),(440,'woocommerce_price_display_suffix','18','yes'),(443,'woocommerce_tax_total_display','itemized','no'),(446,'woocommerce_enable_coupons','yes','no'),(449,'woocommerce_calc_discounts_sequentially','yes','no'),(452,'woocommerce_enable_guest_checkout','yes','no'),(455,'woocommerce_force_ssl_checkout','no','yes'),(458,'woocommerce_unforce_ssl_checkout','no','yes'),(461,'woocommerce_cart_page_id','19','yes'),(464,'woocommerce_checkout_page_id','20','yes'),(467,'woocommerce_terms_page_id','','no'),(470,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(473,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(476,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(479,'woocommerce_calc_shipping','yes','yes'),(482,'woocommerce_enable_shipping_calc','yes','no'),(485,'woocommerce_shipping_cost_requires_address','no','no'),(488,'woocommerce_ship_to_destination','billing','no'),(491,'woocommerce_ship_to_countries','specific','yes'),(494,'woocommerce_specific_ship_to_countries','a:1:{i:0;s:2:\"US\";}','yes'),(497,'woocommerce_myaccount_page_id','21','yes'),(500,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(503,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(506,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(509,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(512,'woocommerce_logout_endpoint','customer-logout','yes'),(515,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(518,'woocommerce_enable_myaccount_registration','yes','no'),(521,'woocommerce_enable_checkout_login_reminder','yes','no'),(524,'woocommerce_registration_generate_username','yes','no'),(527,'woocommerce_registration_generate_password','no','no'),(530,'woocommerce_email_from_name','Layoot Printing','no'),(533,'woocommerce_email_from_address','leslylafond@gmail.com','no'),(536,'woocommerce_email_header_image','','no'),(539,'woocommerce_email_footer_text','Layoot Printing','no'),(542,'woocommerce_email_base_color','#557da1','no'),(545,'woocommerce_email_background_color','#f5f5f5','no'),(548,'woocommerce_email_body_background_color','#fdfdfd','no'),(551,'woocommerce_email_text_color','#505050','no'),(554,'woocommerce_api_enabled','yes','yes'),(560,'woocommerce_admin_notices','a:0:{}','yes'),(569,'woocommerce_db_version','2.5.2','yes'),(572,'woocommerce_version','2.5.2','yes'),(586,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(589,'widget_mango_product_banner_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(592,'widget_mango_woocommerce_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(595,'widget_woocommerce_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(598,'widget_mango_related_product','a:2:{i:2;a:10:{s:5:\"title\";s:23:\" Productos relacionados\";s:6:\"number\";s:1:\"3\";s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(601,'widget_woocommerce_category','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(604,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(607,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(610,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(613,'widget_woocommerce_price_filter','a:2:{i:2;a:9:{s:5:\"title\";s:15:\"Filter by price\";s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(616,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(619,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(622,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(625,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(628,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(631,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(634,'widget_woocommerce_top_rated_products','a:2:{i:2;a:10:{s:5:\"title\";s:21:\"Los mejores productos\";s:6:\"number\";i:3;s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";s:13:\"icon_position\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(637,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(641,'_transient_timeout__redux_activation_redirect','1456489422','no'),(644,'_transient__redux_activation_redirect','1','no'),(646,'woocommerce_meta_box_errors','a:0:{}','yes'),(653,'wpcf7','a:1:{s:7:\"version\";s:3:\"4.4\";}','yes'),(670,'revslider_checktables','1','yes'),(673,'revslider-static-css','.tp-caption a.btn.btn-white.custom.btn-border.btn-sm.min-width-xs.green{\n border-color: #7e6652 !important;\n color: #fff;\n}\n.tp-caption a.btn.btn-white.custom.btn-border.btn-sm.min-width-xs.green:hover{\n background-color: #7e6652;\n border-color: #7e6652;\n color: #fff;\n }\n \n\n.tp-caption a.btn.btn-white.dark.btn-border.btn-sm.min-width-xs.custom:hover {\ncolor:white;\nbackground:black;\nborder-color:black !important;\n }\n\n\n.tp-caption a.btn.btn-white.btn-sm.min-width-xs{\n transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out !important;\n -webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out !important;\n}\n.tp-caption a.btn.btn-white.btn-sm.min-width-xs: hover{\ncolor: white;\n}\n\n.tp-caption.rev-btn .btn-white.dark.btn-border {\n border-color: #dadada !important;\n color: #373737;\n}\n.tp-caption.rev-btn .btn-white.btn-border {\n border-color: rgba(255, 255, 255, 0.5) !important;\n color: #373737;\n}\n\n\n \n.tp-caption a.btn.btn-white.dark.btn-border.btn-sm.min-width-xs:hover {\n color: white !important;\n}\n\n.tp-caption a.btn.btn-white.dark.btn-border.btn-sm.min-width-xs {\n border-color: #dadada;\n color: #373737 !important;\n}\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.border-orange {\n border-color: #cfbdac;\n color: #fff;\n}\n\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs {\n border-color: rgba(255,255,255,0.6);\n border-width: 2px !important;\n transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out !important;\n -webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out !important;\n}\n\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo1:hover {\n border: 2px solid #66900d !important;\n}\n \n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo2:hover {\n border: 2px solid #dc42b2 !important;\n}\n\n \n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo4:hover {\n border: 2px solid #0f51a3 !important;\n}\n \n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo8:hover {\n border: 2px solid #5f573a !important;\n}\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo12:hover {\n border: 2px solid #901794 !important;\n}\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo16:hover {\n border: 2px solid #03b4ea !important;\n}\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo18:hover {\n border: 2px solid #c2a325 !important;\n}\n\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo19:hover {\n border: 2px solid #ca1515 !important;\n}\n\n.tp-caption a.btn.btn-white.btn-border.btn-sm.min-width-xs.demo20:hover {\n border: 2px solid #ca1515 !important;\n}\n\n\n\n\n.tp-caption .btn-white:hover {\n color: #fff !important;\n}\n\n.tp-caption .btn-custom3 {\n color: #333333 !important;\n background-color: #f2f2f2;\n border-color: #f2f2f2;\n text-transform: uppercase;\n letter-spacing: 0.6px;\n}\n\n .tp-caption .btn-custom3:hover {\n color: white !important;\n \n }\n \n\n.tp-caption .btn.btn-border.btn-white {\n color: #fff !important;\n }\n.tp-caption .btn.min-width-xs {\n min-width: 130px !important;\n }\n .tp-caption .btn-sm,.tp-caption .btn-group-sm > .btn {\n padding: 7.5px 15px !important;\n font-size: 12px !important;\n \n}\n.tp-caption .btn-white {\n color: #171717 !important;\n }\n.tp-caption.rev-btn .btn-sm.btn-border {\n border-color: #bcbcbc !important;\n color: #373737 !important;\n border-width: 2px !important;\n padding: 6px 15px;\n}\n\n.tp-caption.rev-btn .btn-sm.btn-border:hover {\ncolor: white !important;\n}\n/*-------Slider button----------*/\n\n\n\n\n\n\n\n\n.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.largeredbtn { \nfont-family: \"Raleway\", sans-serif;\nfont-weight: 900;\nfont-size: 16px;\nline-height: 60px;\ncolor: #fff !important;\ntext-decoration: none;\npadding-left: 40px;\npadding-right: 80px;\npadding-top: 22px;\npadding-bottom: 22px;\nbackground: rgb(234,91,31); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ea5b1f\', endColorstr=\'#e33a0c\',GradientType=0 ); /* IE6-9 */\n}\n\n.largeredbtn:hover {\nbackground: rgb(227,58,12); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e33a0c\', endColorstr=\'#ea5b1f\',GradientType=0 ); /* IE6-9 */ \n}\n\n.fullrounded img {\n -webkit-border-radius: 400px;\n-moz-border-radius: 400px;\nborder-radius: 400px; \n }\n.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.largeredbtn { \nfont-family: \"Raleway\", sans-serif;\nfont-weight: 900;\nfont-size: 16px;\nline-height: 60px;\ncolor: #fff !important;\ntext-decoration: none;\npadding-left: 40px;\npadding-right: 80px;\npadding-top: 22px;\npadding-bottom: 22px;\nbackground: rgb(234,91,31); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ea5b1f\', endColorstr=\'#e33a0c\',GradientType=0 ); /* IE6-9 */\n}\n\n.largeredbtn:hover {\nbackground: rgb(227,58,12); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e33a0c\', endColorstr=\'#ea5b1f\',GradientType=0 ); /* IE6-9 */ \n}\n\n.fullrounded img {\n -webkit-border-radius: 400px;\n-moz-border-radius: 400px;\nborder-radius: 400px; \n }\n.color-blue{\ncolor: #1f97ff;\n}\n.color-blue{\ncolor: #1f97ff;\n}\n.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.largeredbtn { \nfont-family: \"Raleway\", sans-serif;\nfont-weight: 900;\nfont-size: 16px;\nline-height: 60px;\ncolor: #fff !important;\ntext-decoration: none;\npadding-left: 40px;\npadding-right: 80px;\npadding-top: 22px;\npadding-bottom: 22px;\nbackground: rgb(234,91,31); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ea5b1f\', endColorstr=\'#e33a0c\',GradientType=0 ); /* IE6-9 */\n}\n\n.largeredbtn:hover {\nbackground: rgb(227,58,12); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e33a0c\', endColorstr=\'#ea5b1f\',GradientType=0 ); /* IE6-9 */ \n}\n\n.fullrounded img {\n -webkit-border-radius: 400px;\n-moz-border-radius: 400px;\nborder-radius: 400px; \n }\n.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.largeredbtn { \nfont-family: \"Raleway\", sans-serif;\nfont-weight: 900;\nfont-size: 16px;\nline-height: 60px;\ncolor: #fff !important;\ntext-decoration: none;\npadding-left: 40px;\npadding-right: 80px;\npadding-top: 22px;\npadding-bottom: 22px;\nbackground: rgb(234,91,31); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ea5b1f\', endColorstr=\'#e33a0c\',GradientType=0 ); /* IE6-9 */\n}\n\n.largeredbtn:hover {\nbackground: rgb(227,58,12); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e33a0c\', endColorstr=\'#ea5b1f\',GradientType=0 ); /* IE6-9 */ \n}\n\n.fullrounded img {\n -webkit-border-radius: 400px;\n-moz-border-radius: 400px;\nborder-radius: 400px; \n }\n \n@media(min-width: 320px) and (max-width:600px){\n .rev_slider .tp-caption .btn-sm, .rev_slider .tp-caption .btn-group-sm > .btn{\n padding: 5px !important;\n }\n}\n@media (max-width: 768px){\n .rev_slider .tp-caption .btn-sm, .tp-caption .btn-group-sm > .btn{\n font-size: 100% !important;\n }\n .rev_slider .tp-caption .btn.min-width-xs{\n min-width:100% !important;\n }\n}\n@media (min-width: 770px) and (max-width: 1024px) {\n .rev_slider .tp-caption .btn.min-width-xs{\n min-width:100% !important;\n font-size: 100% !important;\n }\n}\n@media (min-width: 768px){\n #rev_slider_14_1 >ul li {\n height: 99% !important;\n }\n} \n \n@media(min-width: 1025px) and (max-width:1199px){\n .rev_slider .tp-caption .btn.min-width-xs{\n min-width:inherit !important;\n }\n}','yes'),(676,'revslider-update-check-short','1456488707','yes'),(677,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(692,'scporder_install','1','yes'),(697,'subscribe2_options','a:40:{s:7:\"autosub\";s:2:\"no\";s:15:\"newreg_override\";s:2:\"no\";s:8:\"wpregdef\";s:2:\"no\";s:10:\"autoformat\";s:4:\"post\";s:12:\"show_autosub\";s:3:\"yes\";s:11:\"autosub_def\";s:3:\"yes\";s:12:\"comment_subs\";s:2:\"no\";s:11:\"comment_def\";s:2:\"no\";s:17:\"one_click_profile\";s:2:\"no\";s:8:\"bcclimit\";i:1;s:11:\"admin_email\";s:4:\"subs\";s:8:\"tracking\";s:0:\"\";s:6:\"s2page\";i:0;s:10:\"stylesheet\";s:3:\"yes\";s:5:\"pages\";s:2:\"no\";s:8:\"password\";s:2:\"no\";s:8:\"stickies\";s:2:\"no\";s:7:\"private\";s:2:\"no\";s:10:\"email_freq\";s:5:\"never\";s:10:\"cron_order\";s:4:\"desc\";s:10:\"compulsory\";s:0:\"\";s:7:\"exclude\";s:0:\"\";s:6:\"sender\";s:8:\"blogname\";s:12:\"reg_override\";s:1:\"1\";s:9:\"show_meta\";s:1:\"0\";s:11:\"show_button\";s:1:\"1\";s:4:\"ajax\";s:1:\"0\";s:6:\"widget\";s:1:\"1\";s:13:\"counterwidget\";s:1:\"0\";s:14:\"s2meta_default\";s:1:\"0\";s:7:\"entries\";i:25;s:6:\"barred\";s:0:\"\";s:15:\"exclude_formats\";s:0:\"\";s:8:\"mailtext\";s:215:\"{BLOGNAME} has posted a new item, \'{TITLE}\'\n\n{POST}\n\nYou may view the latest post at\n{PERMALINK}\n\nYou received this e-mail because you asked to be notified when new updates are posted.\nBest regards,\n{MYNAME}\n{EMAIL}\";s:20:\"notification_subject\";s:20:\"[{BLOGNAME}] {TITLE}\";s:13:\"confirm_email\";s:229:\"{BLOGNAME} has received a request to {ACTION} for this email address. To complete your request please click on the link below:\n\n{LINK}\n\nIf you did not request this, please feel free to disregard this notice!\n\nThank you,\n{MYNAME}.\";s:15:\"confirm_subject\";s:40:\"[{BLOGNAME}] Please confirm your request\";s:12:\"remind_email\";s:348:\"This email address was subscribed for notifications at {BLOGNAME} ({BLOGLINK}) but the subscription remains incomplete.\n\nIf you wish to complete your subscription please click on the link below:\n\n{LINK}\n\nIf you do not wish to complete your subscription please ignore this email and your address will be removed from our database.\n\nRegards,\n{MYNAME}\";s:14:\"remind_subject\";s:34:\"[{BLOGNAME}] Subscription Reminder\";s:7:\"version\";s:5:\"10.21\";}','yes'),(698,'widget_s2_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(700,'yit_recently_activated','a:0:{}','yes'),(704,'yith_wcwl_frontend_css_colors','s:1159:\"a:10:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_1\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:20:\"button_style_1_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_2\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#858484\";s:12:\"border_color\";s:7:\"#c6c6c6\";}s:20:\"button_style_2_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#6d6c6c\";s:12:\"border_color\";s:7:\"#FFFFFF\";}s:7:\"headers\";a:1:{s:10:\"background\";s:7:\"#F4F4F4\";}}\";','yes'),(707,'yith_wcwl_enabled','yes','yes'),(710,'yith_wcwl_wishlist_title','My wishlist on index','yes'),(713,'yith_wcwl_wishlist_page_id','11','yes'),(716,'yith_wcwl_redirect_cart','no','yes'),(719,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(722,'yith_wcwl_add_to_wishlist_text','Add to Wishlist','yes'),(725,'yith_wcwl_browse_wishlist_text','Browse Wishlist','yes'),(728,'yith_wcwl_already_in_wishlist_text','The product is already in the wishlist!','yes'),(731,'yith_wcwl_product_added_text','Product added!','yes'),(734,'yith_wcwl_add_to_cart_text','Add to Cart','yes'),(737,'yith_wcwl_price_show','yes','yes'),(740,'yith_wcwl_add_to_cart_show','yes','yes'),(743,'yith_wcwl_stock_show','yes','yes'),(746,'yith_wcwl_show_dateadded','no','yes'),(749,'yith_wcwl_repeat_remove_button','no','yes'),(752,'yith_wcwl_use_button','no','yes'),(755,'yith_wcwl_custom_css','','yes'),(758,'yith_wcwl_frontend_css','yes','yes'),(761,'yith_wcwl_rounded_corners','yes','yes'),(764,'yith_wcwl_add_to_wishlist_icon','none','yes'),(767,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(770,'yith_wcwl_share_fb','yes','yes'),(773,'yith_wcwl_share_twitter','yes','yes'),(776,'yith_wcwl_share_pinterest','yes','yes'),(779,'yith_wcwl_share_googleplus','yes','yes'),(782,'yith_wcwl_share_email','yes','yes'),(785,'yith_wcwl_socials_title','My wishlist on index','yes'),(788,'yith_wcwl_socials_text','','yes'),(791,'yith_wcwl_socials_image_url','','yes'),(794,'yith_wfbt_enable_integration','yes','yes'),(797,'widget_yith_woocommerce_ajax_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(800,'widget_yith-woo-ajax-navigation','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(803,'widget_yith-woo-ajax-reset-navigation','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(806,'widget_yith-woocompare-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(809,'yith-wcwl-page-id','11','yes'),(812,'yith_wcwl_version','2.0.13','yes'),(815,'yith_wcwl_db_version','2.0.0','yes'),(818,'yit_wcan_options','a:4:{s:29:\"yith_wcan_ajax_shop_container\";s:9:\".products\";s:30:\"yith_wcan_ajax_shop_pagination\";s:26:\"nav.woocommerce-pagination\";s:36:\"yith_wcan_ajax_shop_result_container\";s:25:\".woocommerce-result-count\";s:22:\"yith_wcan_custom_style\";s:0:\"\";}','yes'),(824,'yith_wcas_general_videobox','a:7:{s:11:\"plugin_name\";s:28:\"YITH WooCommerce Ajax Search\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:93:\"Upgrade to the PREMIUM VERSION\r\nof YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118917627\";s:15:\"video_image_url\";s:121:\"http://www.layootprinting.com/index/wp-content/plugins/yith-woocommerce-ajax-search/assets/images/ajax-search-premium.jpg\";s:17:\"video_description\";s:28:\"YITH WooCommerce Ajax Search\";}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:64:\"http://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(827,'yith_wcas_search_input_label','Search for products','yes'),(830,'yith_wcas_search_submit_label','Search','yes'),(833,'yith_wcas_min_chars','3','yes'),(836,'yith_wcas_posts_per_page','3','yes'),(839,'yith_woocompare_is_button','button','yes'),(842,'yith_woocompare_button_text','Compare','yes'),(845,'yith_woocompare_compare_button_in_product_page','yes','yes'),(848,'yith_woocompare_compare_button_in_products_list','no','yes'),(851,'yith_woocompare_auto_open','yes','yes'),(854,'yith_woocompare_table_text','Compare products','yes'),(857,'yith_woocompare_fields_attrs','all','yes'),(860,'yith_woocompare_price_end','yes','yes'),(863,'yith_woocompare_add_to_cart_end','no','yes'),(866,'yith_woocompare_image_size','a:3:{s:5:\"width\";i:220;s:6:\"height\";i:154;s:4:\"crop\";i:1;}','yes'),(869,'yith_wcwl_general_videobox','a:7:{s:11:\"plugin_name\";s:25:\"YITH WooCommerce Wishlist\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:89:\"Upgrade to the PREMIUM VERSION\nof YITH WOOCOMMERCE WISHLIST to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118797844\";s:15:\"video_image_url\";s:111:\"http://www.layootprinting.com/index/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg\";s:17:\"video_description\";s:0:\"\";}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:78:\"http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(872,'yith_woocompare_fields','a:6:{s:5:\"image\";b:1;s:5:\"title\";b:1;s:5:\"price\";b:1;s:11:\"add-to-cart\";b:1;s:11:\"description\";b:1;s:5:\"stock\";b:1;}','yes'),(878,'ultimate_row','enable','yes'),(881,'ultimate_animation','disable','yes'),(884,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:6892199;a:10:{s:2:\"id\";s:7:\"6892199\";s:4:\"type\";s:6:\"plugin\";s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"remote\";s:6:\"3.15.2\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:10:\"short_name\";s:0:\"\";s:12:\"product_name\";s:35:\"Ultimate Addons for Visual Composer\";s:7:\"version\";s:6:\"3.13.4\";}}}','yes'),(887,'ultimate_vc_addons_redirect','','yes'),(890,'ultimate_js','enable','yes'),(893,'ultimate_css','enable','yes'),(896,'ultimate_google_fonts','a:0:{}','yes'),(899,'ultimate_selected_google_fonts','a:0:{}','yes'),(911,'ultimate_updater','enabled','yes'),(914,'ultimate_constants','a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:0;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:0;}','yes'),(917,'ultimate_modules','a:38:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";}','yes'),(920,'smile_fonts','a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(928,'revslider-valid-notice','false','yes'),(971,'mango_init_theme','1','yes'),(973,'_site_transient_timeout_popular_importers_en_US','1455322510','yes'),(976,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(980,'_transient_timeout_geoip_152.166.114.29','1455760500','no'),(983,'_transient_geoip_152.166.114.29','DO','no'),(985,'_transient_timeout_geoip_152.166.114.232','1455768416','no'),(988,'_transient_geoip_152.166.114.232','DO','no'),(1028,'_transient_product_query-transient-version','1455396964','yes'),(1087,'recently_activated','a:0:{}','yes'),(1100,'_transient_timeout_geoip_61.151.218.118','1455793230','no'),(1103,'_transient_geoip_61.151.218.118','CN','no'),(1112,'_transient_timeout_geoip_69.58.178.56','1455794496','no'),(1115,'_transient_geoip_69.58.178.56','US','no'),(1147,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1150,'_transient_timeout_geoip_220.181.108.80','1455812731','no'),(1153,'_transient_geoip_220.181.108.80','CN','no'),(1154,'_transient_timeout_geoip_220.181.108.147','1455813001','no'),(1157,'_transient_geoip_220.181.108.147','CN','no'),(1169,'_transient_timeout_geoip_159.203.75.59','1455817647','no'),(1172,'_transient_geoip_159.203.75.59','US','no'),(1175,'_transient_timeout_geoip_61.135.190.102','1455823608','no'),(1178,'_transient_geoip_61.135.190.102','CN','no'),(1181,'_transient_timeout_geoip_61.135.190.103','1455823610','no'),(1184,'_transient_geoip_61.135.190.103','CN','no'),(1189,'_transient_timeout_geoip_192.99.107.235','1455828973','no'),(1192,'_transient_geoip_192.99.107.235','CA','no'),(1198,'_transient_timeout_geoip_179.53.46.91','1455829739','no'),(1201,'_transient_geoip_179.53.46.91','DO','no'),(1214,'_transient_timeout_geoip_141.8.143.180','1455846158','no'),(1217,'_transient_geoip_141.8.143.180','RU','no'),(1220,'_transient_timeout_geoip_141.8.143.174','1455846161','no'),(1223,'_transient_geoip_141.8.143.174','RU','no'),(1229,'_transient_timeout_geoip_100.43.81.150','1455846166','no'),(1232,'_transient_geoip_100.43.81.150','US','no'),(1234,'_transient_timeout_geoip_149.202.89.38','1455848694','no'),(1237,'_transient_geoip_149.202.89.38','DE','no'),(1252,'_transient_timeout_geoip_190.115.179.200','1455866693','no'),(1255,'_transient_geoip_190.115.179.200','HT','no'),(1258,'_transient_timeout_geoip_192.99.107.234','1455866865','no'),(1261,'_transient_geoip_192.99.107.234','CA','no'),(1262,'_transient_timeout_geoip_66.249.66.61','1455867558','no'),(1265,'_transient_geoip_66.249.66.61','US','no'),(1267,'_transient_timeout_geoip_66.249.66.173','1455867693','no'),(1270,'_transient_geoip_66.249.66.173','US','no'),(1273,'_transient_timeout_geoip_66.249.66.5','1455877384','no'),(1276,'_transient_geoip_66.249.66.5','US','no'),(1282,'_transient_timeout_geoip_66.249.66.181','1455877388','no'),(1285,'_transient_geoip_66.249.66.181','US','no'),(1288,'_transient_timeout_geoip_89.145.95.41','1455880546','no'),(1291,'_transient_geoip_89.145.95.41','GB','no'),(1297,'_transient_timeout_geoip_138.201.16.80','1455881413','no'),(1300,'_transient_geoip_138.201.16.80','DE','no'),(1304,'_transient_timeout_geoip_66.249.66.1','1455883268','no'),(1307,'_transient_geoip_66.249.66.1','US','no'),(1370,'_transient_timeout_geoip_86.132.215.24','1455888429','no'),(1373,'_transient_geoip_86.132.215.24','GB','no'),(1397,'_transient_timeout_geoip_144.76.7.107','1455889563','no'),(1400,'_transient_geoip_144.76.7.107','DE','no'),(1403,'_transient_timeout_geoip_45.123.41.2','1455889644','no'),(1406,'_transient_geoip_45.123.41.2','','no'),(1409,'_transient_timeout_external_ip_address_45.123.41.2','1455889644','no'),(1412,'_transient_external_ip_address_45.123.41.2','209.17.114.79','no'),(1421,'_transient_timeout_geoip_183.87.11.186','1455889755','no'),(1424,'_transient_geoip_183.87.11.186','IN','no'),(1427,'_transient_timeout_geoip_12.5.234.2','1455890243','no'),(1430,'_transient_geoip_12.5.234.2','US','no'),(1433,'woocommerce_paypal_settings','a:2:{s:7:\"enabled\";s:3:\"yes\";s:5:\"email\";s:21:\"leslylafond@gmail.com\";}','yes'),(1436,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(1439,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(1442,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(1445,'woocommerce_allow_tracking','yes','yes'),(1448,'woocommerce_tracker_last_send','1455925832','yes'),(1453,'_transient_timeout_wc_addons_sections','1455893216','no'),(1456,'_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'),(1459,'_transient_timeout_wc_addons_section_featured','1455893217','no'),(1462,'_transient_wc_addons_section_featured','O:8:\"stdClass\":1:{s:8:\"products\";a:4:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"WooCommerce Bookings\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:108:\"Sell your time or date based bookings! Perfect for those wanting to offer appointments, services or rentals.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/woocommerce-bookings/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$249.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Add-Ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:104:\"Allow your customers to customize products by adding input boxes, dropdowns, file uploads or checkboxes.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"WooCommerce Subscriptions\";s:5:\"image\";s:64:\"https://www.woothemes.com/wp-content/uploads/2012/09/woosubs.png\";s:7:\"excerpt\";s:85:\"WC Subscriptions makes it easy to create and manage products with recurring payments.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/woocommerce-subscriptions/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"Table Rate Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/table-rate-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}}}','no'),(1465,'_transient_timeout_wc_addons_section_payment_gateways','1455893529','no'),(1468,'_transient_wc_addons_section_payment_gateways','O:8:\"stdClass\":1:{s:8:\"products\";a:24:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Pay with Amazon\";s:5:\"image\";s:116:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/08/AP_HLogo_215x35-3012530377._V360408447_.png\";s:7:\"excerpt\";s:136:\"Pay with Amazon is embedded in your WooCommerce store. Transactions take place via Amazon widgets, so the buyer never leaves your site.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/pay-with-amazon/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"Stripe\";s:5:\"image\";s:63:\"https://www.woothemes.com/wp-content/uploads/2012/09/stripe.png\";s:7:\"excerpt\";s:30:\"Stripe gateway for WooCommerce\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/stripe/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Authorize.Net AIM\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2011/09/auth1.png\";s:7:\"excerpt\";s:112:\"Take credit card payments direct on your checkout using the Authorize.net (AIM) payment gateway for WooCommerce.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/authorize-net-aim/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"PayFast Payment Gateway\";s:5:\"image\";s:72:\"https://www.woothemes.com/wp-content/uploads/2013/09/PayFast_Logo_75.png\";s:7:\"excerpt\";s:70:\"Take payments on your WooCommerce store via PayFast (redirect method).\";s:4:\"link\";s:118:\"https://www.woothemes.com/products/payfast-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"PayPal Pro\";s:5:\"image\";s:86:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2011/09/paypalpro.png\";s:7:\"excerpt\";s:69:\"Take credit card payments directly on your checkout using PayPal Pro.\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/paypal-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Authorize.Net CIM\";s:5:\"image\";s:75:\"https://www.woothemes.com/wp-content/uploads/2013/04/authorize-net-logo.png\";s:7:\"excerpt\";s:68:\"Authorize CIM gateway with support for pre-orders and subscriptions.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/authorize-net-cim/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"PayPal Advanced\";s:5:\"image\";s:91:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/09/paypaladvanced.png\";s:7:\"excerpt\";s:105:\"Take credit card payments securely via Paypal Payments Advanced (Payflow) keeping customers on your site.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/paypal-advanced/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$99.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"FirstData\";s:5:\"image\";s:66:\"https://www.woothemes.com/wp-content/uploads/2012/09/firstdata.jpg\";s:7:\"excerpt\";s:33:\"FirstData gateway for WooCommerce\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/firstdata/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:14:\"PayPal Express\";s:5:\"image\";s:90:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/05/paypalexpress.png\";s:7:\"excerpt\";s:98:\"The PayPal Express gateway for WooCommerce lets users skip the WC checkout and use PayPal instead.\";s:4:\"link\";s:109:\"https://www.woothemes.com/products/paypal-express/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Authorize.Net DPM\";s:5:\"image\";s:84:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/02/authdpm.png\";s:7:\"excerpt\";s:123:\"Take credit card payments safely and securely using the Authorize.net (Direct Post Method) payment gateway for WooCommerce.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/authorize-net-dpm/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"WorldPay\";s:5:\"image\";s:65:\"https://www.woothemes.com/wp-content/uploads/2012/09/worldpay.jpg\";s:7:\"excerpt\";s:26:\"Take payments via WorldPay\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/worldpay/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"Braintree\";s:5:\"image\";s:66:\"https://www.woothemes.com/wp-content/uploads/2012/09/braintree.png\";s:7:\"excerpt\";s:27:\"Take payments via Braintree\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/braintree/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"SagePay Form / SagePay Direct\";s:5:\"image\";s:69:\"https://www.woothemes.com/wp-content/uploads/2011/10/sage-cropped.png\";s:7:\"excerpt\";s:61:\"Take payments on your WooCommerce store via SagePay. UK only.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/sage-pay-form/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:13;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"WooCommerce Mollie\";s:5:\"image\";s:63:\"https://www.woothemes.com/wp-content/uploads/2012/09/mollie.png\";s:7:\"excerpt\";s:106:\"Process secure iDEAL, credit card, Mister Cash, PayPal, and paysafecard payments using WooCommerce Mollie.\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/woocommerce-mollie/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:14;O:8:\"stdClass\":5:{s:5:\"title\";s:31:\"Simplify Commerce by MasterCard\";s:5:\"image\";s:65:\"https://www.woothemes.com/wp-content/uploads/2014/09/simplify.jpg\";s:7:\"excerpt\";s:149:\"Simplify Commerce by MasterCard gives you a merchant account and payment gateway in a single, secure package that takes just a few minutes to set up.\";s:4:\"link\";s:126:\"https://www.woothemes.com/products/simplify-commerce-by-mastercard/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:15;O:8:\"stdClass\":5:{s:5:\"title\";s:4:\"eWAY\";s:5:\"image\";s:61:\"https://www.woothemes.com/wp-content/uploads/2012/09/eway.gif\";s:7:\"excerpt\";s:96:\"Take credit card payments securely via eWay (UK, US, AU, and NZ) keeping customers on your site.\";s:4:\"link\";s:99:\"https://www.woothemes.com/products/eway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:16;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"Intuit Payments/QBMS Gateway\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:95:\"Allow customers to securely save multiple payment methods to their account for faster checkout.\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/intuit-qbms/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:17;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"Klarna\";s:5:\"image\";s:93:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2011/12/klarna_main-logo.png\";s:7:\"excerpt\";s:103:\"Give your customers the simplest buying experience with Klarna and achieve amazing checkout conversions\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/klarna/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:18;O:8:\"stdClass\":5:{s:5:\"title\";s:31:\"Elavon Converge Payment Gateway\";s:5:\"image\";s:84:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/07/images.jpeg\";s:7:\"excerpt\";s:93:\"Take credit card payments with Elavon, the fourth largest merchant acquirer in North America.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/elavon-vm-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:19;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"Sofort Payment Gateway\";s:5:\"image\";s:83:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/06/200x75.png\";s:7:\"excerpt\";s:60:\"Online bank transfer powered by the Sofort payment provider.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/sofort-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:20;O:8:\"stdClass\":5:{s:5:\"title\";s:37:\"Role-Based Payment / Shipping Methods\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:67:\"Limit different user roles to specific payment and shipping methods\";s:4:\"link\";s:130:\"https://www.woothemes.com/products/role-based-payment-shipping-methods/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:21;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Moneris Gateway\";s:5:\"image\";s:64:\"https://www.woothemes.com/wp-content/uploads/2012/09/moneris.gif\";s:7:\"excerpt\";s:32:\"Take payments online via Moneris\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/moneris-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:22;O:8:\"stdClass\":5:{s:5:\"title\";s:11:\"Payson Form\";s:5:\"image\";s:63:\"https://www.woothemes.com/wp-content/uploads/2012/09/payson.png\";s:7:\"excerpt\";s:69:\"Take payments on your WooCommerce store via Payson (redirect method).\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/payson-form/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:23;O:8:\"stdClass\":5:{s:5:\"title\";s:31:\"Realex Redirect Payment Gateway\";s:5:\"image\";s:83:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/09/realex.png\";s:7:\"excerpt\";s:106:\"Accept credit card payments via Realex (redirect) and WooCommerce without the need for an SSL certificate.\";s:4:\"link\";s:126:\"https://www.woothemes.com/products/realex-redirect-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}}}','no'),(1471,'_transient_timeout_wc_addons_section_popular','1455893616','no'),(1474,'_transient_wc_addons_section_popular','O:8:\"stdClass\":1:{s:8:\"products\";a:25:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"WooCommerce iOS App\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:217:\"Keep your finger on the pulse of your online shop with WooCommerce iOS. All of your shop\'s catalog & performance reports are now just a tap away - quickly accessible & beautifully presented right there on your iPhone.\";s:4:\"link\";s:100:\"http://www.woothemes.com/woocommerce-ios/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$4.99\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Pay with Amazon\";s:5:\"image\";s:116:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/08/AP_HLogo_215x35-3012530377._V360408447_.png\";s:7:\"excerpt\";s:136:\"Pay with Amazon is embedded in your WooCommerce store. Transactions take place via Amazon widgets, so the buyer never leaves your site.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/pay-with-amazon/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Add-Ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:104:\"Allow your customers to customize products by adding input boxes, dropdowns, file uploads or checkboxes.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"WooCommerce Subscriptions\";s:5:\"image\";s:64:\"https://www.woothemes.com/wp-content/uploads/2012/09/woosubs.png\";s:7:\"excerpt\";s:85:\"WC Subscriptions makes it easy to create and manage products with recurring payments.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/woocommerce-subscriptions/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"Stripe\";s:5:\"image\";s:63:\"https://www.woothemes.com/wp-content/uploads/2012/09/stripe.png\";s:7:\"excerpt\";s:30:\"Stripe gateway for WooCommerce\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/stripe/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"USPS Shipping Method\";s:5:\"image\";s:61:\"https://www.woothemes.com/wp-content/uploads/2012/09/usps.jpg\";s:7:\"excerpt\";s:91:\"Get shipping rates from the USPS API which handles both domestic and international parcels.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/usps-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"UPS Shipping Method\";s:5:\"image\";s:85:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/01/ups_logo.gif\";s:7:\"excerpt\";s:90:\"Get shipping rates from the UPS API which handles both domestic and international parcels.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/ups-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Authorize.Net AIM\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2011/09/auth1.png\";s:7:\"excerpt\";s:112:\"Take credit card payments direct on your checkout using the Authorize.net (AIM) payment gateway for WooCommerce.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/authorize-net-aim/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"Order/Customer CSV Export\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:69:\"Export orders and customers from WooCommerce to a CSV file with ease.\";s:4:\"link\";s:119:\"https://www.woothemes.com/products/ordercustomer-csv-export/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"PayFast Payment Gateway\";s:5:\"image\";s:72:\"https://www.woothemes.com/wp-content/uploads/2013/09/PayFast_Logo_75.png\";s:7:\"excerpt\";s:70:\"Take payments on your WooCommerce store via PayFast (redirect method).\";s:4:\"link\";s:118:\"https://www.woothemes.com/products/payfast-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"Table Rate Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/table-rate-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Dynamic Pricing\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:48:\"Bulk discounts, role-based pricing and much more\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/dynamic-pricing/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"PayPal Pro\";s:5:\"image\";s:86:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2011/09/paypalpro.png\";s:7:\"excerpt\";s:69:\"Take credit card payments directly on your checkout using PayPal Pro.\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/paypal-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:13;O:8:\"stdClass\":5:{s:5:\"title\";s:35:\"Print Invoices & Packing lists\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:49:\"Print your WooCommerce invoices and packing lists\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/print-invoices-packing-lists/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:14;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Bundles\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:149:\"Create and offer highly configurable product bundles, kits and assemblies that consist of simple and variable items - both physical and downloadable.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-bundles/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:15;O:8:\"stdClass\":5:{s:5:\"title\";s:21:\"Checkout Field Editor\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:128:\"The checkout field editor provides you with an interface to add, edit and remove fields shown on your WooCommerce checkout page.\";s:4:\"link\";s:128:\"https://www.woothemes.com/products/woocommerce-checkout-field-editor/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:16;O:8:\"stdClass\":5:{s:5:\"title\";s:24:\"Product CSV Import Suite\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:91:\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\";s:4:\"link\";s:119:\"https://www.woothemes.com/products/product-csv-import-suite/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}i:17;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"ShipStation Integration\";s:5:\"image\";s:69:\"https://www.woothemes.com/wp-content/uploads/2012/08/shipstation1.png\";s:7:\"excerpt\";s:161:\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation, the #1 choice for online retailers. Try it free for 30 days today!\";s:4:\"link\";s:118:\"https://www.woothemes.com/products/shipstation-integration/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:18;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"Catalog Visibility Options\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:80:\"Transform WooCommerce into an online catalog by removing eCommerce functionality\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/catalog-visibility-options/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:19;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"Smart Coupons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:119:\"Everyone's favorite “all in one” solution for store credits, gift certificates, discount coupons and vouchers.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/smart-coupons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$99.00\";}i:20;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"Gravity Forms Product Add-ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:39:\"Powerful product add-ons, Gravity style\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/gravity-forms-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$99.00\";}i:21;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Authorize.Net CIM\";s:5:\"image\";s:75:\"https://www.woothemes.com/wp-content/uploads/2013/04/authorize-net-logo.png\";s:7:\"excerpt\";s:68:\"Authorize CIM gateway with support for pre-orders and subscriptions.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/authorize-net-cim/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:22;O:8:\"stdClass\":5:{s:5:\"title\";s:21:\"FedEx Shipping Method\";s:5:\"image\";s:98:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/01/FedEx_Logo_Wallpaper.jpeg\";s:7:\"excerpt\";s:92:\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/fedex-shipping-module/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:23;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Shipment Tracking\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:48:\"Add shipment tracking information to your orders\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/shipment-tracking/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:24;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"TradeGecko\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2015/09/tradegecko_new.jpg\";s:7:\"excerpt\";s:216:\"TradeGecko is a cloud-based inventory management platform for retailers and wholesalers that want effortless commerce. Enhance your business with advanced inventory and order management connected to your WooCommerce.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-tradegecko/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}}}','no'),(1475,'_transient_timeout_wc_addons_section_shipping_methods','1455893688','no'),(1478,'_transient_wc_addons_section_shipping_methods','O:8:\"stdClass\":1:{s:8:\"products\";a:24:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"USPS Shipping Method\";s:5:\"image\";s:61:\"https://www.woothemes.com/wp-content/uploads/2012/09/usps.jpg\";s:7:\"excerpt\";s:91:\"Get shipping rates from the USPS API which handles both domestic and international parcels.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/usps-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"UPS Shipping Method\";s:5:\"image\";s:85:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/01/ups_logo.gif\";s:7:\"excerpt\";s:90:\"Get shipping rates from the UPS API which handles both domestic and international parcels.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/ups-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"Table Rate Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/table-rate-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$199.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:35:\"Print Invoices & Packing lists\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:49:\"Print your WooCommerce invoices and packing lists\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/print-invoices-packing-lists/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"ShipStation Integration\";s:5:\"image\";s:69:\"https://www.woothemes.com/wp-content/uploads/2012/08/shipstation1.png\";s:7:\"excerpt\";s:161:\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation, the #1 choice for online retailers. Try it free for 30 days today!\";s:4:\"link\";s:118:\"https://www.woothemes.com/products/shipstation-integration/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:21:\"FedEx Shipping Method\";s:5:\"image\";s:98:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/01/FedEx_Logo_Wallpaper.jpeg\";s:7:\"excerpt\";s:92:\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/fedex-shipping-module/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Shipment Tracking\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:48:\"Add shipment tracking information to your orders\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/shipment-tracking/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"Advanced Notifications\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:96:\"Easily setup \"new order\" and stock email notifications for multiple recipients of your choosing.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/advanced-notifications/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"Per Product Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:107:\"Define separate shipping costs per product which are combined at checkout to provide a total shipping cost.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/per-product-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:24:\"WooCommerce ShippingEasy\";s:5:\"image\";s:94:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2015/05/ShippingEasy_Logo.png\";s:7:\"excerpt\";s:129:\"Fast USPS, UPS and FedEx label printing for online sellers. Discounted rates, shipping rules, automation and FREE plan available.\";s:4:\"link\";s:119:\"https://www.woothemes.com/products/woocommerce-shippingeasy/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:30:\"Australia Post Shipping Method\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2012/09/australia-post.gif\";s:7:\"excerpt\";s:101:\"Get shipping rates from the Australia Post API which handles both domestic and international parcels.\";s:4:\"link\";s:125:\"https://www.woothemes.com/products/australia-post-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:27:\"Canada Post Shipping Method\";s:5:\"image\";s:68:\"https://www.woothemes.com/wp-content/uploads/2012/09/canada-post.png\";s:7:\"excerpt\";s:106:\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\";s:4:\"link\";s:122:\"https://www.woothemes.com/products/canada-post-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Local Pickup Plus\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:54:\"Let customers pick up products from specific locations\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/local-pickup-plus/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:13;O:8:\"stdClass\":5:{s:5:\"title\";s:27:\"Shipping Multiple Addresses\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:86:\"Allow your customers to ship individual items in a single order to multiple addresses.\";s:4:\"link\";s:122:\"https://www.woothemes.com/products/shipping-multiple-addresses/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:14;O:8:\"stdClass\":5:{s:5:\"title\";s:37:\"Role-Based Payment / Shipping Methods\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:67:\"Limit different user roles to specific payment and shipping methods\";s:4:\"link\";s:130:\"https://www.woothemes.com/products/role-based-payment-shipping-methods/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:15;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"WooCommerce Stamps.com API\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:358:\"Stamps.com: The smart way to ship with our USPS extension The Stamps.com web integration for WooCommerce works in combination with our USPS extension (required) to enable your WooCommerce store to pull rates and collect the correct amount of postage in checkout. Your store manager can define shipping rates and add-ons to receive a shipping label […]\";s:4:\"link\";s:122:\"https://www.woothemes.com/products/woocommerce-shipping-stamps/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$59.00\";}i:16;O:8:\"stdClass\":5:{s:5:\"title\";s:33:\"Conditional Shipping and Payments\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:116:\"Use advanced rules to control the countries/states, payment gateways and shipping methods available during checkout.\";s:4:\"link\";s:128:\"https://www.woothemes.com/products/conditional-shipping-and-payments/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:17;O:8:\"stdClass\":5:{s:5:\"title\";s:27:\"Postcode/Address Validation\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:104:\"Simplify your checkout process by having your customer validate or lookup their address during checkout.\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/postcodeaddress-validation/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:18;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"Royal Mail\";s:5:\"image\";s:86:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/04/royalmail.png\";s:7:\"excerpt\";s:49:\"Offer Royal Mail shipping rates to your customers\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/royal-mail/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:19;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"Stamps.com XML File Export\";s:5:\"image\";s:111:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/10/Screen-Shot-2012-10-10-at-17.05.22.png\";s:7:\"excerpt\";s:132:\"The WooCommerce Stamps.com extension allows you to select orders to export into an XML format for import into the Stamps.com client.\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/stamps-com-xml-file-export/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:20;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"Shipwire\";s:5:\"image\";s:103:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/04/shipwire_logo_blue-310x100.png\";s:7:\"excerpt\";s:152:\"A full-featured Shipwire integration, including real-time shipping rates, automatic order fulfillment processing, and live inventory / tracking updates.\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/shipwire/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:21;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"Flat Rate Box Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:60:\"Pack items into boxes with pre-defined costs per destination\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/flat-rate-box-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:22;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"Purolator Shipping Method\";s:5:\"image\";s:81:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/08/puro.png\";s:7:\"excerpt\";s:69:\"Calculate order shipping costs automatically using the Purolator API.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/purolator-shipping-method/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:23;O:8:\"stdClass\":5:{s:5:\"title\";s:34:\"WooCommerce Distance Rate Shipping\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:88:\"Easily offer shipping rates based on the distance or total travel time to your customer.\";s:4:\"link\";s:129:\"https://www.woothemes.com/products/woocommerce-distance-rate-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}}}','no'),(1480,'_transient_timeout_wc_addons_section_accounting','1455893712','no'),(1483,'_transient_wc_addons_section_accounting','O:8:\"stdClass\":1:{s:8:\"products\";a:13:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:35:\"Print Invoices & Packing lists\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:49:\"Print your WooCommerce invoices and packing lists\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/print-invoices-packing-lists/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"Sequential Order Numbers Pro\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:35:\"Tame your WooCommerce Order Numbers\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/sequential-order-numbers-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"WooCommerce Zapier\";s:5:\"image\";s:89:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/09/zapier-logo1.png\";s:7:\"excerpt\";s:165:\"<span style=\"font-weight: 400;\">Bring the power of Zapier to WooCommerce. Integrate your store with more than services to save time and increase productivity.</span>\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/woocommerce-zapier/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$59.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:12:\"PDF Invoices\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:94:\"Automatically create and attach a fully customizable PDF invoice to the completed order email.\";s:4:\"link\";s:107:\"https://www.woothemes.com/products/pdf-invoices/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:4:\"Xero\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2012/08/xero2.png\";s:7:\"excerpt\";s:72:\"Save time with automated sync between WooCommerce and your Xero account.\";s:4:\"link\";s:99:\"https://www.woothemes.com/products/xero/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"Returns and Warranty Requests\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:131:\"Manage the RMA process, add warranties to products & let customers request & manage returns / exchanges from their account.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/warranty-requests/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"WooCommerce FreshBooks\";s:5:\"image\";s:67:\"https://www.woothemes.com/wp-content/uploads/2012/09/freshbooks.png\";s:7:\"excerpt\";s:50:\"Integrate WooCommerce with your FreshBooks account\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-freshbooks/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"Authorize.Net Reporting\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:113:\"This WooCommerce extension allows you to Get Daily Transaction Reports via Email for your Authorize.net account.\";s:4:\"link\";s:130:\"https://www.woothemes.com/products/woocommerce-authorize-net-reporting/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"WooCommerce Smart Refunder\";s:5:\"image\";s:91:\"https://www.woothemes.com/wp-content/uploads/2015/06/customer-refund-request-form.png?w=488\";s:7:\"excerpt\";s:81:\"Enable your customers to request refunds directly from their \"My Account\" screen.\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/woocommerce-smart-refunder/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"US Export Compliance\";s:5:\"image\";s:129:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/06/woothemes-woocommerce-us-export-ecommerce-compliance.jpg\";s:7:\"excerpt\";s:119:\"Increase comfort and security of your online transactions by making your shop compliant with the US Export regulations.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/us-export-compliance/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"QuickBooks Online Integration\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2014/03/appcardlogo.png?w=150\";s:7:\"excerpt\";s:137:\"Easily sync customers, inventory, products, and orders with QuickBooks Online in the United States, United Kingdom, Canada and Australia.\";s:4:\"link\";s:130:\"https://www.woothemes.com/products/quickbooks-pro-cloud-cart-connector/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"Q-Invoice\";s:5:\"image\";s:99:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/06/q_invoice_large-300x75.jpg\";s:7:\"excerpt\";s:179:\"Bookkeeping is equally as important as your sales, with q-invoice you can send professional looking invoices to your customers while at the same time updating your administration.\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/q-invoice/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"Smart Manager\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:124:\"Smart Manager is a unique, revolutionary tool that gives you the power to efficiently manage products, customers and orders.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/smart-manager/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$97.00\";}}}','no'),(1486,'_transient_timeout_wc_addons_section_product','1455893776','no'),(1489,'_transient_wc_addons_section_product','O:8:\"stdClass\":1:{s:8:\"products\";a:24:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Add-Ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:104:\"Allow your customers to customize products by adding input boxes, dropdowns, file uploads or checkboxes.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Dynamic Pricing\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:48:\"Bulk discounts, role-based pricing and much more\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/dynamic-pricing/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Bundles\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:149:\"Create and offer highly configurable product bundles, kits and assemblies that consist of simple and variable items - both physical and downloadable.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-bundles/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"Gravity Forms Product Add-ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:39:\"Powerful product add-ons, Gravity style\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/gravity-forms-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$99.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"TradeGecko\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2015/09/tradegecko_new.jpg\";s:7:\"excerpt\";s:216:\"TradeGecko is a cloud-based inventory management platform for retailers and wholesalers that want effortless commerce. Enhance your business with advanced inventory and order management connected to your WooCommerce.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-tradegecko/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"Groups for WooCommerce\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:84:\"Sell memberships using the free \'Groups\' plugin, Groups integration and WooCommerce.\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/groups-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Min/Max Quantities\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:82:\"Specify minimum and maximum allowed product quantities for orders to be completed.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/minmax-quantities/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"Variation Swatches and Photos\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:73:\"Show color and image swatches instead of dropdowns for variable products.\";s:4:\"link\";s:124:\"https://www.woothemes.com/products/variation-swatches-and-photos/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$99.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Name your price\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:90:\"Allow customers to define the product price. Also useful for accepting user-set donations.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/name-your-price/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Composite Products\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:104:\"Create complex, configurable product kits and let your customers build their own, personalized versions.\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/composite-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"Brands\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:84:\"Create, assign and list brands for products, and allow customers to filter by brand.\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/brands/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Product Vendors\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:47:\"Turn your store into a multi-vendor marketplace\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/product-vendors/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"Advanced Notifications\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:96:\"Easily setup \"new order\" and stock email notifications for multiple recipients of your choosing.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/advanced-notifications/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:13;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"WooCommerce Checkout Add-Ons\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:59:\"Easily Offer Free or Paid Add-ons and Services at Checkout.\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/woocommerce-checkout-add-ons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:14;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"WooCommerce Memberships\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:44:\"Sell memberships via your WooCommerce store.\";s:4:\"link\";s:118:\"https://www.woothemes.com/products/woocommerce-memberships/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$149.00\";}i:15;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"WooCommerce Pre-Orders\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:60:\"Allow customers to order products before they are available.\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-pre-orders/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:16;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"WooCommerce Waitlist\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:117:\"With WooCommerce Waitlist customers can register for email notifications when out-of-stock products become available.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/woocommerce-waitlist/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:17;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"Measurement Price Calculator\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:109:\"Add a calculator to your product pages to calculate the product quantity required by square footage and more.\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/measurement-price-calculator/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}i:18;O:8:\"stdClass\":5:{s:5:\"title\";s:16:\"Chained Products\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:69:\"Create and sell pre-configured product bundles and discounted combos.\";s:4:\"link\";s:111:\"https://www.woothemes.com/products/chained-products/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:19;O:8:\"stdClass\":5:{s:5:\"title\";s:21:\"Bulk Stock Management\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:72:\"Edit product and variation stock levels in bulk via this handy interface\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/bulk-stock-management/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:20;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"WooCommerce Quick View\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:83:\"Show a quick-view button to view product details and add to cart via lightbox popup\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-quick-view/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:21;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"Product Enquiry Form\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:127:\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/product-enquiry-form/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:22;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"Cloud Zoom\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:146:\"Using the popular Cloud Zoom plugin for jQuery, users can zoom into your product photos by simply mousing over them with this intuitive extension.\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/cloud-zoom/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:23;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"PDF Product Vouchers\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:57:\"Customize and sell downloadable PDF vouchers for products\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/pdf-product-vouchers/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$129.00\";}}}','no'),(1490,'_transient_timeout_wc_addons_section_third_party','1455893860','no'),(1493,'_transient_wc_addons_section_third_party','O:8:\"stdClass\":1:{s:8:\"products\";a:77:{i:0;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"WooCommerce Google Analytics\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:167:\"<span style=\"font-weight: 400;\">Understand your customers and increase revenue with world’s leading analytics platform - integrated with WooCommerce for free.</span>\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/woocommerce-google-analytics/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:1;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"Receiptful\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2015/11/receiptful1.png?w=320\";s:7:\"excerpt\";s:165:\"Receiptful is an automated marketing platform that enables you to supercharge all of your customer interactions in a way that maximises your Customer Lifetime Value.\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/receiptful/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:2;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"Ordoro Pro\";s:5:\"image\";s:67:\"https://www.woothemes.com/wp-content/uploads/2015/10/image06-20.png\";s:7:\"excerpt\";s:142:\"<p class=\"p1\"><span class=\"s1\">Multichannel inventory management app with integrated shipping, business analytics, and an open API.</span></p>\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/ordoro-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:3;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"LiveChat\";s:5:\"image\";s:73:\"https://www.woothemes.com/wp-content/uploads/2015/11/livechat_384x212.png\";s:7:\"excerpt\";s:77:\"Grow your business with a premium live chat software with built-in help desk.\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/livechat/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:4;O:8:\"stdClass\":5:{s:5:\"title\";s:5:\"Olark\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/2015/11/2015_06_17_19_47_52.jpg?w=250\";s:7:\"excerpt\";s:125:\"Olark live chat is the easiest way to support and help customers. Answer their questions and make every customer a happy one.\";s:4:\"link\";s:100:\"https://www.woothemes.com/products/olark/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:5;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Trustpilot Reviews\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2015/11/Trustpilotlogo.png\";s:7:\"excerpt\";s:133:\"Trustpilot integrates with your WooCommerce store to automatically trigger review request emails to your customers after purchasing\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/trustpilot-reviews/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:6;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"PayPlug\";s:5:\"image\";s:69:\"https://www.woothemes.com/wp-content/uploads/2015/09/logo-payplug.png\";s:7:\"excerpt\";s:239:\"Our modern and intuitive solution allows you to improve your conversion rate with our functions and ergonomics specifically designed for e-commerce. Thanks to PayPlug, you can simplify your online payments and no longer lose out on sales.\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/payplug/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:7;O:8:\"stdClass\":5:{s:5:\"title\";s:14:\"Ve Interactive\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2015/07/VePlatform-01.png\";s:7:\"excerpt\";s:103:\"Gain access to 4 marketing apps that generate sales for tens of thousands of happy customers worldwide.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/veinteractive/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:8;O:8:\"stdClass\":5:{s:5:\"title\";s:11:\"PriceWaiter\";s:5:\"image\";s:76:\"http://www.woothemes.com/wp-content/uploads/2015/05/pw-woothemes-logo-sm.png\";s:7:\"excerpt\";s:138:\"In as little as 15 minutes, PriceWaiter for WooCommerce can help you engage more visitors, convert comparison shoppers, and make MAP moot!\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/pricewaiter/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:9;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Awesome Support\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:88:\"With the WooCommerce add-on for Awesome Support, supporting clients becomes much easier.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/awesome-support/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:10;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"Reactor\";s:5:\"image\";s:87:\"https://www.woothemes.com/wp-content/uploads/2015/04/reactor-logo-final-trans.png?w=800\";s:7:\"excerpt\";s:157:\"Start selling your products through your own mobile app. Reactor creates a mobile app for iOS and Android out of your WooCommerce store in only a few clicks.\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/reactor/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:11;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"Metrilo\";s:5:\"image\";s:75:\"https://www.woothemes.com/wp-content/uploads/2015/04/metrilo_logo.png?w=201\";s:7:\"excerpt\";s:116:\"Metrilo helps you understand, engage with, and grow your WooCommerce customers. Getting started only takes a minute.\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/metrilo/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:12;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"Justuno\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2015/04/justuno.png?w=230\";s:7:\"excerpt\";s:401:\" Convert website visitors into email subscribers, social fans and sales Design attractive and effective pop up promotions Sophisticated targeting, segmentation, and exit intent technology Convert Visitors into sales, social fans and subscribers Justuno is the ultimate tool to build your email list, get social fans and increase sales through incentivized promotions, all using […]\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/justuno/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:13;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"ShipIt\";s:5:\"image\";s:92:\"https://www.woothemes.com/wp-content/uploads/2015/04/New-ShipIt-ONE-CLICK-on-white.png?w=980\";s:7:\"excerpt\";s:131:\"ShipIt integrates DHL, Aus Post, Fastway, Couriers Please, Courier Post, NZ Post and many more to automate your fulfilment process.\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/starshipit/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:14;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"Printful\";s:5:\"image\";s:90:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2015/03/printful-logo.png\";s:7:\"excerpt\";s:109:\"Connect your WooCommerce store with Printful to automatically print and ship all of your print product orders\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/printful/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:15;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"Rejoiner\";s:5:\"image\";s:76:\"https://www.woothemes.com/wp-content/uploads/2015/02/WhiteHorizontalLogo.png\";s:7:\"excerpt\";s:137:\"Drive faster revenue growth with innovative lifecycle email marketing software powered by your very own world-class email marketing team.\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/rejoiner/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:16;O:8:\"stdClass\":5:{s:5:\"title\";s:11:\"Stitch Labs\";s:5:\"image\";s:76:\"https://www.woothemes.com/wp-content/uploads/2015/01/Stitch-logo_900x176.png\";s:7:\"excerpt\";s:92:\"Stitch is an online inventory control solution that simplifies multichannel retail business.\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/stitch-labs/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:17;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"WooCommerce Integrator\";s:5:\"image\";s:89:\"https://www.woothemes.com/wp-content/uploads/2014/10/MR_logo-final-transparent1.png?w=283\";s:7:\"excerpt\";s:436:\"WooCommerce Integrator Modern Retail’s WooCommerce integrator synchronizes your store’s point of sale inventory with your WooCommerce website. Additionally, many of our integrations will automatically send your online order and customer information to your store’s POS system, giving you a holistic view of your customers’ shopping habits. Of course, getting your website and in-store systems speaking […]\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/woocommerce-integrator/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:18;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"FacetWP\";s:5:\"image\";s:64:\"https://www.woothemes.com/wp-content/uploads/2014/10/facetwp.png\";s:7:\"excerpt\";s:48:\"Advanced filtering for WordPress and WooCommerce\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/facetwp/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:19;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"MailPoet\";s:5:\"image\";s:76:\"http://www.woothemes.com/wp-content/uploads/2014/10/mailpoet-woocommerce.png\";s:7:\"excerpt\";s:348:\"Allows customers to subscribe to your newsletters on checkout. Emails are not going away anytime soon. It is a major communication bridge between you and your customers. MailPoet is a user friendly newsletter plugin which will allow you to keep a constant contact with your customers. Key Features Subscribe on checkout to the list(s) of […]\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/mailpoet/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:20;O:8:\"stdClass\":5:{s:5:\"title\";s:36:\"Predictive Marketing for WooCommerce\";s:5:\"image\";s:92:\"https://www.woothemes.com/wp-content/uploads/2014/10/product-wc-recommendations@2x.jpg?w=864\";s:7:\"excerpt\";s:157:\"Uncover key insights and automate timely promotions to improve conversions with the most powerful and flexible predictive marketing platform for WooCommerce.\";s:4:\"link\";s:122:\"https://www.woothemes.com/products/woocommerce-recommendations/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:21;O:8:\"stdClass\":5:{s:5:\"title\";s:6:\"TaxJar\";s:5:\"image\";s:87:\"https://www.woothemes.com/wp-content/uploads/2014/10/TJ_logo_color_clear-background.png\";s:7:\"excerpt\";s:132:\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, collection, and filing.\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/taxjar/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:22;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"FuturePay\";s:5:\"image\";s:72:\"https://www.woothemes.com/wp-content/uploads/2014/09/logoFuturePay-1.png\";s:7:\"excerpt\";s:394:\"FuturePay for WooCommerce Price: Free FuturePay is your safe and secure alternative payment option when offering your customers a card free choice. With FuturePay, customers can buy now and pay later with one click, creating a streamlined checkout process on every device. With guaranteed payments and an easy integration, merchants can start attracting new customers instantly. To […]\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/futurepay/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:23;O:8:\"stdClass\":5:{s:5:\"title\";s:7:\"Mijireh\";s:5:\"image\";s:69:\"https://www.woothemes.com/wp-content/uploads/2014/09/mijireh-logo.png\";s:7:\"excerpt\";s:209:\"Over 80 payment gateways included for free. Mijireh Checkout is a secure, PCI compliant hosted checkout page that looks exactly like the rest of your site. You don't even need your own SSL Certificate.\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/mijireh/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:24;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"PayStand\";s:5:\"image\";s:79:\"https://www.woothemes.com/wp-content/uploads/2014/09/PayStand_Logo-Lg-white.jpg\";s:7:\"excerpt\";s:238:\"PayStand is a transaction platform that, instead of marking up with transaction fees, enables their customers to process at wholesale transaction rates. Accepting cards, bank transfers, eChecks, and bitcoin are all possible with PayStand.\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/paystand/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:25;O:8:\"stdClass\":5:{s:5:\"title\";s:8:\"OrderCup\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2014/08/ordercup_woo_logo.png\";s:7:\"excerpt\";s:169:\"<p class=\"p1\">Print Shipping Labels with 1 click. USPS, FedEx, UPS, DHL, Canada Post. Up to 70% off on USPS and DHL rates. Fully web based. Ship from any Country!</p>\";s:4:\"link\";s:103:\"https://www.woothemes.com/products/ordercup/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:26;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"PayVector\";s:5:\"image\";s:66:\"https://www.woothemes.com/wp-content/uploads/2014/08/payvector.png\";s:7:\"excerpt\";s:174:\"<p class=\"p1\">PayVector is an online payment gateway which includes free comprehensive reporting, fraud suite, tokenisation, recurring payments and PayByLink as standard.</p>\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/payvector/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:27;O:8:\"stdClass\":5:{s:5:\"title\";s:22:\"OSI Affiliate Software\";s:5:\"image\";s:94:\"https://www.woothemes.com/wp-content/uploads/2014/08/affiliate-software-press-kit-logo-big.png\";s:7:\"excerpt\";s:261:\"<p class=\"p1\">OSI Affiliate Software helps you to set up an affiliate program for your eCommerce store. An affiliate program or referral program gets you more traffic, leads, and sales by working with other marketers to promote your store. Try for Free Now!</p>\";s:4:\"link\";s:117:\"https://www.woothemes.com/products/osi-affiliate-software/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:28;O:8:\"stdClass\":5:{s:5:\"title\";s:30:\"InstantSearch+ for WooCommerce\";s:5:\"image\";s:91:\"https://www.woothemes.com/wp-content/uploads/2014/08/instantsearchplus_360x60_woothemes.png\";s:7:\"excerpt\";s:114:\"Add the fastest, most advanced, cloud-based search to your WooCommerce store, and see your conversion rates go up.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/instantsearch/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:29;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"SendinBlue\";s:5:\"image\";s:67:\"https://www.woothemes.com/wp-content/uploads/2014/08/sendinblue.png\";s:7:\"excerpt\";s:245:\"<p class=\"p1\">SendinBlue is an email marketing software that let you easily manage your email marketing campaigns, transactional emails and SMS messages, all in one simple and powerful platform. Starting from $7.37 for 40 000 emails / month.</p>\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/sendinblue/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:30;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"netParcel\";s:5:\"image\";s:94:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/08/netparcel_cropped.png\";s:7:\"excerpt\";s:170:\"<p style=\"color: #666666;\">Save up to 70% on Small Parcel and LTL Freight. Import orders and schedule pick-ups for UPS, FedEx, Purolator, DHL, Con-Way, YRC, and more!</p>\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/netparcel/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:31;O:8:\"stdClass\":5:{s:5:\"title\";s:14:\"Spark Shipping\";s:5:\"image\";s:114:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/08/Screen-Shot-2014-08-04-at-11.07.47-AM.png\";s:7:\"excerpt\";s:224:\"eCommerce automation for dropshippers. As orders are created immediately send them to vendors & manufacturers. Always keep your inventory up to date by automatically synchronizing your inventory with your vendor's.\";s:4:\"link\";s:109:\"https://www.woothemes.com/products/spark-shipping/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:32;O:8:\"stdClass\":5:{s:5:\"title\";s:12:\"Ordoro Basic\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2014/08/ordoro_logo_f.png\";s:7:\"excerpt\";s:214:\"<p class=\"p1\"><strong><span style=\"font-weight: 400;\">Access lowest shipping rates in the industry. Manage shipping for all your WooCommerce and Amazon/eBay/Etsy accounts, together in one place.</span></strong></p>\";s:4:\"link\";s:101:\"https://www.woothemes.com/products/ordoro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:33;O:8:\"stdClass\":5:{s:5:\"title\";s:36:\"WooCommerce Gateways Country Limiter\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2014/07/OTG-logo-471.png?w=47\";s:7:\"excerpt\";s:150:\"<p class=\"p1\">This extension lets you choose which payment gateways to display for different countries, as determined by the customer’s address.</p>\";s:4:\"link\";s:131:\"https://www.woothemes.com/products/woocommerce-gateways-country-limiter/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$39.00\";}i:34;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Live Sales Feed\";s:5:\"image\";s:78:\"https://www.woothemes.com/wp-content/uploads/2014/06/Live-Sales-Feed.jpg?w=590\";s:7:\"excerpt\";s:183:\"<span style=\"color: #444444;\">Marketing your WooCommerce store was never so easy before. Live Sales Feed will display the latest orders placed on your website to your visitors.</span>\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/live-sales-feed/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$13.00\";}i:35;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"Q-Invoice\";s:5:\"image\";s:99:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/06/q_invoice_large-300x75.jpg\";s:7:\"excerpt\";s:179:\"Bookkeeping is equally as important as your sales, with q-invoice you can send professional looking invoices to your customers while at the same time updating your administration.\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/q-invoice/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:36;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"Social Rebate\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:120:\"An innovative e-commerce solution that converts your customers’ purchases into highly credible Social Media Marketing.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/social-rebate/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:37;O:8:\"stdClass\":5:{s:5:\"title\";s:11:\"AffiliateWP\";s:5:\"image\";s:81:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/04/logo.png\";s:7:\"excerpt\";s:127:\"A complete affiliate management system for WooCommerce built directly into your WordPress dashboard for a seamless integration.\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/affiliatewp/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:38;O:8:\"stdClass\":5:{s:5:\"title\";s:5:\"Veeqo\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2014/04/veeqo-cropped.png\";s:7:\"excerpt\";s:190:\"<p class=\"p1\"><span class=\"s1\">Sync your WooCommerce store with your other sales channels so you can mange your inventory and orders from one place. Save time and make life easier</span></p>\";s:4:\"link\";s:100:\"https://www.woothemes.com/products/veeqo/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:39;O:8:\"stdClass\":5:{s:5:\"title\";s:14:\"Quick Checkout\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/2014/04/quick-checkout-logo.png?w=623\";s:7:\"excerpt\";s:115:\"Add single page checkout forms anywhere on your WooCommerce powered website quickly and easily with Quick Checkout.\";s:4:\"link\";s:109:\"https://www.woothemes.com/products/quick-checkout/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$76.00\";}i:40;O:8:\"stdClass\":5:{s:5:\"title\";s:10:\"Coupon Pop\";s:5:\"image\";s:86:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/04/couponpop.png\";s:7:\"excerpt\";s:127:\"Boost your website conversion rate and increase your fan base and email lists by popping up special discounts to your visitors!\";s:4:\"link\";s:105:\"https://www.woothemes.com/products/coupon-pop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:41;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"osCommerce to WooCommerce\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:62:\"Import product data from your osCommerce store to WooCommerce.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/oscommerce-to-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:42;O:8:\"stdClass\":5:{s:5:\"title\";s:19:\"SEO Friendly Images\";s:5:\"image\";s:86:\"https://www.woothemes.com/wp-content/uploads/2014/03/seo_friendly_imgs_title.png?w=772\";s:7:\"excerpt\";s:135:\"Automatically optimize product images by adding alt & title attributes. Features include nicer image previews & images sitemap.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/seo-friendly-images/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$179.00\";}i:43;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"QuickBooks Online Integration\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2014/03/appcardlogo.png?w=150\";s:7:\"excerpt\";s:137:\"Easily sync customers, inventory, products, and orders with QuickBooks Online in the United States, United Kingdom, Canada and Australia.\";s:4:\"link\";s:130:\"https://www.woothemes.com/products/quickbooks-pro-cloud-cart-connector/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:44;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"WooCommerce Opening Hours\";s:5:\"image\";s:79:\"https://www.woothemes.com/wp-content/uploads/2014/02/wc-opening-hours.png?w=191\";s:7:\"excerpt\";s:263:\"<p class=\"p1\">Adds times to your shop. These times can be used to restrict purchases to certain times, or to allow or force the customer to choose a time (e.g. for delivery or pick-up), or to advise the customer of when his order will be fulfilled - and more.</p>\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/woocommerce-opening-hours/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:45;O:8:\"stdClass\":5:{s:5:\"title\";s:12:\"ReadyShipper\";s:5:\"image\";s:113:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/02/Screen-Shot-2014-02-06-at-2.35.04-PM.png\";s:7:\"excerpt\";s:159:\"Looking for a better shipping solution? ReadyShipper makes shipping all your WC orders a breeze. See why thousands of merchants use it for FedEx, UPS and USPS.\";s:4:\"link\";s:107:\"https://www.woothemes.com/products/readyshipper/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:46;O:8:\"stdClass\":5:{s:5:\"title\";s:11:\"AddShoppers\";s:5:\"image\";s:113:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2014/02/Screen-Shot-2014-02-06-at-1.55.28-PM.png\";s:7:\"excerpt\";s:153:\"AddShoppers helps you easily drive more social shares and sales with apps like Sharing Buttons, Social Rewards, Purchase Sharing, and Social Retargeting.\";s:4:\"link\";s:106:\"https://www.woothemes.com/products/addshoppers/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:47;O:8:\"stdClass\":5:{s:5:\"title\";s:16:\"Putler Connector\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2014/01/putler-logo.png?w=118\";s:7:\"excerpt\";s:131:\"Connect WooCommerce with Putler - the best sales analytics app. Synchronize orders and instantly get X-ray vision on your business!\";s:4:\"link\";s:111:\"https://www.woothemes.com/products/putler-connector/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:48;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Photos Product Tab\";s:5:\"image\";s:101:\"https://www.woothemes.com/wp-content/uploads/2014/01/woocommerce-photos-product-tab-450x141.png?w=450\";s:7:\"excerpt\";s:108:\"Allows you to display all the images you have attached to a product in a new tab on the single product page.\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/photos-product-tab/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:49;O:8:\"stdClass\":5:{s:5:\"title\";s:31:\"Simplify Commerce by MasterCard\";s:5:\"image\";s:65:\"https://www.woothemes.com/wp-content/uploads/2014/09/simplify.jpg\";s:7:\"excerpt\";s:149:\"Simplify Commerce by MasterCard gives you a merchant account and payment gateway in a single, secure package that takes just a few minutes to set up.\";s:4:\"link\";s:126:\"https://www.woothemes.com/products/simplify-commerce-by-mastercard/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:50;O:8:\"stdClass\":5:{s:5:\"title\";s:17:\"Coupon Shortcodes\";s:5:\"image\";s:116:\"https://www.woothemes.com/wp-content/uploads/2013/09/free-woocommerce-extensions-coupon-shortcodes-450x145.png?w=450\";s:7:\"excerpt\";s:140:\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\";s:4:\"link\";s:112:\"https://www.woothemes.com/products/coupon-shortcodes/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:51;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"WooCommerce SEO\";s:5:\"image\";s:68:\"https://www.woothemes.com/wp-content/uploads/2013/09/yoast.png?w=600\";s:7:\"excerpt\";s:104:\"Want to make your WooCommerce store integrate seamlessly with WordPress SEO? This is the plugin to have.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/woocommerce-seo/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$49.00\";}i:52;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"FetchApp Integration\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2013/09/fetchapp.png?w=371\";s:7:\"excerpt\";s:88:\"Provides integration between the FetchApp digital delivery application and WooCommerce.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/fetchapp-integration/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:53;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"WooCommerce Custom Currencies\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:112:\"Add your currency to list of supported currencies in WooCommerce or edit an existing one's symbol or label.\";s:4:\"link\";s:124:\"https://www.woothemes.com/products/woocommerce-custom-currencies/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:54;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"Yotpo Social Reviews\";s:5:\"image\";s:82:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/07/Yotpo.png\";s:7:\"excerpt\";s:117:\"Build your shoppers confidence with trustworthy reviews. Yotpo is free and getting started takes less than 5 minutes.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/yotpo-social-reviews/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:55;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Order Notes Window\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2013/07/order-notes.png?w=772\";s:7:\"excerpt\";s:129:\"Overrides the default behaviour when clicking on Order notes button so that modal window with order notes is displayed instantly.\";s:4:\"link\";s:113:\"https://www.woothemes.com/products/order-notes-window/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:56;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"Product Details Customiser\";s:5:\"image\";s:90:\"https://www.woothemes.com/wp-content/uploads/2013/05/product-details-customiser.jpeg?w=348\";s:7:\"excerpt\";s:132:\"Customise WooCommerce product details pages. Show / Hide core components like product imagery, tabs, upsells & related products.\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/product-details-customiser/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:57;O:8:\"stdClass\":5:{s:5:\"title\";s:27:\"Total Web Solutions Gateway\";s:5:\"image\";s:93:\"https://www.woothemes.com/wp-content/uploads/woocommerce_uploads/2013/05/tws-secure-clear.png\";s:7:\"excerpt\";s:218:\"<p class=\"p1\">Accept Credit and Debit card payments for your WooCommerce store with Total Web Solutions Secure PayPage. Total Web Solutions is one of the UK’s lowest priced PCI Level 1 compliant Payment Gateways.</p>\";s:4:\"link\";s:122:\"https://www.woothemes.com/products/total-web-solutions-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:58;O:8:\"stdClass\":5:{s:5:\"title\";s:26:\"Product Archive Customiser\";s:5:\"image\";s:78:\"https://www.woothemes.com/wp-content/uploads/2013/05/product-archive.jpg?w=280\";s:7:\"excerpt\";s:53:\"Allows you to customise WooCommerce product archives.\";s:4:\"link\";s:121:\"https://www.woothemes.com/products/product-archive-customiser/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:59;O:8:\"stdClass\":5:{s:5:\"title\";s:32:\"WooCommerce Bundle Style Coupons\";s:5:\"image\";s:95:\"https://www.woothemes.com/wp-content/uploads/2013/05/woocommerce-bundle-style-coupons.jpg?w=490\";s:7:\"excerpt\";s:99:\"Enables store owners to make a coupon only apply when all products required for it are in the cart.\";s:4:\"link\";s:127:\"https://www.woothemes.com/products/woocommerce-bundle-style-coupons/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:60;O:8:\"stdClass\":5:{s:5:\"title\";s:29:\"WooCommerce Thesis Integrator\";s:5:\"image\";s:107:\"https://www.woothemes.com/wp-content/uploads/2013/04/woocommerce_thesis_integrator_plugin-200-259.png?w=200\";s:7:\"excerpt\";s:105:\"Integrated WooCommerce and Thesis 2. Use the coupon code 'woothemes' to receive a 25% discount!\";s:4:\"link\";s:124:\"https://www.woothemes.com/products/woocommerce-thesis-integrator/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$79.00\";}i:61;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"Social Review Engine\";s:5:\"image\";s:71:\"https://www.woothemes.com/wp-content/uploads/2013/04/srelogo3.png?w=375\";s:7:\"excerpt\";s:156:\"The Social Review Engine is a powerful and feature rich website and product review plugin built for WordPress powered blogs and integrated with WooCommerce.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/social-review-engine/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$97.00\";}i:62;O:8:\"stdClass\":5:{s:5:\"title\";s:23:\"Tickets for WooCommerce\";s:5:\"image\";s:74:\"https://www.woothemes.com/wp-content/uploads/2013/03/wc-tickets.jpeg?w=255\";s:7:\"excerpt\";s:147:\"With the WooTickets add-on for The Events Calendar/Events Calendar PRO, taking control of ticket sales for an upcoming event has never been easier.\";s:4:\"link\";s:114:\"https://www.woothemes.com/products/tickets-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$89.00\";}i:63;O:8:\"stdClass\":5:{s:5:\"title\";s:21:\"WooCommerce Menu Cart\";s:5:\"image\";s:76:\"https://www.woothemes.com/wp-content/uploads/2013/03/wc-menu-cart.jpeg?w=395\";s:7:\"excerpt\";s:145:\"This plugin installs a shopping cart button in the navigation bar. The plugin takes less than a minute to setup, and includes a bunch of options.\";s:4:\"link\";s:116:\"https://www.woothemes.com/products/woocommerce-menu-cart/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:64;O:8:\"stdClass\":5:{s:5:\"title\";s:12:\"Smart Offers\";s:5:\"image\";s:76:\"https://www.woothemes.com/wp-content/uploads/2013/03/smart-offers.jpeg?w=410\";s:7:\"excerpt\";s:161:\"Instantly boost profits by creating targeted special offers and promotions within your sales funnel. Upsells, Downsells, One Time Offers, Backend sales and more.\";s:4:\"link\";s:107:\"https://www.woothemes.com/products/smart-offers/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$97.00\";}i:65;O:8:\"stdClass\":5:{s:5:\"title\";s:28:\"InfusionSoft Payment Gateway\";s:5:\"image\";s:83:\"https://www.woothemes.com/wp-content/uploads/2013/03/connect4-woocommerce.jpg?w=500\";s:7:\"excerpt\";s:95:\"Connects the WordPress shopping cart system WooCommerce with any Infusionsoft Merchant Account.\";s:4:\"link\";s:123:\"https://www.woothemes.com/products/infusionsoft-payment-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$127.00\";}i:66;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"WooCommerce Cart Tab\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:124:\"Displays a link to the cart which is visible sitewide and fixed in position so it remains visible wherever the user scrolls.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/woocommerce-cart-tab/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:67;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"Facebook Shop\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2015/11/StoreYa.png?w=608\";s:7:\"excerpt\";s:159:\"StoreYa.com is a leading F-commerce platform designed for automatically importing WooCommerce stores into Facebook taking full advantage of its social elements\";s:4:\"link\";s:102:\"https://www.woothemes.com/products/storeya/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:68;O:8:\"stdClass\":5:{s:5:\"title\";s:25:\"Improvely for WooCommerce\";s:5:\"image\";s:73:\"https://www.woothemes.com/wp-content/uploads/2012/10/improvely.jpeg?w=385\";s:7:\"excerpt\";s:141:\"Use Improvely with your WooCommerce-powered store to measure your advertising, click fraud marketing, social media marketing and SEO results.\";s:4:\"link\";s:120:\"https://www.woothemes.com/products/improvely-for-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:69;O:8:\"stdClass\":5:{s:5:\"title\";s:15:\"Genesis Connect\";s:5:\"image\";s:90:\"https://www.woothemes.com/wp-content/uploads/2011/10/genesis-connect-woocommerce.jpg?w=610\";s:7:\"excerpt\";s:111:\"This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.\";s:4:\"link\";s:110:\"https://www.woothemes.com/products/genesis-connect/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:70;O:8:\"stdClass\":5:{s:5:\"title\";s:16:\"CCAvenue Gateway\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2011/10/cc-ave.jpeg?w=479\";s:7:\"excerpt\";s:125:\"This is the CCAvenue payment gateway for WooCommerce. Allows you to use CCAvenue payment gateway with the WooCommerce plugin.\";s:4:\"link\";s:111:\"https://www.woothemes.com/products/ccavenue-gateway/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:71;O:8:\"stdClass\":5:{s:5:\"title\";s:9:\"Cart2Cart\";s:5:\"image\";s:72:\"https://www.woothemes.com/wp-content/uploads/2011/10/cart2cart.gif?w=220\";s:7:\"excerpt\";s:189:\"Cart2Cart is a service which migrates product / customer / order data from many other eCommerce platforms into WooCommerce. Perfect if you're looking to make the switch to WooCommerce!\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/cart2cart/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:72;O:8:\"stdClass\":5:{s:5:\"title\";s:20:\"WPML for WooCommerce\";s:5:\"image\";s:70:\"https://www.woothemes.com/wp-content/uploads/2011/10/wcml650.png?w=650\";s:7:\"excerpt\";s:117:\"This 'glue' plugin makes it possible to run fully multilingual e-commerce sites using WooCommerce and WPML.\";s:4:\"link\";s:115:\"https://www.woothemes.com/products/wpml-for-woocommerce/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$29.00\";}i:73;O:8:\"stdClass\":5:{s:5:\"title\";s:14:\"Affiliates Pro\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:147:\"Provides an affiliate management system for sellers, shops and developers, who want to increase sales with their own affiliate program immediately.\";s:4:\"link\";s:109:\"https://www.woothemes.com/products/affiliates-pro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$59.00\";}i:74;O:8:\"stdClass\":5:{s:5:\"title\";s:18:\"Grid / List Toggle\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:136:\"Adds a Grid / List toggle to your product archives allowing users to, you guessed it, toggle between grid / list views of your products.\";s:4:\"link\";s:111:\"https://www.woothemes.com/products/grid-list-toggle/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:9:\"$0.00\";}i:75;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"WP Lister Pro\";s:5:\"image\";s:94:\"https://www.woothemes.com/wp-content/uploads/2011/10/box-wp-lister-ebay-2014-720x720.png?w=720\";s:7:\"excerpt\";s:58:\"List your products on eBay and keep your inventory in sync\";s:4:\"link\";s:104:\"https://www.woothemes.com/products/wp-lister/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:11:\"$149.00\";}i:76;O:8:\"stdClass\":5:{s:5:\"title\";s:13:\"Smart Manager\";s:5:\"image\";s:0:\"\";s:7:\"excerpt\";s:124:\"Smart Manager is a unique, revolutionary tool that gives you the power to efficiently manage products, customers and orders.\";s:4:\"link\";s:108:\"https://www.woothemes.com/products/smart-manager/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:5:\"price\";s:10:\"$97.00\";}}}','no'),(1496,'_transient_timeout_wc_report_sales_by_date','1455375692','no'),(1499,'_transient_wc_report_sales_by_date','a:7:{s:32:\"fcea84d304bbe96e7f5df6a9bcd60f0a\";a:0:{}s:32:\"206a95d6d9e68521cfb4008f87affa5c\";a:0:{}s:32:\"42677b454ee5f6eabf93b8e575787d0f\";a:0:{}s:32:\"501eb40331ba2632da811d7d8d0dea9a\";N;s:32:\"601f4c1b2bc567400bf1f32fa5df795d\";a:0:{}s:32:\"0b5c1ba796d4c6e61715c63a7a23ebe5\";a:0:{}s:32:\"68d4870df3a81640b2ebc2b98f126571\";a:0:{}}','no'),(1510,'general_options','','yes'),(1513,'pricing_options','','yes'),(1525,'product_measurement_options','','yes'),(1528,'product_rating_options','','yes'),(1535,'tax_options','','yes'),(1541,'checkout_process_options','','yes'),(1544,'checkout_page_options','','yes'),(1547,'account_endpoint_options','','yes'),(1550,'checkout_endpoint_options','','yes'),(1553,'payment_gateways_options','','yes'),(1556,'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'),(1564,'shipping_options','','yes'),(1567,'woocommerce_shipping_method_selection_priority','a:5:{s:9:\"flat_rate\";i:1;s:13:\"free_shipping\";i:1;s:22:\"international_delivery\";i:1;s:14:\"local_delivery\";i:1;s:12:\"local_pickup\";i:1;}','yes'),(1570,'woocommerce_shipping_method_order','a:5:{s:9:\"flat_rate\";i:0;s:13:\"free_shipping\";i:1;s:22:\"international_delivery\";i:2;s:14:\"local_delivery\";i:3;s:12:\"local_pickup\";i:4;}','yes'),(1573,'_transient_shipping-transient-version','1455290677','yes'),(1582,'woocommerce_local_delivery_settings','a:7:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"Local Delivery\";s:4:\"type\";s:5:\"fixed\";s:3:\"fee\";s:0:\"\";s:5:\"codes\";s:0:\"\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:1:{i:0;s:2:\"US\";}}','yes'),(1598,'account_page_options','','yes'),(1601,'account_registration_options','','yes'),(1610,'email_notification_settings','','yes'),(1613,'email_recipient_options','','yes'),(1616,'email_options','','yes'),(1619,'email_template_options','','yes'),(1627,'woocommerce_new_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:21:\"leslylafond@gmail.com\";s:7:\"subject\";s:65:\"[{site_title}] New customer order ({order_number}) - {order_date}\";s:7:\"heading\";s:18:\"New customer order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1633,'woocommerce_cancelled_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:21:\"leslylafond@gmail.com\";s:7:\"subject\";s:47:\"[{site_title}] Cancelled order ({order_number})\";s:7:\"heading\";s:15:\"Cancelled order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1640,'woocommerce_failed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:21:\"leslylafond@gmail.com\";s:7:\"subject\";s:44:\"[{site_title}] Failed order ({order_number})\";s:7:\"heading\";s:12:\"Failed order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1649,'_transient_timeout_geoip_66.249.66.177','1455897782','no'),(1652,'_transient_geoip_66.249.66.177','US','no'),(1654,'_transient_timeout_geoip_100.43.81.144','1455899097','no'),(1657,'_transient_geoip_100.43.81.144','US','no'),(1658,'_transient_timeout_geoip_100.43.91.8','1455899101','no'),(1661,'_transient_geoip_100.43.91.8','US','no'),(1673,'_transient_timeout_geoip_45.64.133.78','1455902185','no'),(1676,'_transient_geoip_45.64.133.78','BD','no'),(1684,'product_shipping_class_children','a:0:{}','yes'),(1687,'_transient_orders-transient-version','1455302884','yes'),(1690,'_transient_timeout_wc_cbp_247ecf4899f55dfaec1b2596e745d756','1457894884','no'),(1693,'_transient_wc_cbp_247ecf4899f55dfaec1b2596e745d756','a:0:{}','no'),(1735,'_transient_timeout_geoip_84.213.178.51','1455968530','no'),(1738,'_transient_geoip_84.213.178.51','NO','no'),(1753,'_transient_timeout_geoip_179.52.244.57','1455973077','no'),(1756,'_transient_geoip_179.52.244.57','DO','no'),(1762,'_transient_timeout_geoip_5.149.254.109','1455974940','no'),(1765,'_transient_geoip_5.149.254.109','NL','no'),(1768,'revslider-latest-version','5.1.6','yes'),(1771,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"4.9.9\";s:4:\"text\";s:197:\"<a href=\"//revolution.themepunch.com\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS500-75\";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:7:\"5.0.4.1\";s:4:\"text\";s:243:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/#productactivation\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updateto506_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS506-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.4\";s:4:\"text\";s:255:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b#productactivation\" 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:{}}}','yes'),(1829,'rewrite_rules','a:340:{s:13:\"portfolios/?$\";s:29:\"index.php?post_type=portfolio\";s:43:\"portfolios/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:38:\"portfolios/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:30:\"portfolios/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:14:\"testimonial/?$\";s:31:\"index.php?post_type=testimonial\";s:44:\"testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:39:\"testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:31:\"testimonial/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=testimonial&paged=$matches[1]\";s:10:\"clients/?$\";s:27:\"index.php?post_type=clients\";s:40:\"clients/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:35:\"clients/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:27:\"clients/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=clients&paged=$matches[1]\";s:7:\"faqs/?$\";s:23:\"index.php?post_type=faq\";s:37:\"faqs/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=faq&feed=$matches[1]\";s:32:\"faqs/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=faq&feed=$matches[1]\";s:24:\"faqs/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=faq&paged=$matches[1]\";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:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:47:\"(([^/]+/)*wishlist)(/(.*))?/page/([0-9]{1,})/?$\";s:76:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]\";s:30:\"(([^/]+/)*wishlist)(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]\";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: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: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: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: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:38:\"portfolios/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"portfolios/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"portfolios/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"portfolios/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"portfolios/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"portfolios/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"portfolios/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:31:\"portfolios/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:51:\"portfolios/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:46:\"portfolios/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:39:\"portfolios/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:46:\"portfolios/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:36:\"portfolios/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:42:\"portfolios/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"portfolios/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"portfolios/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:27:\"portfolios/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"portfolios/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"portfolios/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"portfolios/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"portfolios/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"portfolios/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"portfolio/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:43:\"portfolio/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:36:\"portfolio/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:18:\"portfolio/(.+?)/?$\";s:40:\"index.php?portfolio-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:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:52:\"testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:47:\"testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?testimonial=$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:50:\"index.php?testimonial=$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:35:\"clients/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"clients/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"clients/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"clients/([^/]+)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:28:\"clients/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:48:\"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:43:\"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:43:\"clients/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:33:\"clients/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?clients=$matches[1]&wc-api=$matches[3]\";s:39:\"clients/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"clients/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"clients/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:24:\"clients/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"clients/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"clients/[^/]+/([^/]+)/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:36:\"index.php?faq=$matches[1]&embed=true\";s:25:\"faqs/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:45:\"faqs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:40:\"faqs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:33:\"faqs/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:40:\"faqs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:30:\"faqs/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?faq=$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:42:\"index.php?faq=$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:42:\"faq/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq-category=$matches[1]&feed=$matches[2]\";s:37:\"faq/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq-category=$matches[1]&feed=$matches[2]\";s:30:\"faq/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq-category=$matches[1]&paged=$matches[2]\";s:12:\"faq/(.+?)/?$\";s:34:\"index.php?faq-category=$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: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: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:45:\"product_variation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"product_variation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"product_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"product_variation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"product_variation/([^/]+)/embed/?$\";s:50:\"index.php?product_variation=$matches[1]&embed=true\";s:38:\"product_variation/([^/]+)/trackback/?$\";s:44:\"index.php?product_variation=$matches[1]&tb=1\";s:46:\"product_variation/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&paged=$matches[2]\";s:53:\"product_variation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&cpage=$matches[2]\";s:43:\"product_variation/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?product_variation=$matches[1]&wc-api=$matches[3]\";s:49:\"product_variation/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"product_variation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"product_variation/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?product_variation=$matches[1]&page=$matches[2]\";s:34:\"product_variation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"product_variation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"product_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"product_variation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"shop_order_refund/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"shop_order_refund/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"shop_order_refund/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"shop_order_refund/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"shop_order_refund/([^/]+)/embed/?$\";s:50:\"index.php?shop_order_refund=$matches[1]&embed=true\";s:38:\"shop_order_refund/([^/]+)/trackback/?$\";s:44:\"index.php?shop_order_refund=$matches[1]&tb=1\";s:46:\"shop_order_refund/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&paged=$matches[2]\";s:53:\"shop_order_refund/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&cpage=$matches[2]\";s:43:\"shop_order_refund/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?shop_order_refund=$matches[1]&wc-api=$matches[3]\";s:49:\"shop_order_refund/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"shop_order_refund/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"shop_order_refund/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?shop_order_refund=$matches[1]&page=$matches[2]\";s:34:\"shop_order_refund/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"shop_order_refund/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"shop_order_refund/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"shop_order_refund/[^/]+/([^/]+)/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:33:\"block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"block/([^/]+)/embed/?$\";s:38:\"index.php?block=$matches[1]&embed=true\";s:26:\"block/([^/]+)/trackback/?$\";s:32:\"index.php?block=$matches[1]&tb=1\";s:34:\"block/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?block=$matches[1]&paged=$matches[2]\";s:41:\"block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?block=$matches[1]&cpage=$matches[2]\";s:31:\"block/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?block=$matches[1]&wc-api=$matches[3]\";s:37:\"block/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"block/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"block/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?block=$matches[1]&page=$matches[2]\";s:22:\"block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=787&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:20:\"order-pay(/(.*))?/?$\";s:32:\"index.php?&order-pay=$matches[2]\";s:25:\"order-received(/(.*))?/?$\";s:37:\"index.php?&order-received=$matches[2]\";s:21:\"view-order(/(.*))?/?$\";s:33:\"index.php?&view-order=$matches[2]\";s:23:\"edit-account(/(.*))?/?$\";s:35:\"index.php?&edit-account=$matches[2]\";s:23:\"edit-address(/(.*))?/?$\";s:35:\"index.php?&edit-address=$matches[2]\";s:24:\"lost-password(/(.*))?/?$\";s:36:\"index.php?&lost-password=$matches[2]\";s:26:\"customer-logout(/(.*))?/?$\";s:38:\"index.php?&customer-logout=$matches[2]\";s:29:\"add-payment-method(/(.*))?/?$\";s:41:\"index.php?&add-payment-method=$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: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: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: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: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: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: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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$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:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1832,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:4:\"p=19\";i:1;s:6:\"/cart/\";i:2;s:4:\"p=20\";i:3;s:10:\"/checkout/\";i:4;s:4:\"p=21\";i:5;s:12:\"/my-account/\";}','yes'),(1928,'category_children','a:0:{}','yes'),(2447,'_transient_timeout_select2-css_style_cdn_is_up','1455465717','no'),(2450,'_transient_select2-css_style_cdn_is_up','1','no'),(2453,'_transient_timeout_select2-js_script_cdn_is_up','1455465717','no'),(2456,'_transient_select2-js_script_cdn_is_up','1','no'),(2459,'_transient_timeout_ace-editor-js_script_cdn_is_up','1455465718','no'),(2462,'_transient_ace-editor-js_script_cdn_is_up','1','no'),(2465,'_transient_timeout_geoip_69.175.118.170','1455986937','no'),(2468,'_transient_geoip_69.175.118.170','US','no'),(2482,'_transient_timeout_geoip_198.252.44.9','1455995412','no'),(2485,'_transient_geoip_198.252.44.9','US','no'),(2486,'_transient_timeout_geoip_220.181.108.115','1455995487','no'),(2489,'_transient_geoip_220.181.108.115','CN','no'),(2492,'_transient_timeout_geoip_220.181.108.86','1455995491','no'),(2495,'_transient_geoip_220.181.108.86','CN','no'),(2497,'mango_taxonomy_image466','','yes'),(2500,'product_cat_children','a:0:{}','yes'),(2503,'iconize_taxonomy_icons','a:1:{s:11:\"product_cat\";a:1:{i:466;a:7:{s:9:\"icon_name\";s:0:\"\";s:8:\"icon_set\";s:0:\"\";s:14:\"icon_transform\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";s:19:\"icon_custom_classes\";s:0:\"\";}}}','yes'),(2506,'tax_meta_466','a:4:{s:21:\"mango_taxonomy_layout\";s:7:\"default\";s:27:\"mango_taxonomy_left_sidebar\";s:1:\"0\";s:28:\"mango_taxonomy_right_sidebar\";s:1:\"0\";s:32:\"mango_taxonomy_banner_rev_slider\";s:14:\"home_version12\";}','yes'),(2509,'_transient_timeout_geoip_152.166.101.47','1455998008','no'),(2512,'_transient_geoip_152.166.101.47','DO','no'),(2517,'_transient_product-transient-version','1455396964','yes'),(2519,'_transient_timeout_wc_term_counts','1457989073','no'),(2521,'_transient_wc_term_counts','a:1:{i:466;s:1:\"1\";}','no'),(2523,'_transient_timeout_wc_uf_pid_aa28b6298b00bb9c01dfb74a7950a66f','1457989121','no'),(2525,'_transient_wc_uf_pid_aa28b6298b00bb9c01dfb74a7950a66f','a:1:{i:0;i:8063;}','no'),(2533,'_transient_timeout_wc_uf_pid_e0c38de097f9d5678fda364daad13c6b','1457993645','no'),(2535,'_transient_wc_uf_pid_e0c38de097f9d5678fda364daad13c6b','a:1:{i:0;i:8063;}','no'),(2537,'_transient_timeout_wc_uf_pid_c7b94be7a8c306fec1f046f4f2e5cf3d','1457993709','no'),(2539,'_transient_wc_uf_pid_c7b94be7a8c306fec1f046f4f2e5cf3d','a:1:{i:0;i:8063;}','no'),(2541,'dvin_quotelist_pageid','8097','yes'),(2543,'dvin_wcql_settings','s:953:\"a:27:{s:25:\"apply_individual_settings\";s:0:\"\";s:13:\"link_position\";s:17:\"After Add to Cart\";s:12:\"link_bgcolor\";s:7:\"#000000\";s:14:\"link_fontcolor\";s:7:\"#FFFFFF\";s:36:\"link_sameas_addtocart_default_colors\";s:2:\"on\";s:21:\"link_sameas_addtocart\";s:2:\"on\";s:10:\"custom_css\";s:19:\".addquotelistlink{}\";s:26:\"show_quotelist_link_always\";s:2:\"on\";s:12:\"show_on_shop\";s:0:\"\";s:8:\"no_price\";s:0:\"\";s:22:\"no_quote_enabled_price\";s:0:\"\";s:16:\"show_price_login\";s:0:\"\";s:6:\"no_qty\";s:0:\"\";s:16:\"remove_price_col\";s:0:\"\";s:17:\"use_gravity_forms\";s:0:\"\";s:19:\"gravity_form_select\";s:0:\"\";s:20:\"use_formidable_forms\";s:0:\"\";s:22:\"formidable_form_select\";s:0:\"\";s:15:\"add_sku_toemail\";s:0:\"\";s:17:\"add_price_toemail\";s:0:\"\";s:22:\"dvin_wcql_redirect_url\";s:0:\"\";s:29:\"redirect_to_listpage_afteradd\";s:0:\"\";s:23:\"dvin_wcql_quotelist_url\";s:0:\"\";s:16:\"use_contactform7\";s:0:\"\";s:24:\"contactform7_form_select\";s:0:\"\";s:12:\"create_order\";s:0:\"\";s:12:\"show_sku_col\";s:0:\"\";}\";','yes'),(2545,'dvin_quotelist_default_settings_set_or_not','true','yes'),(2547,'dvin_wcql_email_subject','Sharing [%req_name%] quotelist','yes'),(2549,'dvin_wcql_email_msg','Hello,\r\n Following is the quote list of the [%req_name%]:\r\n [%quotelist%]\r\n Comments: [%comments%]\r\nThanks,\r\n[%req_name%]','yes'),(2551,'sbg_sidebars','a:1:{s:5:\"Quote\";s:5:\"Quote\";}','yes'),(2553,'_transient_timeout_geoip_69.30.210.242','1456009269','no'),(2555,'_transient_geoip_69.30.210.242','US','no'),(2570,'_transient_timeout_geoip_100.43.91.29','1456059307','no'),(2573,'_transient_geoip_100.43.91.29','US','no'),(2577,'_transient_timeout_geoip_141.8.143.167','1456059317','no'),(2580,'_transient_geoip_141.8.143.167','RU','no'),(2583,'_transient_timeout_geoip_220.181.108.123','1456071868','no'),(2586,'_transient_geoip_220.181.108.123','CN','no'),(2597,'_transient_timeout_geoip_162.210.196.98','1456077467','no'),(2600,'_transient_geoip_162.210.196.98','US','no'),(2604,'_transient_timeout_geoip_209.58.178.49','1456077951','no'),(2607,'_transient_geoip_209.58.178.49','US','no'),(2609,'_transient_timeout_geoip_207.46.13.176','1456080829','no'),(2612,'_transient_geoip_207.46.13.176','US','no'),(2649,'_transient_timeout_geoip_40.77.167.72','1456133327','no'),(2652,'_transient_geoip_40.77.167.72','US','no'),(2661,'_transient_timeout_geoip_69.30.213.18','1456156992','no'),(2664,'_transient_geoip_69.30.213.18','US','no'),(2666,'_transient_timeout_geoip_78.4.218.110','1456156997','no'),(2669,'_transient_geoip_78.4.218.110','IT','no'),(2675,'_transient_timeout_geoip_220.181.108.143','1456157074','no'),(2678,'_transient_geoip_220.181.108.143','CN','no'),(2681,'_transient_timeout_geoip_220.181.108.161','1456157078','no'),(2684,'_transient_geoip_220.181.108.161','CN','no'),(2696,'_transient_timeout_geoip_51.254.141.247','1456162734','no'),(2699,'_transient_geoip_51.254.141.247','GB','no'),(2703,'_transient_timeout_wc_uf_pid_a0ff5221708c0f097ce116f9cdb1a5f7','1458149939','no'),(2706,'_transient_wc_uf_pid_a0ff5221708c0f097ce116f9cdb1a5f7','a:1:{i:0;i:8063;}','no'),(2708,'_transient_timeout_geoip_192.99.107.209','1456170188','no'),(2711,'_transient_geoip_192.99.107.209','','no'),(2714,'_transient_timeout_external_ip_address_192.99.107.209','1456170188','no'),(2717,'_transient_external_ip_address_192.99.107.209','209.17.114.79','no'),(2720,'_transient_timeout_geoip_37.59.6.76','1456180224','no'),(2723,'_transient_geoip_37.59.6.76','','no'),(2726,'_transient_timeout_external_ip_address_37.59.6.76','1456180222','no'),(2729,'_transient_external_ip_address_37.59.6.76','209.17.114.79','no'),(2745,'_transient_timeout_geoip_51.254.131.245','1456181893','no'),(2748,'_transient_geoip_51.254.131.245','','no'),(2751,'_transient_timeout_external_ip_address_51.254.131.245','1456181893','no'),(2754,'_transient_external_ip_address_51.254.131.245','209.17.114.79','no'),(2778,'_transient_timeout_geoip_192.99.107.231','1456206740','no'),(2781,'_transient_geoip_192.99.107.231','','no'),(2784,'_transient_timeout_external_ip_address_192.99.107.231','1456206740','no'),(2787,'_transient_external_ip_address_192.99.107.231','209.17.114.79','no'),(2789,'_transient_timeout_geoip_68.180.230.251','1456213921','no'),(2792,'_transient_geoip_68.180.230.251','','no'),(2795,'_transient_timeout_external_ip_address_68.180.230.251','1456213921','no'),(2798,'_transient_external_ip_address_68.180.230.251','209.17.114.79','no'),(2814,'_transient_timeout_geoip_192.99.107.203','1456225992','no'),(2817,'_transient_geoip_192.99.107.203','','no'),(2820,'_transient_timeout_external_ip_address_192.99.107.203','1456225992','no'),(2823,'_transient_external_ip_address_192.99.107.203','209.17.114.79','no'),(2825,'_transient_timeout_geoip_78.46.50.246','1456228816','no'),(2828,'_transient_geoip_78.46.50.246','','no'),(2831,'_transient_timeout_external_ip_address_78.46.50.246','1456228816','no'),(2834,'_transient_external_ip_address_78.46.50.246','209.17.114.79','no'),(2837,'_transient_timeout_geoip_173.252.122.117','1456240216','no'),(2840,'_transient_geoip_173.252.122.117','','no'),(2843,'_transient_timeout_external_ip_address_173.252.122.117','1456240216','no'),(2846,'_transient_external_ip_address_173.252.122.117','209.17.114.79','no'),(2861,'_transient_timeout_geoip_186.6.146.83','1456242483','no'),(2864,'_transient_geoip_186.6.146.83','','no'),(2867,'_transient_timeout_external_ip_address_186.6.146.83','1456242483','no'),(2870,'_transient_external_ip_address_186.6.146.83','209.17.114.79','no'),(2873,'_transient_timeout_geoip_72.76.243.86','1456257761','no'),(2876,'_transient_geoip_72.76.243.86','','no'),(2879,'_transient_timeout_external_ip_address_72.76.243.86','1456257760','no'),(2882,'_transient_external_ip_address_72.76.243.86','209.17.114.79','no'),(2888,'_transient_timeout_geoip_66.249.65.176','1456266889','no'),(2891,'_transient_geoip_66.249.65.176','','no'),(2894,'_transient_timeout_external_ip_address_66.249.65.176','1456266889','no'),(2897,'_transient_external_ip_address_66.249.65.176','209.17.114.79','no'),(2900,'_transient_timeout_geoip_66.249.65.247','1456266921','no'),(2903,'_transient_geoip_66.249.65.247','','no'),(2906,'_transient_timeout_external_ip_address_66.249.65.247','1456266921','no'),(2909,'_transient_external_ip_address_66.249.65.247','209.17.114.79','no'),(2924,'_transient_timeout_geoip_66.249.65.183','1456292043','no'),(2927,'_transient_geoip_66.249.65.183','','no'),(2930,'_transient_timeout_external_ip_address_66.249.65.183','1456292043','no'),(2933,'_transient_external_ip_address_66.249.65.183','209.17.114.79','no'),(2945,'_transient_timeout_geoip_66.249.65.254','1456292052','no'),(2948,'_transient_geoip_66.249.65.254','','no'),(2951,'_transient_timeout_external_ip_address_66.249.65.254','1456292053','no'),(2954,'_transient_external_ip_address_66.249.65.254','209.17.114.79','no'),(2957,'_transient_timeout_geoip_66.249.65.129','1456292057','no'),(2960,'_transient_geoip_66.249.65.129','US','no'),(2962,'_transient_timeout_geoip_66.249.65.169','1456292061','no'),(2965,'_transient_geoip_66.249.65.169','','no'),(2968,'_transient_timeout_external_ip_address_66.249.65.169','1456292062','no'),(2971,'_transient_external_ip_address_66.249.65.169','209.17.114.79','no'),(2972,'_transient_timeout_geoip_180.153.214.176','1456311750','no'),(2975,'_transient_geoip_180.153.214.176','','no'),(2978,'_transient_timeout_external_ip_address_180.153.214.176','1456311750','no'),(2981,'_transient_external_ip_address_180.153.214.176','209.17.114.79','no'),(2983,'_transient_timeout_geoip_107.189.60.73','1456315899','no'),(2986,'_transient_geoip_107.189.60.73','','no'),(2989,'_transient_timeout_external_ip_address_107.189.60.73','1456315899','no'),(2992,'_transient_external_ip_address_107.189.60.73','209.17.114.79','no'),(2995,'_transient_timeout_geoip_148.251.12.17','1456320695','no'),(3001,'_transient_geoip_148.251.12.17','','no'),(3007,'_transient_timeout_external_ip_address_148.251.12.17','1456320698','no'),(3010,'_transient_external_ip_address_148.251.12.17','209.17.114.79','no'),(3053,'_transient_timeout_geoip_178.203.146.227','1456336006','no'),(3056,'_transient_geoip_178.203.146.227','','no'),(3059,'_transient_timeout_external_ip_address_178.203.146.227','1456336006','no'),(3062,'_transient_external_ip_address_178.203.146.227','209.17.114.79','no'),(3089,'_transient_timeout_geoip_100.43.85.1','1456380390','no'),(3092,'_transient_geoip_100.43.85.1','','no'),(3095,'_transient_timeout_external_ip_address_100.43.85.1','1456380391','no'),(3098,'_transient_external_ip_address_100.43.85.1','209.17.114.79','no'),(3103,'_transient_timeout_geoip_141.8.143.208','1456380403','no'),(3106,'_transient_geoip_141.8.143.208','','no'),(3109,'_transient_timeout_external_ip_address_141.8.143.208','1456380403','no'),(3112,'_transient_external_ip_address_141.8.143.208','209.17.114.79','no'),(3113,'_transient_timeout_geoip_198.252.44.117','1456381372','no'),(3116,'_transient_geoip_198.252.44.117','','no'),(3119,'_transient_timeout_external_ip_address_198.252.44.117','1456381372','no'),(3122,'_transient_external_ip_address_198.252.44.117','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(3130,'_transient_timeout_geoip_176.10.99.203','1456382037','no'),(3133,'_transient_geoip_176.10.99.203','','no'),(3136,'_transient_timeout_external_ip_address_176.10.99.203','1456382037','no'),(3139,'_transient_external_ip_address_176.10.99.203','209.17.114.79','no'),(3142,'_transient_timeout_geoip_178.162.222.228','1456383015','no'),(3145,'_transient_geoip_178.162.222.228','','no'),(3148,'_transient_timeout_external_ip_address_178.162.222.228','1456383016','no'),(3151,'_transient_external_ip_address_178.162.222.228','209.17.114.79','no'),(3154,'_transient_timeout_geoip_82.211.19.143','1456383023','no'),(3157,'_transient_geoip_82.211.19.143','DE','no'),(3158,'_transient_timeout_geoip_144.76.12.78','1456400568','no'),(3161,'_transient_geoip_144.76.12.78','','no'),(3164,'_transient_timeout_external_ip_address_144.76.12.78','1456400568','no'),(3167,'_transient_external_ip_address_144.76.12.78','209.17.114.79','no'),(3170,'_transient_timeout_geoip_93.115.95.202','1456411116','no'),(3173,'_transient_geoip_93.115.95.202','','no'),(3176,'_transient_timeout_external_ip_address_93.115.95.202','1456411116','no'),(3179,'_transient_external_ip_address_93.115.95.202','209.17.114.79','no'),(3182,'_transient_timeout_geoip_220.181.108.163','1456416385','no'),(3185,'_transient_geoip_220.181.108.163','','no'),(3188,'_transient_timeout_external_ip_address_220.181.108.163','1456416385','no'),(3191,'_transient_external_ip_address_220.181.108.163','209.17.114.79','no'),(3197,'_transient_timeout_geoip_220.181.108.118','1456416400','no'),(3200,'_transient_geoip_220.181.108.118','','no'),(3203,'_transient_timeout_external_ip_address_220.181.108.118','1456416401','no'),(3206,'_transient_external_ip_address_220.181.108.118','209.17.114.79','no'),(3218,'_transient_timeout_geoip_185.100.85.190','1456416871','no'),(3221,'_transient_geoip_185.100.85.190','','no'),(3224,'_transient_timeout_external_ip_address_185.100.85.190','1456416872','no'),(3227,'_transient_external_ip_address_185.100.85.190','209.17.114.79','no'),(3230,'_transient_timeout_geoip_94.23.19.178','1456419949','no'),(3233,'_transient_geoip_94.23.19.178','','no'),(3236,'_transient_timeout_external_ip_address_94.23.19.178','1456419948','no'),(3239,'_transient_external_ip_address_94.23.19.178','209.17.114.79','no'),(3254,'_transient_timeout_geoip_95.211.205.151','1456420291','no'),(3257,'_transient_geoip_95.211.205.151','','no'),(3260,'_transient_timeout_external_ip_address_95.211.205.151','1456420291','no'),(3263,'_transient_external_ip_address_95.211.205.151','209.17.114.79','no'),(3265,'_transient_timeout_geoip_171.25.193.20','1456420307','no'),(3268,'_transient_geoip_171.25.193.20','','no'),(3271,'_transient_timeout_external_ip_address_171.25.193.20','1456420308','no'),(3274,'_transient_external_ip_address_171.25.193.20','209.17.114.79','no'),(3290,'_site_transient_timeout_browser_bd245a956bd8df6072b9d1b9842bae91','1456430747','yes'),(3293,'_site_transient_browser_bd245a956bd8df6072b9d1b9842bae91','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3296,'_transient_timeout_wc_low_stock_count','1458417948','no'),(3299,'_transient_wc_low_stock_count','0','no'),(3302,'_transient_timeout_wc_outofstock_count','1458417948','no'),(3305,'_transient_wc_outofstock_count','0','no'),(3359,'_transient_timeout_geoip_5.9.87.111','1456436930','no'),(3362,'_transient_geoip_5.9.87.111','','no'),(3365,'_transient_timeout_external_ip_address_5.9.87.111','1456436930','no'),(3368,'_transient_external_ip_address_5.9.87.111','209.17.114.79','no'),(3371,'_transient_timeout_geoip_5.9.89.170','1456442538','no'),(3374,'_transient_geoip_5.9.89.170','','no'),(3377,'_transient_timeout_external_ip_address_5.9.89.170','1456442538','no'),(3380,'_transient_external_ip_address_5.9.89.170','209.17.114.79','no'),(3382,'_transient_timeout_geoip_77.247.181.165','1456444975','no'),(3385,'_transient_geoip_77.247.181.165','','no'),(3388,'_transient_timeout_external_ip_address_77.247.181.165','1456444975','no'),(3391,'_transient_external_ip_address_77.247.181.165','209.17.114.79','no'),(3395,'_transient_timeout_geoip_158.69.208.131','1456444983','no'),(3398,'_transient_geoip_158.69.208.131','','no'),(3401,'_transient_timeout_external_ip_address_158.69.208.131','1456444984','no'),(3404,'_transient_external_ip_address_158.69.208.131','209.17.114.79','no'),(3422,'_transient_timeout_geoip_98.219.75.100','1456457543','no'),(3425,'_transient_geoip_98.219.75.100','','no'),(3428,'_transient_timeout_external_ip_address_98.219.75.100','1456457543','no'),(3431,'_transient_external_ip_address_98.219.75.100','209.17.114.79','no'),(3433,'_transient_timeout_geoip_66.180.193.219','1456468158','no'),(3436,'_transient_geoip_66.180.193.219','','no'),(3439,'_transient_timeout_external_ip_address_66.180.193.219','1456468158','no'),(3442,'_transient_external_ip_address_66.180.193.219','209.17.114.79','no'),(3446,'_transient_timeout_geoip_158.69.201.229','1456468165','no'),(3449,'_transient_geoip_158.69.201.229','US','no'),(3451,'_transient_timeout_geoip_104.131.184.191','1456481679','no'),(3454,'_transient_geoip_104.131.184.191','','no'),(3457,'_transient_timeout_external_ip_address_104.131.184.191','1456481680','no'),(3460,'_transient_external_ip_address_104.131.184.191','209.17.114.79','no'),(3461,'_transient_timeout_geoip_173.236.29.218','1456505254','no'),(3464,'_transient_geoip_173.236.29.218','','no'),(3467,'_transient_timeout_external_ip_address_173.236.29.218','1456505253','no'),(3470,'_transient_external_ip_address_173.236.29.218','209.17.114.79','no'),(3479,'_transient_timeout_geoip_209.17.114.79','1456505256','no'),(3482,'_transient_geoip_209.17.114.79','','no'),(3514,'_transient_timeout_geoip_163.172.13.119','1456511378','no'),(3517,'_transient_geoip_163.172.13.119','','no'),(3520,'_transient_timeout_external_ip_address_163.172.13.119','1456511378','no'),(3523,'_transient_external_ip_address_163.172.13.119','209.17.114.79','no'),(3527,'_transient_timeout_geoip_172.56.27.65','1456516210','no'),(3530,'_transient_geoip_172.56.27.65','','no'),(3533,'_transient_timeout_external_ip_address_172.56.27.65','1456516211','no'),(3536,'_transient_external_ip_address_172.56.27.65','209.17.114.79','no'),(3538,'_transient_timeout_geoip_172.56.27.131','1456527834','no'),(3541,'_transient_geoip_172.56.27.131','','no'),(3544,'_transient_timeout_external_ip_address_172.56.27.131','1456527834','no'),(3547,'_transient_external_ip_address_172.56.27.131','209.17.114.79','no'),(3551,'_transient_timeout_geoip_66.249.65.69','1456533379','no'),(3554,'_transient_geoip_66.249.65.69','','no'),(3557,'_transient_timeout_external_ip_address_66.249.65.69','1456533379','no'),(3560,'_transient_external_ip_address_66.249.65.69','209.17.114.79','no'),(3563,'_transient_timeout_geoip_66.249.65.72','1456533397','no'),(3566,'_transient_geoip_66.249.65.72','US','no'),(3568,'_transient_timeout_geoip_157.55.39.103','1456535453','no'),(3571,'_transient_geoip_157.55.39.103','','no'),(3574,'_transient_timeout_external_ip_address_157.55.39.103','1456535453','no'),(3577,'_transient_external_ip_address_157.55.39.103','209.17.114.79','no'),(3583,'_transient_timeout_geoip_149.202.98.161','1456535885','no'),(3586,'_transient_geoip_149.202.98.161','','no'),(3589,'_transient_timeout_external_ip_address_149.202.98.161','1456535886','no'),(3592,'_transient_external_ip_address_149.202.98.161','209.17.114.79','no'),(3595,'_transient_timeout_geoip_82.116.120.3','1456535892','no'),(3598,'_transient_geoip_82.116.120.3','DE','no'),(3616,'_transient_timeout_geoip_213.251.184.38','1456548949','no'),(3619,'_transient_geoip_213.251.184.38','','no'),(3622,'_transient_timeout_external_ip_address_213.251.184.38','1456548950','no'),(3625,'_transient_external_ip_address_213.251.184.38','209.17.114.79','no'),(3626,'_transient_timeout_geoip_176.126.252.11','1456552376','no'),(3629,'_transient_geoip_176.126.252.11','','no'),(3632,'_transient_timeout_external_ip_address_176.126.252.11','1456552376','no'),(3635,'_transient_external_ip_address_176.126.252.11','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(3638,'_transient_timeout_wc_uf_pid_462bc37b64e00df93c53517a9466c3f2','1458555101','no'),(3641,'_transient_wc_uf_pid_462bc37b64e00df93c53517a9466c3f2','a:1:{i:0;i:8063;}','no'),(3644,'_transient_timeout_wc_uf_pid_b0383b351edd822f5d02b97fcc31df6b','1458555826','no'),(3647,'_transient_wc_uf_pid_b0383b351edd822f5d02b97fcc31df6b','a:1:{i:0;i:8063;}','no'),(3653,'_transient_timeout_wc_uf_pid_494fe250e45dcf59e53557932c58cd0e','1458557837','no'),(3656,'_transient_wc_uf_pid_494fe250e45dcf59e53557932c58cd0e','a:1:{i:0;i:8063;}','no'),(3658,'_transient_timeout_wc_uf_pid_205899e60c0e0499a7b53f7163bd7f77','1458558689','no'),(3661,'_transient_wc_uf_pid_205899e60c0e0499a7b53f7163bd7f77','a:1:{i:0;i:8063;}','no'),(3667,'_transient_timeout_wc_uf_pid_6a6090b39035a40593bfaa1930df1f46','1458560258','no'),(3670,'_transient_wc_uf_pid_6a6090b39035a40593bfaa1930df1f46','a:1:{i:0;i:8063;}','no'),(3673,'_transient_timeout_geoip_148.101.137.93','1456581509','no'),(3676,'_transient_geoip_148.101.137.93','','no'),(3679,'_transient_timeout_external_ip_address_148.101.137.93','1456581509','no'),(3682,'_transient_external_ip_address_148.101.137.93','209.17.114.79','no'),(3683,'_transient_timeout_geoip_216.145.5.42','1456585684','no'),(3686,'_transient_geoip_216.145.5.42','','no'),(3689,'_transient_timeout_external_ip_address_216.145.5.42','1456585684','no'),(3692,'_transient_external_ip_address_216.145.5.42','209.17.114.79','no'),(3709,'_transient_timeout_geoip_69.30.205.218','1456587997','no'),(3712,'_transient_geoip_69.30.205.218','','no'),(3715,'_transient_timeout_external_ip_address_69.30.205.218','1456587998','no'),(3718,'_transient_external_ip_address_69.30.205.218','209.17.114.79','no'),(3722,'_transient_timeout_geoip_62.212.73.49','1456603133','no'),(3725,'_transient_geoip_62.212.73.49','','no'),(3728,'_transient_timeout_external_ip_address_62.212.73.49','1456603133','no'),(3731,'_transient_external_ip_address_62.212.73.49','209.17.114.79','no'),(3734,'_transient_timeout_geoip_172.56.35.212','1456603235','no'),(3737,'_transient_geoip_172.56.35.212','US','no'),(3739,'_transient_timeout_geoip_79.160.125.88','1456607267','no'),(3742,'_transient_geoip_79.160.125.88','','no'),(3745,'_transient_timeout_external_ip_address_79.160.125.88','1456607268','no'),(3748,'_transient_external_ip_address_79.160.125.88','209.17.114.79','no'),(3749,'_transient_timeout_geoip_66.249.65.2','1456608086','no'),(3752,'_transient_geoip_66.249.65.2','','no'),(3755,'_transient_timeout_external_ip_address_66.249.65.2','1456608086','no'),(3758,'_transient_external_ip_address_66.249.65.2','209.17.114.79','no'),(3761,'_transient_timeout_geoip_66.249.65.6','1456608112','no'),(3764,'_transient_geoip_66.249.65.6','US','no'),(3766,'_transient_timeout_geoip_69.30.215.106','1456609398','no'),(3769,'_transient_geoip_69.30.215.106','','no'),(3772,'_transient_timeout_external_ip_address_69.30.215.106','1456609399','no'),(3775,'_transient_external_ip_address_69.30.215.106','209.17.114.79','no'),(3781,'_transient_timeout_geoip_66.249.65.65','1456611610','no'),(3784,'_transient_geoip_66.249.65.65','','no'),(3787,'_transient_timeout_external_ip_address_66.249.65.65','1456611610','no'),(3790,'_transient_external_ip_address_66.249.65.65','209.17.114.79','no'),(3794,'_transient_timeout_geoip_186.120.96.10','1456617050','no'),(3797,'_transient_geoip_186.120.96.10','','no'),(3800,'_transient_timeout_external_ip_address_186.120.96.10','1456617051','no'),(3803,'_transient_external_ip_address_186.120.96.10','209.17.114.79','no'),(3805,'_transient_timeout_geoip_54.211.210.74','1456633568','no'),(3808,'_transient_geoip_54.211.210.74','','no'),(3811,'_transient_timeout_external_ip_address_54.211.210.74','1456633568','no'),(3814,'_transient_external_ip_address_54.211.210.74','209.17.114.79','no'),(3830,'_transient_timeout_geoip_159.203.75.194','1456637450','no'),(3833,'_transient_geoip_159.203.75.194','','no'),(3836,'_transient_timeout_external_ip_address_159.203.75.194','1456637450','no'),(3839,'_transient_external_ip_address_159.203.75.194','209.17.114.79','no'),(3844,'_transient_timeout_geoip_180.153.163.209','1456657319','no'),(3847,'_transient_geoip_180.153.163.209','','no'),(3850,'_transient_timeout_external_ip_address_180.153.163.209','1456657319','no'),(3853,'_transient_external_ip_address_180.153.163.209','209.17.114.79','no'),(3854,'_transient_timeout_geoip_51.254.97.22','1456663268','no'),(3857,'_transient_geoip_51.254.97.22','','no'),(3860,'_transient_timeout_external_ip_address_51.254.97.22','1456663268','no'),(3863,'_transient_external_ip_address_51.254.97.22','209.17.114.79','no'),(3866,'_transient_timeout_geoip_136.243.103.157','1456664832','no'),(3869,'_transient_geoip_136.243.103.157','','no'),(3872,'_transient_timeout_external_ip_address_136.243.103.157','1456664832','no'),(3875,'_transient_external_ip_address_136.243.103.157','209.17.114.79','no'),(3878,'_transient_timeout_geoip_136.243.103.165','1456672515','no'),(3881,'_transient_geoip_136.243.103.165','','no'),(3884,'_transient_timeout_external_ip_address_136.243.103.165','1456672515','no'),(3887,'_transient_external_ip_address_136.243.103.165','209.17.114.79','no'),(3904,'_transient_timeout_geoip_184.154.132.90','1456677997','no'),(3907,'_transient_geoip_184.154.132.90','','no'),(3910,'_transient_timeout_external_ip_address_184.154.132.90','1456677997','no'),(3913,'_transient_external_ip_address_184.154.132.90','209.17.114.79','no'),(3916,'_transient_timeout_geoip_50.150.194.97','1456684706','no'),(3919,'_transient_geoip_50.150.194.97','','no'),(3922,'_transient_timeout_external_ip_address_50.150.194.97','1456684707','no'),(3925,'_transient_external_ip_address_50.150.194.97','209.17.114.79','no'),(3934,'_transient_timeout_geoip_208.54.85.186','1456684792','no'),(3937,'_transient_geoip_208.54.85.186','','no'),(3940,'_transient_timeout_external_ip_address_208.54.85.186','1456684792','no'),(3943,'_transient_external_ip_address_208.54.85.186','209.17.114.79','no'),(3959,'_transient_timeout_geoip_66.249.65.10','1456725721','no'),(3962,'_transient_geoip_66.249.65.10','','no'),(3965,'_transient_timeout_external_ip_address_66.249.65.10','1456725722','no'),(3968,'_transient_external_ip_address_66.249.65.10','209.17.114.79','no'),(3970,'_transient_timeout_geoip_46.4.32.75','1456743510','no'),(3973,'_transient_geoip_46.4.32.75','','no'),(3976,'_transient_timeout_external_ip_address_46.4.32.75','1456743510','no'),(3979,'_transient_external_ip_address_46.4.32.75','209.17.114.79','no'),(3998,'_transient_timeout_geoip_144.76.61.21','1456765753','no'),(4001,'_transient_geoip_144.76.61.21','','no'),(4004,'_transient_timeout_external_ip_address_144.76.61.21','1456765754','no'),(4007,'_transient_external_ip_address_144.76.61.21','209.17.114.79','no'),(4010,'_transient_timeout_geoip_144.76.30.236','1456771332','no'),(4013,'_transient_geoip_144.76.30.236','','no'),(4016,'_transient_timeout_external_ip_address_144.76.30.236','1456771333','no'),(4019,'_transient_external_ip_address_144.76.30.236','209.17.114.79','no'),(4021,'_transient_timeout_geoip_66.249.65.68','1456772157','no'),(4024,'_transient_geoip_66.249.65.68','','no'),(4027,'_transient_timeout_external_ip_address_66.249.65.68','1456772157','no'),(4030,'_transient_external_ip_address_66.249.65.68','209.17.114.79','no'),(4033,'_transient_timeout_geoip_208.54.85.218','1456782627','no'),(4036,'_transient_geoip_208.54.85.218','','no'),(4039,'_transient_timeout_external_ip_address_208.54.85.218','1456782627','no'),(4042,'_transient_external_ip_address_208.54.85.218','209.17.114.79','no'),(4045,'_transient_timeout_geoip_107.203.231.8','1456789676','no'),(4048,'_transient_geoip_107.203.231.8','','no'),(4051,'_transient_timeout_external_ip_address_107.203.231.8','1456789676','no'),(4054,'_transient_external_ip_address_107.203.231.8','209.17.114.79','no'),(4055,'_transient_timeout_geoip_179.53.62.202','1456791034','no'),(4058,'_transient_geoip_179.53.62.202','','no'),(4067,'_transient_timeout_external_ip_address_179.53.62.202','1456791032','no'),(4070,'_transient_external_ip_address_179.53.62.202','209.17.114.79','no'),(4073,'_transient_timeout_geoip_69.30.221.250','1456795883','no'),(4076,'_transient_geoip_69.30.221.250','','no'),(4079,'_transient_timeout_external_ip_address_69.30.221.250','1456795883','no'),(4082,'_transient_external_ip_address_69.30.221.250','209.17.114.79','no'),(4088,'_transient_timeout_wc_uf_pid_c57f9afe1d67b3f794c41e8e8364989b','1458783306','no'),(4091,'_transient_wc_uf_pid_c57f9afe1d67b3f794c41e8e8364989b','a:1:{i:0;i:8063;}','no'),(4094,'_transient_timeout_geoip_162.243.162.87','1456796392','no'),(4097,'_transient_geoip_162.243.162.87','','no'),(4100,'_transient_timeout_external_ip_address_162.243.162.87','1456796393','no'),(4103,'_transient_external_ip_address_162.243.162.87','209.17.114.79','no'),(4106,'_transient_timeout_geoip_46.229.170.197','1456798461','no'),(4109,'_transient_geoip_46.229.170.197','','no'),(4112,'_transient_timeout_external_ip_address_46.229.170.197','1456798461','no'),(4115,'_transient_external_ip_address_46.229.170.197','209.17.114.79','no'),(4118,'_transient_timeout_geoip_71.206.69.101','1456798622','no'),(4121,'_transient_geoip_71.206.69.101','','no'),(4124,'_transient_timeout_external_ip_address_71.206.69.101','1456798622','no'),(4127,'_transient_external_ip_address_71.206.69.101','209.17.114.79','no'),(4130,'_transient_timeout_geoip_5.9.73.227','1456803594','no'),(4133,'_transient_geoip_5.9.73.227','','no'),(4136,'_transient_timeout_external_ip_address_5.9.73.227','1456803595','no'),(4139,'_transient_external_ip_address_5.9.73.227','209.17.114.79','no'),(4157,'_transient_timeout_geoip_91.246.100.138','1456812512','no'),(4160,'_transient_geoip_91.246.100.138','','no'),(4163,'_transient_timeout_external_ip_address_91.246.100.138','1456812513','no'),(4166,'_transient_external_ip_address_91.246.100.138','209.17.114.79','no'),(4168,'_transient_timeout_geoip_109.86.16.253','1456819330','no'),(4171,'_transient_geoip_109.86.16.253','','no'),(4174,'_transient_timeout_external_ip_address_109.86.16.253','1456819330','no'),(4177,'_transient_external_ip_address_109.86.16.253','209.17.114.79','no'),(4178,'_transient_timeout_geoip_180.153.206.23','1456830144','no'),(4181,'_transient_geoip_180.153.206.23','','no'),(4184,'_transient_timeout_external_ip_address_180.153.206.23','1456830144','no'),(4187,'_transient_external_ip_address_180.153.206.23','209.17.114.79','no'),(4190,'_transient_timeout_geoip_66.249.65.71','1456830733','no'),(4193,'_transient_geoip_66.249.65.71','','no'),(4196,'_transient_timeout_external_ip_address_66.249.65.71','1456830734','no'),(4199,'_transient_external_ip_address_66.249.65.71','209.17.114.79','no'),(4202,'_transient_timeout_geoip_51.254.129.87','1456839347','no'),(4205,'_transient_geoip_51.254.129.87','','no'),(4208,'_transient_timeout_external_ip_address_51.254.129.87','1456839347','no'),(4211,'_transient_external_ip_address_51.254.129.87','209.17.114.79','no'),(4226,'_transient_timeout_geoip_5.9.151.22','1456853736','no'),(4229,'_transient_geoip_5.9.151.22','','no'),(4232,'_transient_timeout_external_ip_address_5.9.151.22','1456853737','no'),(4235,'_transient_external_ip_address_5.9.151.22','209.17.114.79','no'),(4238,'_transient_timeout_geoip_5.9.63.149','1456854386','no'),(4241,'_transient_geoip_5.9.63.149','','no'),(4244,'_transient_timeout_external_ip_address_5.9.63.149','1456854386','no'),(4247,'_transient_external_ip_address_5.9.63.149','209.17.114.79','no'),(4256,'_transient_timeout_geoip_179.53.92.11','1456862487','no'),(4259,'_transient_geoip_179.53.92.11','','no'),(4262,'_transient_timeout_external_ip_address_179.53.92.11','1456862487','no'),(4265,'_transient_external_ip_address_179.53.92.11','209.17.114.79','no'),(4267,'_transient_timeout_geoip_68.180.230.152','1456884764','no'),(4270,'_transient_geoip_68.180.230.152','US','no'),(4273,'_transient_timeout_external_ip_address_68.180.230.152','1456884762','no'),(4276,'_transient_external_ip_address_68.180.230.152','209.17.114.79','no'),(4292,'_transient_timeout_geoip_149.202.98.160','1456914185','no'),(4295,'_transient_geoip_149.202.98.160','','no'),(4298,'_transient_timeout_external_ip_address_149.202.98.160','1456914185','no'),(4301,'_transient_external_ip_address_149.202.98.160','209.17.114.79','no'),(4304,'_transient_timeout_geoip_85.248.227.164','1456914201','no'),(4307,'_transient_geoip_85.248.227.164','','no'),(4310,'_transient_timeout_external_ip_address_85.248.227.164','1456914201','no'),(4313,'_transient_external_ip_address_85.248.227.164','209.17.114.79','no'),(4315,'_transient_timeout_geoip_100.43.81.130','1456936518','no'),(4318,'_transient_geoip_100.43.81.130','','no'),(4321,'_transient_timeout_external_ip_address_100.43.81.130','1456936518','no'),(4324,'_transient_external_ip_address_100.43.81.130','209.17.114.79','no'),(4340,'_transient_timeout_geoip_184.154.139.25','1456937319','no'),(4343,'_transient_geoip_184.154.139.25','','no'),(4346,'_transient_timeout_external_ip_address_184.154.139.25','1456937319','no'),(4349,'_transient_external_ip_address_184.154.139.25','209.17.114.79','no'),(4352,'_transient_timeout_geoip_178.255.215.74','1456942095','no'),(4355,'_transient_geoip_178.255.215.74','','no'),(4358,'_transient_timeout_external_ip_address_178.255.215.74','1456942095','no'),(4361,'_transient_external_ip_address_178.255.215.74','209.17.114.79','no'),(4364,'_transient_timeout_geoip_89.163.148.58','1456969677','no'),(4367,'_transient_geoip_89.163.148.58','','no'),(4370,'_transient_timeout_external_ip_address_89.163.148.58','1456969677','no'),(4373,'_transient_external_ip_address_89.163.148.58','209.17.114.79','no'),(4388,'_transient_timeout_geoip_200.42.236.71','1456978601','no'),(4391,'_transient_geoip_200.42.236.71','','no'),(4394,'_transient_timeout_external_ip_address_200.42.236.71','1456978602','no'),(4397,'_transient_external_ip_address_200.42.236.71','209.17.114.79','no'),(4400,'_transient_timeout_geoip_207.46.13.94','1456981799','no'),(4403,'_transient_geoip_207.46.13.94','','no'),(4406,'_transient_timeout_external_ip_address_207.46.13.94','1456981800','no'),(4409,'_transient_external_ip_address_207.46.13.94','209.17.114.79','no'),(4412,'_transient_timeout_geoip_195.154.200.93','1456993911','no'),(4415,'_transient_geoip_195.154.200.93','','no'),(4418,'_transient_timeout_external_ip_address_195.154.200.93','1456993911','no'),(4421,'_transient_external_ip_address_195.154.200.93','209.17.114.79','no'),(4424,'_transient_timeout_geoip_180.153.201.216','1457002972','no'),(4427,'_transient_geoip_180.153.201.216','','no'),(4430,'_transient_timeout_external_ip_address_180.153.201.216','1457002973','no'),(4433,'_transient_external_ip_address_180.153.201.216','209.17.114.79','no'),(4436,'_transient_timeout_geoip_62.210.107.201','1457003635','no'),(4439,'_transient_geoip_62.210.107.201','','no'),(4442,'_transient_timeout_external_ip_address_62.210.107.201','1457003636','no'),(4445,'_transient_external_ip_address_62.210.107.201','209.17.114.79','no'),(4447,'_transient_timeout_geoip_131.253.25.162','1457014802','no'),(4450,'_transient_geoip_131.253.25.162','','no'),(4453,'_transient_timeout_external_ip_address_131.253.25.162','1457014802','no'),(4456,'_transient_external_ip_address_131.253.25.162','209.17.114.79','no'),(4462,'_transient_timeout_geoip_186.6.68.224','1457015380','no'),(4465,'_transient_geoip_186.6.68.224','','no'),(4468,'_transient_timeout_external_ip_address_186.6.68.224','1457015381','no'),(4471,'_transient_external_ip_address_186.6.68.224','209.17.114.79','no'),(4474,'_transient_timeout_geoip_184.154.139.24','1457023639','no'),(4480,'_transient_geoip_184.154.139.24','','no'),(4486,'_transient_timeout_external_ip_address_184.154.139.24','1457023636','no'),(4489,'_transient_external_ip_address_184.154.139.24','209.17.114.79','no'),(4511,'_transient_timeout_geoip_69.30.215.26','1457039940','no'),(4514,'_transient_geoip_69.30.215.26','','no'),(4517,'_transient_timeout_external_ip_address_69.30.215.26','1457039940','no'),(4520,'_transient_external_ip_address_69.30.215.26','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(4523,'_transient_timeout_geoip_503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','1457039942','no'),(4526,'_transient_geoip_503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','','no'),(4532,'_transient_timeout_bsf_check_product_updates','1456607948','no'),(4535,'_transient_bsf_check_product_updates','1','no'),(4538,'_transient_timeout_geoip_151.80.41.169','1457040225','no'),(4541,'_transient_geoip_151.80.41.169','','no'),(4544,'_transient_timeout_external_ip_address_151.80.41.169','1457040226','no'),(4547,'_transient_external_ip_address_151.80.41.169','209.17.114.79','no'),(4550,'_transient_timeout_geoip_123.125.71.114','1457048080','no'),(4553,'_transient_geoip_123.125.71.114','','no'),(4556,'_transient_timeout_external_ip_address_123.125.71.114','1457048080','no'),(4559,'_transient_external_ip_address_123.125.71.114','209.17.114.79','no'),(4564,'_transient_timeout_geoip_123.125.71.90','1457048088','no'),(4567,'_transient_geoip_123.125.71.90','','no'),(4570,'_transient_timeout_external_ip_address_123.125.71.90','1457048088','no'),(4573,'_transient_external_ip_address_123.125.71.90','209.17.114.79','no'),(4576,'_transient_timeout_geoip_50.16.114.99','1457060058','no'),(4579,'_transient_geoip_50.16.114.99','','no'),(4582,'_transient_timeout_external_ip_address_50.16.114.99','1457060058','no'),(4585,'_transient_external_ip_address_50.16.114.99','209.17.114.79','no'),(4591,'_transient_timeout_geoip_54.167.123.123','1457060130','no'),(4594,'_transient_geoip_54.167.123.123','','no'),(4597,'_transient_timeout_external_ip_address_54.167.123.123','1457060131','no'),(4600,'_transient_external_ip_address_54.167.123.123','209.17.114.79','no'),(4601,'_transient_timeout_geoip_79.148.103.236','1457060279','no'),(4604,'_transient_geoip_79.148.103.236','','no'),(4607,'_transient_timeout_external_ip_address_79.148.103.236','1457060279','no'),(4610,'_transient_external_ip_address_79.148.103.236','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(4612,'_transient_timeout_geoip_40.77.167.63','1457071202','no'),(4615,'_transient_geoip_40.77.167.63','','no'),(4618,'_transient_timeout_external_ip_address_40.77.167.63','1457071202','no'),(4621,'_transient_external_ip_address_40.77.167.63','209.17.114.79','no'),(4639,'_transient_timeout_geoip_38.100.21.66','1457080819','no'),(4642,'_transient_geoip_38.100.21.66','','no'),(4645,'_transient_timeout_external_ip_address_38.100.21.66','1457080819','no'),(4648,'_transient_external_ip_address_38.100.21.66','209.17.114.79','no'),(4651,'_transient_timeout_geoip_220.181.108.77','1457081661','no'),(4654,'_transient_geoip_220.181.108.77','','no'),(4657,'_transient_timeout_external_ip_address_220.181.108.77','1457081661','no'),(4660,'_transient_external_ip_address_220.181.108.77','209.17.114.79','no'),(4663,'_transient_timeout_geoip_220.181.108.100','1457081670','no'),(4666,'_transient_geoip_220.181.108.100','','no'),(4669,'_transient_timeout_external_ip_address_220.181.108.100','1457081670','no'),(4672,'_transient_external_ip_address_220.181.108.100','209.17.114.79','no'),(4673,'_transient_timeout_geoip_69.30.198.178','1457081729','no'),(4676,'_transient_geoip_69.30.198.178','','no'),(4679,'_transient_timeout_external_ip_address_69.30.198.178','1457081729','no'),(4682,'_transient_external_ip_address_69.30.198.178','209.17.114.79','no'),(4685,'_transient_timeout_geoip_45.123.40.254','1457093505','no'),(4688,'_transient_geoip_45.123.40.254','','no'),(4691,'_transient_timeout_external_ip_address_45.123.40.254','1457093505','no'),(4694,'_transient_external_ip_address_45.123.40.254','209.17.114.79','no'),(4700,'_site_transient_timeout_browser_dee24e1cb8ffa5ebe8021356c173956d','1457093535','yes'),(4703,'_site_transient_browser_dee24e1cb8ffa5ebe8021356c173956d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4706,'_transient_timeout_wc_admin_report','1456575136','no'),(4709,'_transient_wc_admin_report','a:1:{s:32:\"c19415457ee9c664d993a485de6ce712\";a:0:{}}','no'),(4712,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1456531952','no'),(4715,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 18:31: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-beta1-36720\";s:7:\"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:41:\"\n \n \n \n \n \n \n \n\n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 03:27:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4080\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\";s:6:\"length\";s:6:\"409018\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\";s:6:\"length\";s:6:\"231953\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5453:\"<p>WordPress 4.5 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.5 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">April 12</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Responsive Preview of your site in the Customizer </strong>(<a href=\"https://core.trac.wordpress.org/ticket/31195\">#31195</a>) – See how your site looks in <a href=\"https://make.wordpress.org/core/2016/01/28/previewing-site-responsiveness-in-the-customizer/\">mobile, tablet, and desktop</a> contexts before making changes to its appearance.</li>\n<li><strong>Theme Logo Support </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) – Native support for a <a href=\"https://make.wordpress.org/core/2016/02/24/theme-logo-support/\">theme logo within the Customizer</a>.</li>\n<li><strong>Inline Link Editing</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>) – Within the visual editor, <a href=\"https://wordpress.org/news/files/2016/02/wp-inline-linking.mp4\">edit links inline</a> for a smoother workflow.</li>\n<li><strong>Additional Editor Shortcuts</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>) – <a href=\"https://wordpress.org/news/files/2016/02/wp-editor-updates.mp4\">Includes a few new shortcuts</a>, like <code>`..`</code> for <code>code</code> and <code>**..**</code> for <strong>bold</strong>.</li>\n<li><strong>Comment Moderation Improvements </strong>(<a href=\"https://core.trac.wordpress.org/ticket/34133\">#34133</a>) – An enhanced experience when moderating comments, including preview with rendered formatting.</li>\n<li><strong>Optimization of Image Generation </strong>(<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>) – Image sizes are generated more efficiently and remove unneeded meta, while still including color profiles in Imagick, for reduced sizes of up to 50% with near identical visual quality.</li>\n</ul>\n<p> </p>\n<p>There have been changes for developers to explore as well:</p>\n<ul>\n<li><strong>Selective Refresh </strong>(<a href=\"https://core.trac.wordpress.org/ticket/27355\">#27355</a>)<strong> </strong>– A <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the customizer preview in real time. Theme and plugin authors should test their widgets specifically for compatibility with selective refresh, and note that it <a href=\"https://core.trac.wordpress.org/ticket/35855\">may ultimately be opt-in for 4.5</a>.</li>\n<li><strong>Backbone and Underscore updated to latest versions</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34350\">#34350</a>)<b> </b>– Backbone is upgraded from 1.1.2 to 1.2.3 and Underscore is upgraded from 1.6.0 to 1.8.3. See the <a href=\"https://make.wordpress.org/core/2016/02/17/backbone-and-underscore-updated-to-latest-versions/\">this post</a> for important changes.</li>\n<li><strong>Embed templates</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34561\">#34561</a>) – Embed templates were split into parts and can now be directly overridden by themes via the template hierarchy.</li>\n<li><strong>New WP_Site class</strong> (<a href=\"https://core.trac.wordpress.org/ticket/32450\">#32450</a>) – More object-oriented approach for managing sites in Multisite</li>\n<li><strong>Script loader</strong> (<a href=\"https://core.trac.wordpress.org/ticket/14853\">#14853</a>, <a href=\"https://core.trac.wordpress.org/ticket/35873\">#35873</a>) – Introduces <code>wp_add_inline_script()</code> for including inline JavaScript just like <code>wp_add_inline_style()</code> works for CSS, and better support for script header/footer dependencies.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.5, <a href=\"https://make.wordpress.org/core/tag/4-5/\" target=\"_blank\">check out all 4.5-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.5&group=component&order=priority\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>A wonderful day</em><br />\n<em>is one that brings new WordPress</em><br />\n<em>Four Five Beta One</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Experiment: WordCamp Incubator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 19:28:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4076\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:399:\"WordCamps are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<p><a href=\"http://wordcamp.org\">WordCamps</a> are locally-organized WordPress conferences that happen all over the world (and are so fun). Sometimes people don’t realize that WordCamps are organized by local volunteers rather than a central organization, and they contact us asking, “Can you bring WordCamp to my city?” When this happens, we always suggest they start with a meetup group, and think about organizing a WordCamp themselves after their group has been active for a few months. We emphasize that WordCamps are locally-organized events, not something that the central <a href=\"https://make.wordpress.org/community\">community team</a> plans from afar.</p>\n<p>This has been successful in many areas — there are currently 241 meetup groups on our meetup.com chapter program! In some regions, though, enthusiastic volunteers have had more of a challenge getting things started. Because of this, we’re going to try an experiment this year called the WordCamp Incubator.</p>\n<p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp. These WordCamps will be small, one-day, one-track events geared toward the goal of generating interest and getting people involved in creating an ongoing local community.*</p>\n<p>So, where should we do these three events? If you have always wanted a WordCamp in your city but haven’t been able to get a meetup group going, this is a great opportunity. We will be taking applications for the next week, then will get in touch with everyone who applied to discuss the possibilities. We will announce the cities chosen by the end of March.</p>\n<p>To apply, <a href=\"http://wordpressdotorg.polldaddy.com/s/wordcamp-incubator-application\">fill in the application</a> by February 26, 2016. You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this experiment we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.</p>\n<p>Thanks, and good luck!</p>\n<p><em><strong>* </strong>For the record, that describes the ideal first WordCamp even if you have an active meetup — there’s no need to wait until your group is big enough to support a large multi-day event, and small events are a lot of fun because everyone has a chance to be involved and get to know most of the other attendees.</em></p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/02/wordpress-4-4-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2016 17:57:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4065\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"WordPress 4.4.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4.1 and earlier are affected by two security issues: a possible SSRF for certain local URIs, reported by Ronni Skansing; and an open redirection attack, reported by Shailesh Suthar. Thank you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2072:\"<p>WordPress 4.4.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4.1 and earlier are affected by two security issues: a possible SSRF for certain local URIs, reported by <a href=\"https://www.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>; and an open redirection attack, reported by <a href=\"https://twitter.com/shailesh4594\">Shailesh Suthar</a>.</p>\n<p>Thank you to both reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.4.2 fixes 17 bugs from 4.4 and 4.4.1. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.2\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.2.</p>\n<p>Thanks to everyone who contributed to 4.4.2:</p>\n<p><a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jan 2016 18:31:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4055\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"<p>Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved!</p>\n<p>Many of our current contributors first got involved at a Contributor Day at a <a href=\"http://wordcamp.org\">WordCamp</a> or <a href=\"http://www.meetup.com/pro/wordpress/\">WordPress Meetup</a> event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that will give new contributors the same kind of live support and group dynamic. We’ll be doing these as weekend challenges rather than one-day events so that WordPress users all over the world can participate without worrying about pesky time zones, but each challenge will be designed to be completed within a few hours, comparable to an in-person Contributor Day.</p>\n<p>Our inaugural Contributor Weekend is focused on the <a href=\"https://make.wordpress.org/support\">Support Team</a> — the folks who volunteer their time to help people with WordPress questions in the <a href=\"https://wordpress.org/support\">support forums</a> and <a href=\"https://make.wordpress.org/support/irc-support-channel/\">IRC</a>. Over the two day span, forum moderators will be available online to help new contributors and answer questions as needed. The challenge this month is called <em>20 Questions;</em> your mission (should you choose to accept it) is to help WordPress users by answering 20 forum support requests over the course of the weekend.</p>\n<p>You can participate on your own, or you can get together with other people from your local meetup group and work on it together. Working together in person is really fun, so we highly recommend trying to get some folks together if you’re able, but if that’s not possible you can still connect to other participants online. Either way, this is a great way to give back to the WordPress project and have some fun helping people at the same time.</p>\n<p>Interested? <a href=\"https://make.wordpress.org/support/20-questions/\">Get the details on how to participate</a>.</p>\n<p>Hope to see you next weekend!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4041\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5153:\"<p>WordPress 4.4.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>.</p>\n<p>There were also several non-security bug fixes:</p>\n<ul>\n<li>Emoji support has been updated to include all of the latest emoji characters, including the new diverse emoji! <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fc.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li>Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.</li>\n<li>If a post URL was ever re-used, the site could redirect to the wrong post.</li>\n</ul>\n<p>WordPress 4.4.1 fixes 52 bugs from 4.4. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.1.</p>\n<p>Thanks to everyone who contributed to 4.4.1:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/Compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/DvanKooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom/\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/JPr\">jpr</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/KrissieV\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/ShinichiN\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, and <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:40804:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"display:none;\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/athsear\">J.Sugiyama</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">Jan Henckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jpr\">jpr</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">morganestes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";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:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, 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.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";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:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/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.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 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/2015/10/wordpress-4-4-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:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";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:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/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.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Feb 2016 12:12:31 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 25 Feb 2016 18:31:36 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:\"20130911090210\";}','no'),(4718,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1456531952','no'),(4721,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1456488752','no'),(4724,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1456531953','no'),(4727,'_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:62:\"WPTavern: The WordPress Plugin Directory Is Getting a Makeover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/the-wordpress-plugin-directory-is-getting-a-makeover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2720:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hammer-nails.jpg\" rel=\"attachment wp-att-51795\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hammer-nails.jpg?resize=960%2C419\" alt=\"photo credit: Patryk Dziejma\" class=\"size-full wp-image-51795\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/POQ7B631M3\">Patryk Dziejma</a>\n<p>In February 2015, the <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\" target=\"_blank\">WordPress Theme Directory launched a new design</a>. Konstantin Obenland worked with Samuel “Otto” Wood and the <a href=\"https://make.wordpress.org/meta/\" target=\"_blank\">WordPress meta team</a> to update the design and move the directory off of bbPress. Today Obenland <a href=\"https://make.wordpress.org/meta/2016/02/25/plugin-directory-v3/\" target=\"_blank\">announced</a> that the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">Plugin Directory</a> will be getting a similar treatment.</p>\n<p>Version 3 of the Plugin Directory will focus heavily on improving the search interface, including prioritizing translated plugins for international users. Another major goal of the redesign is to streamline the plugin submission and review process. The new directory will be powered by WordPress, instead of bbPress, which will make it easier for plugin developers and reviewers to manage plugins, tags/categories, and committers.</p>\n<p>According to the <a href=\"https://make.wordpress.org/meta/plugin-directory-version-3/\" target=\"_blank\">project overview</a>, plugins will be saved in a custom post type, offering reviewers a more efficient workflow that makes use of post statuses with capability controlled permissions. This will also make it possible to run automated checks on plugins, which should reduce the number of <a href=\"https://make.wordpress.org/plugins/2016/02/03/plugin-review-inconsistencies/#comment-42561\" target=\"_blank\">inconsistencies in the review process</a>.</p>\n<p>The meta team plans to hit milestones every two weeks in order to ship version 3 by June 26, 2016. Obenland is aiming for getting a minimal viable product off the ground by March 1st, which would includes the plugin CPT, readme.txt parsing, and a basic display on the frontend. A full overview of the project and the tickets that will need to be addressed is available on the <a href=\"https://make.wordpress.org/meta/plugin-directory-version-3/\" target=\"_blank\">make.wordpress.org/meta P2</a>. New contributors are welcome to jump in on <a href=\"https://meta.trac.wordpress.org/query?status=!closed&component=Plugin+Directory\" target=\"_blank\">Meta Trac</a> and in the #meta Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 22:41:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WordPress 4.5 to Introduce Native Support for a Theme Logo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4944:\"<p>In October 2014, <a href=\"http://wptavern.com/jetpack-3-2-released-introduces-new-site-logo-feature-for-theme-developers\" target=\"_blank\">Jetpack 3.2 introduced a new site logo feature</a> for theme developers. As Jetpack is widely used, it provided a way for theme developers to easily build in logo support, thereby increasing data portability across themes.</p>\n<p>After discussion in yesterday’s core development meeting, <a href=\"https://make.wordpress.org/core/2016/02/24/theme-logo-support/\" target=\"_blank\">WordPress 4.5 is now set to introduce theme support for a site logo</a> using code that was ported over from Jetpack’s implementation. Themes will be able to declare support via: <code>add_theme_support( \'site-logo\', size )</code>, which will add the site logo upload to the customizer.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png\" rel=\"attachment wp-att-51779\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/site-logo.png?resize=1025%2C748\" alt=\"Image credit: Ryan Boren\" class=\"size-full wp-image-51779\" /></a>Image credit: <a href=\"https://make.wordpress.org/flow/2016/02/19/customize-site-logo-and-icon-33755-5-diff-iphone-6/\">Ryan Boren</a>\n<p>According to release lead Mike Schroder, WordPress 4.5 will ship with a new version of <a href=\"https://wordpress.org/themes/twentysixteen/\" target=\"_blank\">Twenty Sixteen</a> that will support a site logo as an example implementation for theme developers.</p>\n<h3>Adding a Site Logo was Not Intuitive for Users During Testing</h3>\n<p>In the corresponding <a href=\"https://core.trac.wordpress.org/ticket/33755\" target=\"_blank\">ticket</a>, a few WordPress contributors were concerned about users experiencing confusion between the “Site Icon” and “Site Logo” features. Tammie Lister conducted <a href=\"https://make.wordpress.org/flow/2016/02/20/site-logo-and-icon-user-testing/\" target=\"_blank\">two users tests</a>, which she posted on the make.wordpress.org/flow blog.</p>\n<p>The first user landed on Appearance > Header and said, “I’m not really sure if this is the logo where I should be adding this.” She goes back to the admin, returns again to the header setting, and then finally lands on the customizer. She mistakenly added a site icon thinking it was the logo. Eventually, she found the correct setting and added the logo.</p>\n<p>The second tester first landed on the Tools menu and then navigated to Appearance, got lost in the theme browser, and then landed on Customize. She thought she was on the wrong screen and went back. She navigated to Settings, Users, and several other screens in the process of trying to find the right place to upload the logo. Eventually she found it with the explicit instructions included in the testing round for those who are having trouble.</p>\n<p>Both test users struggled to find this feature. Based on these tests, it does not appear that adding a site logo is very intuitive for users who are not working in WordPress every day. Watching the test users struggle through the admin in search of this setting is rather painful.</p>\n<p>“Discoverability of the feature isn’t great,” Lister <a href=\"https://core.trac.wordpress.org/ticket/33755#comment:77\" target=\"_blank\">reported</a> when summarizing the results of her testing. “Perhaps this is ok as a theme feature. Perhaps we need to ensure publicity of this feature and documentation. Once people find it and use it the actual process makes sense.”</p>\n<p>Two Jetpack support personnel joined the conversation to report that the site logo feature has been well tested while used in the plugin and that they receive very few questions about it.</p>\n<p>“I can’t recall a single case where a user was confused about how to use the Site Logo, nor a single instance where a user confused it with the Site Icon,” Kathryn Presner said.</p>\n<p>Several contributors involved in the conversation commented that the feature seemed rushed. Given that nearly every modern website has a logo, this feature is one that is likely to be widely used with theme support. Theme authors will be the ones to add support for a site logo and field questions about how to use it. Based on the user tests, however, a brand new WordPress user with a vanilla site running Twenty Sixteen may be in for a bit of a hunt when trying to upload a logo.</p>\n<p>Schroder pulled the trigger yesterday to include the feature in the upcoming release and it is now available in the first beta <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\" target=\"_blank\">released last night</a>. If you want to help test, the easiest way is to use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin and select “bleeding edge nightlies.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Feb 2016 18:11:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: Automattic Adds AMP Support to WordPress.com, Releases Plugin for Self-Hosted Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/automattic-adds-amp-support-to-wordpress-com-releases-plugin-for-self-hosted-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6300:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/amp-wpcom-screenshots2.png\" rel=\"attachment wp-att-51747\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/amp-wpcom-screenshots2.png?resize=1025%2C372\" alt=\"amp-wpcom-screenshots2\" class=\"aligncenter size-full wp-image-51747\" /></a></p>\n<p>Today WordPress.com <a href=\"https://en.blog.wordpress.com/2016/02/24/amp-for-wordpress-dot-com/\" target=\"_blank\">announced</a> support for <a href=\"https://www.ampproject.org/\" target=\"_blank\">Accelerated Mobile Pages</a> (AMP), Google’s open source project to improve the experience of the mobile web for publishers. When visitors arrive to a WordPress.com site via a mobile search, posts will load faster than ever before.</p>\n<p>Each post is dynamically generated according to the AMP spec, with /amp/ added to the end of the URL for the mobile version. They’re also cached in Google’s cloud infrastructure to reduce loading time. The performance gains are staggering. In early tests, Pinterest’s engineering team found that <strong>“<a href=\"https://engineering.pinterest.com/blog/building-faster-mobile-web-experience-amp\" target=\"_blank\">AMP pages load four times faster and use eight times less data than traditional mobile-optimized pages</a>.”</strong></p>\n<p>What makes AMP pages load so quickly? Google has a <a href=\"https://www.ampproject.org/docs/get_started/technical_overview.html\" target=\"_blank\">strict set of optimizations</a> that are employed to improve mobile loading:</p>\n<ul>\n<li>Allow only asynchronous scripts</li>\n<li>Size all resources statically</li>\n<li>Don’t let extension mechanisms block rendering</li>\n<li>Keep all third-party JavaScript out of the critical path</li>\n<li>All CSS must be inline and size-bound</li>\n<li>Font triggering must be efficient</li>\n<li>Minimize style recalculations</li>\n<li>Only run GPU-accelerated animations</li>\n<li>Prioritize resource loading</li>\n<li>Load pages in an instant</li>\n</ul>\n<p>To see just how fast AMP is, check out the Google search demo at <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\" target=\"_blank\">g.co/amp</a>.</p>\n<p>Automattic also released a <a href=\"https://wordpress.org/plugins/amp/\" target=\"_blank\">plugin</a> that allows self-hosted WordPress users to take advantage of the mobile performance improvements offered by AMP. The plugin has been tested since October and is currently active on 8,000 installs. For most users, it’s as easy as installing the plugin and activating it. The default styles are fairly generic but developers can refer to the <a href=\"https://github.com/Automattic/amp-wp/blob/master/readme.md\" target=\"_blank\">documentation on GitHub</a> to further customize AMP styles.</p>\n<p>The Jetpack team is working on getting its publishing-related modules ready for AMP compatibility. In order to take advantage of AMP performance increases, users have to compromise on JS-powered features like Sharing Buttons and Likes.</p>\n<p>“It’s definitely something on our roadmap, and we’re working on the details and timeline at the moment,” Jetpack team lead Sam Hotchkiss told the Tavern.</p>\n<p>According to <a href=\"http://www.niemanlab.org/2016/02/diving-all-in-or-dipping-a-toe-how-publishers-are-approaching-googles-accelerated-mobile-pages-initiative/\" target=\"_blank\">NiemanLab’s survey of newsrooms</a>, publishers that are not running on WordPress are struggling to get on board with AMP, due to the fact that it requires developer resources to implement. This is especially difficult for those that impose JavaScript-based paywalls, as AMP heavily restricts JavaScript.</p>\n<p>AMP allows for paywalls, subscription content, and ads, but for many publishers these will have to be rebuilt to be distributed according to the AMP specifications. At this time, AMP <a href=\"https://github.com/ampproject/amphtml/blob/325878c6bde7a4bd40d67e8c81b9e599af1039d7/ads/integration-guide.md\" target=\"_blank\">does not support “interstitials,”</a> the pop-up ads that obscure content and annoy readers.</p>\n<p>Publishers can opt not to support AMP, but the kicker is that Google may show preference to results that are configured to deliver AMP-powerd posts, simply by virtue of the fact that it already factors page speed into results. The <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\" target=\"_blank\">AMP demo</a> shows a carousel of AMP-powered posts under Top Stories, but it’s not yet clear whether this will be the actual implementation.</p>\n<h3>AMP is a Big Win for the Open Web</h3>\n<p>Google is firing back at <a href=\"https://instantarticles.fb.com/\" target=\"_blank\">Facebook’s Instant Articles</a> with the official launch of AMP today. Facebook’s attempt to speed up mobile viewing is platform-specific and only available within its app. AMP, on the other hand, works anywhere online and is controlled and customized by the publisher.</p>\n<p>In October 2015, WordPress.com was one of the first publishers to partner with Google on this initiative to speed up the mobile web. Paul Maiorana, VP of Platform Services at Automattic, <a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\" target=\"_blank\">announced the company’s involvement in the project on the VIP blog</a>:</p>\n<blockquote><p>We believe that open source is one of the most powerful ideas of our generation. We strongly and actively support a free, open internet. We’re very happy to support an open source initiative like AMP, which brings publishers and technology companies together to make a better mobile experience for everyone.</p></blockquote>\n<p>The mobile web is currently a zombie wasteland of bloated, sluggish pages – many sites are unbearable to browse and users quickly abandon slow-loading pages. The AMP project helps publishers deliver a leaner version of posts. It makes mobile browsing faster for everyone, not just those using a few select apps. As such, it is a victory for the open web.</p>\n<p>For more background on the project with comments from WordPress.com’s Paul Maiorana, check out video below:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 22:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Matt: Ten Thousand Hours with Reid Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://ma.tt/2016/02/ten-thousand-hours-with-reid-hoffman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:287:\"<p><a href=\"http://casnocha.com/\">Ben Casnocha</a> is an interesting and innovative character in his own right, and <a href=\"http://casnocha.com/reid-hoffman-lessons\">it’s worth reading his essay slash short book on the years he spent as the right hand man of Reid Hoffman</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 16:17:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: WordCamp Miami Wapuuno Cards Now Available on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordcamp-miami-wapuuno-cards-now-available-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1942:\"<p>One of the challenges of organizing a WordCamp is coming up with general swag for the event that will delight attendees, as opposed to filling swag bags with cheap plastic junk. Organizers are also tasked with arranging a gift for speakers. WordCamp Miami, which will be entering its ninth year running in 2017, is well known for creating fun collectibles for attendees and speakers. Last year the team gave <a href=\"https://twitter.com/dimensionmedia/status/702185356330930176\" target=\"_blank\">“WordPress developer” cards</a> as speaker gifts.</p>\n<p>This year organizers created a deck of Wapuu Uno cards, dubbed “Wapuuno,” as a gift for speakers. Each card features a different wapuu, most of which were designed for past WordCamps in various locations around the world. Organizer David Bisset created the deck based on open source Wapuus that are publicly available.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png\" rel=\"attachment wp-att-51701\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wapuuno-cards.png?resize=1025%2C915\" alt=\"wapuuno-cards\" class=\"aligncenter size-full wp-image-51701\" /></a></p>\n<p>I asked Bisset what he would recommend to other WordCamp organizers who are stumped about what to get speakers. “I don’t think speaker gifts need to be anything meaningful,” he said. “Miami does these out of fun, but organizers shouldn’t be pressured to do these things. If they are stumped, sometimes a gift is simply a nice coffee or trinket.”</p>\n<p>The <a href=\"https://github.com/dimensionmedia/Wapuuno\" target=\"_blank\">Wapuuno cards</a> are now available on GitHub for anyone to download and print. Bisset joked that WordCamp Miami organizers are looking into creating Candy Land style Wapuu cards in 2017 but is hoping that other WordCamp organizers will beat them to it.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Feb 2016 00:03:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: 10up Open Sources ElasticPress Plugin for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/10up-open-sources-elasticpress-plugin-for-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6465:\"<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is currently the most popular way to add a store to WordPress. Its usage is on the rise and seems to be growing in tandem with global WordPress usage. Wappalyzer estimates a <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% marketshare</a> in the e-commerce category and <a href=\"http://builtwith.com/ecommerce/\" target=\"_blank\">BuiltWith has WooCommerce at roughly 29%</a> among other shopping cart technologies. Either way you slice it, WooCommerce accounts for a big piece of the pie.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png\" rel=\"attachment wp-att-51688\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/woocommerce-marketshare.png?resize=1025%2C618\" alt=\"woocommerce-marketshare\" class=\"aligncenter size-full wp-image-51688\" /></a></p>\n<p>Store managers are attracted to WooCommerce because of its ease of use and its ecosystem that offers hundreds of free and commercial extensions. The reason many stores are still built on Magento, an open source shopping cart with a more complicated store management interface, is because it was built to handle massive stores with thousands of products and complex searches. WooCommerce is rapidly becoming a more viable option for these types of stores, with continual <a href=\"https://www.woothemes.com/2016/01/woocommerce-25-dashing-dolphin/\" target=\"_blank\">performance improvements</a> and the new open source <a href=\"http://10up.com/blog/2016/elasticpress-woocommerce-plugin/\" target=\"_blank\">ElasticPress WooCommerce</a> extension from <a href=\"http://10up.com/\" target=\"_blank\">10up</a>.</p>\n<p>In 2014 the engineering team at 10up created <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> to improve WordPress search, allow for complex search filters, and allow for cross-blog search within multisite (a feature missing from existing ElasticSearch plugins at the time).</p>\n<p>Taylor Lovett, 10up’s Director of Web Engineering, said he was surprised by the amount of feedback they received on the project.</p>\n<p>“The plugin grew from just search to improving WordPress performance by routing slow queries through Elasticsearch,” Lovett said. “As such, we continued to iterate on the project, supporting as many WP_Query parameters as possible and making things as developer friendly as possible.”</p>\n<p>During that time Lovett was traveling to WordCamps around the world talking about the power of ElasticPress. He met other developers who asked what it would take to support WooCommerce queries.</p>\n<p>“ElasticPress has a very powerful API that allows it to route almost all WordPress functionality through Elasticsearch instead of MySQL,” Lovett said. “However, in order to make the plugin really work for WooCommerce, we needed a ‘connector’ of sorts. The connector mostly enables Elasticsearch integration in the admin, adds support for indexing ALL post statuses and public post types, and passes appropriate GET parameters to WP_Query in ElasticPress proper formats. ElasticPress tries to support all of WP_Query functionality but there are some holes that the connector needed to fill.</p>\n<p>“I knew that WooCommerce sites could suffer from performance problems given the complex product/order queries that they run,” he said. “As such, we built ElasticPress WooCommerce to solve those problems.”</p>\n<p>After testing the plugin locally on a store with about 10,000 products and 20,000 orders, 10up found that <strong>“ElasticPress WooCommerce can easily turn database queries that take 3-4 seconds into Elasticsearch queries that take 30 milliseconds.”</strong> According to Lovett, the tests included about 20 WooCommerce extensions and the database queries were timed using the Debug Bar, Debug Bar Extender, and Debug Bar ElasticPress.</p>\n<p>ElasticPress WooCommerce provides roughly a 100% data retrieval performance improvement when it comes to filtering products on both the frontend and in the admin. This helps stores render pages faster to capture potential customers while they’re in the buying mood.</p>\n<h3>Using ElasticPress WooCommerce for Performance Increases with Other Extensions</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png\" rel=\"attachment wp-att-51691\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/elasticpress-woocommerce.png?resize=1025%2C439\" alt=\"elasticpress-woocommerce\" class=\"aligncenter size-full wp-image-51691\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">ElasticPress WooCommerce</a> requires ElasticPress 1.8+ and PHP 5.2.4+. Once those are in place, it is relatively plug-and-play. Lovett said that the only caveat is that it is not guaranteed to support the hundreds of WooCommerce extensions completely. If an extension uses WP_Query in a way that’s compatible with ElasticPress then it should automatically take advantage of the performance increases.</p>\n<p>“We try to support as much extension functionality as we can but there is just too much to tackle,” he said. “The way those extensions use WP_Query varies. We can’t predict how every extension interacts with WP_Query and don’t have time to test every single one.</p>\n<p>“Some extensions have no bearing on ElasticPress WooCommerce,” Lovett said. “For example, a different payment gateway. Extensions that involve showing/filtering products and orders should test their extensions with the plugin and refer to the ElasticPress documentation to make sure they are only using supported WP_Query parameters.”</p>\n<p>10up is looking for more developers to test and collaborate on the project, which is hosted on both <a href=\"https://github.com/10up/elasticpress-woocommerce\" target=\"_blank\">GitHub</a> and <a href=\"https://wordpress.org/plugins/elasticpress-woocommerce/\" target=\"_blank\">WordPress.org</a>. The company plans to improve the plugin based on experience with enterprise WooCommerce customers. If you are looking to scale WooCommerce or are currently managing a sluggish store, ElasticPress WooCommerce is one option that you may want to test.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Feb 2016 20:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: WordPress Tops Alignable’s Small Business Trust Index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-tops-alignables-small-business-trust-index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4128:\"<p>In a <a href=\"https://www.alignable.com/small-business-insights/introducing-alignables-smb-trust-index\" target=\"_blank\">SMB trust index survey</a> conducted by Alignable in the fourth quarter of 2015, WordPress ranked as the most trusted of 25 nationally recognized brands used by small business owners. The results were ranked using the (<a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\" target=\"_blank\">Net Promoter System</a>), a trademarked customer loyalty metric that measures promoters against detractors to produce a net trustworthiness score.</p>\n<p>The survey, which was <a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\" target=\"_blank\">originally reported by the San Francisco Business Times</a>, was roundly disregarded in the WordPress community due to the misuse of the word ‘company’ in the Times’ writeup:</p>\n<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path.</p></blockquote>\n<p>Additionally, the wording on the <a href=\"https://s3.amazonaws.com/alignable/content/Alignable-SMB-Trust-Index-Q4-2015.pdf\" target=\"_blank\">ranking graphic</a> seemed to trivialize the results: <em>“WordPress proves ‘free’ doesn’t always mean ‘junk.\'”</em></p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png\" rel=\"attachment wp-att-51664\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-nps-results.png?resize=1025%2C729\" alt=\"wordpress-nps-results\" class=\"aligncenter size-full wp-image-51664\" /></a></p>\n<p>Despite the odd presentation, the results are worth examining, as Alignable surveyed more than 6,000 small business owners across 7,000 communities in North America. WordPress received an NPS of 73, significantly higher than other brands known for website creation: Shopify (29), Godaddy (26), Squarespace (11), Wix (-7), Weebly (-13), and Web.com (-61).</p>\n<p>The footnote on the report explains the relative position changes which are shown on the rankings graphic for brands that were included in the previous quarter’s survey:</p>\n<blockquote><p>Data represents running, cumulative report of SMB sentiment of vendors and providers from more than 6,000 ratings. Relative position changes from this quarter to the prior quarter were generated from the 25% net new ratings added to the database in the quarter. Alignable members rated these brands on a sliding scale from 0-10. NPS values calculated by subtracting percentage of detractors (brands rated 0-6) from percentage of promoters (brands rated 9-10).</p></blockquote>\n<p>Godaddy fell one point in positioning and Wix and Weebly fell 4 and 8 points respectively. WordPress is new to Alignable’s SMB index and should have relative position notes included in next quarter’s survey.</p>\n<p>Although the footnote specifies that the index rates brands, the 25 that are included are clearly companies and products. Any conclusions drawn from rating the general WordPress brand would be somewhat nebulous, given that it’s not clear if business owners are rating their experiences with the WordPress.com service or the self-hosted software. With the introduction of <a href=\"http://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\" target=\"_blank\">Calypso</a>, the gap between the two publishing experiences continues to grow.</p>\n<p>Nevertheless, most of the brands included are also representative of several different products. The scores are more of a general indication of the trustworthiness of the brand name, although creators of the Net Promoter System claim that a high NPS can point toward long-term profitable growth. If you’re in the business of building websites or applications for clients, it’s good to know that the trustworthiness of the WordPress brand is ranking high among industry competitors.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 19:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:112:\"WPTavern: Varying Vagrant Vagrants 1.3.0 Released with Support for MailCatcher and More Virtualization Providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/varying-vagrant-vagrants-1-3-0-released-with-support-for-mailcatcher-and-more-virtualization-providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png\" rel=\"attachment wp-att-51659\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv.png?resize=1025%2C473\" alt=\"vvv\" class=\"aligncenter size-full wp-image-51659\" /></a></p>\n<p>Over the weekend, Jeremy Felt released <a href=\"https://varyingvagrantvagrants.org/2016/02/21/varying-vagrant-vagrants-1-3-0/\" target=\"_blank\">Varying Vagrant Vagrants 1.3.0</a>. Although VVV uses <a href=\"https://www.virtualbox.org/\" target=\"_blank\">VirtualBox</a> as its default virtualization provider, this release adds support for Parallels, VMWare Fusion, VMWare Workstation, and Hyper-V in the default Vagrantfile.</p>\n<p>Version 1.3.0 also adds <a href=\"http://mailcatcher.me/\" target=\"_blank\">MailCatcher</a> to the default provisioning. When working in a development environment, you generally don’t want want to deliver emails from the test site. MailCatcher collects any mail that is sent out and stores it for display. It’s available in the browser at vvv.dev:1080 in case you need to troubleshoot WordPress core and/or plugins.</p>\n<p>Felt, the project’s current maintainer, said that he is aiming to push out more incremental releases every three months and hopes to get more developers using the <code>develop</code> branch on GitHub.</p>\n<p>“A tough thing about marking version numbers on a project like VVV is that all of the various versions of included packages change frequently,” Felt said. “We need to do a better job of making it easier to maintain existing packages.”</p>\n<p>Felt is currently <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/issues/583\" target=\"_blank\">soliciting feedback on changing the TLD for test sites</a> in the next version, as Google is attempting to <a href=\"https://gtldresult.icann.org/application-result/applicationstatus/applicationdetails/1339\" target=\"_blank\">gain control of the .dev TLD</a>. If the company were to open it up for public registration, it could cause confusion with test sites. After a brief discussion with VVV users, Felt has narrowed the considerations to .localhost, .test, and .local.</p>\n<p>In addition to a new TLD for test sites, Felt hopes to update packages on <code>vagrant provision</code> in a future release, which should help keep PHP, Nginx, and MySQL updated. He also wants to make it easy to remove the default configurations for WordPress local, trunk, and dev environments that are offered with VVV out of the box.</p>\n<p>For more details on the 23 features and bug fixes in 1.3.0, check out the official <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/blob/1.3.0/CHANGELOG.md\" target=\"_blank\">changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 16:02:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Matt: New Yorker on Zen Master Poet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://ma.tt/2016/02/new-yorker-on-zen-master-poet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"<p>It’s never a bad time to <a href=\"http://www.newyorker.com/magazine/2008/10/20/zen-master\">read and learn about the life, work, and poetry of Gary Snyder</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 15:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: Jazzy Claire de Lune\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/02/jazzy-claire-de-lune/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:939:\"<p><span class=\"embed-youtube\"></span></p>\n<p>I love this version from <a href=\"http://www.kamasiwashington.com/\">Kamasi Washington</a> of Claude Debussy’s Clair de Lune, or “light of the moon.” Here’s the <a href=\"https://en.wikipedia.org/wiki/Paul_Verlaine\">Paul Verlaine</a> poem that inspired the original composition:</p>\n<blockquote><p>Your soul is a chosen landscape<br />\nWhere charming masqueraders and bergamaskers go<br />\nPlaying the lute and dancing and almost<br />\nSad beneath their fanciful disguises.</p>\n<p>All sing in a minor key<br />\nOf victorious love and the opportune life,<br />\nThey do not seem to believe in their happiness<br />\nAnd their song mingles with the moonlight,</p>\n<p>With the still moonlight, sad and beautiful,<br />\nThat sets the birds dreaming in the trees<br />\nAnd the fountains sobbing in ecstasy,<br />\nThe tall slender fountains among marble statues.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Feb 2016 20:07:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Post Status: All things HTTP/2 and HTTPS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=21371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/all-things-http2-and-https-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2417:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>HTTPS and HTTP/2 are somewhat intertwined, and a lot has been going on lately in this realm. Google has made a big push to encourage the use of SSL for websites — including making it a search ranking factor — and LetsEncrypt and other services are offering new ways to deliver free SSL certificates, securely. And HTTPS is required for HTTP/2, which is making a big splash as well, quickly outpacing SPDY. Today, we’ll talk about what these terms are, and what it means for the web and for WordPress.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/27370.mp3\">https://audio.simplecast.com/27370.mp3</a>\n<p><a href=\"http://audio.simplecast.com/27370.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://letsencrypt.org/\">Let’s Encrypt</a></li>\n<li><a href=\"http://wordpress.tv/2015/12/09/zack-tollman-and-aaron-jorbin-the-future-stack-running-wordpress-with-tomorrows-technologies/\">The Future Stack: Running WordPress with Tomorrow’s Technologies</a></li>\n<li><a href=\"http://oauth.net/\">OAuth</a></li>\n<li><a href=\"https://http2.github.io/faq/\">HTTP/2 FAQs</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/08/wordpress-and-http2/\">WordPress and HTTP/2</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/HTTP/2#Software_and_services_supporting_HTTP.2F2\">Software and services supporting HTTP/2</a></li>\n<li><a href=\"http://blog.chromium.org/2016/02/transitioning-from-spdy-to-http2.html\">Transitioning from SPDY to HTTP/2</a></li>\n<li><a href=\"https://wordpress.tv/2015/07/29/zack-tollman-http-2-and-you/\">HTTP/2 and You</a></li>\n<li><a href=\"https://blog.cloudflare.com/introducing-http2/\">Introducing HTTP/2</a></li>\n<li><a href=\"http://www.buzzfeed.com/nickrkm/youre-listening-to-delilah#.wa82qoMyR\">You’re Listening to Delilah</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Feb 2016 18:20:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: hack.summit() Event for Developers Will Be Live-Streamed February 22-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/hack-summit-event-for-developers-will-be-live-streamed-february-22-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2570:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png\" rel=\"attachment wp-att-51623\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/hack.summit.png?resize=1025%2C375\" alt=\"hack.summit\" class=\"aligncenter size-full wp-image-51623\" /></a></p>\n<p><a href=\"https://hacksummit.org/\" target=\"_blank\">Hack.summit()</a> is a unique event for developers that is set to be live-streamed February 22-24, 2016. It is the world’s largest virtual conference ever assembled, with 64,000 developers registered for last year’s event. hack.summit() will feature an impressive array of programming language creators and open source contributors and all ticket sales/donations go to support programming non-profits such as Code.org, Code for America, CoderDojo, and Girls Who Code.</p>\n<p>The event focuses on three primary objectives:</p>\n<ul>\n<li>To educate programmers of all languages and skill sets</li>\n<li>To raise money for coding nonprofits</li>\n<li>To encourage mentorship among software developers</li>\n</ul>\n<p>In lieu of traditional ticket sales, hack.summit() attendees are asked to donate to one of the selected coding non-profits. Those who are not financially able to donate can get a free ticket by sharing the event on Twitter or Facebook. Attendees are provided with a unique ticket number after registering, which includes access to the live conference.</p>\n<p>The event heavily promotes mentoring by asking attendees to sign a <a href=\"https://hackpledge.org/\" target=\"_blank\">hack pledge</a> to help mentor the next generation of developers with a minimum of one hour of coding help. The hack pledge video below features stories from programmers who have struggled to master software craftsmanship and those who benefited greatly from mentors:</p>\n<div class=\"embed-wrap\"></div>\n<p>hack.summit() will also host the largest <a href=\"https://www.koding.com/Hackathon\" target=\"_blank\">virtual hackathon</a> in the world. Participants will create a web app using any publicly available API that falls within three general categeries: data visualization, productivity, or gaming. Last year’s event drew 60,000 coders from more than 900 cities. Participants will compete to win from a $150,000 prize pool.</p>\n<p>If you’re looking for an interesting non-WordPress event to attend this year, <a href=\"https://hacksummit.org/\" target=\"_blank\">hack.summit()</a> is one of the most accessible with high quality speakers that will expand your technical horizons.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 20:21:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"Matt: WordPress NPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/02/wordpress-nps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:753:\"<blockquote><p>For small business owners, WordPress is a well-trusted company, Yelp is a brand in trouble, and Facebook is on a downward path. Those are some of the findings out today from a survey of 6,000 small business owners from the second half of 2015 conducted by Alignable.</p></blockquote>\n<p><a href=\"http://www.bizjournals.com/sanfrancisco/blog/techflash/2016/02/alignable-survey-smb-trust-q4-2015-yelp-wordpress.html\">You can see the whole thing here</a>. WordPress came in with a NPS of 73, Shopify at 29, Godaddy at 26, Squarespace at 11, Wix at -7, Weebly at -13, Web.com at -61, and Yelp at -66. <a href=\"http://www.netpromotersystem.com/about/measuring-your-net-promoter-score.aspx\">Here’s how a Net Promoter Score works</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 19:55:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: WordPress to Launch Experimental WordCamp Incubator Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2595:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg\" rel=\"attachment wp-att-17801\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg?resize=1024%2C441\" alt=\"photo credit: Huasonic - cc\" class=\"size-full wp-image-17801\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>During the 2015 State of the Word address, Matt Mullenweg shared a few stats about the growth of WordPress events around the globe. Last year there were 89 WordCamps with 21,000 attendees across 34 countries. A surprising 60% of the 601 WordCamp organizers were doing it for the first time. More people are getting involved in hosting WordPress events but there are many areas of the world that have yet to experience one.</p>\n<p>The WordPress community team, which provides support and guidance for WordCamps, will be experimenting with bringing events to new locations in 2016. Ordinarily, WordCamps spring up organically from local WordPress communities with active meetups. The new <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">WordPress incubator program</a> will bring a WordCamp to three new cities where meetups are not necessarily as well established.</p>\n<p>Jen Mylo outlined the goal of the program in a recent <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\" target=\"_blank\">post</a> on the WordPress news blog:</p>\n<blockquote><p>The intention of the incubator program is to help spread WordPress to underserved areas through providing more significant organizing support for a first event. In practical terms, this experiment means we’ll be choosing three cities in 2016 where there is not an active WordPress community — but where it seems like there is a lot of potential and where there are some people excited to become organizers — and will help to organize their first WordCamp.</p></blockquote>\n<p>The new WordCamps will be designed as one-day, one-track events that connect the local community and inspire them to establish an ongoing presence. Qualifications for applying are rather loose. Those who have always wanted to get WordPress events going in their city but haven’t had success organizing meetups are encouraged to apply.</p>\n<p>Applications will be accepted until February 26, 2016, and cities will be chosen by the end of March. Where do you think the world needs a new WordCamp?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Feb 2016 18:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Happy Joe to Shut Down Non-Profit Organization in Favor of For-Profit Venture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/happy-joe-to-shut-down-non-profit-organization-in-favor-of-for-profit-venture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3100:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png\" rel=\"attachment wp-att-33378\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/VeteransDayFeaturedImage.png?resize=638%2C285\" alt=\"Veterans Day Featured Image\" class=\"size-full wp-image-33378\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/soldiersmediacenter/6343590279/\">The U.S. Army</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>Happy Joe founder James Dalman <a href=\"https://www.happyjoe.org/shutting-down/\" target=\"_blank\">announced</a> this week that the non-profit organization will be shutting down. Dalman started the organization to help veterans find employment opportunities in WordPress and other web technologies. He plans to continue with a modified version of the Happy Joe mission set up as a for-profit venture.</p>\n<p>After operating for the past two years as a tax-exempt 501(c)(3) organization, Dalman no longer has the desire to continue raising funds. Happy Joe pulled in $80,000 in 2015 through corporate sponsorships and private donations, but Dalman started 2016 with no funds to carry through.</p>\n<p>“The reality is we can’t continue on a zero budget and I can’t continue to work for free,” he said. “While it would be simple to say dedicate more time to asking companies and people for funding, it’s not in my heart to do so anymore. I believe in being self-sufficient and not a burden on others.”</p>\n<p>Lack of funding is the primary reason the organization is shutting down, but Dalman also struggled with the perception of non-profits. With organizations like the <a href=\"http://www.nytimes.com/2016/01/28/us/wounded-warrior-project-spends-lavishly-on-itself-ex-employees-say.html?_r=0\" target=\"_blank\">Wounded Warrior Foundation receiving negative press for excessive spending</a>, Dalman said the growing skepticism of non-profits made his job more challenging.</p>\n<blockquote><p>There’s no doubt that accountability and transparency is critical and Happy Joe has strived to excel in this. But the wrong assumptions about what a non-profit can do and the skepticism and lack of trust also complicates the mission for teams operating in the non-profit space for the future. Battling these challenges keeps us from doing the work that truly matters.</p></blockquote>\n<p>Dalman’s non-profit post-mortem also cites negative stereotypes about veterans, expectations of rewards or kickbacks for donations, and his own leadership as contributing factors to his decision to shut the organization down.</p>\n<p>“We will now operate as a for-profit venture and will shift our focus from web tech training to building a talent marketplace where veterans can get freelance work and be mentored in growing a business,” Dalman said.</p>\n<p>The new for-profit venture will drop some of the programs that Happy Joe offered previously but will continue to assist veterans in seeking employment and developing entrepreneurial skills.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 22:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:60:\"WPTavern: GitHub Introduces Issue and Pull Request Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/github-introduces-issue-and-pull-request-templates\";s: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:2547:\"<p>Last week GitHub <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">responded to a letter from open source project maintainers</a> with apologies for the lack of communication and lack of attention to feedback regarding issue management. Because contributions are the lifeblood of open source projects, maintainers are requesting additional features for issues and pull requests that would help make contributions more meaningful.</p>\n<p>The discussions surrounding the <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">“Dear GitHub” letter</a> challenged the company to start tackling the low-hanging fruit on the list of improvements that would benefit open source projects. Yesterday GitHub <a href=\"https://github.com/blog/2111-issue-and-pull-request-templates\" target=\"_blank\">introduced issue and pull request templates</a> as the first of many promised improvements.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/github-issues-templates.png\" rel=\"attachment wp-att-51570\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/github-issues-templates.png?resize=1025%2C622\" alt=\"github-issues-templates\" class=\"aligncenter size-full wp-image-51570\" /></a></p>\n<p>Issue templates can now be created by adding a file called <a href=\"https://help.github.com/articles/creating-an-issue-template-for-your-repository/\" target=\"_blank\">ISSUE_TEMPLATE.md</a> to the root directory. Project maintainers can use this template to ensure that crucial information, such as expected behavior, reproduction steps, and version tested, is included in the bug report. This is the kind of information that saves time for everyone involved in testing and improving the software.</p>\n<p>Pull request templates follow the same file-naming pattern (PULL_REQUEST_TEMPLATE.md). These new templates can be added to either the root directory of the repository or the new .github/ directory. GitHub recommends placing CONTRIBUTING.md, ISSUE_TEMPLATE.md, and PULL_REQUEST_TEMPLATE.md files in the .github/ folder to reduce clutter in the root directory.</p>\n<p>GitHub’s new issue and pull request templates are a positive step toward reaffirming the company’s commitment to supporting open source projects. Maintainers are still hoping to see a voting system implemented to help declutter the +1’s from issues queues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 18:57: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: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:79:\"WPTavern: Critical Security Vulnerability Discovered in Elegant Themes 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:28:\"http://wptavern.com/?p=51546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/critical-security-vulnerability-discovered-in-elegant-themes-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:2237:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/elegant-themes.jpg\" rel=\"attachment wp-att-51562\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/elegant-themes.jpg?resize=674%2C300\" alt=\"elegant-themes\" class=\"aligncenter size-full wp-image-51562\" /></a></p>\n<p><a href=\"http://www.elegantthemes.com/\" target=\"_blank\">Elegant Themes</a> emailed its customers last night to inform them of a critical security vulnerability affecting a large segment of its product line.</p>\n<blockquote><p>An information disclosure vulnerability was found in the Divi Builder (included in our Divi and Extra themes, as well as our Divi Builder plugin) which resulted in the potential for user privilege escalation. If properly exploited, it could allow registered users, regardless of role, on your WordPress installation to perform a subset of actions within the Divi Builder, including the ability to manipulate posts.\n</p></blockquote>\n<p>In addition to the Divi Builder, the vulnerability was also found in the Divi, Extra, and Divi 2.3 (legacy) themes and the Boom and Monarch plugins. It was privately disclosed and promptly patched by Elegant Themes with the help of a third-party security vendor. No known exploit attempts have been made.</p>\n<p>Updating the themes and plugins will fix the vulnerability but the patches were created only for the most recent versions. Legacy theme customers now have an upgrade path, including a version that doesn’t add new functionality. Customers who are not ready to update are advised to turn registration off on their sites, as untrusted users increases the possibility of privilege escalation. Elegant Themes also recommends installing its Security Patcher plugin and utilizing the CloudProxy WAF from Sucuri, which has virtually patched the vulnerability.</p>\n<p>As of 2015, Elegant Themes has more than 300,000 customers. Given the severity of the vulnerability, the company is also making the updates available for free to all expired accounts via its updater plugin. Customers who have forgotten their login credentials can contact Elegant Themes to have the latest versions of the themes and plugins sent to them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Feb 2016 16:02: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: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:78:\"WPTavern: WP Pusher 2.1.0 Offers Tighter Integration with GitHub and Bitbucket\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51525\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wp-pusher-2-1-0-offers-tighter-integration-with-github-and-bitbucket\";s: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:4285:\"<p>WP Pusher is on a relentless mission to make it effortless for WordPress developers to connect their plugin and theme repositories hosted on GitHub and Bitbucket. <a href=\"http://blog.wppusher.com/wp-pusher-2-1-0-has-landed/\" target=\"_blank\">Version 2.1.0</a> of the plugin eliminates the requirement to manually create a token with GitHub and introduces 1-click authentication via OAuth. This update makes setting up the plugin on a new site relatively painless.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">It\'s going to be a lot easier to setup GitHub with a token in the next version of <a href=\"https://twitter.com/WP_Pusher\">@WP_Pusher</a>! <a href=\"https://t.co/CK9Dyo0zle\">pic.twitter.com/CK9Dyo0zle</a></p>\n<p>— Peter Suhm (@petersuhm) <a href=\"https://twitter.com/petersuhm/status/695232521462759424\">February 4, 2016</a></p></blockquote>\n<p></p>\n<p>In order to make the on-boarding process easier for new users, Peter Suhm, creator of WP Pusher, had to build a service that uses OAuth to handle authentication.</p>\n<p>“It’s not possible to do OAuth from a WordPress plugin without shipping a secret token together with the code (which you do not want to do),” Suhm said. “So we built a small service, on our own server, that handles all the communication with GitHub and Bitbucket. We don’t store anything. Your GitHub and Bitbucket tokens are not stored on our servers.”</p>\n<p>After determining that OAuth would be one of the safest ways to manage this, Suhm reached out to GitHub and they suggested the approach of building a small service to perform authentication. He’s now exploring different ways he can make both the code and service available to other developers.</p>\n<p>“The whole infrastructure is built using the Laravel PHP framework and their excellent <a href=\"https://github.com/laravel/socialite\" target=\"_blank\">Socialite</a> package,” Suhm said. “I’m thinking about either open sourcing the service (when it’s been online for a bit) or writing an in-depth tutorial on how to set up a similar thing. I also thought about offering the service to other WordPress plugin authors, since OAuth can be used for so many things, including Twitter, Facebook, Instagram and even WordPress.com authentication.”</p>\n<p>Version 2.1.0 also adds a new Push-to-Deploy checkbox, which removes the requirement of manually setting up a webhook on GitHub or Bitbucket. WP Pusher now sets up the webhook automatically in the background.</p>\n<p>“Setting up automatic updates is something I’ve gotten many support requests about,” Suhm said. “Now, all you have to do is check a checkbox and your plugin or theme will be updated every time you push a change to GitHub.”</p>\n<p>Now that the plugin uses OAuth, it can be even more tightly integrated with GitHub and Bitbucket in future updates.</p>\n<p>“The next big thing I want to work on, which is now possible, is to allow users to select and install a plugin or theme directly from GitHub – with just one click,” Suhm said.</p>\n<p>The improvements offered in WP Pusher 2.1.0 make it even easier for new users to start deploying WordPress themes and plugins directly from GitHub without all the hassle of manually creating tokens and setting up webhooks. However, users still need a basic knowledge of Git in order to use the product. Suhm continues to offer <a href=\"http://wptavern.com/wp-pusher-launches-free-git-crash-course-for-wordpress-developers\" target=\"_blank\">free Git education for WordPress developers</a> in hopes of expanding his customer base.</p>\n<p>“WordPress devs are definitely starting to get interested in Git, as I had more than 1,000 developers sign up to my video course,” he said.</p>\n<p>WP Pusher is free to use for open source code hosted in public repositories. Since Suhm doesn’t track his users, he doesn’t have exact numbers for how many sites are using the plugin. Although he would not disclose how many licenses he has sold, he estimates that approximately 1,000 developers have installed WP Pusher. Suhm’s customers range from small freelancers to agencies to large universities.</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, 17 Feb 2016 21:52:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: TGM Plugin Activation Team Releases Custom 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:28:\"http://wptavern.com/?p=51498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/tgm-plugin-activation-team-releases-custom-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:3104:\"<p>The development team behind TGM Plugin Activation <a href=\"http://tgmpluginactivation.com/2016/02/12/custom-tgmpa-generator/\" target=\"_blank\">released its new generator</a> last week. The popular tool is a PHP library that allows WordPress developers to require or recommend plugins for a theme or plugin. It essentially helps walk WordPress users through installation and activation of plugin dependencies in the admin.</p>\n<p>Bundling a bunch of plugin-type functionality into a theme is generally discouraged, but authors still need a way to recommend additional extensions. The <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation\" target=\"_blank\">TGMPA</a> library is a solution to this problem and is recommended by Themeforest, CodeCanyon, and the WordPress.org Theme Review Team as an alternative to bundling.</p>\n<p>The <a href=\"http://tgmpluginactivation.com/download/\" target=\"_blank\">new generator</a> addresses an issue that theme authors were running up against while using TGMPA and publishing themes to WordPress.org. The Theme Check plugin would often spit out feedback preventing the theme from passing all the checks: <em>“You are only allowed to use add_theme_page(), please remove the call to add_submenu_page(),” or “You are only supposed to use one text-domain.”</em></p>\n<p>According to TGMPA contributor Juliette Reinders Folmer’s, authors reported having performed a search-and-replace that resulted in fatal errors because it would often change some strings that should not have been changed. This process repeated anytime TGMPA needed to be updated.</p>\n<p>The Custom TGMPA generator asks the author to input the type of extension where TGMPA is being used, as well as the avenue of distribution. Authors then add the text domain, function prefix, and the theme/plugin name. The generator automatically outputs a download of the latest stable version of TGMPA with the customized strings already in place.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/tgmpa-custom-generator.png\" rel=\"attachment wp-att-51507\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/tgmpa-custom-generator.png?resize=1025%2C322\" alt=\"tgmpa-custom-generator\" class=\"aligncenter size-full wp-image-51507\" /></a></p>\n<p>The Custom TGMPA generator is the result of a <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/pull/460\" target=\"_blank\">discussion</a> with WordPress.org representatives regarding issues that continually pop up during theme reviews. The generator provided an acceptable solution that doesn’t require bypassing the Theme Check Plugin. Authors who experience any bugs with the generator can log them with the TGMPA team in the project’s GitHub <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues\" target=\"_blank\">issues</a> queue. The team is still trucking on the <a href=\"https://github.com/TGMPA/TGM-Plugin-Activation/issues/394\" target=\"_blank\">3.0 milestone</a> which aims to make TGMPA updatable independent of the plugin/theme that ships it.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Feb 2016 19:14:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:72:\"WPTavern: GitHub Responds to Letter from Open Source Project Maintainers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\";s: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:3404:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\" rel=\"attachment wp-att-42456\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>Last month a group of open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter</a> of complaints regarding issue management. They were frustrated by a lack of communication from GitHub and a lack of features for managing issues. More than 1700 maintainers of open source projects, including several projects related to WordPress, have <a href=\"https://docs.google.com/spreadsheets/d/1oGsg02jS-PnlIMJ3OlWIOEmhtG-udTwuDz_vsQPBHKs/edit#gid=290603204\" target=\"_blank\">signed</a> the letter so far.</p>\n<p>GitLab, a competing code hosting service, <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responded to the letter</a> almost immediately with a new GitLab issue that outlined every concern mentioned in the original “Dear GitHub” letter. The new initiative is focused on “<a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8938\" target=\"_blank\">making GitLab the best place for big open source projects</a>.”</p>\n<p>GitHub, on the other hand, took roughly a month to reply. The company’s staff forked the letter and drafted <a href=\"https://github.com/bkeepers/dear-github/blob/master/README.md\" target=\"_blank\">a reply</a> containing an apology and a promise to address their concerns:</p>\n<blockquote><p>Dear Open Source Maintainers,</p>\n<p>We hear you and we’re sorry. We’ve been slow to respond to your letter and slow to respond to your frustrations.</p>\n<p>We’re working hard to fix this. Over the next few weeks we’ll begin releasing a number of improvements to Issues, many of which will address the specific concerns raised in the letter. But we’re not going to stop there. We’ll continue to focus on Issues moving forward by adding new features, responding to feedback, and iterating on the core experience. We’ve also got a few surprises in store.</p>\n<p>Issues haven’t gotten much attention from GitHub these past few years and that was a mistake, but we’ve never stopped thinking about or caring about you and your communities. However, we know we haven’t communicated that. So in addition to improving Issues, we’re also going to kick off a few initiatives that will help give you more insight into what’s on our radar. We want to make sharing feedback with GitHub less of a black box experience and we want to hear your ideas and concerns regularly.</p></blockquote>\n<p>GitHub closed the letter saying that the company would be in touch next week. Although no concrete changes have been announced, GitHub’s reply indicates that the company will be improving its communication and features to better serve open source projects and their communities. Hopefully this public exchange is a turning point for code hosting and collaboration services to prioritize features that open source project maintainers need.</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, 16 Feb 2016 22:46:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: Customizer Responsive Preview and Selective Refresh to be Merged Into WordPress 4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wptavern.com/customizer-responsive-preview-and-selective-refresh-to-be-merged-into-wordpress-4-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3307:\"<p>Last week the feature plugin decision deadline closed and WordPress core contributors approved Responsive Preview and Selective Refresh for merge. The merge deadline is Wednesday, February 17, followed by the first beta next week.</p>\n<p>Both feature approved for 4.5 extend the customizer to improve live previews. A new version of the <a href=\"https://wordpress.org/plugins/customize-partial-refresh/\" target=\"_blank\">Customize Partial Refresh</a> plugin is now available and ready for testing. This new feature makes previews more instant using JavaScript, as opposed to reloading the entire preview for each setting change. Developers who build customizer settings will be able to use a <strong>postMessage</strong> transport, which is much faster than the default <strong>refresh</strong> transport. The plugin’s description page includes a video demonstrating the faster previews with an example of adding smilies to the site title.</p>\n<div class=\"embed-wrap\"></div>\n<p>According to the meeting <a href=\"https://make.wordpress.org/core/2016/02/11/core-dev-chat-notes-for-feb-10/\" target=\"_blank\">summary</a> written by 4.5 release deputy Adam Silverstein, the most important question to answer is whether <a href=\"https://github.com/xwp/wp-customize-partial-refresh/issues/22\" target=\"_blank\">widgets should opt-in for selective refresh by default</a>. Weston Ruter <a href=\"https://github.com/xwp/wp-customize-partial-refresh/issues/22#issuecomment-182594185\" target=\"_blank\">recommended</a> that they require opt-in for widget selective refresh in 4.5 and warn developers that it will be set to default in the next release.</p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/31195\" target=\"_blank\">new responsive preview feature</a> is part of the <a href=\"https://wordpress.org/plugins/customizer-ui-experiments/\" target=\"_blank\">Customizer UI Experiments</a> plugin. It adds buttons to the customizer controls footer which allow users to preview site responsiveness while making changes. The buttons have icons for desktop, tablet, and phone-sized devices with portrait orientation.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif\" rel=\"attachment wp-att-51464\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/customize-device-preview.gif?resize=1025%2C537\" alt=\"customize-device-preview\" class=\"aligncenter size-full wp-image-51464\" /></a></p>\n<p>According to Silverstein’s <a href=\"https://make.wordpress.org/core/2016/02/11/core-dev-chat-notes-for-feb-10/\" target=\"_blank\">summary</a> of last week’s meeting, WordPress 4.5 will not ship with WP REST API endpoints as previously planned:</p>\n<blockquote><p>The REST API team’s proposal is to merge the four main endpoints when they are ready, and they are not ready for 4.5. As such, no endpoints are targeted for WordPress 4.5.</p></blockquote>\n<p>Discussion regarding the future of the REST API and <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/#comment-29217\" target=\"_blank\">what constitutes an MVP</a> continues on <a href=\"https://make.wordpress.org/core/tag/rest-api/\" target=\"_blank\">make.wordpress.org/core</a> and in the #core-restapi channel on 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:\"Mon, 15 Feb 2016 21:30: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: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:29:\"Matt: Solar in Sunshine State\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2016/02/solar-in-sunshine-state/\";s: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:1104:\"<p>One of my favorite movies is <a href=\"http://www.imdb.com/title/tt0427944/\">Thank You for Smoking</a>, the Jason Reitman’s film that looks at the world through the lens of a tobacco lobbyist. It’s fiction, though. <a href=\"https://www.rollingstone.com/politics/news/the-koch-brothers-dirty-war-on-solar-power-20160211\">This real-life Rolling Stone look at what is going on with rooftop solar in Florida and the big utilities</a> has quotes that could have easily been in the movie.</p>\n<p>Facing an amendment that would open up one of the sunniest states to solar power, the utilities created a competing amendment called “Rights of Electricity Consumers Regarding Solar Energy Choice,” which, as you might imagine, is extraordinarily unfriendly to anyone who wants solar panels on their home. Why the confusing title?</p>\n<blockquote><p>Bascom insisted there was no intention to mislead. “It would defy all logic,” she tells <em>Rolling Stone</em>. “Why would we confuse ours with one that does not have public support?”</p></blockquote>\n<p> </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, 15 Feb 2016 19:35: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: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:58:\"Post Status: WordPress in the Enterprise — 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=21170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-in-the-enterprise-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:1512:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Today, Joe and Brian discuss WordPress in the “enterprise,” starting with a discussion on what the enterprise even is. We discuss WordPress’s value to the enterprise, and what enterprise level companies are looking for in their technology solutions.</span></p>\n<p><span>The conversation turns into conspiracy theories and joking around by the 50 minute mark, so don’t be intimidated by the hour and fifteen minute timestamp.</span></p>\n<a href=\"https://audio.simplecast.com/26691.mp3\">https://audio.simplecast.com/26691.mp3</a>\n<p><a href=\"http://audio.simplecast.com/26691.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://www.niemanlab.org/2015/05/quartz-is-an-api-the-path-ahead-for-the-business-site-thats-reshaping-digital-news/\">Quartz is an API</a></li>\n<li><a href=\"http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/\">What is Code?</a></li>\n<li><a href=\"https://make.wordpress.org/marketing/\">Make WordPress Marketing</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Feb 2016 15:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Rescue Themes is For Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wptavern.com/rescue-themes-is-for-sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2313:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/rescue-themes.png\" rel=\"attachment wp-att-51442\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/rescue-themes.png?resize=1025%2C390\" alt=\"rescue-themes\" class=\"aligncenter size-full wp-image-51442\" /></a></p>\n<p>After two years in business, <a href=\"https://twitter.com/jamigibbs\" target=\"_blank\">Jami Gibbs</a> is <a href=\"https://blog.jamigibbs.com/rescue-themes-is-available-for-purchase-2a8a947031b8#.r36mtcvqy\" target=\"_blank\">selling Rescue Themes</a>. The niche theme shop specializes in products for nonprofits, politics, breweries, and e-commerce websites.</p>\n<p>Gibbs did not publicly disclose how much revenue the shop is generating, but <a href=\"https://rescuethemes.com/\" target=\"_blank\">Rescue Themes</a> has seven products available on Themeforest ranging in price from $16-$59. She also has several free plugins and two free themes (<a href=\"http://wptavern.com/gateway-a-free-wordpress-theme-built-on-the-foundation-framework\" target=\"_blank\">Gateway</a> and <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">Politics</a>) listed on WordPress.org.</p>\n<p>“This decision hasn’t come lightly and I’ve had many sleepless nights wrestling over it,” Gibbs said in her post announcing that the shop is for sale. “Rescue Themes has done quite well for me and I admit that I feel a little sad letting it go but I’ve come to a point where the time I have to dedicate to it has dwindled as new projects and opportunities take over my day. It would pain me infinitely more seeing it go adrift than it would to hand over the keys to someone else.”</p>\n<p>After enlisting the help of the professional theme reviewers at the Themereview.co service, Gibbs began building all of her products with WordPress standards in place. With Themeforest as her primary distribution avenue, she was one of the few WordPress sellers making a difference by providing standards-compliant products.</p>\n<p>Gibbs is looking for a buyer who will make positive contributions to the WordPress community, continue support for her current customers, and continue to distribute the current products under the GPL license.</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, 12 Feb 2016 20:04:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: Bluehost Open Sources Script Used to Update 2.5 Million 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/bluehost-open-sources-script-used-to-update-2-5-million-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3125:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/bluehost.png\" rel=\"attachment wp-att-51424\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/bluehost.png?resize=843%2C403\" alt=\"bluehost\" class=\"aligncenter size-full wp-image-51424\" /></a></p>\n<p>During the 2015 State of the Word address, Matt Mullenweg highlighted <a href=\"https://www.bluehost.com/\" target=\"_blank\">Bluehost</a>‘s recent efforts to update its customers’ outdated WordPress sites. After finding that 80% of their WordPress installations were not on the latest version, Bluehost wrote a Perl script that uses WP-CLI to update sites, even those running on versions as old as 1.0.2. The company successfully updated more than 2.5 million customer sites.</p>\n<p>According to Bluehost representative <a href=\"https://twitter.com/mikehansenme\" target=\"_blank\">Mike Hansen</a>, the script took about a month to run through all of the outdated sites. First, it checks the status of a site, then backs everything up, and then runs all updates via WP-CLI. The script then checks the site to see if everything is good. If anything breaks, it restores the backup. Hansen said that they execute it on a cron job so that it doesn’t require a person to run it. The company uses the script to continually update WordPress sites without customers having to initiate updates.</p>\n<p>Bluehost used the script to successfully update 99% of the WordPress sites on its platform. After the first major update, fewer than 0.007% of customers reported issues and WordPress-related technical support requests have been reduced by 18%.</p>\n<p>“Our support requests are down partly because we are not getting as many hacked sites on super old versions of WordPress,” Hansen told the Tavern. “Things break less often. Plugin and theme incompatibilities have been reduced.</p>\n<p>“Initially we were considering upgrading core, then plugins, then themes but we realized that doing them all at once was the most successful route,” he said.</p>\n<p>Bluehost’s initiative was a huge vote of confidence for WordPress updates, as they have now been battle tested by the host all the way back to very old versions. When 4.3 was released, Bluehost was able to do 2.6 million core updates, along with plugins and themes.</p>\n<p>Yesterday the company open sourced the WP Tools update script under the GPL license. It’s now <a href=\"https://github.com/bluehost/wp-tools\" target=\"_blank\">available on GitHub</a> for any person or hosting company to use or modify. The script received its <a href=\"https://github.com/bluehost/wp-tools/pull/1\" target=\"_blank\">first pull request</a> in less than 24 hours. With contribution from other hosts working to make the internet more secure, WP Tools has the potential to become even more reliable for ongoing WordPress updates.</p>\n<p>Check out the video below to see the part of the State of the Word where Matt Mullenweg tells Bluehost’s story of updating outdated WordPress sites:</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:\"Fri, 12 Feb 2016 18:54: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: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:29:\"Matt: WordCamp US 2017 + 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:22:\"https://ma.tt/?p=46137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2016/02/wordcamp-us-2017-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:609:\"<p>When we chose Philadelphia to host the first ever WordCamp US, it was actually for two years, <a href=\"https://2016.us.wordcamp.org/\">they’ll be hosting again this year December 2-4</a>. We’re going to pick the host city and group for 2017 and 2018 in the next few months, though, and in fact the <a href=\"https://2016.us.wordcamp.org/2016/01/08/applications-for-the-wordcamp-us-2017-host-city-now-open/\">applications are open and closing in a few weeks</a>. If you think your city and team have what it takes to wow the world with the best WordPress event, please put your hat in the ring!</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, 12 Feb 2016 00:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:61:\"WPTavern: WordCamp Europe Assembles 130-Person Volunteer Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wordcamp-europe-assembles-130-person-volunteer-team\";s: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:2410:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p>The call for volunteers for WordCamp Europe <a href=\"https://2016.europe.wordcamp.org/the-call-for-volunteers-for-wordcamp-europe-is-now-closed/\" target=\"_blank\">closed this week</a> and organizers announced that they have assembled a team of more than 100 people to help run the event. The 130 applicants represent 33 countries from Europe and beyond, with the highest numbers from the United States, Germany, The Netherlands, Italy, and Romania.</p>\n<p>The event will be held in Vienna at the end of June where the team will finally gather together in person. In the meantime, organizers are navigating the challenges of working remotely with a volunteer team that is spread across the globe.</p>\n<p>“For now we are using Zapier with Trello as connected apps and lots of well organized columns,” said Milan Ivanović, one of the leaders of the Volunteer Team. “We contacted every volunteer via email manually and soon we will use WordPress Slack for general communication before and on the day of the event.”</p>\n<p>WordCamp Europe organizers have high expectations for cities that apply to host future events. Potential cities will need to have a volunteer team with experience at previous events. This year’s event nearly doubles the number of volunteers from last year, expanding the pool of capable hands for 2017.</p>\n<p>“The biggest challenge would definitely be meeting everybody’s wishes while assigning roles,” Ivanović said. “Next week we will do a final check of the venue and start working on assigning roles.”</p>\n<p>Volunteers are expected to arrive a few days ahead of the event for a briefing and to familiarize themselves with the venue.</p>\n<p>“Leading up to the event we are going to have weekly meetings and try to cover as much as we can to prepare as best as possible,” Ivanović said. “Volunteers are investing dozens of hours into this event. I also want to emphasize that we are not covering the costs, but there is something so noble and beautiful when volunteering.”</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, 11 Feb 2016 18:53:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: BuddyPress 2.5 Will Add Customizable Emails via a New BP Email 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3256:\"<p>BuddyPress 2.5 <a href=\"https://buddypress.org/2016/02/buddypress-2-5-0-beta-1/\" target=\"_blank\">beta 1</a> was released this week with a list of new features and improvements to test, including a brand new <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">BP Email API</a>. The new API allows users to easily customize any email that BuddyPress sends, without having to leave the admin or write any code.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/email-customizer.png\" rel=\"attachment wp-att-51399\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/email-customizer.png?resize=991%2C575\" alt=\"email-customizer\" class=\"aligncenter size-full wp-image-51399\" /></a></p>\n<p>The <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">ticket</a> to overhaul BuddyPress emails was opened six months ago and has received more than 100 replies with feedback and patches from multiple contributors. BuddyPress lead developer Paul Gibbs spearheaded this initiative and summarized the outcome when introducing the new API on his blog:</p>\n<blockquote><p>In a nutshell, we moved emails into a custom post type (BuddyPress’ first!) with a supporting taxonomy (BuddyPress’ second!), devised a HTML email template with Customizer integration, and wrote a new API to manage how we represent emails internally and how we send them (goodbye, <a href=\"https://developer.wordpress.org/reference/functions/wp_mail/\" target=\"_blank\">wp_mail</a>!).</p></blockquote>\n<p>Gibbs has been writing plugins for the platform for the past seven years. He started with <a href=\"https://wordpress.org/plugins/welcome-pack/\" target=\"_blank\">Welcome Pack</a>, a plugin that allowed community admins to customize welcome emails to enhance the new user experience. His experience building and maintaining the now defunct Welcome Pack led him to work on improving BuddyPress’ core email handling.</p>\n<p>“With retrospect, adding customizable emails to Welcome Pack is what killed my interest in that plugin,” Gibbs said. “It was such a lengthy, painful slog to get the customization working and nicely implemented (I picked the wrong approach), that when it was finally done, so was I!”</p>\n<p>Gibbs’ work on this ticket makes emails in BuddyPress 2.5 much easier to edit than they ever were in his Welcome Pack plugin. The new Emails custom post type allows administrators to edit the content of the plugin’s 16 default emails directly in the admin. The email template can also be edited in the customizer at <strong>Appearance >> Emails</strong> with controls to change the header, body, and footer background colors, and text size/colors.</p>\n<p>The new email capabilities allow BuddyPress community managers to personalize their sites’ communication without having a lot of technical knowledge. It’s a significant improvement over the generic stock emails previously sent by the plugin.</p>\n<p>According to the <a href=\"https://buddypress.trac.wordpress.org/roadmap\" target=\"_blank\">project roadmap</a>, the 2.5 milestone is now 96% complete and the official release is expected in three weeks.</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, 11 Feb 2016 15:28: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:\"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:35:\"Matt: Lent This Year: Buying Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2016/02/lent-this-year-buying-things/\";s: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:1781:\"<p>Today is Ash Wednesday and the start of Lent, when typically Catholics give something up, or try to form a new habit, for about six weeks. Many of my friends who aren’t Catholic do the same, it’s a good practice to try to go without something in your life you take for granted. It can make you reexamine assumptions, take you out of your comfort zone, or make you appreciate the thing you gave up much more when you return to it. Also it’s just a bit more fun when you do it with friends. <img src=\"https://s.w.org/images/core/emoji/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>Last few years I’ve given up:</p>\n<ul>\n<li>2013: Meat.</li>\n<li>2014: <a href=\"https://ma.tt/2014/03/no-smartphone-for-lent/\">Smartphones</a>. (This was hard!)</li>\n<li>2015: I meditated every day using <a href=\"http://www.calm.com/\">Calm</a>.</li>\n</ul>\n<p>This year I’ve been thinking about what I take for granted, and surveyed friends for what their suggestions would be. One of the things that I’m pretty bad at is buying too many things, especially gadgets. I’m pretty good at clearing out old ones so it doesn’t get too cluttered, but I definitely have a habit of getting the latest USB gadgets on Amazon, shirts from <a href=\"http://www.kitandace.com/\">Kit & Ace</a>, workout stuff from <a href=\"http://shop.lululemon.com/\">Lululemon</a>, <a href=\"http://www.nike.com/us/en_us/c/nikeid\">shoes I don’t need</a>, etc.</p>\n<p>So the thing I’m going to give up this year is shopping or buying any material things. I’m also going to take the opportunity to try and reduce the stuff I do have in my life to things that <a href=\"http://tidyingup.com/books/the-life-changing-magic-of-tidying-up-hc\">spark joy</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, 10 Feb 2016 19:03: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: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:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Learn How to Test WordPress Core Patches with VVV on Mac OS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/learn-how-to-test-wordpress-core-patches-with-vvv-on-mac-os\";s: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:2764:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv-test-patches.png\" rel=\"attachment wp-att-51374\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/vvv-test-patches.png?resize=1025%2C385\" alt=\"vvv-test-patches\" class=\"aligncenter size-full wp-image-51374\" /></a></p>\n<p>Testing patches is one way that both developers and non-developers can contribute to WordPress without writing any code. It’s a valuable service that keeps things moving along in tickets and helps patches make their way into core.</p>\n<p>The most challenging part of testing patches is getting your testing environment set up properly. The WordPress core handbook has <a href=\"https://make.wordpress.org/core/handbook/testing/patch/\" target=\"_blank\">instructions for using Grunt to test patches</a>, but they’re not easy to follow if you happen to be a more visual learner.</p>\n<p>Yesterday Ryan Boren published a tutorial for <a href=\"https://make.wordpress.org/flow/2016/02/08/testing-patches-with-vvv-on-mac-os/\" target=\"_blank\">testing patches with VVV on Mac OS</a>, complete with screenshots at every step. The bulk of the instructions cover establishing a test environment with <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">VVV</a>, which requires you to install Vagrant, install Virtualbox, initialize Vagrant, install Git, and finally install VVV. Applying a patch and reverting it after testing is probably the easiest part of the entire process.</p>\n<p>Boren’s tutorial is one of the clearest and easiest to follow, because it helps you visualize what success looks like at every step. If you want to add mobile testing into the mix while testing patches, check out his <a href=\"https://make.wordpress.org/core/2015/03/16/mobile-patch-testing-with-vvv-and-xip-io/\" target=\"_blank\">post</a> on using VVV and <a href=\"http://xip.io/\" target=\"_blank\">xip.io</a>. Boren explained how he goes through tickets with patches that change UI and adds mobile and desktop screenshots of his testing.</p>\n<p>“These screenshots hasten UI feedback and usually reveal visual glitches on mobile that are then patched up, making our mobile experience that little bit better,” he said. “Until that blue sky someday when I can apply patches to a patch server with a tap, I’ve found VVV and xip.io to be the easiest way to do localhost testing of patches from mobile devices.”</p>\n<p>The process of setting up a test environment is the most time-consuming aspect of testing patches, but once you have it in place, it’s easy to apply them. Have you found an easier way to test patches with support for mobile devices? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Feb 2016 12:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Automattic Launches Components with 5 New Starter Themes Based on Underscores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/automattic-launches-components-with-5-new-starter-themes-based-on-underscores\";s: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:3366:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/components.png\" rel=\"attachment wp-att-51349\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/components.png?resize=1025%2C429\" alt=\"components\" class=\"aligncenter size-full wp-image-51349\" /></a></p>\n<p>Automattic’s team of theme developers <a href=\"http://themeshaper.com/2016/02/09/introducing-components/\" target=\"_blank\">announced the release of Components</a> today along with a suite of themes that extend the popular <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme for specific use cases. These include a classic blog, modern blog, portfolio, magazine, and business theme. The new <a href=\"http://components.underscores.me/\" target=\"_blank\">Components</a> website lets theme authors download a theme that includes reusable components tailored to each theme type.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/components-portfolio.png\" rel=\"attachment wp-att-51354\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/components-portfolio.png?resize=1025%2C625\" alt=\"components-portfolio\" class=\"aligncenter size-full wp-image-51354\" /></a></p>\n<p>Each theme includes general layout structures and templates to support the specific type of theme. For example, when you select the ‘Portfolio’ starter theme, your download will include the following:</p>\n<ul>\n<li>A portfolio post type, courtesy of Jetpack, added to all the necessary files</li>\n<li>A grid portfolio view</li>\n<li>A single column blog template</li>\n<li>A sliding panel for navigation, social menu, and also widgets</li>\n<li>A large featured image with full-width script</li>\n</ul>\n<p>There’s not much to see once the theme is installed, because it’s just a starting point designed to save time when building layouts and templates. Automattic’s theme team used its collective knowledge of developing hundreds of themes in order to create these five starter themes with the bare basics required for presenting content via these five major theme categories.</p>\n<p>Components was inspired by the community behind Underscores, according to Automattic theme wrangler David Kennedy. Developers using the starter theme often offered contributions that were beyond the scope of a simple starter theme.</p>\n<p>“While maintaining and improving Underscores, we always see great pull requests from the community that we turn away because the contributions end up being too specific for a normal starter theme,” Kennedy said. “Many of those additions would have been perfect in most themes. Now, some of them have a home in a project that zeroes in on a certain kind of user with each theme it builds.”</p>\n<p>The project’s goal is to provide a “more modular, pattern-based approach to theme development.” Even if you’re not building with Underscores, many of the <a href=\"https://github.com/Automattic/theme-components/tree/master/components\" target=\"_blank\">theme components</a> included in this project can be easily reused elsewhere as theme building blocks. The components library is open source and <a href=\"https://github.com/Automattic/theme-components\" target=\"_blank\">available on GitHub</a> for anyone to fork.</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, 10 Feb 2016 05:19:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Matt: The Problem with Phone Calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2016/02/the-problem-with-phone-calls/\";s: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:1117:\"<p><a href=\"http://www.theatlantic.com/technology/archive/2015/08/why-people-hate-making-phone-calls/401114/\">The Atlantic does an in-depth look on why it’s much less pleasant to have phone calls than it used to be</a>. It’s true, but there are also some great alternatives that I’ve been having luck with recently. <a href=\"https://www.messenger.com/\">Facebook Messenger</a> has a built-in audio (and video!) calling system that is okay. <a href=\"http://www.apple.com/mac/facetime/\">Facetime</a> isn’t just for video, you can also make audio calls with it and they sound amazing (something I learned from Kanye, true story). Many times I’ll try a phone number in Facetime first just in case the person uses an iPhone. And finally <a href=\"http://www.skype.com/en/\">Skype</a> still works pretty well even if its clients are a bit heavy. If I’m able to be at a computer (all of these work on computer as well as apps), <a href=\"http://www.amazon.com/gp/product/B00D4LBOV6\">this Sennheiser USB headset</a> sounds great, blocks background noise, and people say that I sound clear.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 23:58:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Post Status: Complete coverage should not be a requirement for core inclusion of WordPress REST API endpoints\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-rest-api-should-be-iterative/\";s: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:19055:\"<p>The <a href=\"http://wp-api.org/\">WordPress REST API</a> is at a bit of a crossroads. There is a proposal on the table by the core team of four contributors — Ryan McCue, Rachel Baker, Daniel Bachhuber, and Joe Hoyle — to ship endpoints to WordPress core iteratively. There is a pushback on this proposal by WordPress Project Lead and co-founder Matt Mullenweg.</p>\n<p>The API should be iterative, and should not require complete admin parity to be included, as Matt has proposed.</p>\n<h3>The state of what’s already in core, and what’s pending</h3>\n<p>The REST API infrastructure is already in core, having been included in WordPress 4.4. The infrastructure provides just that, an underlying infrastructure, to offer plugins a suite of base functionality to utilize, making the development of their own RESTful features easier.</p>\n<p>The infrastructure allows developers to get a huge head start for creating their own REST API endpoints and functionality. The endpoints are how a third party client or developer would actually interact with the API, and the endpoints for WordPress core functionality are what are in debate.</p>\n<p>Every piece of WordPress functionality — data that can be read, created, updated, or deleted — would ideally be available to the WordPress REST API, so that anything possible in WordPress is also possible via the API, and therefore also possible from a third party application interacting with the API.</p>\n<p>However, creating this complete coverage is unrealistic in the current WordPress development structure, and should not be necessary for shipping initial endpoints to WordPress Core.</p>\n<p>The proposal from the core REST API team is to begin by shipping four core WordPress objects: posts (meaning the posts table, which includes all post types), terms, comments, and users. These four core objects have been developed as endpoints, are well tested, and are ready for core. There are kinks to work out, but overall, they are an excellent starting point.</p>\n<p>Matt’s proposal is that the API should not ship in core, with any endpoints, until complete “wp-admin coverage” is available: meaning that until all actions a user can make in the WordPress admin can be achieved via the API, then it shouldn’t go into core. He said in a <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454626846001168\">meeting about the API</a>, to firm up his proposal, that there should be, “no partial endpoints in core. let’s design a complete API, not half-do it and foist it on millions of sites.”</p>\n<p>The primary areas not covered by the API currently are as follows: widget management and display, menu management and display, theme and plugin management, multisite management, and site options management.</p>\n<p>So Matt would like to see each of these endpoints be developed and battle tested before any endpoints ship in core. I agree with the REST API team that the first four objects should take priority, and should go in before these other objects are ready. The remaining objects should each be feature plugins of their own, and go in over time, as they are ready, without delaying the four core objects currently under review.</p>\n<h3>Many use cases covered</h3>\n<p>Posts, terms, comments, and users endpoints make up practically all WordPress content. This means that a huge swath of use cases for the API are covered with these four objects.</p>\n<p>Matt’s thinking that a core WordPress REST API should have all or nothing coverage is a false dichotomy. Applications like <a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> — a WordPress admin replacement based on WordPress.com’s own and separate REST API — are, I believe, the exception for usage of the REST API, not the rule. I believe most people that would take advantage of the REST API’s core inclusion are going to use parts of it only, and I believe most of what they’ll be seeking is content related, versus site management.</p>\n<p>The WordPress admin is exhaustive: it’s pretty much anything and everything one would want to do in WordPress. Custom admins that would utilize the REST API are unlikely to completely mimic the current admin; if they were to do so, it’d be difficult to see the point of making such an application interface, versus just using the tried and true default. I’m certain <em>some</em> new full implementations of the admin will show up (similar to Calypso), but I don’t think it’ll be a common use case.</p>\n<p>More likely, even custom admins would mostly be in the business of manipulating content — specifically catering content editing experiences for a specific type of website — and would be satisfied creating their own custom endpoints for other site management tasks until those endpoints are available through feature plugins or in core itself.</p>\n<p>For tasks such as custom front-end websites that are decoupled from WordPress, the WordPress REST API is immediately useful, using the four proposed objects. <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/#comment-29219\">As K. Adam White said</a>, delaying the endpoints that are ready, “will effectively block a significant group of potential adopters coming from external platforms.”</p>\n<h3>The value of core inclusion, verses keeping endpoints in the plugin</h3>\n<p>Core inclusion of endpoints is a stamp of approval that the endpoints are ready for prime time. Organizations that would use the API for bespoke applications would prefer to know that the endpoints will be ready and available for the long term, and keeping endpoints out of core is a sign — intended or not — that things can change, and will prevent adoption that is important for WordPress’s growth.</p>\n<p>Whereas, <a href=\"http://journal.rmccue.io/340/progressive-enhancement-with-the-wordpress-rest-api/\">a procedure of iterative development</a>, vertically focused by endpoint, can be a signal of readiness provided by the WordPress core team, essentially saying that those endpoints in core are stable and will maintain WordPress’s well known commitment to backward compatibility, while those endpoints in the feature plugin may be stable, but are subject to change.</p>\n<h3>Iteration has been good for WordPress</h3>\n<p>Iteration has been paramount to nearly all WordPress features, and it doesn’t make sense why it wouldn’t be a part of the REST API’s core inclusion.</p>\n<p>In a meeting about the status of the API, Matt Mullenweg said, “I know it’s a minority opinion, but I would be pretty skeptical of merging a partial API into core, I think it would do a lot more damage than benefit.” I fail to understand what kind of damage including these endpoints would cause.</p>\n<p>Matt <a href=\"https://ma.tt/2016/02/chicken-and-eggs/\">has insinuated</a> that the API as-is would be like shipping a car with no wheels, and I vehemently disagree with the analogy. I think the API is more like a Prius, and the goal is a Tesla. It’s a hybrid, with partial but important coverage, that betters the web (or the environment, for the car analogy). It’s not full coverage (like the fully electric Tesla), but it’s better than nothing (gas guzzler!). Okay, enough analogies, because honestly those don’t help that much. But the API as-is is certainly not a wheel-less car. It’s a perfectly drivable and nice car, it’s just not yet fully the car of tomorrow.</p>\n<p>Iteration and WordPress have gone hand in hand for ages. Almost every feature I can think of in WordPress has iterated over time, from the initial release: the Customizer, WordPress media management, custom post types, menu management, and more. It’s important to ship features that work, but that doesn’t mean they have to be exactly what you envision. WordPress itself is far from perfect, yet it’s available for download. Every lead developer could tell you dozens of things they’d like to improve, but they’re perfectly fine shipping new releases without every one of those new features.</p>\n<h3>Vertically integrated API support</h3>\n<p>Let’s do a mental exercise on the difference between building horizontal and vertical support in the API. This isn’t how one would really build an API, but it’s how we’ll envision calculating support for it.</p>\n<p>If you envision the WordPress dashboard, there are many paths you can take. Every top level admin tab is available to you: Add new post, visit the settings page, choose a theme, etc. The REST API cannot currently mimic every action you can take. I would define horizontal support as visiting the admin, identifying each potential action one step away from that first view, and creating that functionality with the REST API. You’d have a lot more endpoints, but the endpoints would be incomplete — and one layer deep.</p>\n<p>The next step, if working horizontally, would be to take each new view you just visited, based on the previous action, and do it again. This would cover <em>a lot more</em> functionality. Change widget order, move menu items around, delete comments, etc. But there are yet further levels you can take each of these screens. However, say the initial screen had 12 possible events, and now each of those 12 has 12 possible events, you now have 144 events to mimic in the API, but you still have layers to go before you have complete support of any particular fully fledged task.</p>\n<p>If you continue that process, you’ll be attacking support horizontally, and you’ll be at it for a long time.</p>\n<p>Now, let’s think vertically. Let’s choose an end goal: like publish a blog post. Okay, now let’s go back to the admin. This time, we’re going to enable support for adding new posts with the API; that’s one action, and we’re going to ignore other possible actions that don’t have to do with adding a post.</p>\n<p>On our next screen, we have new options, but not all of them are explicitly about publishing a post. However, many of these options are important to publishing a post: information like assigning an author (users), and putting the post into a category (terms). So we’re going to do what we need to do with each of these things that enables us to better support posting. </p>\n<p>Okay, so we can now publish a post via the API, and we’ve also enabled baseline support for stuff that posts expect. The next step in the flow may be that someone would comment on that post. So we’re going vertically through the process. We’re providing complete coverage for these steps. And it gets more complicated than what I’ve said so far. Posts could have meta data, or be password protected, or they might be multiple post types. </p>\n<p>Each of these creates new considerations we must account for to have complete vertical coverage of the process of publishing a post. We haven’t even touched managing site settings or other functionality that doesn’t apply to publishing a post. But as we realize the stuff that interacts with this most important task of publishing content, we begin to form a minimum viable product for our API, to know what we need to ship to fully and well support all things posts with the API. You may still take 144 steps, but at the end, you’ll have more coverage of fewer things, versus light coverage of all things.</p>\n<p>This is what the REST API team has done with these four objects. Posts, terms, users, and comments are the content processing experience in WordPress. It’s a fully fledged API experience, without shortcuts. There are challenges of course, and room to improve, but from top to bottom the process of content creation and manipulation is part of the API.</p>\n<p>As the REST API team have said in various channels during this debate, the non-supported endpoints are mostly isolated from the publishing experience. Supporting posts is co-dependent on supporting the author of the post, and the terms for the post. Supporting the settings screens for the website, or managing themes and plugins, or managing widget areas are not co-dependent on the post experience.</p>\n<p>These other verticals are important, and it is everyone’s goals to create broad, horizontal support of WordPress functionality. But it should be done one vertical feature at a time, and we shouldn’t wait to ship something that is near ready for prime time until we’ve supported absolutely everything. For one, the API is useful to many people <em>right now</em>, but also, the API, unless the entire development strategy of WordPress changes, will <em>never</em> be caught up to support every WordPress feature.</p>\n<h3>Truly “complete coverage” would require API-first driven development</h3>\n<p>For the WordPress REST API to truly have “complete coverage” of WordPress features, then the API would have to be the first consideration when building a new feature. This wouldn’t be a bad thing! But it’s not the way WordPress development works right now.</p>\n<p>Stripe is a great example. When you hear a developer talk about Stripe, the popular merchant processor, the first thing they’ll say is how good the API is. Well, that’s because Stripe <em>is</em> the Stripe API. No feature ships unless it started with API coverage.</p>\n<p>Developers love working with Stripe, because anything that can be accomplished with Stripe is accomplished with the API. With WordPress, the REST API team is running to catch up with core development; core development is not centrally focused around the REST API.</p>\n<p>And as long as core development operates outside the scope of API-first, then the API will always be running to catch up, and the smaller team surrounding API development will never maintain pace with core.</p>\n<p>WordPress already learned this lesson with unit testing. For years, unit testing was nice to have, but not required for commit. Today, WordPress has unit testing coverage of <a href=\"http://scotty-t.com/coverage/index.html\">less than 50%</a>, even though all new commits require tests. Unit testing, though now a first class citizen to WordPress development, is still catching up.</p>\n<p>I’m not saying whether or not WordPress should be developed API-first, but I am saying that Matt’s goal of complete coverage <em>before shipping</em> would just mean the API will never ship, because it will <em>never</em> have complete coverage with the current development strategy.</p>\n<h3>The importance of adoption, and design for the majority</h3>\n<p>It was recently pointed out that the REST API infrastructure is only used by 20 plugins. It makes it appear as if it’s not an important WordPress feature, and that sentiment is wrong.</p>\n<p>Consider nearly any other software. I’ll use MailChimp as an example this time. Loads of people use Mailchimp. Mailchimp has a REST API, and I use it for Post Status. My implementation is not one of their official integrations, which they noted they have 845 of <a href=\"https://poststatus.com/category/planet/feed/\">in their 2015 report</a>. Mine is just me interacting with their API — only trackable by counting total API calls.</p>\n<p>Well, Mailchimp has millions of users, and those millions of user accounts sent over 204 billion emails in 2015. A fraction of those users (I assume) are responsible for more than 29 billion calls to Mailchimp’s API, either through custom interactions (like me), or through one of the 845 official Mailchimp integrations. It really doesn’t matter that there are only 845 integrations with Mailchimp’s API; because the impact of those integrations and the developers otherwise interacting with the API had huge implications that make Mailchimp a more attractive service.</p>\n<p>The second <a href=\"https://wordpress.org/about/philosophy/\">core philosophy</a> of WordPress is to “design for the majority.” It says, “Many end users of WordPress are non-technically minded. They don’t know what AJAX is, nor do they care about which version of PHP they are using.” And while this is true, it doesn’t mean that technical features don’t benefit the majority, even if they aren’t directly interacting with them.</p>\n<p>The WordPress REST API is an invisible feature to most users, but it also will eventually impact nearly all users of WordPress. Like Mailchimp and Stripe, the WordPress REST API can and will impact the overall experience of using WordPress itself. Especially as third parties create gateways for interaction with millions of WordPress installs via the API, the API will be very much for the majority. But it will always be the kind of situation where a small number of integrations are responsible for a large number of interactions.</p>\n<p>We should not base our decision making process for including the API in core on how many plugins are currently supporting the API. We should base our decision making on the potential impact developers can have developing applications with WordPress via the REST API, by utilizing the power in the API — power that can be utilized to improve publishing for everyone.</p>\n<h3>The time for the WordPress REST API is now</h3>\n<p>The time for the WordPress REST API is now. The API is not complete, but it is ready. This is <a href=\"https://ma.tt/2010/11/one-point-oh/\">step one</a>. There are <a href=\"https://make.wordpress.org/core/2016/02/05/rest-api-meeting-summary-feb-4/\">real issues</a> to be resolved with the first four objects, but the first four objects should not sit on the sidelines, excluded from WordPress core, because “complete coverage” doesn’t yet exist.</p>\n<p>There is a capable and willing team driving the WordPress REST API. We all owe our gratitude to Ryan McCue, Rachel Baker, Daniel Bachhuber, Joe Hoyle, and the other contributors that have worked tirelessly — many of them for many years — to make the WordPress REST API a reality.</p>\n<p>We should not take these efforts for granted. A contributor’s time is finite, and everyone that’s worked hard on the API could have spent that time on other things. While time spent shouldn’t be our metric for including a feature in core, we should consider it now. This team has worked for a long time, all along asking for others to provide feedback, and at the 11th hour a vocal (and powerful) minority have decided to throw considerable roadblocks at their efforts.</p>\n<p>The WordPress REST API is a good feature for WordPress to have. REST APIs are a staple of modern web applications. The endpoints proposed for core inclusion is a reasonable next step after the infrastructure that <a href=\"https://poststatus.com/wordpress-4-4/\">went in WordPress 4.4</a>. Whether these first four objects are ready for 4.5, or get postponed until 4.6 isn’t a huge deal; they should be ready before they are merged. But they should not be sidelined until the fantasy of complete coverage is met.</p>\n<p>The inclusion of the WordPress REST API should be iterative, smart, and focused. It shouldn’t be all or nothing. It should be now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Feb 2016 21:03:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:103:\"WPTavern: WP REST API Team Releases Version 2 Beta 12, Seeks Feedback from WordPress’ Lead Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wp-rest-api-team-releases-version-2-beta-12-seeks-feedback-from-wordpress-lead-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6785:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\" rel=\"attachment wp-att-43000\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team <a href=\"https://make.wordpress.org/core/2016/02/09/wp-rest-api-version-2-0-beta-12/\" target=\"_blank\">released version 2 beta 12</a> today. Daniel Bachhuber highlighted the breaking changes in the release that developers will want to digest before updating. This includes the removal of meta endpoints from the primary plugin into its own feature plugin, <a href=\"https://wordpress.org/plugins/rest-api-meta-endpoints/\" target=\"_blank\">now available on WordPress.org</a>.</p>\n<p>In a <a href=\"http://wptavern.com/wordpress-contributors-look-for-a-path-forward-for-the-wp-rest-api#comment-143820\" target=\"_blank\">comment</a> on our coverage of the continuing discussion, WP REST API team member <a href=\"https://twitter.com/joe_hoyle\" target=\"_blank\">Joe Hoyle</a> clarified the team’s position on the endpoints’ readiness for core:</p>\n<blockquote><p>For the record, the REST API Team support further iteration on the existing endpoints before being merged into core. That could mean waiting for the WordPress.com API team to use those endpoints in production, or gathering more usage feedback from others. I am strongly against merging anything before it’s been well-proven and well-tested.</p>\n<p>The proposal by the team was to include the 4 content endpoints when they are ready. We had a lengthly overview as to the progress of those endpoints, more details on what we feel is left to be done can be seen at the <a href=\"https://github.com/wp-api/wp-api/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0\" target=\"_blank\">issues queue for the 2.0 milestone</a>.</p>\n<p>Why these endpoints specifically? Because they are co-dependent for the most part. Shipping Posts without support for Taxonomies would not be that useful.</p></blockquote>\n<p>Hoyle also cautions that pursuing full coverage of wp-admin is a monumental task that could take several more years:</p>\n<blockquote><p>Going for development of _all_ functionality (somewhere around 8-10 total data routes) should not be underestimated. It’s taken somewhere around a year and a half to get the current 4 to where they are now, and that was with 2 years prior art from Version 1.</p>\n<p>As someone who has been in the weeds of that implementation for a while now, I cannot over over-stress just how tricky trying to retrofit a consistent, coherent interface on 13 years of organically grown code and ideas can become. I’m looking forward to being part of the writing the implementation for the remaining (and majority) of functionality, however I don’t want to stop users and developers benefitting from what is already being built for another [several] years.</p></blockquote>\n<p>Hoyle emphasized that the team is not proposing merging the existing endpoints now, but he believes they are getting very close.</p>\n<p>With the release of v2 beta 12, Bachhuber urged WordPress lead developers and committers to offer official feedback in hopes of building a consensus. Given the disagreements in the <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">recent meeting</a>, it’s clear that WordPress contributors have not been on the same page as far as what constitutes core readiness for the project.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Right about now seems like a good time to get official feedback on WP REST API from <a href=\"https://twitter.com/WordPress\">@wordpress</a>\'s lead developers and committers. Just sayin\'</p>\n<p>— Daniel Bachhuber (@danielbachhuber) <a href=\"https://twitter.com/danielbachhuber/status/697067292782235648\">February 9, 2016</a></p></blockquote>\n<p></p>\n<p>Feedback from contributors is starting to trickle in. WordPress core committer Jeremy Felt shared his thoughts in a <a href=\"https://jeremyfelt.com/2016/02/09/thoughts-on-merging-the-wp-rest-api-plugin/\" target=\"_blank\">post</a> on his blog today:</p>\n<blockquote><p>I’m in favor of the REST API team’s proposal to merge the endpoints for the primary objects in WordPress—posts, comments, users, terms—when they’re ready.</p>\n<p>When the endpoints for these objects are ready, I would like to see them merged early in a release cycle.</p>\n<p>With these primary endpoints in, front end workflows can immediately start to take advantage. This is something groups have been doing for years with custom code already. Getting these groups to use the same structure is valuable.</p></blockquote>\n<p>Core committer Weston Ruter summarized his opinion in a tweet:</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/danielbachhuber\">@danielbachhuber</a> I\'m for iterative inclusion of REST API endpoints, advising clients to make use of feature detection.</p>\n<p>— Weston Ruter ⚡ (@westonruter) <a href=\"https://twitter.com/westonruter/status/697088319423778816\">February 9, 2016</a></p></blockquote>\n<p></p>\n<p>The plugin is moving forward with regular betas while the discussion continues. Developers who are using the API in beta will need to continue to follow the project closely, as the latest beta makes changes to available features. 10up developer Eric Mann tweeted some of <a href=\"https://twitter.com/EricMann/status/697111525979328512\" target=\"_blank\">his challenges in using the API in beta</a>:</p>\n<blockquote><p>My client installed the REST API before it included post meta. We had to build a bunch of custom work to support meta. Then the REST API updated to include meta and broke our integration. I spent a chunk of hours refactoring to compensate so we could update. Now, apparently, the REST API is pulling that meta support out and putting it in a separate plugin. Yet people still criticize me for saying I’m wary of placing too much dependency on the stability of the API.</p></blockquote>\n<p>Joe Hoyle is currently crowdsourcing stats on <a href=\"https://docs.google.com/spreadsheets/d/1V-9s0U407iOR1II6yWOqBboMe9M6J7oeOJmwxpOvd9E/edit#gid=0\" target=\"_blank\">projects that are using the WP REST API v2 in production</a>. Developers who have stepped up to use the API have had to be nimble in accommodating its rapid development. At this time, the WP REST API team agrees that further iteration on the existing endpoints will be necessary before merging them into core. Continued feedback from developers with projects that use the API will be critical for demonstrating that the API has been well tested.</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, 09 Feb 2016 20:33:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WordPress Theme Review Team Recommends Authors Start Keeping a Change Log\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-theme-review-team-recommends-authors-start-keeping-a-change-log\";s: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:2723:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg\" rel=\"attachment wp-att-51302\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?resize=1025%2C472\" alt=\"photo credit: Green Chameleon\" class=\"size-full wp-image-51302\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/8Y0EDX4VP9\">Green Chameleon</a>\n<p>Last April, WordPress Theme Review Team member Jose Castaneda <a href=\"http://wptavern.com/do-wordpress-org-themes-need-a-changelog\" target=\"_blank\">proposed that the team adopt a standard change log format</a>. Theme authors are not yet required to keep a change log but the general consensus is that it’s a good practice that benefits users.</p>\n<p>Castaneda <a href=\"https://wordpress.slack.com/archives/themereview/p1452621691006215\" target=\"_blank\">revived the topic of change logs</a> during the team’s most recent meeting, saying he hopes this will be the year that they can finally standardize the readme.txt file and take action on the change log-related trac tickets. This would require action on <a href=\"https://meta.trac.wordpress.org/ticket/45\" target=\"_blank\">a meta trac ticket</a> to add change logs to the WordPress.org theme listing tabs and <a href=\"https://core.trac.wordpress.org/ticket/22810\" target=\"_blank\">a core ticket</a> that would expose the change log to users in the WordPress admin.</p>\n<p>Castaneda <a href=\"https://make.wordpress.org/themes/2016/02/08/making-a-changelog-work-for-you/\" target=\"_blank\">posted</a> some basic recommendations as a first step towards educating theme authors on the proper format for writing a change log:</p>\n<ul>\n<li>Listing versions in reverse-chronological order (newest on top)</li>\n<li>One sub-section per version</li>\n<li>Group changes made per version</li>\n<li>Don’t dump commit logs (if using version control)</li>\n<li>Emphasize deprecations</li>\n</ul>\n<p>Even though a change log is not yet exposed in wp-admin, theme authors can still write one for users who are willing to do a bit of looking before updating. It’s especially important for things like changes to CSS selectors, the removal or addition of features, and anything that might cause child themes to break.</p>\n<p>The theme review team is currently <a href=\"https://wordpress.slack.com/archives/themereview/p1452622051006226\" target=\"_blank\">focused on fixing its review process</a>, so pursuing the necessary tickets for a change log is not a pressing item on the agenda. When the team gets time to follow through on making change logs happen for WordPress.org themes, authors who already have one in place will be positioned to display them to their users.</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, 09 Feb 2016 17:06:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Contributors Look for a Path Forward for the WP 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-contributors-look-for-a-path-forward-for-the-wp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8205:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/path-trees.jpg\" rel=\"attachment wp-att-51293\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/path-trees.jpg?resize=1025%2C500\" alt=\"photo credit: Valeriy Poltorak\" class=\"size-full wp-image-51293\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/087EFF0277\">Valeriy Poltorak</a>\n<p>Over the weekend, discussion continued surrounding the direction of the WP REST API, as both Matt Mullenweg and Ryan McCue took to their WordPress blogs to clarify statements from <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">last week’s status meeting</a>. Differences of opinion are driving a heated debate about what constitutes a goalpost for the API’s readiness for core.</p>\n<p>In a post titled “<a href=\"https://ma.tt/2016/02/chicken-and-eggs/\" target=\"_blank\">Chicken and Egg</a>,” Mullenweg addressed the recent WP REST API discussion while sharing an anecdote from a book that covers history from the mid-90s hip-hop era.</p>\n<blockquote><p>I love the idea of Questlove realizing the song was missing something, and going back to the booth to keep working on it until it resonated with his target audience. A song that doesn’t stand up on its own wouldn’t be any better when bundled as part of an album. (Or Samsung would have the most popular apps on Android.) Fans hear the care and quality of each track, and they become super-fans.</p></blockquote>\n<p>Mullenweg relates it to considerations when building products for the web:</p>\n<blockquote><p>There’s this tension in everything we produce. Where’s the line to tread between <a href=\"https://ma.tt/2010/11/one-point-oh/\" target=\"_blank\">1.0 is the loneliest</a> and <a href=\"http://theleanstartup.com/principles\" target=\"_blank\">a minimum viable product</a>? Or is it about a <a href=\"http://theleanstartup.com/principles\" target=\"_blank\">minimum lovable product</a>? Are we building a car with no air conditioning or a car with no wheels?</p>\n<p>‘Pivot’ has become passé, but it’s much worse to assume that distribution will solve something core to your product that isn’t working.</p></blockquote>\n<p>Mullenweg <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454630772001445\" target=\"_blank\">mentioned the same car analogy</a> during the meeting last week. In response to a commenter who asked for more clarification on how the analogy applies to the REST API, Mullenweg said the following:</p>\n<blockquote><p>If you want a good heuristic to use generally: there were decades of cars, millions of vehicles and drivers, before they had air conditioning. The core value proposition of a car is transportation, AC just helps you get there more comfortably. You didn’t need a car to get AC, you could have it in your house. AC might cause you to chose one car over another, but you probably wouldn’t walk or ride a horse if the car didn’t have AC, you’d just roll down the windows.</p></blockquote>\n<p>This begs the question, what constitutes wheels? Contributors to this discussion are divided on whether or not the existing endpoints are ready to be merged into core. The WP REST API team members, many of whom are already successfully using the API in production, believe that the endpoints are ready now. The current state of the API offers the ability to get content in and out of WordPress, opening it up for easier communication with other platforms, which many believe is the primary use case.</p>\n<p>Mullenweg and others who joined the discussion last week are in favor of delivering something more complete, a REST API that supports everything available in wp-admin. This includes WordPress’ many site management features and would put the API several releases away from core readiness.</p>\n<p>In a <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock#comment-142834\" target=\"_blank\">comment</a> on our initial report, Drew Jaynes advocated what he believes to be a middle ground that provides a solid jumping-off point. This would involve resolving the missing pieces in the existing endpoints before merging them (items like password-protected posts, autosaves and post previews, and meta.)</p>\n<p>“As I and others from the contributor/committer camp said in the chat, there can be a middle ground,” he said. “Whether that ends up looking like the four core endpoints alone, four core endpoints with some flavor, XML-RPC parity, or some measure of wp-admin parity, remains to be seen,” he said.</p>\n<p>In a post titled “<a href=\"http://journal.rmccue.io/340/progressive-enhancement-with-the-wordpress-rest-api/\" target=\"_blank\">Progressive Enhancement with the WordPress REST API</a>,” Ryan McCue outlined a full-on iterative approach that would push for distribution now and roll out more endpoints in future releases:</p>\n<blockquote><p>Progressive enhancement is our key solution to a couple of related problems: forward-compatibility with future features and versions of WordPress, and robust handling of data types in WordPress. Progressive enhancement also unblocks the REST API project and ensures there’s no need to wait until the REST API has parity with every feature of the WordPress admin.</p></blockquote>\n<p>McCue’s post goes into further detail of the REST API’s feature detection capabilities, which allow developers to easily detect support for features and build them in a forwards-compatible way while waiting for core support.</p>\n<h3>Is Distribution the Answer?</h3>\n<p>During last week’s meeting McCue <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454633021001594\" target=\"_blank\">said</a> that continuing the project’s development as a feature plugin will do more harm than good. If the REST API is not allowed to ship without offering support for everything in wp-admin, the team would be forced to continue iterating on it as a feature plugin while simultaneously resolving difficult roadblocks in WordPress core. With just four major contributors operating at less than part time on the project, this requirement could stall the WP REST API indefinitely.</p>\n<p>“We believe that the progressive enhancement approach is the best approach for continuing API development,” McCue said. “Progressive enhancement is a paradigm the REST API project must adopt, if it’s an API we want to add to (without breaking backwards compatibility) over the next 10 years.”</p>\n<p>Mullenweg, who has led an iterative approach to development throughout WordPress’ history, is wary of latching onto distribution as the only way forward.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> No one is against iteration. It\'s: iterate in plugin with low stakes, or iterate in core, shipping to tens of millions of sites?</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/696765965334290432\">February 8, 2016</a></p></blockquote>\n<p></p>\n<p>The larger WordPress’ usage becomes, the louder its footsteps are heard. Iterating on the REST API in core, with distribution to millions of sites, may affect the web in ways contributors cannot yet anticipate. As they say, heavy is the head that wears the crown. The ripples extend beyond WordPress sites to the outside platforms that will also consume the API.</p>\n<p>Contributors are still discussing the nuances of iterative development in core vs. delivering a more complete API. Meanwhile, adoption is stilted by the uncertainty surrounding the project and the fact that it still carries a plugin dependency. It’s not yet clear whether WordPress contributors will dig in and push for inclusion of the endpoints against Mullenweg’s recommendation or whether they will opt to spend more time polishing the existing endpoints. If the WP REST API team is required to ensure that the API can support a wp-admin replacement, it may not land in core until the end of this year or later.</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, 08 Feb 2016 22:06:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WordPress.org Has Fewer Than 20 Plugins Using the WP REST API in Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wordpress-org-has-fewer-than-20-plugins-using-the-wp-rest-api-v2\";s: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:6523:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg\" rel=\"attachment wp-att-34902\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg?resize=1024%2C485\" alt=\"Plugin Recommendations Featured Image\" class=\"size-full wp-image-34902\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/electrospray/164932344/\">when i was a bird</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>During <a href=\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\" target=\"_blank\">yesterday’s pivotal WP REST API meeting</a>, WordPress contributors discussed adoption of the API. A cursory search of the WordPress.org plugin directory shows that fewer than two dozen plugins are currently using the API scaffolding included in WordPress 4.4. For reference, here are the 20 plugins identified by Mika Epstein during the meeting, along with active installation numbers for each:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/acf-to-rest-api/\" target=\"_blank\">ACF to REST API</a> – 200+</li>\n<li><a href=\"https://wordpress.org/plugins/acf-to-wp-api/\" target=\"_blank\">ACF to WP-API</a> – 1,000+</li>\n<li><a href=\"https://wordpress.org/plugins/acf-to-wp-rest-api/\" target=\"_blank\">ACF to WP REST API</a> – 300+</li>\n<li><a href=\"https://wordpress.org/plugins/custom-contact-forms/\" target=\"_blank\">Custom Contact Forms</a> – 70,000+</li>\n<li><a href=\"https://wordpress.org/plugins/dashboard-directory-size/\" target=\"_blank\">Dashboard Directory Size</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/invitations-for-slack/\" target=\"_blank\">Invitations for Slack</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/\" target=\"_blank\">JWT Authentication for WP REST API</a> – 100+</li>\n<li>oEmbed API – no longer available as of 2/5/2016</li>\n<li><a href=\"https://wordpress.org/plugins/prayers/\" target=\"_blank\">Prayers</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">WP REST API</a> – 9,000+</li>\n<li><a href=\"https://wordpress.org/plugins/rest-json/\" target=\"_blank\">REST JSON</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/rest-routes/\" target=\"_blank\">REST Routes</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/searchwp-api/\" target=\"_blank\">SearchWP API</a> – 20+</li>\n<li><a href=\"https://wordpress.org/plugins/store-locator-le/\" target=\"_blank\">Maps by Storelocator Plus</a> – 10,000+</li>\n<li><a href=\"https://wordpress.org/plugins/tabulate/\" target=\"_blank\">Tabulate</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-api-categoriestags/\" target=\"_blank\">WP API Categories + Tags</a> – 10+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-api-menus/\" target=\"_blank\">WP API Menus</a> – 700+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-rest-api-log/\" target=\"_blank\">WP REST API Log</a> – 100+</li>\n<li><a href=\"https://wordpress.org/plugins/wp-rest-api-sidebars/\" target=\"_blank\">WP REST API Sidebars</a> – less than 10</li>\n<li><a href=\"https://wordpress.org/plugins/wprestapiextensions/\" target=\"_blank\">WPRestApiExtensions</a> – less than 10</li>\n</ul>\n<p>With a few notable exceptions, most of these plugins are hovering around a range of 10 – 100 active installs. These low numbers may indicate that plugin authors have not yet readily embraced building with the scaffolding that was merged into core in 4.4. However, some developers who have embraced building with the API have opted not to offer their plugins and themes for large scale distribution on WordPress.org.</p>\n<p>“I think the plugin directory is the wrong place to look for adoption,” WordPress developer <a href=\"https://twitter.com/natewr\" target=\"_blank\">Nate Wright</a> said at the most recent meeting. “As a plugin author myself, I have to bend over backwards to ensure compatibility with tens of thousands of weird plugins and themes. Javascript itself is highly unstable in the ecosystem because of all the terrible code out there. I’ve used the API in client projects and am currently integrating it with some customizer tools I’m building. My publicly available plugins will be the last thing I’ll introduce to the API.”</p>\n<p>Taylor Lovett, author of <a href=\"http://wptavern.com/custom-contact-forms-plugin-passes-1-million-downloads-on-wordpress-org\" target=\"_blank\">Custom Contact Forms</a>, believes that it’s important to get REST API-powered plugins into the hands of users, despite the support challenges of public distribution.</p>\n<p>“It pushes plugin and theme developers to start working around API JavaScript conflicts now,” Lovett said. “There are many plugins that conflict with the API for a variety of reasons, one of the big ones being modifying Backbone.sync. Having plugins use it now is painful but will push people to start reporting those JS conflicts.”</p>\n<p>Custom Contact Forms is currently the most widely-used plugin running the WP REST API with more than 70,000 installations, but the journey to using the current version has been fraught with challenges.</p>\n<p>“There have been a number of backwards compatibility breaks with the JSON REST API project,” Lovett said. “If I had known going into it what would happen, I probably would have not used the API.</p>\n<p>“I am still not completely comfortable with using the API because of the perceived instability of the project,” he said.”</p>\n<p>Nevertheless, public distribution has brought Lovett considerable feedback from users which has been invaluable for his contributions to the REST API project.</p>\n<p>“I’ve had a number of patches to the API that were discovered through Custom Contact Forms,” he said. “I’ve discovered some real edge cases while maintaining the API across more than 70K installations.”</p>\n<p>Distributing his plugin on WordPress.org while the API went through significant changes was more challenging than Lovett anticipated, but through it the API has gained more exposure.</p>\n<p>“The faster the API is exposed to people and people get comfortable using it, the sooner we will see some major strides in applications being built around WordPress,” he said.</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, 05 Feb 2016 23:06: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: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:22:\"Matt: Chicken and Eggs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2016/02/chicken-and-eggs/\";s: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:5798:\"<p><img class=\"alignright wp-image-46028\" src=\"http://i2.wp.com/ma.tt/files/2016/02/mometablues.jpeg?resize=245%2C376\" alt=\"mometablues.jpeg\" />I’ve been reading <a href=\"http://www.amazon.com/dp/1455501352/\">Questlove’s <em>Mo’ Meta Blues</em></a>, and it’s an incredible education. The book is helping me appreciate an era of music that inspired the era that inspires me — the music that drove the Roots, J Dilla, Fugees, D’Angelo, Common, Erykah Badu, Kendrick Lamar, and so many more to create what they have.</p>\n<p>Chronologically, I’m in a chapter covering mid-90s hip-hop, which is full of conflict. There’s a tension alluded to in the book of the musicians that made it and those that didn’t: does increased radio play make songs popular? <a href=\"https://aeon.co/essays/why-repetition-can-turn-almost-anything-into-music\">There’s some science that suggests yes</a>. Or is there something intrinsic to the record that puts it in that virtous loop of requests and airplay, the equivalent of usage and virality in a web product?</p>\n<p>There’s a great ancedote in the book that I think is useful when thinking about products. All of the links are my addition, not in the original text.</p>\n<blockquote><p>There was one moment during the recording of <a href=\"https://open.spotify.com/album/1ecv8bJajqX9E0EOX2g3eI\"><em>Voodoo</em></a> that really brought this home. We were recording <a href=\"https://open.spotify.com/artist/6GEykX11lQqp92UVOQQCC7\">DJ Premier’s</a> scratches for “<a href=\"https://open.spotify.com/track/3dOzhSPnBrRIcPyDUAqQYd\">Devil’s Pie</a>,” and <a href=\"https://open.spotify.com/artist/3ZotbHeyVQKxQCPDJuQ4SU\">Q-Tip</a> had just let the room to go work on something else, so there were four of us left there: Premier, <a href=\"https://open.spotify.com/artist/0IVcLMMbm05VIjnzPkGCyp\">Dilla</a>, <a href=\"https://open.spotify.com/artist/336vr2M3Va0FjyvB55lJEd\">D’Angelo</a>, and myself. During the break, Premier asked if anyone had any new shit to play for the group, and D’Angelo went for a cassette and played a bit of a new song, and the whole room just erupted in hooting. Then Dilla put on some new <a href=\"https://open.spotify.com/artist/1020a42xVklY6c56imNcaa\">Slum Village</a> shit and it was the same thing: an explosion of excitement. Then Premier, who had started the whole thing, played an <a href=\"https://open.spotify.com/artist/1BH45DVSTeGBvcYXNCd67g\">M.O.P.</a> song and some new <a href=\"https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ\">Gang Starr</a> material that he was working on for <a href=\"https://open.spotify.com/album/6U2LlflINhafc0e9vhs0lp\"><em>The Ownerz</em></a>.</p>\n<p>I was last at bat. All I had on me was a work tape for what would eventually become “<a href=\"https://open.spotify.com/track/7frJEBqz0olVg8sQpXD5BF\">Double Trouble</a>” on <a href=\"https://open.spotify.com/album/0qbl8aNaCUOvX8HGsZYLfh\"><em>Things Fall Apart</em></a>. It didn’t have finished vocals yet, didn’t have <a href=\"https://open.spotify.com/artist/0Mz5XE0kb1GBnbLQm2VbcO\">Mos Def’s</a> verse. It was just a skeleton. I played it, and I will never forget the feeling that came over the room, including me. It wasn’t that they didn’t hoot and holler like they had for the other songs. They did. But they didn’t mean it. I know the move people resort to when they’re not quite into a song: they keep a straight stare on their face and bob their head a bit, not saying anything, not making eye contact. That’s the sign of death. That’s what they all did to me, and I felt humiliated. I was like Glenn Close in <em>Fatal Attraction</em>: <a href=\"https://www.youtube.com/watch?v=wzbVn9Xx3YM\">I will not be ignored</a>! I went back into the studio that same night and gave that song a radical, extended facelift. I refused to sleep until I had that thing up and running.</p></blockquote>\n<p>I love the idea of Questlove realizing the song was missing something, and going back to the booth to keep working on it until it resonated with his target audience. A song that doesn’t stand up on its own wouldn’t be any better when bundled as part of an album. (Or Samsung would have the most popular apps on Android.) Fans hear the care and quality of each track, and they become super-fans. The bands that break out weren’t bludgeoned into fan’s ears by radio play, they were pulled by these passionate few into a wider audience.</p>\n<p>I love the mixtape culture that so many of today’s successful artists have come up through, and it is amplified online. <a href=\"https://en.wikipedia.org/wiki/Drake_discography#Mixtapes\">Drake had three ever-improving mixtapes before his first album</a>. It harkens to a line from PG’s startup canon (in 2009!): <a href=\"http://paulgraham.com/13sentences.html\">Better to make a few users love you than a lot ambivalent</a>.</p>\n<p>There’s this tension in everything we produce. Where’s the line to tread between <a href=\"https://ma.tt/2010/11/one-point-oh/\">1.0 is the loneliest</a> and a <a href=\"http://theleanstartup.com/principles\">minimum viable product</a>? Or is it about <a href=\"http://www.huffingtonpost.com/brian-de-haaff/how-to-create-the-minimum_b_7652844.html\">a minimum lovable product</a>? Are we building a car with no air conditioning or a car with no wheels?</p>\n<p><img class=\"alignnone size-full wp-image-46059\" src=\"http://i1.wp.com/ma.tt/files/2016/02/minimal-viable-product-henrik-kniberg.png?resize=604%2C389\" alt=\"minimal-viable-product-henrik-kniberg.png\" /></p>\n<p>“Pivot” has become passé, but it’s much worse to assume that distribution will solve something core to your product that isn’t working.</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, 05 Feb 2016 22:42: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: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:61:\"Post Status: WordPress REST API Round-table — 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=20699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-rest-api-round-table-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:1399:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>Joe and Brian were joined by Ryan McCue, the Lead Developer of the REST API, Daniel Bachhuber, a contributing developer to the REST API, and K.Adam White, Aaron Jorbin, and Jack Lenox — each with unique experiences using the REST API. They discussed the talks from A Day of REST, but also about the impact of the new API more broadly as well.</p>\n<p>If you’re at all interested in the REST API, this is an excellent round table to listen to.</p>\n<a href=\"https://audio.simplecast.com/25895.mp3\">https://audio.simplecast.com/25895.mp3</a>\n<p><a href=\"http://audio.simplecast.com/25895.mp3\">Direct download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://feelingrestful.com/\">A Day of Rest</a></li>\n<li><a href=\"https://poststatus.com/a-day-of-rest-review/\">Post Status summary of the conference and links to slides</a></li>\n</ul>\n<p><em>Photo credit: Aaron Jorbin</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Feb 2016 18:34: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: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: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:59:\"WPTavern: WP REST API Delayed, Contributors Facing Gridlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/wp-rest-api-delayed-contributors-facing-gridlock\";s: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:6612:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\" rel=\"attachment wp-att-43000\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>The WP REST API team <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454626846001168\" target=\"_blank\">met yesterday in the #core-restapi Slack channel</a> to discuss the status of the existing post, term, user, and comment endpoints. There are a few outstanding issues with these four core objects, which the team wants to tackle via a feature plugin approach instead of holding the API back from merge. These outstanding items include things like password-protected posts, autosaves and post previews, and meta handling.</p>\n<p>“For now, we’re not going to support them, and will be working on them in a separate feature plugin instead,” WP REST API project lead Ryan McCue <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454628784001310\" target=\"_blank\">said</a>. “Again, this will be an enhancement to the API in the future, and doesn’t block compatibility here.”</p>\n<p>In September 2015, McCue and contributors outlined <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\" target=\"_blank\">a merge plan for the REST API</a> which brought the infrastructure into the 4.4 release with the endpoints on deck to follow one release later in 4.5. Contributors to the REST API believe that the project is still on track for this goal.</p>\n<p>“Our proposal is that we merge the four core objects in the REST API with full read, create, update, delete support, with the more peripheral features to come when they’re ready,” McCue said.</p>\n<p>Several WordPress contributors, including project lead Matt Mullenweg, voiced concerns about the REST API shipping without the features that have been temporarily spun out.</p>\n<p>“I know it’s a minority opinion, but I would be pretty skeptical of merging a partial API into core,” Mullenweg said. “I think it would do a lot more damage than benefit.”</p>\n<p>McCue contended that the team has been working towards shipping a product that can be progressively enhanced.</p>\n<p>“The API is specifically structured around progressive enhancement, which is a key difference from many APIs,” he said. “Allowing clients to detect features and support them when they’re ready allows us huge flexibility.”</p>\n<h3>Does the WP REST API Need Full wp-admin Coverage?</h3>\n<p>Aaron Jorbin noted that while the four core object types allow for some innovative themes and content editors, they do not yet allow for full wp-admin replacements. This particular point was a deal breaker for several contributors attending the meeting.</p>\n<p>“The cases where the current API covers today aren’t terribly interesting because they’re not really enabling something that was impossible to do before,” Mullenweg said. “It’s just a different approach to doing something that was already possible before. I don’t even think we have XML-RPC parity of feature support yet.</p>\n<p>“I wouldn’t have included REST examples in the SoTW, or encouraged plugins to use the scaffolding, or even let the scaffolding in the last release, if I didn’t think it was the most promising thing out there right now,” he said. “But uptake definitely feels slower than I would have expected. It’s taken so long to get to this point, if we don’t pick up the pace, it could be another year or two before we get full wp-admin coverage.”</p>\n<p>Despite the fact that the <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">WP REST API recently had its own conference</a> dedicated to it, most of the people who are building with it are those who are also contributors on the project. Adoption is not yet widespread, but this could be due to the fact that many developers don’t want to build on it until the core endpoints are officially merged.</p>\n<p>“We’ve got a bit of a chicken and egg: without core adoption, potential API consumers are hesitant to take the plunge, but without adoption it won’t be tested sufficiently to be merged,” REST API contributor K. Adam White said.</p>\n<p>“From a project point of view I’m not really excited about shipping an API that has ‘some assembly required,’ vs making the core release paired with interesting non-trivial killer apps (mobile apps, something calypso-like, big plugins using / supporting it),” Mullenweg said. “To me a complete API is one that covers everything that’s possible within wp-admin. A subset of that is a partial API.”</p>\n<p>Multiple contributors on the REST API project, however, agreed that shipping with full admin replacement capability is unrealistic, especially after Mullenweg <a href=\"https://wordpress.slack.com/archives/core-restapi/p1454632381001548\" target=\"_blank\">confirmed</a> that it should support everything possible in the admin, including the file editor.</p>\n<p>“We’re significantly more interested in getting read/write access to core types, so that we can interact with WP from a host of other platforms,” K. Adam White said. “I think that pushing everything off until it’s ‘Calpyso ready’ blocks myriad use cases before they can get off the ground.”</p>\n<p>In response, Mullenweg asked why WordPress should support something in its web interface that isn’t supported through its official API. At the conclusion of the two-hour meeting he summarized his final proposal: “No partial endpoints in core. Let’s design a complete API, not half-do it and foist it on millions of sites,” he said.</p>\n<p>This is a critical juncture for the WP REST API project. While most contributors seemed agreed on further iterating the existing endpoints and ramping up usage before merging them into core, attendees remained divided about the need to have full wp-admin coverage prior to merge.</p>\n<p>WP REST API team members are squarely committed to iterating separately on peripheral features, but another contingent of WordPress contributors who joined the meeting yesterday are adamant about seeing a more polished API with better support for the admin. A plan forward has not yet emerged.</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, 05 Feb 2016 06:59:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Pantheon Launches Community Resource for Scaling WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/pantheon-launches-community-resource-for-scaling-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6075:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale.png\" rel=\"attachment wp-att-51196\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale.png?resize=1025%2C406\" alt=\"wordpress-at-scale\" class=\"aligncenter size-full wp-image-51196\" /></a></p>\n<p>When people ask the question, “Can WordPress scale?” they are often pointed to some of the largest websites running on WordPress, such as Time Magazine, TechCrunch, NBC Sports, Playstation, the New York Observer, and others. But how do you get there and what does it take to deliver WordPress at scale to millions of visitors?</p>\n<p>Yesterday <a href=\"https://pantheon.io/\" target=\"_blank\">Pantheon</a> launched a new resource to answer this question with a knowledge base of best practices from experienced developers. <a href=\"https://www.scalewp.io/\" target=\"_blank\">WordPress at Scale</a> is a community-driven project that aims to educate site owners and developers about scalable website infrastructure and optimizations that many large scale sites employ.</p>\n<p>The site’s content is managed via a <a href=\"https://github.com/pantheon-systems/wordpress-at-scale\" target=\"_blank\">GitHub repository</a> where anyone can <a href=\"https://github.com/pantheon-systems/wordpress-at-scale/blob/master/CONTRIBUTING.md\" target=\"_blank\">contribute</a>. Topics currently range from elastic architecture to object caching to recommended development workflows for scaling.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale-links.png\" rel=\"attachment wp-att-51198\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/wordpress-at-scale-links.png?resize=1025%2C521\" alt=\"wordpress-at-scale-links\" class=\"aligncenter size-full wp-image-51198\" /></a></p>\n<h3>Pantheon Aims to Make Scalability and Performance Commonly Understood Best Practices</h3>\n<p>“We work with a lot of web agencies and dev shops, and we’ve also spent a lot of time working within the community at WordCamps over the past 18 months,” Pantheon co-founder Josh Koenig said. “It definitely seems like there’s a need for go-to resources when it comes to questions about scale. We wanted to set a serious goal for ourselves to make an impact in the WordPress ecosystem.”</p>\n<p>While you can find scattered tutorials around the web about how to scale WordPress, this collaborative community effort is one of the first to aggregate resources into a collection. Knowledge of scalability doesn’t come easily and isn’t always shared with the community.</p>\n<p>“Very often learnings about scalability don’t make it out of projects or companies because they can be hard to generalize (or because people think there’s proprietary value in them),” Koenig said. “Our opinion — and this is based on our experience in the Drupal project with our pre-Pantheon work on PressFlow and <a href=\"https://www.chapterthree.com/blog/project-mercury-pre-configured-drupalvarnish-ec2-ami\" target=\"_blank\">Mercury</a> — is that there’s vastly more value to be had for everyone in making scalability and performance commonly understood best practices.”</p>\n<p>In order to accomplish this goal, Pantheon set up the WordPress at Scale microsite as a community project.</p>\n<p>“We wanted this to be a real contribution,” Koenig said. “Since we’re a platform provider, doing it ‘in house’ would mean it’s ultimately just a marketing piece.</p>\n<p>“I’m clearly being up front about the fact that we hope this site has marketing value to us, but that value should (rightly so) be proportional to how actually useful it is to the community,” he said. “We’d never get very far if this was just a Pantheon thing.”</p>\n<p>Weston Ruter, CTO at <a href=\"https://xwp.co/\" target=\"_blank\">XWP</a> and contributor to the WordPress at Scale site, agrees on the value of having the site set up as a community project.</p>\n<p>“A community-driven resource like this is important because there is a lot to know, and there is a lot of experience to draw on from the community,” Ruter said. “No one agency or consultant has all of the possible tips and tricks for scaling WP, so having a collaborative resource to draw that information together is very helpful to keep it from being isolated in our respective silos.”</p>\n<p>Although scaling varies widely based on the type of content being served and user activity on the site, many aspects of optimization are fairly straightforward and can be easily applied as needed.</p>\n<p>“I suppose scaling WordPress is more a formula than an art,” Ruter said when asked which it resembles more. “If there is art to it, it is having an eye for designing the architecture to take into account the specifics of the site being scaled. Different sites have different techniques required for scaling. A brochure site with seldom-changing content will be cached very differently than a social network site.”</p>\n<p>WordPress at Scale is just a starting point for what Koenig hopes will become a comprehensive resource authored by many contributors. It’s currently missing several topics that he wants to cover in more detail.</p>\n<p>“There are a couple good issues in the queue already with specific technical topics I’d love to cover: fragment caching, and ESI,” he said. “We will definitely be getting into those and other topics with more specificity, especially as we can leverage more contributions from the community.</p>\n<p>“Once we get the content a little more built-out, I want to create a generic presentation that anyone can use to cover this topic,” Koenig said. “Whether that’s giving a talk at a meetup, or pitching WordPress as a solution to a client, having some good quality materials will really help get the message out there.”</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, 05 Feb 2016 00:58: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: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:104:\"Dougal Campbell: Underscores Components – Custom starter themes for faster WordPress theme development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=81112\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://dougal.gunters.org/blog/2016/02/04/underscores-components-custom-starter-themes-for-faster-wordpress-theme-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:658:\"<p><i>“Components is a library of shareable, reusable patterns for WordPress themes. Instead of starting from scratch, mix and match from a collection of pre-made components to build your own custom starter theme.” Online tool from Automattic which can generate a variety of starter themes based on Underscores and Components, ready for you to customize.</i></p>\n<p><a href=\"http://components.underscores.me/\">Underscores Components – Custom starter themes for faster WordPress theme development</a></p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</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, 04 Feb 2016 19:25: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:15:\"Dougal 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:\"\";}}}}}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:87:\"WPTavern: Shiny Updates Version 2 Adds Functionality for Themes and Bulk Plugin Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/shiny-updates-version-2-adds-functionality-for-themes-and-bulk-plugin-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/shiny-updates.png\" rel=\"attachment wp-att-51117\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/02/shiny-updates.png?resize=1025%2C382\" alt=\"shiny-updates\" class=\"aligncenter size-full wp-image-51117\" /></a></p>\n<p>With all of the design improvements to the plugin and theme screens in recent WordPress releases, the experience of updating extensions started to feel clunky and disjointed. The <a href=\"https://wordpress.org/plugins/shiny-updates/\" target=\"_blank\">Shiny Updates</a> feature plugin was created to hide what project contributors refer to as the “The Bleak Screen of Sadness.”</p>\n<p>WordPress users received a small taste of shiny updates when the feature was applied to plugin updates in the 4.2 release, but themes still lag behind. For example, when you update a theme, WordPress lets you know exactly how hard it is working behind the scenes to make that happen:</p>\n<blockquote><p>Downloading update from https://downloads.wordpress.org/theme/cover.1.6.4.zip…</p>\n<p>Unpacking the update…</p>\n<p>Installing the latest version…</p>\n<p>Removing the old version of the theme…</p>\n<p>Theme updated successfully.</p></blockquote>\n<p>Shiny Updates hides the ugly parts of updates in favor of making the process appear more effortless. Instead of taking the user to a new screen, updates happen in the background without the need to refresh the page.</p>\n<p>The project is currently a <a href=\"https://make.wordpress.org/core/features-as-plugins/\" target=\"_blank\">feature plugin</a> in development for WordPress core, led by Konstantin Obenland. In a recent <a href=\"https://make.wordpress.org/core/2016/01/27/shiny-updates-v2/\" target=\"_blank\">status update</a> Obenland said that the new version of the plugin aims to extend shiny updates to all aspects of updates, installs, and deletes for plugins and themes in WordPress.</p>\n<p>Version 2 of the plugin currently offers the following:</p>\n<ul>\n<li>Deleting single plugins, bulk updating, and bulk deleting plugins from the plugin page.</li>\n<li>Shiny plugin installs from the plugin install screen: multiple actions can be queued up.</li>\n<li>Shiny theme installs, updates, and deletes, multiple queue-able, including multisite.\n</li>\n</ul>\n<p>Development for the Shiny Updates project is happening on GitHub where the team is <a href=\"https://github.com/obenland/shiny-updates/issues\" target=\"_blank\">collaborating on design and UX improvements</a>. One of their goals, according to the most recent update, is to refine the user experience by “improving perceived performance and limiting confusing notifications.”</p>\n<h3>Update All the Things</h3>\n<p>WordPress’ update process is somewhat fragmented when there are multiple updates available for core, plugins, and themes on the <em>update-core.php</em> screen. Shiny Updates contributors are exploring <a href=\"https://github.com/obenland/shiny-updates/issues/5\" target=\"_blank\">a button that would “update all the things”</a> in one pass. The dedicated issue on GitHub has 28 comments of discussion and design mockups for what an “<em>Update All</em>” process might look like.</p>\n<p>In addition to adding an <em>Update All</em> functionality, contributors are also working on the following issues:</p>\n<ul>\n<li>Development for <a href=\"https://github.com/obenland/shiny-updates/issues/7\" target=\"_blank\">bulk plugin action notifications</a></li>\n<li>Design for <a href=\"https://github.com/obenland/shiny-updates/issues/54\" target=\"_blank\">updating themes from the theme card</a> (on top of from details modal)</li>\n<li>Another round of user tests to get more feedback on the new flows</li>\n</ul>\n<p>When asked whether Shiny Updates will be ready for inclusion in the upcoming 4.5 release, Obenland said, “Even though we’re fairly far into what we want to accomplish with v2, there are still a good number of tasks outstanding.</p>\n<p>“I’m going to reach out to the a11y group for a review soon and have already gotten in touch with a few core committers to have the JS part reviewed,” he said. “We’re also in the process of running more user tests for the new flows. So the decision deadline next week just comes a little too early.”</p>\n<p>At this time, WordPress 4.6 is a more likely target for including Shiny Updates in core. If you want to assist the team in getting it ready, install the feature plugin from the official directory or via the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">Beta Tester</a> plugin. Testing version 2 should include both plugin and theme installation, update, and delete actions on both single and multisite installs. Testers can report any bugs to the project’s GitHub <a href=\"https://github.com/obenland/shiny-updates/issues\" target=\"_blank\">issues queue</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, 04 Feb 2016 00:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"Post Status: The first WordPress REST API conference, in review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=20387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/a-day-of-rest-review/\";s: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:24660:\"<p>January 28th and 29th of 2016 marked the first ever <a href=\"https://feelingrestful.com/\">A Day of REST</a>, a conference devoted to the WordPress REST API. It’s also, to my knowledge, the first ever conference completely about a single feature of WordPress.</p>\n<p>Put on by the <a href=\"https://hmn.md/\">Human Made</a> team, there were definitely risks: maybe not enough people would sign up, maybe the content would be too dense, or not dense enough for the audience that showed, maybe the API wouldn’t be in core yet, and more. Yet, none of these things happened, and the conference was a success.</p>\n<p>I had the privilege to cover the event as the media partner, and I had an excellent time. It wasn’t a small conference, with over 220 attendees, but it was intimate, utilizing a single track setup, and had a small hack day reserved for 40 people.</p>\n<p><img class=\"aligncenter size-large wp-image-20447\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-20-752x501.jpg\" alt=\"ador-poststatus-20\" width=\"752\" height=\"501\" /></p>\n<p>It was also a bit of a risk to host the first A Day of REST in London, where it was quite accessible to the European community, but out of reach for much of the American market. Nonetheless, those of us that came from the US, Asia, and elsewhere were able to make mini-vacations of the conference, and the UK and broader European community made a great showing; the event nearly sold out.</p>\n<h3>Why does the WordPress REST API merit its own conference?</h3>\n<p>The <a href=\"http://wp-api.org/\">WordPress REST API</a> drastically changes the landscape for WordPress development. Now, WordPress can be the data store, while other technologies can (but aren’t required to, of course) take up pretty much every other aspect of the website. The front end and the back end components of a website can utilize completely custom web stacks, while the data is stored in WordPress.</p>\n<p>The API can be used for modules within existing sites built traditionally with WordPress, or as the engine for entire external web apps. There are so many potential avenues to take WordPress with the REST API, that exploring just a few of them merits a conference like this. In fact, after having seen the conference, I feel that we just scratched the surface. That said, it was an excellent day, where I learned a lot. Here’s an overview of each speaker, and be on the lookout for videos as well, which will be hosted here on Post Status.</p>\n<h3>Introduction to the WordPress REST API</h3>\n<p>At A Day of REST, we were guided from the beginning, with an introduction to APIs within WordPress, and the role the REST API will play, by WordPress REST API Lead Developer Ryan McCue.</p>\n<div id=\"attachment_20461\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20461\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-6-752x501.jpg\" alt=\"Ryan McCue\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Ryan McCue</p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/rmccue/a-day-of-rest-2016\">Ryan’s slides</a></li>\n<li><a href=\"https://twitter.com/rmccue\">Ryan on Twitter</a></li>\n<li><a href=\"http://ryanmccue.info/\">Ryan’s website</a></li>\n</ul>\n<h3>The Building Blocks of a REST API project</h3>\n<p>Next, Joe Hoyle — a core member of the REST API team, Human Made CTO, and my co-host on the Draft podcast — walked us through the building blocks of a REST API project.</p>\n<div id=\"attachment_20457\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20457 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-10-752x501.jpg\" alt=\"ador-poststatus-10\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Joe Hoyle</p></div>\n<ul>\n<li><a href=\"https://feelingrestful.com/speakers/89\">Joe’s slides</a></li>\n<li><a href=\"https://twitter.com/joe_hoyle\">Joe on Twitter</a></li>\n<li><a href=\"http://joehoyle.co.uk/\">Joe’s website</a></li>\n</ul>\n<h3>Unlock the Potential of the WP REST API at the Command Line</h3>\n<p>Next, Daniel Bachhuber talked about creating a more RESTful wp-cli. The wp-cli project is a powerful suite of tools, but much of the functionality is replicated with the REST API. He’s in the middle of working through utilizing the REST API for wp-cli functionality.</p>\n<div id=\"attachment_20449\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20449\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-18-752x501.jpg\" alt=\"Daniel Bachhuber\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Daniel Bachhuber</p></div>\n<ul>\n<li><a href=\"http://blog.handbuilt.co/2016/01/28/feelingrestful-a-more-restful-wp-cli/\">Daniel’s slides</a></li>\n<li><a href=\"https://twitter.com/danielbachhuber\">Daniel on Twitter</a></li>\n<li><a href=\"http://danielbachhuber.com/\">Daniel’s website</a></li>\n</ul>\n<h3>There and Back Again: A Developer’s Tale</h3>\n<p>Jack Lenox spoke about using the WordPress REST API in the context of single page application development, and WordPress theming.</p>\n<div id=\"attachment_20446\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20446\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-21-752x501.jpg\" alt=\"Jack Lenox\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Jack Lenox</p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/jacklenox/there-and-back-again-a-developers-tale\">Jack’s slides</a></li>\n<li><a href=\"http://github.com/jacklenox/there-and-back-again\">Corresponding Github</a></li>\n<li><a href=\"https://twitter.com/jacklenox\">Jack on Twitter</a></li>\n<li><a href=\"http://jacklenox.com/\">Jack’s website</a></li>\n</ul>\n<h3>Building Calypso-like Applications with the WP REST API</h3>\n<p>Nikolay Bachiyski was instrumental to the <a href=\"https://poststatus.com/wordpress-com-mac-app/\">WordPress.com Calypso project</a>, and in his talk at A Day of REST, he discussed Automattic’s thinking behind many of the technologies that were used, and some of what they learned.</p>\n<div id=\"attachment_20442\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20442 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-25-752x501.jpg\" alt=\"ador-poststatus-25\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Nikolay Bachiyski</p></div>\n<ul>\n<li><a href=\"https://speakerdeck.com/nb/building-calypso-like-applications\">Nikolay’s slides</a></li>\n<li><a href=\"https://developer.wordpress.com/calypso/\">Calypso</a></li>\n<li><a href=\"https://twitter.com/nikolayb\">Nikolay on Twitter</a></li>\n<li><a href=\"http://extrapolate.me/\">Nikolay’s website</a></li>\n</ul>\n<h3>Pay No Attention to that WordPress Behind Your Application</h3>\n<p>With perhaps the most fascinating topic of the day, K. Adam White discussed using WordPress in some quite strange ways, like in concert with Ghost, for instance. All of the talks are great to watch, but if you only watch one, I think this would be the one I’d choose.</p>\n<div id=\"attachment_20437\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20437\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-30-752x501.jpg\" alt=\"K. Adam White\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">K. Adam White</p></div>\n<p><a href=\"http://kadamwhite.github.io/talks/2016/wp-node-feelingrestful/#/\">K. Adam’s Slides</a></p>\n<p><a href=\"https://twitter.com/kadamwhite\">K. Adam on Twitter</a></p>\n<p><a href=\"http://www.kadamwhite.com/\">K. Adam’s website</a></p>\n<p><a href=\"https://github.com/kadamwhite/wordpress-rest-api\">A JavaScript client for the WP REST API</a></p>\n<h3>Should I Use the WordPress REST API? Ask WIRED’s, “Ask a Flowchart”</h3>\n<p>Kathleen Vignos is using the WordPress REST API at WIRED, where she’s the Director of Engineering. In this talk, she walks through how they decide when and where to use the REST API. They’ve gone through this process for considering the API for Latest Posts widgets, related post fallbacks, for Apple News and Slack integrations, and more.</p>\n<div id=\"attachment_20432\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20432 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-35-752x501.jpg\" alt=\"ador-poststatus-35\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Kathleen Vignos</p></div>\n<p><a href=\"http://www.slideshare.net/kvignos/wired-and-the-wp-rest-api\">Kathleen’s Slides</a></p>\n<p><a href=\"https://twitter.com/kathleencodes\">Kathleen on Twitter</a></p>\n<p><a href=\"http://wired.com\">Kathleen’s website</a></p>\n<h3>The Live Coverage Platform at The New York Times</h3>\n<p>Scott Taylor — WordPress core committer and engineer at The New York Times — showed us how they use the WordPress REST API to power their Live Coverage Platform at The Times. It’s truly both WordPress and the API at scale, and he’s careful in his talk to discuss some of the issues that need to be resolved for WordPress to be the best choice for such applications.</p>\n<div id=\"attachment_20428\" class=\"wp-caption aligncenter\"><img class=\"wp-image-20428 size-large\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-39-752x501.jpg\" alt=\"ador-poststatus-39\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Scott Taylor</p></div>\n<p><a href=\"http://www.slideshare.net/ScottTaylor1/a-day-of-rest\">Scott’s slides</a></p>\n<p><a href=\"https://twitter.com/wonderboymusic\">Scott on Twitter</a></p>\n<p><a href=\"http://scotty-t.com/\">Scott’s website</a></p>\n<h3>Hack Day</h3>\n<div id=\"attachment_20424\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-20424\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-43-752x501.jpg\" alt=\"Hack day\" width=\"752\" height=\"501\" /><p class=\"wp-caption-text\">Hack day</p></div>\n<p>The Hack Day was small, but productive. Around 40 people got together at the Mozilla offices and knocked out tickets, resolved longstanding issues, wrote docs, and updated the <a href=\"http://wp-api.org\">REST API website</a> to officially deprecate version 1.x documentation.</p>\n<h3>More pictures from A Day of REST</h3>\n<p>Here are some more pictures I took of speakers, the audience, and the venue at A Day of REST. I really enjoyed this venue, which was exactly what I’d imagine an old and quaint English venue would look like.</p>\n\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-11/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-11-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-11\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-2/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-2-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-2\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-1/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-1-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-1\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-3/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-3-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-3\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-4/\"><img width=\"150\" height=\"95\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-4-150x95.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Jenny Wong\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-5/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-5-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-5\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-6/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-6-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Ryan McCue\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-7/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-7-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Tom Willmot\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-8/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-8-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-8\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-14/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-14-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-14\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-9/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-9-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Joe Hoyle\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-10/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-10-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-10\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-13/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-13-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-13\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-15/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-15-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-15\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-17/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-17-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-17\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-18/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-18-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Daniel Bachhuber\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-19/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-19-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-19\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-20/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-20-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-20\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-21/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-21-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Jack Lenox\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-22/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-22-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-22\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-12/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-12-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-12\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-23/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-23-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Jack Lenox\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-24/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-24-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Aaron Jorbin, MC\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-25/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-25-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-25\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-26/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-26-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Nikolay Bachiyski\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-27/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-27-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-27\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-28/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-28-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-28\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-29/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-29-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"K. Adam trolling\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-30/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-30-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"K. Adam White\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-31/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-31-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Sponsors & Schedule\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-16/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-16-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-16\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-32/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-32-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Afternoon snacks\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-33/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-33-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Coffee\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-34/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-34-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Room for REST\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-35/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-35-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-35\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-36/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-36-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Kathleen Vignos\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-37/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-37-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mike Little\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-38/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-38-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Scott Taylor\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-39/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-39-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-39\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-40/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-40-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-40\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-41/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-41-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Even more hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-42/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-42-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"More hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-43/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-43-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Hack day\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-44/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-44-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Petya\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-45/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-45-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"ador-poststatus-45\" /></a>\n<a href=\"https://poststatus.com/a-day-of-rest-review/ador-poststatus-46/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/02/ador-poststatus-46-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mozilla space\" /></a>\n\n<h3>The future of A Day of REST</h3>\n<p>Planning is already starting around what future WordPress REST API events may look like. Human Made is talking to potential partners (and in disclosure, I’m in these discussions as well) about potential events in the United States and Asia so far.</p>\n<p>Feedback from A Day of REST was quite positive: more than 80% of attendees would definitely attend again, and nobody said they would definitely <em>not</em> attend again. For many, the depth of the talks and willingness for the conference to go deep on one WordPress feature was welcome, especially because this was an advanced audience of mostly developers, and not all just WordPress developers.</p>\n<p>More than 20% of attendees consider themselves primarily JavaScript developers. I imagine the other 80% are all seeking to learn more about JavaScript, especially in context of its uses with the WordPress REST API, and considering Matt Mullenweg’s challenge during the <a href=\"https://poststatus.com/state-of-the-word-2015/\">most recent State of the Word</a>.</p>\n<p>I imagine we will also be seeing stronger focus on the REST API at larger WordCamps. I could imagine simultaneous developer tracks and REST API tracks. And third party events like A Day of REST can go even deeper, with workshops and smaller group teaching, versus only speaker-driven events.</p>\n<p>I love seeing people get together and learn. A Day of REST was productive, educational, and fun. I look forward to potential future iterations of this event, and getting back to Europe for a proper vacation (this was my first trip there!). Keep an eye out on Post Status for the official videos, and a round table podcast where I talked to many of the speakers about the WordPress REST API.</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, 03 Feb 2016 22:45: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: A Day of REST Conference Successful, 81% Would Attend Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\";s: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:5606:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest.jpeg\" rel=\"attachment wp-att-51128\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest.jpeg?resize=1000%2C531\" alt=\"photo credit: Noel Tock\" class=\"size-full wp-image-51128\" /></a>photo credit: Noel Tock\n<p>Last weekend more than 200 developers gathered in London for a niche conference devoted to the WordPress REST API. <a href=\"https://feelingrestful.com/\" target=\"_blank\">A Day of REST</a> featured speakers from around the world who are building applications with the REST API at companies like WIRED, The New York Times, Fusion, Automattic, and Bocoup.</p>\n<p>“The conference was a fantastic proof of just how popular the REST API project is, and it was super encouraging to see everyone there to hear about it,” Ryan McCue told the Tavern. McCue, a co-lead on the WP REST API project, said he enjoyed the opportunity to connect with the many developers who are already using the API in production. He also said he was surprised by some of the the speakers’ unconventional uses of the API, including using it to supply content from WordPress to <a href=\"https://ghost.org/\" target=\"_blank\">Ghost</a> themes.</p>\n<p>“The contributor day was wildly successful as we took a feature plugin approach to some long-standing issues,” McCue said. “We essentially split the room into six and let every team handle their tasks with fresh eyes. A huge amount of progress was made, and I’m hoping that this greater ownership of the contributions will encourage contributors to remain involved well into the future.”</p>\n<p>McCue said three quarters of the WP REST API leadership team had the opportunity to meet in person and work through nearly all of their outstanding discussion items to get unblocked for future work.</p>\n<p>In addition to being a boon to the REST API project, the conference was inspirational for developers who appreciated the in-depth technical focus of the event.</p>\n<p>“I think the most exciting point for me was the realization that the potential of decoupling WordPress from its codebase is far more complete and powerful than I had previously thought,” said Adam Hollister, an engineer who <a href=\"https://www.pragmatic-web.co.uk/a-day-of-rest/\" target=\"_blank\">attended with colleagues from Pragmatic</a>, a UK-based development agency. “I’m looking forward to building something with WordPress data in a way that would not have been possible until now.”</p>\n<h3>Human Made Embraces Challenge of Hosting Conferences Curated for Developers</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest-jack-lennox.jpeg\" rel=\"attachment wp-att-51148\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/a-day-of-rest-jack-lennox.jpeg?resize=956%2C535\" alt=\"a-day-of-rest-jack-lennox\" class=\"aligncenter size-full wp-image-51148\" /></a></p>\n<p>As many WordCamps are becoming more user-focused, developers are looking for events where they can expand their skills and learn from others in the industry. According to Day of REST stats from co-organizer Petya Raykovska, 41% of the 221 attendees were WordPress developers, 26% PHP developers, 21% JavaScript developers, and 12% other attendees (designers, product managers, and business owners).</p>\n<p>“It’s more challenging to organize a niche conference than it is to organize a WordCamp,” Raykovska said. “From the start we wanted to throw a very high quality event, especially curated for developers who want to improve the level of their work. That meant a very precise speaker selection for that particular audience.”</p>\n<p>The organization team at <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> wanted the conference to teach and inspire at the same time. Raykovska said that balancing the schedule to achieve this goal was one of their biggest challenges.</p>\n<p>“At the end we are incredibly proud of the lineup of speakers we had and the feedback we’ve been getting from attendees showed that people loved our speakers,” she said. According to a post-event survey, 81% of the attendees said they would definitely come back to the next event.</p>\n<p>“We also learned something very important – WordPress developers are eager to learn and are willing to invest to get better, especially with the upcoming challenges presented by the REST API,” Raykovska said.</p>\n<p>“They want to learn about specific JS libraries and frameworks, application development, creating APIs, server setups for decoupled WordPress and many more advanced development topics,” she said. “There is definitely a niche for high quality development conferences to help WordPress developers expand their knowledge base and skills.”</p>\n<p>Human Made is in the early stages of planning a second Day of REST conference that will likely be hosted outside of Europe.</p>\n<p>“We would love to continue organizing advanced development events to help the industry grow,” Raykovska said. “We’d like to organize A Day of REST in the US and in Asia. Even though it’s too early for specific dates, the processes are already in motion.”</p>\n<p>For those unable to attend this past weekend, <a href=\"https://feelingrestful.com/news/after-a-day-of-rest-slides-resources-and-more/\" target=\"_blank\">all the slides from the presentations</a> are now available and videos are coming soon.</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, 03 Feb 2016 20:57: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: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:21:\"Matt: Unsplash Photos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2016/02/unsplash-photos/\";s: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:536:\"<p><img class=\"alignnone size-full wp-image-45940\" src=\"http://i1.wp.com/ma.tt/files/2016/01/photo-1444760134166-9b8f7d0fc038.jpeg?resize=604%2C401\" alt=\"photo-1444760134166-9b8f7d0fc038.jpeg\" /></p>\n<p>Unsplash is a collection of Creative Commons Zero licensed photos that area really amazing, and <a href=\"https://unsplash.com/collections/curated/99\">I curated a collection of ten images for them which you can check out here</a>. The hard part was trying to pick only ten — there were so many beautiful and stunning images.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Feb 2016 19:17: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: Getting a Job After Coding Bootcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://ma.tt/2016/02/getting-a-job-after-coding-bootcamp/\";s: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:2282:\"<p>The past 6-8 months I’ve been seeing a new type of person applying for <a href=\"https://automattic.com/work-with-us/\">Automattic’s engineering positions</a> that I hadn’t seen before, and I think it’s very interesting and promising but missing one key component.</p>\n<p>These applications usually have great cover letters and well-put-together resumes, which is a good sign that people put some thought into it and had someone spot-check it before sending it in. But where most people list prior jobs, these applications (and LinkedIn profiles) list projects. When you dig into prior jobs listed, if there are any, they’re typically in a completely unrelated field like medicine or finance, and under education they list one of these new bootcamps, like Hack Reactor or App Acedemy.</p>\n<p>Here I’m going to offer a key <img src=\"https://s.w.org/images/core/emoji/72x72/1f511.png\" alt=\"?\" class=\"wp-smiley\" />piece of advice to these folks to help their applications stand out, and can 100% compensate for their lack of professional experience: <strong>contribute to open source</strong>. “Projects” done in a coding bootcamp, even when they’re spelled out in great bullet-point technical detail, don’t really tell me anything about your engineering ability. Open source contributions show me a passion for a given area, ability to work with others to have a contribution reviewed and accepted, and most importantly show actual code. Even better than one-off contributions, if you can grow into a recognized position in an open source project, that puts you ten steps ahead of applications even from folks with 20 years experience in the field, at least to an Open Source-biased company like Automattic.</p>\n<p>Though I don’t know any of these boot camps well enough to suggest them, I love the idea in general. Even before the more formal bootcamps I’ve seen hundreds of examples of people who used free information and technology to rise to a very high level of technical contribution. In fact that’s very much my own story from the early days of WordPress. So in summary: it’s okay to learn to code through class projects, but show your value by getting involved in something bigger.</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, 01 Feb 2016 16:00:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"WPTavern: In Case You Missed It – Issue 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:44:\"http://wptavern.com?p=51094&preview_id=51094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-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:9722:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is part of a new series where I share an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Taking Care of Each Other</h2>\n<p>Rich Robinkoff has a great post that discusses <a href=\"http://rkoffy.com/wellness-in-the-wordpress-communty/\">wellness in the community</a> and encourages the WordPress community to take care of each other. While it’s great to give back to WordPress, Robinkoff reminds us that we need to invest in ourselves before reinvesting in WordPress.</p>\n<blockquote><p>Without giving back to ourselves, giving to the WordPress project would suffer. Invest in the wellness of WordPress by investing in yourself.</p></blockquote>\n<p>Robinkoff is also working on a side project called <a href=\"http://wpambassador.com/\">WPAmbassador.com</a>, a site that aims to bring people together. It will promote camaraderie and wellness throughout the community. It’s not ready yet but it may launch in February.</p>\n<p>If you didn’t get a chance to attend or watch his presentation at WordCamp US, I highly encourage you to do so. However, tissues are not included.</p>\n<div class=\"embed-wrap\"></div>\n<p>Rich is a great person and steward in the community. If you’re not already doing so, you should <a href=\"https://twitter.com/rkoffy\">follow him</a> on Twitter.</p>\n<h2>One of The Most Important Comments in WordPress’ History Turns 13 Years Old</h2>\n<p>On January 25th, 2003, <a href=\"https://mikelittle.org\">Mike Little</a>, Co-founder of the WordPress project, <a href=\"https://ma.tt/2003/01/the-blogging-software-dilemma/\">commented on</a> a blog post where Matt Mullenweg described his blogging software dilemma. It’s his comment along with a few others that inspired the birth of WordPress by forking b2.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/MikeLittleForkB2Comment.png\" rel=\"attachment wp-att-51095\"><img class=\"size-full wp-image-51095\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/MikeLittleForkB2Comment.png?resize=648%2C280\" alt=\"Mike Little\'s Comment\" /></a>Mike Little’s Comment\n<p>Check out <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%201/3-the-blogging-software-dilemma.md\">Milestones: The Story of WordPress</a> to learn more about the significance of his comment.</p>\n<h2>Prologue Turns 8 Years Old</h2>\n<p>In January of 2008, Automattic <a href=\"https://en.blog.wordpress.com/2008/01/28/introducing-prologue/\">released Prologue</a>, a simple, innovative theme for providing status updates. The company used password-protected Prologue sites to allow employees to keep track of projects and updates.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/PrologueScreenshot.png\" rel=\"attachment wp-att-51096\"><img class=\"size-full wp-image-51096\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/PrologueScreenshot.png?resize=560%2C342\" alt=\"Prologue in Action\" /></a>Prologue in Action\n<p>In March of 2009, <a href=\"https://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\">Automattic released P2</a>, the successor to Prologue. In 2014, the company transitioned internal sites to <a href=\"http://geto2.com/\">o2, </a>successor to P2 and <a href=\"http://wptavern.com/o2-is-now-available-on-github\">open sourced</a> its code in 2015.</p>\n<h2>Don’t Read The Comments</h2>\n<p>Anil Dash <a href=\"https://medium.com/@anildash/against-don-t-read-the-comments-aee43ce515b9#.r110p33yi\">published a great post</a> on Medium that looks at the phrase, “Don’t read the comments.”</p>\n<blockquote><p>We’ve made a habit out of telling people not to read the comments online. But what started as a cynical in-joke has become a bad habit, and an excuse for enabling abuse across the web.</p></blockquote>\n<p>It’s a phrase I’ve seen many people say on Twitter referencing comments to articles published on the Tavern. Dash goes on to say, “Preventing abuse online requires the people running a site or an app to invest time, effort and attention into protecting their community. That’s the bottom line.”</p>\n<p>This is one of the reasons why we created a <a href=\"http://wptavern.com/the-wp-tavern-comment-moderation-policy\">comment moderation policy</a> and are taking a more active role this year moderating comments. However, in recent weeks, I’ve noticed some of the same people who said the phrase above are now engaging in the conversation which is helping to calm the waters.</p>\n<p>For those thinking about disabling comments or need a reminder as to why their important, considering the following statement:</p>\n<blockquote><p>There’s a grave cost to assuming online interactivity is always awful. The burden is felt most acutely in denying opportunity to those for whom connecting to a community online may be the only way to get a foot in the door. Those underrepresented, unheard voices are the most valuable ones we lose when we throw the baby out with the bathwater and assume online comments are necessarily bad.</p></blockquote>\n<h2>This Week in Core</h2>\n<p>If you want to keep a close eye on WordPress core development, there’s no better way than reading <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">This Week in Core</a>. Written and published by volunteers, the post highlights all of the noteworthy changes in an easy to digest format. Check out the most recent post that covers what happened in core between January 19-26.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2016/01/27/week-in-core-jan-19-26-2016/\">Week in Core, Jan. 19-26 2016</a></p></blockquote>\n<p></p>\n<h2>Envato Hires WordPress Evangelist</h2>\n<p>Envato hired <a href=\"https://twitter.com/jamesgiroux\">James Giroux</a> to be its <a href=\"http://inside.envato.com/meet-envatos-wordpress-evangelist/\">WordPress evangelist</a>. In the post, he explains some of the responsibilities his role entails.</p>\n<blockquote><p>There are many compelling stories to tell. Envato WordPress creatives from all over the world have done some truly innovative things to enhance the experience of everyday users. I want to find and help tell those stories in the WordPress community.</p></blockquote>\n<p>If you’d like to meet Giroux in person, he’s attending <a href=\"http://pressnomics.com/\">PressNomics</a> in March.</p>\n<h2>How the REST API Changes WordPress Plugin Development</h2>\n<p><a href=\"http://joshpress.net/how-wp-api-changes-wordpress-plugin-development/\">Josh Pollock explains</a> how the REST API changes WordPress plugin development.</p>\n<blockquote><p>WordPress didn’t get to 25% market share on blogs and it’s not going to get to 50% or whatever that way. The growth comes from eCommerce, publishing, membership sites, inbound marketers etc. These are all users that can benefit from being service providers.</p>\n<p>I think that those of us who empower these users by giving them the tools needed to make their sites have to think API first. Your plugin’s interaction with the client is going to be more and more coming through the API.</p></blockquote>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"http://joshpress.net/how-wp-api-changes-wordpress-plugin-development/\">How The WordPress REST API Changes WordPress Plugin Development</a></p></blockquote>\n<p></p>\n<h2>Is WordPress Made of Spaghetti Code?</h2>\n<p>If you’ve been around the WordPress ecosystem for any length of time, you’ve likely run into a conversation or two where someone says WordPress’ code is a mess. On the <a href=\"https://kinsta.com/blog/is-wordpress-code-really-a-mess/\">Kinsta blog</a>, Daniel Pataki takes a hard look at what bad code is, whether or not users care, and if it’s a legitimate reason to avoid using WordPress.</p>\n<h2>Wapuutah!</h2>\n<p>In what is a traditional part of this series, I end each issue featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<p><a href=\"https://2015.slc.wordcamp.org/08/18/meet-wapuutah-the-wordcamp-slc-wapuu/\">Wapuutah</a>, created by <a href=\"https://twitter.com/supernovia\">Velda Christensen</a>, represents <a href=\"https://2015.slc.wordcamp.org/08/18/meet-wapuutah-the-wordcamp-slc-wapuu/\">WordCamp Salt Lake City, Utah, 2015</a>. As you can see, Wapuutah is decked out in camping gear and ready for an extended getaway in the mountains outside of Salt Lake City. I hope Wapuutah remembered to bring some bug spray!</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/Wapuutah.png\" rel=\"attachment wp-att-51099\"><img class=\"size-full wp-image-51099\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/Wapuutah.png?resize=348%2C348\" alt=\"Wapuutah!\" /></a>Wapuutah!\n<p>That’s it for issue two. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2016 19:58:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:82:\"WPTavern: WPWeekly Episode 223 – Celebrating 8 Years of iThemes With Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=51087&preview_id=51087\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-223-celebrating-8-years-of-ithemes-with-cory-miller\";s: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:2202:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by Cory Miller, Founder of <a href=\"https://ithemes.com/\">iThemes</a>. Miller tells us what it’s been like to run the company for eight years. We discuss what’s changed in the WordPress ecosystem since the company’s founding in 2008.</p>\n<p>Near the end of the interview, Miller tells us what’s next in the pipeline with Backup Buddy 7.0 and Stash Live. If you enjoy listening to WordPress history, this episode is for you.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/early-bird-tickets-for-wooconf-2016-now-on-sale\">Early Bird Tickets for WooConf 2016 Now on Sale</a><br />\n<a href=\"http://wptavern.com/first-global-wordpress-contributor-drive-set-for-january-30-31-2016\">First Global WordPress Contributor Drive Set For January 30-31, 2016</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/hide-your-theme-name/\">Hide Your Theme Name</a> prevents people from detecting which theme your site is using.</p>\n<p><a href=\"https://wordpress.org/plugins/invitations-for-slack/\">Invitations for Slack </a>allows visitors to your site or registered users to invite themselves to your Slack team.</p>\n<p><a href=\"https://wordpress.org/plugins/ninja-signature-contract-forms-add-on/\">Ninja Forms Signature Contract Add-On </a>produces a legally enforceable and court recognized contract from a Ninja Form submission.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 3rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #223:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jan 2016 00:57: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: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:60:\"WPTavern: Thank a WordPress Plugin and Theme Author Day 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=51082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/thank-a-wordpress-plugin-and-theme-author-day-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2341:\"<p>Today is normally <a href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">Thank a Plugin Author Day</a> which motivates users to thank plugin authors but <a href=\"http://wptavern.com/thank-a-plugin-author-day-2015\">based on discussions</a> from last year’s event, I’ve decided to add theme authors to the mix. The purpose of the day is simple, give thanks and express gratitude to WordPress plugin and theme developers.</p>\n<p>There are several ways to celebrate the event, such as visiting the plugin or theme author’s website. The link is usually available via the plugin or theme’s page on WordPress.org. If you’ve discovered a useful plugin, consider giving the author a monetary donation.</p>\n<p>Another way to thank plugin and theme authors is to rate and review their work. Ratings and reviews are <a title=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\" href=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\">an easy way to send feedback</a> directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins and themes, is that it’s one of many ways to contribute back to WordPress.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png\" rel=\"attachment wp-att-34331\"><img class=\"size-full wp-image-34331\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png?resize=796%2C267\" alt=\"Billion Thanks Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/opensourceway/7007768456/\">opensourceway</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The <a href=\"https://wordpress.org/themes/\">WordPress theme directory</a> has more than 2k themes while the <a href=\"https://wordpress.org/plugins/\">plugin directory</a> has nearly 47k plugins. That’s a lot of volunteer time, effort, and code donated to the community.</p>\n<p><strong>Thank you</strong> to anyone who has ever published a WordPress plugin or theme whether it’s on one of the official directories or on GitHub. Without them, users wouldn’t be able to customize WordPress to make it their own.</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, 28 Jan 2016 18:54: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Feb 2016 12:12:32 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"247725\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 26 Feb 2016 12:00:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(4730,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1456531953','no'),(4733,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1456488753','no'),(4736,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1456531953','no'),(4739,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 11:57: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Feb 2016 12:12:33 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Fri, 26 Feb 2016 12:32:11 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 26 Feb 2016 11:57:11 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(4742,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1456531953','no'),(4745,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1456488753','no'),(4748,'_transient_timeout_plugin_slugs','1456575744','no'),(4751,'_transient_plugin_slugs','a:21:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:34:\"envato-wordpress-toolkit/index.php\";i:3;s:9:\"hello.php\";i:4;s:19:\"iconize/iconize.php\";i:5;s:25:\"mango_core/mango_core.php\";i:6;s:21:\"meta-box/meta-box.php\";i:7;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";i:10;s:25:\"subscribe2/subscribe2.php\";i:11;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:58:\"WooCommerce_Request_A_Quote/dvin-woocommerce-quotelist.php\";i:14;s:41:\"wordpress-importer/wordpress-importer.php\";i:15;s:27:\"js_composer/js_composer.php\";i:16;s:53:\"wp-font-awesome-share-icons/wp-font-awesome-share.php\";i:17;s:41:\"yith-woocommerce-ajax-navigation/init.php\";i:18;s:37:\"yith-woocommerce-ajax-search/init.php\";i:19;s:33:\"yith-woocommerce-compare/init.php\";i:20;s:34:\"yith-woocommerce-wishlist/init.php\";}','no'),(4754,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1456531955','no'),(4757,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\'>WordPress 4.5 Beta 1</a> <span class=\"rss-date\">February 25, 2016</span><div class=\"rssSummary\">WordPress 4.5 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/the-wordpress-plugin-directory-is-getting-a-makeover\'>WPTavern: The WordPress Plugin Directory Is Getting a Makeover</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-4-5-to-introduce-native-support-for-a-theme-logo\'>WPTavern: WordPress 4.5 to Introduce Native Support for a Theme Logo</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/automattic-adds-amp-support-to-wordpress-com-releases-plugin-for-self-hosted-sites\'>WPTavern: Automattic Adds AMP Support to WordPress.com, Releases Plugin for Self-Hosted Sites</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=e7253f014e&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(4762,'_site_transient_timeout_theme_roots','1456490564','yes'),(4765,'_site_transient_theme_roots','a:4:{s:5:\"mango\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(4771,'_site_transient_timeout_b6457c770f1fd5de_new_version','1456510638','yes'),(4774,'_site_transient_b6457c770f1fd5de_new_version','1.7.3','yes'),(4777,'_site_transient_timeout_b6457c770f1fd5de_github_data','1456510638','yes'),(4780,'_site_transient_b6457c770f1fd5de_github_data','O:8:\"stdClass\":71:{s:2:\"id\";i:2558893;s:4:\"name\";s:24:\"envato-wordpress-toolkit\";s:9:\"full_name\";s:31:\"envato/envato-wordpress-toolkit\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:11:\"description\";s:53:\"WordPress Toolkit for Envato Marketplace hosted items\";s:4:\"fork\";b:0;s:3:\"url\";s:60:\"https://api.github.com/repos/envato/envato-wordpress-toolkit\";s:9:\"forks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks\";s:8:\"keys_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}\";s:17:\"collaborators_url\";s:89:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}\";s:9:\"teams_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams\";s:9:\"hooks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks\";s:16:\"issue_events_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}\";s:10:\"events_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/events\";s:13:\"assignees_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}\";s:12:\"branches_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}\";s:8:\"tags_url\";s:65:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags\";s:9:\"blobs_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}\";s:12:\"git_tags_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}\";s:12:\"git_refs_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}\";s:9:\"trees_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}\";s:12:\"statuses_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}\";s:13:\"languages_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages\";s:14:\"stargazers_url\";s:71:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers\";s:16:\"contributors_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors\";s:15:\"subscribers_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers\";s:16:\"subscription_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription\";s:11:\"commits_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}\";s:15:\"git_commits_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}\";s:12:\"comments_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}\";s:17:\"issue_comment_url\";s:85:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments{/number}\";s:12:\"contents_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}\";s:11:\"compare_url\";s:84:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}\";s:10:\"merges_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges\";s:11:\"archive_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}\";s:13:\"downloads_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads\";s:10:\"issues_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}\";s:9:\"pulls_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}\";s:14:\"milestones_url\";s:80:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}\";s:17:\"notifications_url\";s:100:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}\";s:10:\"labels_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}\";s:12:\"releases_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}\";s:15:\"deployments_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/deployments\";s:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2016-02-23T15:14:49Z\";s:9:\"pushed_at\";s:20:\"2015-11-16T04:47:53Z\";s:7:\"git_url\";s:52:\"git://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"ssh_url\";s:50:\"git@github.com:envato/envato-wordpress-toolkit.git\";s:9:\"clone_url\";s:54:\"https://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"svn_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:8:\"homepage\";s:0:\"\";s:4:\"size\";i:517;s:16:\"stargazers_count\";i:327;s:14:\"watchers_count\";i:327;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:9:\"has_pages\";b:0;s:11:\"forks_count\";i:131;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:63;s:5:\"forks\";i:131;s:11:\"open_issues\";i:63;s:8:\"watchers\";i:327;s:14:\"default_branch\";s:6:\"master\";s:12:\"organization\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:13:\"network_count\";i:131;s:17:\"subscribers_count\";i:99;}','yes'),(4783,'envato-wordpress-toolkit','a:3:{s:9:\"user_name\";s:13:\"bulbuljessore\";s:7:\"api_key\";s:32:\"4w0u0y3l4181d2oixoerayxtqj2cvtdn\";s:17:\"skip_theme_backup\";s:1:\"1\";}','yes'),(4796,'_transient_timeout_61058b396b45632d','1456489610','no'),(4799,'_transient_61058b396b45632d','O:8:\"stdClass\":1:{s:14:\"wp-list-themes\";a:1:{i:0;O:8:\"stdClass\":6:{s:7:\"item_id\";s:8:\"12522813\";s:9:\"item_name\";s:36:\"Mango - Responsive Woocommerce Theme\";s:10:\"theme_name\";s:5:\"Mango\";s:11:\"author_name\";s:9:\"SW.THEMES\";s:7:\"version\";s:5:\"2.0.5\";s:11:\"description\";s:57:\"A theme dynamically generated by http://newsmartwave.net/\";}}}','no'),(4802,'_transient_timeout_a634a68fa8719871','1456489611','no'),(4805,'_transient_a634a68fa8719871','O:8:\"stdClass\":1:{s:4:\"item\";O:8:\"stdClass\":14:{s:2:\"id\";s:8:\"12522813\";s:4:\"item\";s:36:\"Mango - Responsive Woocommerce Theme\";s:3:\"url\";s:71:\"http://themeforest.net/item/mango-responsive-woocommerce-theme/12522813\";s:4:\"user\";s:9:\"SW-THEMES\";s:9:\"thumbnail\";s:48:\"https://0.s3.envato.com/files/145853675/Icon.png\";s:5:\"sales\";s:3:\"554\";s:6:\"rating\";s:3:\"4.5\";s:14:\"rating_decimal\";s:4:\"4.51\";s:4:\"cost\";s:5:\"59.00\";s:11:\"uploaded_on\";s:30:\"Tue Sep 08 07:48:45 +1000 2015\";s:11:\"last_update\";s:30:\"Wed Feb 03 00:44:27 +1100 2016\";s:4:\"tags\";s:129:\"builder, business, colorful, ecommerce, flat, mobile, modern, responsive, retina, shop, sticky header, touch sliders, woocommerce\";s:8:\"category\";s:31:\"wordpress/ecommerce/woocommerce\";s:16:\"live_preview_url\";s:67:\"https://0.s3.envato.com/files/145853676/preview.__large_preview.jpg\";}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=20019 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,8,'_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>'),(5,8,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:42:\"[your-name] <wordpress@layootprinting.com>\";s:4:\"body\";s:178:\"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 index (http://www.layootprinting.com/index)\";s:9:\"recipient\";s:26:\"bulbulahamed9630@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;}'),(8,8,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:36:\"index <wordpress@layootprinting.com>\";s:4:\"body\";s:120:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on index (http://www.layootprinting.com/index)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: bulbulahamed9630@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(11,8,'_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.\";}'),(14,8,'_additional_settings',NULL),(17,8,'_locale','en_US'),(25,14,'_wp_attached_file','2015/04/logo21.png'),(28,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2015/04/logo21.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo21-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"logo21-71x21.png\";s:5:\"width\";i:71;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"logo21-60x18.png\";s:5:\"width\";i:60;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo21-180x60.png\";s:5:\"width\";i:180;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(31,24,'_wp_attached_file','2015/04/banner21.jpg'),(34,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2015/04/banner21.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-150x150.jpg\";s:5:\"width\";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:\"banner21-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner21-246x240.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner21-200x195.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner21-71x69.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-279x272.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-179x175.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner21-400x390.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner21-60x59.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(37,59,'_wp_attached_file','2015/04/informations1.jpg'),(40,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:170;s:4:\"file\";s:25:\"2015/04/informations1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"informations1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"informations1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:25:\"informations1-200x126.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"informations1-71x45.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:25:\"informations1-270x170.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"informations1-60x38.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"informations1-180x170.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(43,150,'_wp_attached_file','2015/04/banner11.png'),(46,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2015/04/banner11.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner11-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:\"banner11-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner11-370x174.png\";s:5:\"width\";i:370;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"banner11-200x94.png\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner11-71x33.png\";s:5:\"width\";i:71;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner11-420x198.png\";s:5:\"width\";i:420;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner11-270x127.png\";s:5:\"width\";i:270;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner11-60x28.png\";s:5:\"width\";i:60;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner11-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(49,154,'_wp_attached_file','2015/04/banner21.png'),(52,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2015/04/banner21.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-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:\"banner21-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner21-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner21-370x174.png\";s:5:\"width\";i:370;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"banner21-200x94.png\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner21-71x33.png\";s:5:\"width\";i:71;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-420x198.png\";s:5:\"width\";i:420;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-270x127.png\";s:5:\"width\";i:270;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner21-60x28.png\";s:5:\"width\";i:60;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner21-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(55,164,'_wp_attached_file','2015/04/banner41.jpg'),(58,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2015/04/banner41.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner41-150x150.jpg\";s:5:\"width\";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:\"banner41-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner41-204x240.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner41-200x235.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner41-71x84.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner41-231x272.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner41-149x175.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner41-332x390.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner41-60x70.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner41-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(61,170,'_wp_attached_file','2015/04/index12-blog1.jpg'),(64,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:130;s:4:\"file\";s:25:\"2015/04/index12-blog1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"index12-blog1-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"index12-blog1-71x51.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"index12-blog1-60x43.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"index12-blog1-180x130.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(67,199,'_wp_attached_file','2015/04/banner41.png'),(70,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2015/04/banner41.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner41-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner41-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner41-71x53.png\";s:5:\"width\";i:71;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner41-233x175.png\";s:5:\"width\";i:233;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner41-60x45.png\";s:5:\"width\";i:60;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner41-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(73,202,'_wp_attached_file','2015/04/banner1-11.png'),(76,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2015/04/banner1-11.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-11-285x240.png\";s:5:\"width\";i:285;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-11-200x168.png\";s:5:\"width\";i:200;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-11-71x60.png\";s:5:\"width\";i:71;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-11-208x175.png\";s:5:\"width\";i:208;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-11-60x51.png\";s:5:\"width\";i:60;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(79,205,'_wp_attached_file','2015/04/banner51.jpg'),(82,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/04/banner51.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner51-150x150.jpg\";s:5:\"width\";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:\"banner51-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner51-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner51-137x240.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner51-157x276.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner51-52x91.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner51-155x272.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner51-100x175.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"banner51-239x420.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner51-222x390.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner51-40x70.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner51-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner51-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(85,236,'_wp_attached_file','2015/05/download1.jpg'),(88,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:269;s:4:\"file\";s:21:\"2015/05/download1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"download1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"download1-187x154.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"download1-167x240.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"download1-63x91.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"download1-122x175.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"download1-49x70.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"download1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(91,237,'_wp_attached_file','2015/05/bg11.jpg'),(94,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1010;s:4:\"file\";s:16:\"2015/05/bg11.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg11-150x150.jpg\";s:5:\"width\";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:\"bg11-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg11-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg11-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"bg11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:16:\"bg11-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"bg11-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:16:\"bg11-470x264.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"bg11-71x40.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg11-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg11-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:16:\"bg11-749x420.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:16:\"bg11-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"bg11-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bg11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bg11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(97,263,'_wp_attached_file','2015/04/banner81.jpg'),(100,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:20:\"2015/04/banner81.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner81-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner81-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner81-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner81-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner81-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(103,287,'_wp_attached_file','2015/04/banner1-21.png'),(106,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:383;s:4:\"file\";s:22:\"2015/04/banner1-21.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-21-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:\"banner1-21-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-21-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-21-281x240.png\";s:5:\"width\";i:281;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-21-200x171.png\";s:5:\"width\";i:200;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-21-71x61.png\";s:5:\"width\";i:71;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-21-319x272.png\";s:5:\"width\";i:319;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-21-205x175.png\";s:5:\"width\";i:205;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-21-60x51.png\";s:5:\"width\";i:60;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-21-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner1-21-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(109,290,'_wp_attached_file','2015/04/banner2-11.png'),(112,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:383;s:4:\"file\";s:22:\"2015/04/banner2-11.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-11-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:\"banner2-11-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner2-11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner2-11-281x240.png\";s:5:\"width\";i:281;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner2-11-200x171.png\";s:5:\"width\";i:200;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner2-11-71x61.png\";s:5:\"width\";i:71;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-11-319x272.png\";s:5:\"width\";i:319;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-11-205x175.png\";s:5:\"width\";i:205;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner2-11-60x51.png\";s:5:\"width\";i:60;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner2-11-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(115,293,'_wp_attached_file','2015/04/banner31.png'),(118,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:383;s:4:\"file\";s:20:\"2015/04/banner31.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner31-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:\"banner31-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner31-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner31-281x240.png\";s:5:\"width\";i:281;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner31-200x171.png\";s:5:\"width\";i:200;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner31-71x61.png\";s:5:\"width\";i:71;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner31-319x272.png\";s:5:\"width\";i:319;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner31-205x175.png\";s:5:\"width\";i:205;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner31-60x51.png\";s:5:\"width\";i:60;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner31-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner31-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(121,435,'_wp_attached_file','2015/05/bg21.jpg'),(124,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1010;s:4:\"file\";s:16:\"2015/05/bg21.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg21-150x150.jpg\";s:5:\"width\";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:\"bg21-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg21-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg21-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"bg21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:16:\"bg21-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"bg21-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:16:\"bg21-470x264.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"bg21-71x40.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg21-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg21-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:16:\"bg21-749x420.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:16:\"bg21-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"bg21-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bg21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bg21-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(127,437,'_wp_attached_file','2015/05/bg31.jpg'),(130,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1010;s:4:\"file\";s:16:\"2015/05/bg31.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg31-150x150.jpg\";s:5:\"width\";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:\"bg31-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg31-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg31-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"bg31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:16:\"bg31-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"bg31-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:16:\"bg31-470x264.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"bg31-71x40.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg31-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg31-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:16:\"bg31-749x420.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:16:\"bg31-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"bg31-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg31-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bg31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bg31-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(133,1108,'_wp_attached_file','2015/04/boy12.png'),(136,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:180;s:4:\"file\";s:17:\"2015/04/boy12.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"boy12-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"boy12-110x154.png\";s:5:\"width\";i:110;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"boy12-56x91.png\";s:5:\"width\";i:56;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"boy12-107x175.png\";s:5:\"width\";i:107;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"boy12-43x70.png\";s:5:\"width\";i:43;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"boy12-110x180.png\";s:5:\"width\";i:110;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(139,1114,'_wp_attached_file','2015/05/newsletter-popupbg2.png'),(142,1114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2015/05/newsletter-popupbg2.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-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:\"newsletter-popupbg2-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-293x240.png\";s:5:\"width\";i:293;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-200x164.png\";s:5:\"width\";i:200;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-470x384.png\";s:5:\"width\";i:470;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:29:\"newsletter-popupbg2-71x58.png\";s:5:\"width\";i:71;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-333x272.png\";s:5:\"width\";i:333;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-214x175.png\";s:5:\"width\";i:214;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-477x390.png\";s:5:\"width\";i:477;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:29:\"newsletter-popupbg2-60x49.png\";s:5:\"width\";i:60;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"newsletter-popupbg2-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(145,439,'_wp_attached_file','2015/05/bg41.jpg'),(148,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1010;s:4:\"file\";s:16:\"2015/05/bg41.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg41-150x150.jpg\";s:5:\"width\";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:\"bg41-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg41-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg41-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"bg41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:16:\"bg41-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"bg41-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:16:\"bg41-470x264.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"bg41-71x40.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg41-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:16:\"bg41-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:16:\"bg41-749x420.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:16:\"bg41-570x320.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"bg41-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg41-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bg41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bg41-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(151,464,'_wp_attached_file','2015/04/truck1.png'),(154,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:61;s:6:\"height\";i:44;s:4:\"file\";s:18:\"2015/04/truck1.png\";s:5:\"sizes\";a:1:{s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"truck1-60x43.png\";s:5:\"width\";i:60;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(157,488,'_wp_attached_file','2015/04/banner1-41.jpg'),(160,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/04/banner1-41.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-41-150x150.jpg\";s:5:\"width\";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:\"banner1-41-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-41-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-41-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-41-71x36.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-41-420x210.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-41-270x135.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-41-60x30.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-41-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner1-41-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:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(163,491,'_wp_attached_file','2015/04/banner2-21.jpg'),(166,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/04/banner2-21.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-21-150x150.jpg\";s:5:\"width\";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:\"banner2-21-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner2-21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner2-21-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner2-21-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner2-21-71x36.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-21-420x210.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-21-270x135.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner2-21-60x30.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner2-21-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:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(169,498,'_wp_attached_file','2015/04/men-cat1.png'),(172,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:305;s:6:\"height\";i:340;s:4:\"file\";s:20:\"2015/04/men-cat1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"men-cat1-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:\"men-cat1-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"men-cat1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"men-cat1-215x240.png\";s:5:\"width\";i:215;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"men-cat1-200x223.png\";s:5:\"width\";i:200;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"men-cat1-71x79.png\";s:5:\"width\";i:71;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"men-cat1-244x272.png\";s:5:\"width\";i:244;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"men-cat1-157x175.png\";s:5:\"width\";i:157;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"men-cat1-60x67.png\";s:5:\"width\";i:60;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"men-cat1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"men-cat1-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(175,503,'_wp_attached_file','2015/04/women-cat1.png'),(178,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2015/04/women-cat1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"women-cat1-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:\"women-cat1-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"women-cat1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"women-cat1-224x240.png\";s:5:\"width\";i:224;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"women-cat1-200x214.png\";s:5:\"width\";i:200;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"women-cat1-71x76.png\";s:5:\"width\";i:71;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"women-cat1-254x272.png\";s:5:\"width\";i:254;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"women-cat1-164x175.png\";s:5:\"width\";i:164;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"women-cat1-60x64.png\";s:5:\"width\";i:60;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"women-cat1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"women-cat1-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(181,506,'_wp_attached_file','2015/04/index-banner1.jpg'),(184,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:570;s:4:\"file\";s:25:\"2015/04/index-banner1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"index-banner1-150x150.jpg\";s:5:\"width\";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:\"index-banner1-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"index-banner1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:25:\"index-banner1-156x240.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:25:\"index-banner1-179x276.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"index-banner1-59x91.jpg\";s:5:\"width\";i:59;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:25:\"index-banner1-177x272.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:25:\"index-banner1-114x175.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:25:\"index-banner1-273x420.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:25:\"index-banner1-253x390.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"index-banner1-45x70.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"index-banner1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"index-banner1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(187,512,'_wp_attached_file','2015/04/index-banner31.jpg'),(190,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:570;s:4:\"file\";s:26:\"2015/04/index-banner31.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"index-banner31-150x150.jpg\";s:5:\"width\";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:\"index-banner31-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"index-banner31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:26:\"index-banner31-156x240.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:26:\"index-banner31-179x276.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:24:\"index-banner31-59x91.jpg\";s:5:\"width\";i:59;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:26:\"index-banner31-177x272.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:26:\"index-banner31-114x175.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:26:\"index-banner31-273x420.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:26:\"index-banner31-253x390.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:24:\"index-banner31-45x70.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"index-banner31-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"index-banner31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(193,626,'_wp_attached_file','2015/05/side-discount1.png'),(196,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:218;s:6:\"height\";i:294;s:4:\"file\";s:26:\"2015/05/side-discount1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"side-discount1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"side-discount1-218x154.png\";s:5:\"width\";i:218;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:26:\"side-discount1-178x240.png\";s:5:\"width\";i:178;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:26:\"side-discount1-200x270.png\";s:5:\"width\";i:200;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:24:\"side-discount1-67x91.png\";s:5:\"width\";i:67;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:26:\"side-discount1-202x272.png\";s:5:\"width\";i:202;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:26:\"side-discount1-130x175.png\";s:5:\"width\";i:130;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:24:\"side-discount1-52x70.png\";s:5:\"width\";i:52;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"side-discount1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(199,628,'_wp_attached_file','2015/05/banner2-21.png'),(202,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2015/05/banner2-21.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner2-21-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner2-21-285x240.png\";s:5:\"width\";i:285;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner2-21-200x168.png\";s:5:\"width\";i:200;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner2-21-71x60.png\";s:5:\"width\";i:71;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-21-208x175.png\";s:5:\"width\";i:208;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner2-21-60x51.png\";s:5:\"width\";i:60;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-21-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(205,630,'_wp_attached_file','2015/05/slide2-13.png'),(208,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:445;s:4:\"file\";s:21:\"2015/05/slide2-13.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide2-13-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:\"slide2-13-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"slide2-13-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"slide2-13-289x240.png\";s:5:\"width\";i:289;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"slide2-13-200x166.png\";s:5:\"width\";i:200;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"slide2-13-470x391.png\";s:5:\"width\";i:470;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"slide2-13-71x59.png\";s:5:\"width\";i:71;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"slide2-13-327x272.png\";s:5:\"width\";i:327;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"slide2-13-210x175.png\";s:5:\"width\";i:210;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"slide2-13-505x420.png\";s:5:\"width\";i:505;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"slide2-13-469x390.png\";s:5:\"width\";i:469;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"slide2-13-60x50.png\";s:5:\"width\";i:60;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"slide2-13-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"slide2-13-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(211,632,'_wp_attached_file','2015/05/banner51.png'),(214,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2015/05/banner51.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner51-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner51-200x153.png\";s:5:\"width\";i:200;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner51-71x54.png\";s:5:\"width\";i:71;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner51-229x175.png\";s:5:\"width\";i:229;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner51-60x46.png\";s:5:\"width\";i:60;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner51-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(217,633,'_wp_attached_file','2015/05/banner3-11.png'),(220,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/05/banner3-11.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner3-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner3-11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner3-11-200x147.png\";s:5:\"width\";i:200;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner3-11-71x52.png\";s:5:\"width\";i:71;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner3-11-238x175.png\";s:5:\"width\";i:238;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner3-11-60x44.png\";s:5:\"width\";i:60;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner3-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(223,637,'_wp_attached_file','2015/05/banner1-11.jpg'),(226,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/05/banner1-11.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-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:22:\"banner1-11-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-11-246x240.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-11-200x195.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-11-71x69.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-11-279x272.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-11-179x175.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner1-11-400x390.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-11-60x59.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner1-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(229,638,'_wp_attached_file','2015/05/banner21.jpg'),(232,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2015/05/banner21.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-150x150.jpg\";s:5:\"width\";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:\"banner21-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner21-246x240.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner21-200x195.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner21-71x69.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-279x272.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner21-179x175.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner21-400x390.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner21-60x59.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(235,639,'_wp_attached_file','2015/05/banner31.jpg'),(238,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2015/05/banner31.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner31-150x150.jpg\";s:5:\"width\";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:\"banner31-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner31-246x240.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner31-200x195.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner31-71x69.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner31-279x272.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner31-179x175.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner31-400x390.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner31-60x59.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner31-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(241,642,'_wp_attached_file','2015/05/banner71.jpg'),(244,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:20:\"2015/05/banner71.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner71-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner71-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner71-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner71-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner71-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(247,643,'_wp_attached_file','2015/05/banner91.jpg'),(250,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:20:\"2015/05/banner91.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner91-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner91-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner91-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner91-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner91-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(253,644,'_wp_attached_file','2015/05/banner101.jpg'),(256,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:21:\"2015/05/banner101.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner101-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"banner101-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"banner101-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"banner101-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner101-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(259,645,'_wp_attached_file','2015/05/banner1-21.jpg'),(262,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2015/05/banner1-21.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-21-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-21-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-21-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-21-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-21-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(265,648,'_wp_attached_file','2015/05/banner4-11.jpg'),(268,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/05/banner4-11.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner4-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:22:\"banner4-11-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner4-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner4-11-204x240.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner4-11-200x235.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner4-11-71x84.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner4-11-231x272.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner4-11-149x175.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner4-11-332x390.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner4-11-60x70.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner4-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner4-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(271,649,'_wp_attached_file','2015/05/banner5-11.jpg'),(274,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/05/banner5-11.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner5-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:22:\"banner5-11-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner5-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner5-11-204x240.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner5-11-200x235.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner5-11-71x84.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner5-11-231x272.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner5-11-149x175.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner5-11-332x390.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner5-11-60x70.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner5-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner5-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(277,650,'_wp_attached_file','2015/05/banner6-11.jpg'),(280,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2015/05/banner6-11.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner6-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:22:\"banner6-11-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner6-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner6-11-204x240.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner6-11-200x235.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner6-11-71x84.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner6-11-231x272.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner6-11-149x175.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner6-11-332x390.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner6-11-60x70.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner6-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner6-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(283,668,'_wp_attached_file','2015/05/slide3-1-11.png'),(286,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:393;s:6:\"height\";i:669;s:4:\"file\";s:23:\"2015/05/slide3-1-11.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-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:\"slide3-1-11-176x300.png\";s:5:\"width\";i:176;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-141x240.png\";s:5:\"width\";i:141;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-162x276.png\";s:5:\"width\";i:162;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-370x630.png\";s:5:\"width\";i:370;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:21:\"slide3-1-11-53x91.png\";s:5:\"width\";i:53;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-160x272.png\";s:5:\"width\";i:160;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-103x175.png\";s:5:\"width\";i:103;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-247x420.png\";s:5:\"width\";i:247;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-229x390.png\";s:5:\"width\";i:229;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:21:\"slide3-1-11-41x70.png\";s:5:\"width\";i:41;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"slide3-1-11-393x600.png\";s:5:\"width\";i:393;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(289,681,'_wp_attached_file','2015/05/c101.jpg'),(292,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:79;s:6:\"height\";i:32;s:4:\"file\";s:16:\"2015/05/c101.jpg\";s:5:\"sizes\";a:2:{s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"c101-71x29.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"c101-60x24.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(295,683,'_wp_attached_file','2015/05/c71.jpg'),(298,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:79;s:6:\"height\";i:32;s:4:\"file\";s:15:\"2015/05/c71.jpg\";s:5:\"sizes\";a:2:{s:11:\"shop-widget\";a:4:{s:4:\"file\";s:13:\"c71-71x29.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:13:\"c71-60x24.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(301,685,'_wp_attached_file','2015/05/c111.jpg'),(304,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:79;s:6:\"height\";i:32;s:4:\"file\";s:16:\"2015/05/c111.jpg\";s:5:\"sizes\";a:2:{s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"c111-71x29.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"c111-60x24.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(307,713,'_wp_attached_file','2015/05/banner1-51.jpg'),(310,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:177;s:4:\"file\";s:22:\"2015/05/banner1-51.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-51-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-51-200x158.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-51-71x56.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-51-221x175.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-51-60x47.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-51-180x177.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(313,715,'_wp_attached_file','2015/05/banner2-31.jpg'),(316,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:177;s:4:\"file\";s:22:\"2015/05/banner2-31.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner2-31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner2-31-200x158.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner2-31-71x56.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-31-221x175.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner2-31-60x47.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-31-180x177.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(319,716,'_wp_attached_file','2015/05/banner3-31.jpg'),(322,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:177;s:4:\"file\";s:22:\"2015/05/banner3-31.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner3-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner3-31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner3-31-200x158.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner3-31-71x56.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner3-31-221x175.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner3-31-60x47.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner3-31-180x177.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(325,717,'_wp_attached_file','2015/05/banner4-21.jpg'),(328,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:177;s:4:\"file\";s:22:\"2015/05/banner4-21.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner4-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner4-21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner4-21-200x158.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner4-21-71x56.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner4-21-221x175.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner4-21-60x47.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner4-21-180x177.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(331,747,'_wp_attached_file','2015/05/banner61.jpg'),(334,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/05/banner61.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner61-150x150.jpg\";s:5:\"width\";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:\"banner61-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner61-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner61-137x240.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner61-157x276.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner61-52x91.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner61-155x272.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner61-100x175.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"banner61-239x420.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner61-222x390.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner61-40x70.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner61-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner61-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(337,767,'_wp_attached_file','2015/05/logo-index61.png'),(340,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:60;s:4:\"file\";s:24:\"2015/05/logo-index61.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-index61-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:22:\"logo-index61-71x21.png\";s:5:\"width\";i:71;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:22:\"logo-index61-60x18.png\";s:5:\"width\";i:60;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-index61-180x60.png\";s:5:\"width\";i:180;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(343,805,'_wp_attached_file','2015/05/logo-index6-dark11.png'),(346,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:60;s:4:\"file\";s:30:\"2015/05/logo-index6-dark11.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-index6-dark11-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:28:\"logo-index6-dark11-71x21.png\";s:5:\"width\";i:71;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:28:\"logo-index6-dark11-60x18.png\";s:5:\"width\";i:60;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-index6-dark11-180x60.png\";s:5:\"width\";i:180;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(349,811,'_wp_attached_file','2015/05/banner1-31.jpg'),(352,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2015/05/banner1-31.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-31-150x150.jpg\";s:5:\"width\";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:\"banner1-31-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-31-370x162.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"banner1-31-200x88.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:22:\"banner1-31-470x206.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-31-71x31.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-31-420x184.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-31-270x118.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner1-31-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-31-60x26.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-31-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner1-31-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(355,812,'_wp_attached_file','2015/05/banner2-41.jpg'),(358,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2015/05/banner2-41.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-41-150x150.jpg\";s:5:\"width\";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:\"banner2-41-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner2-41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner2-41-370x162.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"banner2-41-200x88.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:22:\"banner2-41-470x206.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner2-41-71x31.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-41-420x184.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner2-41-270x118.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"banner2-41-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner2-41-60x26.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner2-41-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner2-41-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(361,816,'_wp_attached_file','2015/05/bg1-11.jpg'),(364,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2864;s:4:\"file\";s:18:\"2015/05/bg1-11.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg1-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:18:\"bg1-11-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"bg1-11-768x1222.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bg1-11-644x1024.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"bg1-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"bg1-11-151x240.jpg\";s:5:\"width\";i:151;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"bg1-11-173x276.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"bg1-11-396x630.jpg\";s:5:\"width\";i:396;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"bg1-11-57x91.jpg\";s:5:\"width\";i:57;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg1-11-171x272.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg1-11-110x175.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"bg1-11-264x420.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"bg1-11-245x390.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"bg1-11-44x70.jpg\";s:5:\"width\";i:44;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg1-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"bg1-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"bg1-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(367,817,'_wp_attached_file','2015/05/index16-company1.jpg'),(370,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:190;s:4:\"file\";s:28:\"2015/05/index16-company1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"index16-company1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:28:\"index16-company1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:28:\"index16-company1-200x141.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:26:\"index16-company1-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:28:\"index16-company1-249x175.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:26:\"index16-company1-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"index16-company1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(373,867,'_wp_attached_file','2015/05/cloud1.png'),(376,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:90;s:4:\"file\";s:18:\"2015/05/cloud1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cloud1-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"cloud1-220x90.png\";s:5:\"width\";i:220;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"cloud1-200x79.png\";s:5:\"width\";i:200;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"cloud1-71x28.png\";s:5:\"width\";i:71;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"cloud1-60x24.png\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"cloud1-180x90.png\";s:5:\"width\";i:180;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(379,868,'_wp_attached_file','2015/05/cloud21.png'),(382,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:90;s:4:\"file\";s:19:\"2015/05/cloud21.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cloud21-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"cloud21-200x86.png\";s:5:\"width\";i:200;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"cloud21-71x30.png\";s:5:\"width\";i:71;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"cloud21-60x26.png\";s:5:\"width\";i:60;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"cloud21-180x90.png\";s:5:\"width\";i:180;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(385,915,'_wp_attached_file','2015/05/banner1-61.jpg'),(388,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2015/05/banner1-61.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-61-150x150.jpg\";s:5:\"width\";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:\"banner1-61-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"banner1-61-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"banner1-61-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"banner1-61-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"banner1-61-71x36.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-61-420x210.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"banner1-61-270x135.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"banner1-61-60x30.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"banner1-61-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"banner1-61-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:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(391,922,'_wp_attached_file','2015/05/post3-21.jpg'),(394,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:165;s:4:\"file\";s:20:\"2015/05/post3-21.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"post3-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"post3-21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"post3-21-200x122.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"post3-21-71x43.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"post3-21-270x165.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"post3-21-60x37.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"post3-21-180x165.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(397,938,'_wp_attached_file','2015/05/bg1-21.jpg'),(400,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2015/05/bg1-21.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg1-21-150x150.jpg\";s:5:\"width\";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:\"bg1-21-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bg1-21-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"bg1-21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"bg1-21-216x240.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"bg1-21-200x222.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"bg1-21-470x522.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"bg1-21-71x79.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg1-21-245x272.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg1-21-158x175.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"bg1-21-378x420.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"bg1-21-351x390.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"bg1-21-60x67.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg1-21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"bg1-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"bg1-21-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(403,944,'_wp_attached_file','2015/05/bg2-11.jpg'),(406,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2015/05/bg2-11.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg2-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:18:\"bg2-11-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bg2-11-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"bg2-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"bg2-11-216x240.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"bg2-11-200x222.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"bg2-11-470x522.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"bg2-11-71x79.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg2-11-245x272.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg2-11-158x175.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"bg2-11-378x420.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"bg2-11-351x390.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"bg2-11-60x67.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg2-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"bg2-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"bg2-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(409,950,'_wp_attached_file','2015/05/bg3-11.jpg'),(412,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2015/05/bg3-11.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bg3-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:18:\"bg3-11-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bg3-11-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"bg3-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"bg3-11-216x240.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"bg3-11-200x222.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"bg3-11-470x522.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"bg3-11-71x79.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg3-11-245x272.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"bg3-11-158x175.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"bg3-11-378x420.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"bg3-11-351x390.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"bg3-11-60x67.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"bg3-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"bg3-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"bg3-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(415,1047,'_wp_attached_file','2015/06/post1-31.jpg'),(418,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:20:\"2015/06/post1-31.jpg\";s:5:\"sizes\";a:1:{s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"post1-31-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(421,1107,'_wp_attached_file','2015/06/Kalimba-mp3-image1.jpg'),(424,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2015/06/Kalimba-mp3-image1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-150x150.jpg\";s:5:\"width\";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:\"Kalimba-mp3-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:28:\"Kalimba-mp3-image1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-272x272.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-175x175.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:28:\"Kalimba-mp3-image1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(427,1107,'_cover_hash','a336e91b3c72141be87deba81c24bdc6'),(430,1180,'_wp_attached_file','2015/04/boy111.png'),(433,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:180;s:4:\"file\";s:18:\"2015/04/boy111.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"boy111-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"boy111-110x154.png\";s:5:\"width\";i:110;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"boy111-56x91.png\";s:5:\"width\";i:56;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"boy111-107x175.png\";s:5:\"width\";i:107;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"boy111-43x70.png\";s:5:\"width\";i:43;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"boy111-110x180.png\";s:5:\"width\";i:110;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(436,1194,'_wp_attached_file','2015/04/boy411.png'),(439,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:180;s:4:\"file\";s:18:\"2015/04/boy411.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"boy411-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"boy411-110x154.png\";s:5:\"width\";i:110;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"boy411-56x91.png\";s:5:\"width\";i:56;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"boy411-107x175.png\";s:5:\"width\";i:107;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"boy411-43x70.png\";s:5:\"width\";i:43;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"boy411-110x180.png\";s:5:\"width\";i:110;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(442,1196,'_wp_attached_file','2015/04/boy211.png'),(445,1196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:180;s:4:\"file\";s:18:\"2015/04/boy211.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"boy211-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"boy211-110x154.png\";s:5:\"width\";i:110;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"boy211-56x91.png\";s:5:\"width\";i:56;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"boy211-107x175.png\";s:5:\"width\";i:107;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"boy211-43x70.png\";s:5:\"width\";i:43;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"boy211-110x180.png\";s:5:\"width\";i:110;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(448,1213,'_wp_attached_file','2015/05/newsletter-popupbg11.png'),(451,1213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2015/05/newsletter-popupbg11.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-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:\"newsletter-popupbg11-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-293x240.png\";s:5:\"width\";i:293;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-200x164.png\";s:5:\"width\";i:200;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-470x384.png\";s:5:\"width\";i:470;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:30:\"newsletter-popupbg11-71x58.png\";s:5:\"width\";i:71;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-333x272.png\";s:5:\"width\";i:333;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-214x175.png\";s:5:\"width\";i:214;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-477x390.png\";s:5:\"width\";i:477;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:30:\"newsletter-popupbg11-60x49.png\";s:5:\"width\";i:60;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"newsletter-popupbg11-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(454,1227,'_wp_attached_file','2015/04/boy311.png'),(457,1227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:180;s:4:\"file\";s:18:\"2015/04/boy311.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"boy311-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"boy311-110x154.png\";s:5:\"width\";i:110;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"boy311-56x91.png\";s:5:\"width\";i:56;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"boy311-107x175.png\";s:5:\"width\";i:107;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"boy311-43x70.png\";s:5:\"width\";i:43;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"boy311-110x180.png\";s:5:\"width\";i:110;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(460,1435,'_wp_attached_file','2015/04/aboutus1.jpg'),(463,1435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/04/aboutus1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"aboutus1-150x150.jpg\";s:5:\"width\";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:\"aboutus1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"aboutus1-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"aboutus1-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"aboutus1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"aboutus1-370x152.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"aboutus1-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:20:\"aboutus1-470x193.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"aboutus1-71x29.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"aboutus1-420x172.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"aboutus1-270x111.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"aboutus1-870x357.jpg\";s:5:\"width\";i:870;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"aboutus1-570x234.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"aboutus1-60x25.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"aboutus1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"aboutus1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"aboutus1-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(466,1450,'_wp_attached_file','2015/06/aboutus22.jpg'),(469,1450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2015/06/aboutus22.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"aboutus22-150x150.jpg\";s:5:\"width\";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:\"aboutus22-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"aboutus22-768x309.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"aboutus22-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"aboutus22-370x149.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"aboutus22-200x80.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"aboutus22-470x189.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"aboutus22-71x29.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"aboutus22-420x169.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"aboutus22-270x109.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"aboutus22-870x350.jpg\";s:5:\"width\";i:870;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"aboutus22-570x229.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"aboutus22-60x24.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"aboutus22-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"aboutus22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"aboutus22-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(472,1622,'_wp_attached_file','2015/05/bg1-311.jpg'),(475,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:902;s:4:\"file\";s:19:\"2015/05/bg1-311.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bg1-311-150x150.jpg\";s:5:\"width\";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:\"bg1-311-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"bg1-311-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"bg1-311-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"bg1-311-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"bg1-311-370x222.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"bg1-311-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"bg1-311-470x283.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"bg1-311-71x43.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"bg1-311-420x253.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"bg1-311-270x162.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"bg1-311-698x420.jpg\";s:5:\"width\";i:698;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"bg1-311-570x343.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"bg1-311-60x36.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"bg1-311-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"bg1-311-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"bg1-311-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(478,1753,'_wp_attached_file','2015/06/item91.jpg'),(481,1753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:449;s:4:\"file\";s:18:\"2015/06/item91.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"item91-150x150.jpg\";s:5:\"width\";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:\"item91-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"item91-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"item91-289x240.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"item91-200x166.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"item91-470x391.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"item91-71x59.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"item91-327x272.jpg\";s:5:\"width\";i:327;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"item91-210x175.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"item91-505x420.jpg\";s:5:\"width\";i:505;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"item91-469x390.jpg\";s:5:\"width\";i:469;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"item91-60x50.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"item91-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"item91-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(484,1852,'_wp_attached_file','2015/06/project31.jpg'),(487,1852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/06/project31.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"project31-150x150.jpg\";s:5:\"width\";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:\"project31-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"project31-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"project31-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"project31-370x240.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"project31-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"project31-470x305.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"project31-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"project31-420x272.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"project31-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"project31-647x420.jpg\";s:5:\"width\";i:647;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"project31-570x370.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"project31-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"project31-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"project31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"project31-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(490,2521,'_wp_attached_file','2015/06/women-cat1.png'),(493,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2015/06/women-cat1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"women-cat1-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:\"women-cat1-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"women-cat1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"women-cat1-224x240.png\";s:5:\"width\";i:224;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"women-cat1-200x214.png\";s:5:\"width\";i:200;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"women-cat1-71x76.png\";s:5:\"width\";i:71;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"women-cat1-254x272.png\";s:5:\"width\";i:254;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"women-cat1-164x175.png\";s:5:\"width\";i:164;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"women-cat1-60x64.png\";s:5:\"width\";i:60;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"women-cat1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"women-cat1-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(496,2576,'_wp_attached_file','2015/06/banner61.png'),(499,2576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:390;s:4:\"file\";s:20:\"2015/06/banner61.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner61-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:\"banner61-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"banner61-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"banner61-277x240.png\";s:5:\"width\";i:277;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"banner61-200x173.png\";s:5:\"width\";i:200;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"banner61-71x62.png\";s:5:\"width\";i:71;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner61-314x272.png\";s:5:\"width\";i:314;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"banner61-202x175.png\";s:5:\"width\";i:202;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"banner61-450x390.png\";s:5:\"width\";i:450;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"banner61-60x52.png\";s:5:\"width\";i:60;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"banner61-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"banner61-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(502,2764,'_wp_attached_file','2015/05/post211.jpg'),(505,2764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:370;s:4:\"file\";s:19:\"2015/05/post211.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"post211-150x150.jpg\";s:5:\"width\";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:\"post211-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"post211-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"post211-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"post211-370x178.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"post211-200x96.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"post211-470x226.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"post211-71x34.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"post211-420x202.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"post211-270x130.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"post211-570x274.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"post211-60x29.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"post211-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"post211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"post211-600x370.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(508,2924,'_wp_attached_file','2015/05/banner111.jpg'),(511,2924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:21:\"2015/05/banner111.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner111-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"banner111-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"banner111-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"banner111-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner111-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(514,2925,'_wp_attached_file','2015/05/banner121.jpg'),(517,2925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:21:\"2015/05/banner121.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner121-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"banner121-200x140.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"banner121-71x50.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"banner121-60x42.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner121-180x140.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(520,3126,'_wp_attached_file','2015/05/side-discount1.jpg'),(523,3126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:26:\"2015/05/side-discount1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"side-discount1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"side-discount1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:26:\"side-discount1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:26:\"side-discount1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:24:\"side-discount1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:26:\"side-discount1-175x175.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:24:\"side-discount1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"side-discount1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(526,3126,'wpml_media_processed','1'),(529,3172,'_wp_attached_file','2015/07/megamenu-banner21.jpg'),(532,3172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2015/07/megamenu-banner21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"megamenu-banner21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:27:\"megamenu-banner21-71x63.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:27:\"megamenu-banner21-60x53.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(535,3172,'wpml_media_processed','1'),(538,3176,'_wp_attached_file','2015/07/index-banner21.jpg'),(541,3176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:570;s:4:\"file\";s:26:\"2015/07/index-banner21.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"index-banner21-150x150.jpg\";s:5:\"width\";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:\"index-banner21-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:26:\"index-banner21-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:26:\"index-banner21-156x240.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:26:\"index-banner21-179x276.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:24:\"index-banner21-59x91.jpg\";s:5:\"width\";i:59;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:26:\"index-banner21-177x272.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:26:\"index-banner21-114x175.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:26:\"index-banner21-273x420.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:26:\"index-banner21-253x390.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:24:\"index-banner21-45x70.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"index-banner21-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"index-banner21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(544,3176,'wpml_media_processed','1'),(547,3327,'_wp_attached_file','2015/05/informations1.jpg'),(550,3327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:170;s:4:\"file\";s:25:\"2015/05/informations1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"informations1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"informations1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:25:\"informations1-200x126.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"informations1-71x45.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:25:\"informations1-270x170.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"informations1-60x38.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"informations1-180x170.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(553,3327,'wpml_media_processed','1'),(556,4425,'_wp_attached_file','2015/07/computer2.png'),(559,4425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2015/07/computer2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"computer2-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:\"computer2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"computer2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"computer2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"computer2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"computer2-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"computer2-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"computer2-470x264.png\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"computer2-71x40.png\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"computer2-420x236.png\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"computer2-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"computer2-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"computer2-570x321.png\";s:5:\"width\";i:570;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"computer2-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"computer2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"computer2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"computer2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(562,4425,'wpml_media_processed','1'),(565,4441,'_wp_attached_file','2015/07/phone11.png'),(568,4441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2015/07/phone11.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"phone11-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:\"phone11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"phone11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"phone11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"phone11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"phone11-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"phone11-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"phone11-470x264.png\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"phone11-71x40.png\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"phone11-420x236.png\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"phone11-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"phone11-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"phone11-570x321.png\";s:5:\"width\";i:570;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"phone11-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"phone11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"phone11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"phone11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(571,4441,'wpml_media_processed','1'),(574,4445,'_wp_attached_file','2015/07/tablet11.png'),(577,4445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2015/07/tablet11.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tablet11-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:\"tablet11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tablet11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"tablet11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"tablet11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"tablet11-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"tablet11-200x113.png\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:20:\"tablet11-470x264.png\";s:5:\"width\";i:470;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"tablet11-71x40.png\";s:5:\"width\";i:71;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"tablet11-420x236.png\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"tablet11-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"tablet11-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"tablet11-570x321.png\";s:5:\"width\";i:570;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"tablet11-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tablet11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"tablet11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"tablet11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(580,4445,'wpml_media_processed','1'),(583,4534,'_wp_attached_file','2015/05/sidemenubg-11.jpg'),(586,4534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:1030;s:4:\"file\";s:25:\"2015/05/sidemenubg-11.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sidemenubg-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:25:\"sidemenubg-11-170x300.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sidemenubg-11-582x1024.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-136x240.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-157x276.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-358x630.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"sidemenubg-11-52x91.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-154x272.jpg\";s:5:\"width\";i:154;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:24:\"sidemenubg-11-99x175.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-239x420.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-222x390.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"sidemenubg-11-40x70.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"sidemenubg-11-585x600.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(589,4534,'wpml_media_processed','1'),(592,5561,'_wp_attached_file','2015/08/Kalimba-mp3-image1.jpg'),(595,5561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2015/08/Kalimba-mp3-image1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-150x150.jpg\";s:5:\"width\";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:\"Kalimba-mp3-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:28:\"Kalimba-mp3-image1-71x71.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-272x272.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-175x175.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:28:\"Kalimba-mp3-image1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Kalimba-mp3-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(598,5561,'_cover_hash','a336e91b3c72141be87deba81c24bdc6'),(601,5580,'_wp_attached_file','2015/05/side-discount-1-11.png'),(604,5580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:276;s:4:\"file\";s:30:\"2015/05/side-discount-1-11.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-235x240.png\";s:5:\"width\";i:235;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-200x204.png\";s:5:\"width\";i:200;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:28:\"side-discount-1-11-71x73.png\";s:5:\"width\";i:71;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-266x272.png\";s:5:\"width\";i:266;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-171x175.png\";s:5:\"width\";i:171;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:28:\"side-discount-1-11-60x61.png\";s:5:\"width\";i:60;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"side-discount-1-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(607,5580,'wpml_media_processed','1'),(610,6204,'_wp_attached_file','2015/08/cloud2.png'),(613,6204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:90;s:4:\"file\";s:18:\"2015/08/cloud2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cloud2-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"cloud2-200x86.png\";s:5:\"width\";i:200;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"cloud2-71x30.png\";s:5:\"width\";i:71;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"cloud2-60x26.png\";s:5:\"width\";i:60;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"cloud2-180x90.png\";s:5:\"width\";i:180;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(616,6205,'_wp_attached_file','2015/08/cloud.png'),(619,6205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2015/08/cloud.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cloud-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"cloud-220x90.png\";s:5:\"width\";i:220;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"cloud-200x79.png\";s:5:\"width\";i:200;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"cloud-71x28.png\";s:5:\"width\";i:71;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"cloud-60x24.png\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"cloud-180x90.png\";s:5:\"width\";i:180;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(622,6206,'_wp_attached_file','2015/08/cloud3.png'),(625,6206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:41;s:4:\"file\";s:18:\"2015/08/cloud3.png\";s:5:\"sizes\";a:2:{s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"cloud3-71x27.png\";s:5:\"width\";i:71;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"cloud3-60x23.png\";s:5:\"width\";i:60;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(628,7663,'_wp_attached_file','2015/07/product5.jpg'),(631,7663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/07/product5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product5-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product5-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product5-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product5-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product5-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product5-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product5-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(634,7664,'_wp_attached_file','2015/07/product5-2.jpg'),(637,7664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/07/product5-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product5-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product5-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product5-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product5-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product5-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product5-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product5-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product5-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(640,7665,'_wp_attached_file','2015/07/product7.jpg'),(643,7665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/07/product7.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product7-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product7-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product7-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product7-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product7-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product7-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product7-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(646,7666,'_wp_attached_file','2015/07/product6-2.jpg'),(649,7666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/07/product6-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product6-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product6-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product6-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product6-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product6-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product6-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product6-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product6-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product6-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(652,7667,'_wp_attached_file','2015/07/product7-2.jpg'),(655,7667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/07/product7-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product7-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product7-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product7-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product7-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product7-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product7-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product7-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product7-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product7-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(658,7668,'_wp_attached_file','2015/07/product6.jpg'),(661,7668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/07/product6.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product6-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product6-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product6-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product6-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product6-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product6-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product6-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(664,7669,'_wp_attached_file','2015/07/product3.jpg'),(667,7669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/07/product3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product3-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product3-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product3-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product3-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product3-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product3-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product3-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(670,7670,'_wp_attached_file','2015/07/product3-2.jpg'),(673,7670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/07/product3-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product3-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product3-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product3-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product3-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product3-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product3-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product3-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product3-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(676,7671,'_wp_attached_file','2015/07/product3-3.jpg'),(679,7671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/07/product3-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product3-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product3-3-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product3-3-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product3-3-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product3-3-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product3-3-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product3-3-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product3-3-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product3-3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(682,7672,'_wp_attached_file','2015/06/product1.jpg'),(685,7672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/06/product1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product1-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product1-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product1-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product1-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product1-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product1-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product1-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(688,7673,'_wp_attached_file','2015/06/product1-2.jpg'),(691,7673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/06/product1-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product1-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product1-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product1-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product1-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product1-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product1-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product1-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product1-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(694,7674,'_wp_attached_file','2015/06/product1-3.jpg'),(697,7674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/06/product1-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product1-3-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product1-3-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product1-3-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product1-3-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product1-3-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product1-3-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product1-3-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product1-3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(700,7677,'_wp_attached_file','2015/06/product8.jpg'),(703,7677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2015/06/product8.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product8-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product8-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product8-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product8-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product8-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product8-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product8-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(706,7678,'_wp_attached_file','2015/06/product8-2.jpg'),(709,7678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2015/06/product8-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product8-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"product8-2-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"product8-2-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"product8-2-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"product8-2-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"product8-2-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"product8-2-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"product8-2-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product8-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(712,7689,'_wp_attached_file','2013/06/product2.jpg'),(715,7689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:430;s:4:\"file\";s:20:\"2013/06/product2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product2-150x150.jpg\";s:5:\"width\";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:\"product2-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product2-167x240.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product2-193x276.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product2-63x91.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product2-190x272.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product2-122x175.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"product2-293x420.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"product2-272x390.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product2-49x70.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"product2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(718,7690,'_wp_attached_file','2013/06/product14.jpg'),(721,7690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2013/06/product14.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product14-150x150.jpg\";s:5:\"width\";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:\"product14-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"product14-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"product14-167x240.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"product14-193x276.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"product14-63x91.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"product14-190x272.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"product14-122x175.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"product14-293x420.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"product14-272x390.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"product14-49x70.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product14-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"product14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(724,7691,'_wp_attached_file','2013/06/product6.jpg'),(727,7691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:430;s:4:\"file\";s:20:\"2013/06/product6.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product6-150x150.jpg\";s:5:\"width\";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:\"product6-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product6-167x240.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product6-193x276.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product6-63x91.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product6-190x272.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product6-122x175.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"product6-293x420.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"product6-272x390.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product6-49x70.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"product6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(730,7692,'_wp_attached_file','2013/06/product41.jpg'),(733,7692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2013/06/product41.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product41-150x150.jpg\";s:5:\"width\";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:\"product41-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"product41-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"product41-167x240.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"product41-193x276.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"product41-63x91.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"product41-190x272.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"product41-122x175.jpg\";s:5:\"width\";i:122;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"product41-293x420.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"product41-272x390.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"product41-49x70.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product41-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"product41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(736,7694,'_wp_attached_file','2015/05/post2.jpg'),(739,7694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:345;s:4:\"file\";s:17:\"2015/05/post2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post2-150x150.jpg\";s:5:\"width\";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:\"post2-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"post2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"post2-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"post2-200x135.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"post2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"post2-71x48.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"post2-402x272.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"post2-259x175.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"post2-60x41.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"post2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"post2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(742,7696,'_wp_attached_file','2015/05/post3.jpg'),(745,7696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:345;s:4:\"file\";s:17:\"2015/05/post3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post3-150x150.jpg\";s:5:\"width\";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:\"post3-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"post3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"post3-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"post3-200x135.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"post3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"post3-71x48.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"post3-402x272.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"post3-259x175.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"post3-60x41.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"post3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"post3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(748,7697,'_wp_attached_file','2015/05/post6.jpg'),(751,7697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:345;s:4:\"file\";s:17:\"2015/05/post6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post6-150x150.jpg\";s:5:\"width\";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:\"post6-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"post6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"post6-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"post6-200x135.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"post6-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"post6-71x48.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"post6-402x272.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"post6-259x175.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"post6-60x41.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"post6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"post6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(754,7698,'_wp_attached_file','2015/05/post4.jpg'),(757,7698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:345;s:4:\"file\";s:17:\"2015/05/post4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post4-150x150.jpg\";s:5:\"width\";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:\"post4-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"post4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"post4-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"post4-200x135.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"post4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"post4-71x48.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"post4-402x272.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"post4-259x175.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"post4-60x41.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"post4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"post4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(760,7699,'_wp_attached_file','2015/05/post5.jpg'),(763,7699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:345;s:4:\"file\";s:17:\"2015/05/post5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"post5-150x150.jpg\";s:5:\"width\";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:\"post5-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"post5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"post5-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"post5-200x135.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"post5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"post5-71x48.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"post5-402x272.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"post5-259x175.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"post5-60x41.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"post5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"post5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(766,7713,'_wp_attached_file','2015/07/item3.jpg'),(769,7713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2015/07/item3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item3-150x150.jpg\";s:5:\"width\";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:\"item3-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item3-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item3-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item3-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item3-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item3-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(772,7716,'_wp_attached_file','2015/06/item6.jpg'),(775,7716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2015/06/item6.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item6-150x150.jpg\";s:5:\"width\";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:\"item6-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item6-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item6-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item6-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item6-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item6-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(778,60,'mango_popup_e_d','off'),(781,60,'slide_template','default'),(784,60,'_edit_last','1'),(787,60,'_thumbnail_id','681'),(790,60,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(793,64,'mango_popup_e_d','off'),(796,64,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(799,64,'slide_template','default'),(802,64,'_edit_last','1'),(805,64,'_thumbnail_id','683'),(808,66,'mango_popup_e_d','off'),(811,66,'slide_template','default'),(814,66,'_edit_last','1'),(817,66,'_thumbnail_id','685'),(820,66,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(823,68,'mango_popup_e_d','off'),(826,68,'slide_template','default'),(829,68,'_thumbnail_id','681'),(832,68,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(835,68,'_edit_last','1'),(838,70,'_thumbnail_id','683'),(841,70,'_edit_last','1'),(844,70,'slide_template','default'),(847,70,'mango_popup_e_d','off'),(850,70,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(853,72,'_thumbnail_id','685'),(856,72,'_edit_last','1'),(859,72,'slide_template','default'),(862,72,'mango_popup_e_d','off'),(865,72,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(868,2396,'_wpb_vc_js_status','false'),(871,2396,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(874,2396,'slide_template','default'),(877,2396,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(880,2396,'mango_label_text','New'),(883,2396,'mango_label_type','success'),(886,2396,'mango_video_type','youtube'),(889,2396,'mango_popup_e_d','off'),(892,2968,'_wpb_vc_js_status','true'),(895,2968,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(898,2968,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(901,2968,'_wp_old_slug','quick-links-2'),(904,2968,'slide_template','default'),(907,2968,'_wpb_shortcodes_custom_css','.vc_custom_1438193991941{padding-top: -100px !important;}'),(910,2969,'_wpb_vc_js_status','true'),(913,2969,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(916,2969,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(919,2969,'slide_template',''),(922,2969,'_wp_old_slug','quicklinks'),(925,7717,'_wp_attached_file','2015/06/item1.jpg'),(928,7717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2015/06/item1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item1-150x150.jpg\";s:5:\"width\";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:\"item1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item1-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item1-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item1-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item1-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item1-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(931,7718,'_wp_attached_file','2015/06/item2.jpg'),(934,7718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2015/06/item2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item2-150x150.jpg\";s:5:\"width\";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:\"item2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item2-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item2-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item2-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item2-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item2-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(937,7724,'_wp_attached_file','2015/06/item4.jpg'),(940,7724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:498;s:4:\"file\";s:17:\"2015/06/item4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item4-150x150.jpg\";s:5:\"width\";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:\"item4-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item4-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"item4-205x240.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item4-200x234.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item4-71x83.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"item4-232x272.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item4-149x175.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:17:\"item4-358x420.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:17:\"item4-333x390.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item4-60x70.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(943,7725,'_wp_attached_file','2015/06/item5.jpg'),(946,7725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:386;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2015/06/item5.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item5-150x150.jpg\";s:5:\"width\";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:\"item5-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item5-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"item5-172x240.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item5-197x276.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item5-65x91.jpg\";s:5:\"width\";i:65;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"item5-194x272.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item5-125x175.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:17:\"item5-300x420.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:17:\"item5-279x390.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item5-50x70.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(949,7734,'_wp_attached_file','2015/06/item9.jpg'),(952,7734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2015/06/item9.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item9-150x150.jpg\";s:5:\"width\";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:\"item9-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"item9-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"item9-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"item9-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"item9-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"item9-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"item9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"item9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(955,7742,'_wp_attached_file','2015/06/item52.jpg'),(958,7742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:240;s:4:\"file\";s:18:\"2015/06/item52.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"item52-150x150.jpg\";s:5:\"width\";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:\"item52-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"item52-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"item52-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"item52-71x46.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"item52-270x175.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"item52-60x39.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"item52-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"item52-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(961,7750,'_wp_attached_file','2013/06/product9.jpg'),(964,7750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:290;s:4:\"file\";s:20:\"2013/06/product9.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"product9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"product9-210x154.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"product9-174x240.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"product9-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"product9-66x91.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"product9-197x272.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"product9-127x175.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"product9-51x70.jpg\";s:5:\"width\";i:51;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"product9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(967,7902,'_wp_attached_file','2013/06/0.789988778372393-70.jpg'),(970,7902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:360;s:4:\"file\";s:32:\"2013/06/0.789988778372393-70.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-150x150.jpg\";s:5:\"width\";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:\"0.789988778372393-70-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-370x222.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-470x282.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:30:\"0.789988778372393-70-71x43.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-420x252.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-270x162.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-570x342.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:30:\"0.789988778372393-70-60x36.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"0.789988778372393-70-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(973,7903,'_wp_attached_file','2013/06/0.167818443224864-70.jpg'),(976,7903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:360;s:4:\"file\";s:32:\"2013/06/0.167818443224864-70.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-150x150.jpg\";s:5:\"width\";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:\"0.167818443224864-70-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-370x222.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-470x282.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:30:\"0.167818443224864-70-71x43.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-420x252.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-270x162.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-570x342.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:30:\"0.167818443224864-70-60x36.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"0.167818443224864-70-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(979,7904,'_wp_attached_file','2013/06/0.328280176342563-70.jpg'),(982,7904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:360;s:4:\"file\";s:32:\"2013/06/0.328280176342563-70.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-150x150.jpg\";s:5:\"width\";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:\"0.328280176342563-70-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-370x222.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-470x282.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:30:\"0.328280176342563-70-71x43.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-420x252.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-270x162.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-570x342.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:30:\"0.328280176342563-70-60x36.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"0.328280176342563-70-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(985,2398,'_wpb_vc_js_status','false'),(988,2398,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(991,2398,'slide_template','default'),(994,2398,'vc_teaser','a:2:{s:4:\"data\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}'),(997,2398,'mango_video_type','youtube'),(1000,2398,'mango_popup_e_d','off'),(1003,2400,'_wpb_vc_js_status','false'),(1006,2400,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1009,2400,'slide_template','default'),(1012,2400,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1015,2400,'mango_label_text','Popular'),(1018,2400,'mango_label_type','danger'),(1021,2400,'mango_video_type','youtube'),(1024,2400,'mango_popup_e_d','off'),(1027,2735,'_wpb_vc_js_status','false'),(1030,2735,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1033,2735,'slide_template','default'),(1036,2735,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1039,2735,'mango_popup_e_d','off'),(1042,2735,'mango_label_text','Popular'),(1045,2735,'mango_label_type','danger'),(1048,2737,'_wpb_vc_js_status','false'),(1051,2737,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1054,2737,'slide_template','default'),(1057,2737,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1060,2737,'mango_popup_e_d','off'),(1063,7906,'_menu_item_type','custom'),(1066,7906,'_menu_item_menu_item_parent','0'),(1069,7906,'_menu_item_object_id','7906'),(1072,7906,'_menu_item_object','custom'),(1075,7906,'_menu_item_target',''),(1078,7906,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1081,7906,'_menu_item_xfn',''),(1084,7906,'_menu_item_url','#'),(1087,7906,'_menu_item_icon',''),(1090,7906,'_menu_item_icon_pos',''),(1093,7906,'_menu_item_nolink',''),(1096,7906,'_menu_item_hide',''),(1099,7906,'_menu_item_mobile_hide',''),(1102,7906,'_menu_item_hide_cat_image',''),(1105,7906,'_menu_item_hide_subcats_list',''),(1108,7906,'_menu_item_hide_empty_subcats',''),(1111,7906,'_menu_item_cols',''),(1114,7906,'_menu_item_popup_type',''),(1117,7906,'_menu_item_popup_pos',''),(1120,7906,'_menu_item_popup_cols',''),(1123,7906,'_menu_item_popup_bg_image',''),(1126,7906,'_menu_item_popup_bg_pos',''),(1129,7906,'_menu_item_popup_bg_repeat',''),(1132,7906,'_menu_item_popup_bg_size',''),(1135,7906,'_menu_item_popup_style',''),(1138,7906,'_menu_item_subpopup_bg_image',''),(1141,7906,'_menu_item_subpopup_bg_pos',''),(1144,7906,'_menu_item_subpopup_bg_repeat',''),(1147,7906,'_menu_item_subpopup_bg_size',''),(1150,7906,'_menu_item_subpopup_style',''),(1153,7906,'_menu_item_block',''),(1156,7906,'_menu_item_tip_label',''),(1159,7906,'_menu_item_tip_color',''),(1162,7906,'_menu_item_tip_bg',''),(1165,7906,'_menu_item_show_category_img',''),(1168,7909,'_menu_item_type','custom'),(1171,7909,'_menu_item_menu_item_parent','0'),(1174,7909,'_menu_item_object_id','7909'),(1177,7909,'_menu_item_object','custom'),(1180,7909,'_menu_item_target',''),(1183,7909,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1186,7909,'_menu_item_xfn',''),(1189,7909,'_menu_item_url','#'),(1192,7909,'_menu_item_icon',''),(1195,7909,'_menu_item_icon_pos',''),(1198,7909,'_menu_item_nolink',''),(1201,7909,'_menu_item_hide',''),(1204,7909,'_menu_item_mobile_hide',''),(1207,7909,'_menu_item_hide_cat_image',''),(1210,7909,'_menu_item_hide_subcats_list',''),(1213,7909,'_menu_item_hide_empty_subcats',''),(1216,7909,'_menu_item_cols',''),(1219,7909,'_menu_item_popup_type',''),(1222,7909,'_menu_item_popup_pos',''),(1225,7909,'_menu_item_popup_cols',''),(1228,7909,'_menu_item_popup_bg_image',''),(1231,7909,'_menu_item_popup_bg_pos',''),(1234,7909,'_menu_item_popup_bg_repeat',''),(1237,7909,'_menu_item_popup_bg_size',''),(1240,7909,'_menu_item_popup_style',''),(1243,7909,'_menu_item_subpopup_bg_image',''),(1246,7909,'_menu_item_subpopup_bg_pos',''),(1249,7909,'_menu_item_subpopup_bg_repeat',''),(1252,7909,'_menu_item_subpopup_bg_size',''),(1255,7909,'_menu_item_subpopup_style',''),(1258,7909,'_menu_item_block',''),(1261,7909,'_menu_item_tip_label',''),(1264,7909,'_menu_item_tip_color',''),(1267,7909,'_menu_item_tip_bg',''),(1270,7909,'_menu_item_show_category_img',''),(1273,7912,'_menu_item_type','custom'),(1276,7912,'_menu_item_menu_item_parent','0'),(1279,7912,'_menu_item_object_id','7912'),(1282,7912,'_menu_item_object','custom'),(1285,7912,'_menu_item_target',''),(1288,7912,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1291,7912,'_menu_item_xfn',''),(1294,7912,'_menu_item_url','#'),(1297,7912,'_menu_item_icon',''),(1300,7912,'_menu_item_icon_pos',''),(1303,7912,'_menu_item_nolink',''),(1306,7912,'_menu_item_hide',''),(1309,7912,'_menu_item_mobile_hide',''),(1312,7912,'_menu_item_hide_cat_image',''),(1315,7912,'_menu_item_hide_subcats_list',''),(1318,7912,'_menu_item_hide_empty_subcats',''),(1321,7912,'_menu_item_cols',''),(1324,7912,'_menu_item_popup_type',''),(1327,7912,'_menu_item_popup_pos',''),(1330,7912,'_menu_item_popup_cols',''),(1333,7912,'_menu_item_popup_bg_image',''),(1336,7912,'_menu_item_popup_bg_pos',''),(1339,7912,'_menu_item_popup_bg_repeat',''),(1342,7912,'_menu_item_popup_bg_size',''),(1345,7912,'_menu_item_popup_style',''),(1348,7912,'_menu_item_subpopup_bg_image',''),(1351,7912,'_menu_item_subpopup_bg_pos',''),(1354,7912,'_menu_item_subpopup_bg_repeat',''),(1357,7912,'_menu_item_subpopup_bg_size',''),(1360,7912,'_menu_item_subpopup_style',''),(1363,7912,'_menu_item_block',''),(1366,7912,'_menu_item_tip_label',''),(1369,7912,'_menu_item_tip_color',''),(1372,7912,'_menu_item_tip_bg',''),(1375,7912,'_menu_item_show_category_img',''),(1378,7915,'_menu_item_type','custom'),(1381,7915,'_menu_item_menu_item_parent','0'),(1384,7915,'_menu_item_object_id','7915'),(1387,7915,'_menu_item_object','custom'),(1390,7915,'_menu_item_target',''),(1393,7915,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1396,7915,'_menu_item_xfn',''),(1399,7915,'_menu_item_url','#'),(1402,7915,'_menu_item_icon',''),(1405,7915,'_menu_item_icon_pos',''),(1408,7915,'_menu_item_nolink',''),(1411,7915,'_menu_item_hide',''),(1414,7915,'_menu_item_mobile_hide',''),(1417,7915,'_menu_item_hide_cat_image',''),(1420,7915,'_menu_item_hide_subcats_list',''),(1423,7915,'_menu_item_hide_empty_subcats',''),(1426,7915,'_menu_item_cols',''),(1429,7915,'_menu_item_popup_type',''),(1432,7915,'_menu_item_popup_pos',''),(1435,7915,'_menu_item_popup_cols',''),(1438,7915,'_menu_item_popup_bg_image',''),(1441,7915,'_menu_item_popup_bg_pos',''),(1444,7915,'_menu_item_popup_bg_repeat',''),(1447,7915,'_menu_item_popup_bg_size',''),(1450,7915,'_menu_item_popup_style',''),(1453,7915,'_menu_item_subpopup_bg_image',''),(1456,7915,'_menu_item_subpopup_bg_pos',''),(1459,7915,'_menu_item_subpopup_bg_repeat',''),(1462,7915,'_menu_item_subpopup_bg_size',''),(1465,7915,'_menu_item_subpopup_style',''),(1468,7915,'_menu_item_block',''),(1471,7915,'_menu_item_tip_label',''),(1474,7915,'_menu_item_tip_color',''),(1477,7915,'_menu_item_tip_bg',''),(1480,7915,'_menu_item_show_category_img',''),(1483,7918,'_menu_item_type','custom'),(1486,7918,'_menu_item_menu_item_parent','0'),(1489,7918,'_menu_item_object_id','7918'),(1492,7918,'_menu_item_object','custom'),(1495,7918,'_menu_item_target',''),(1498,7918,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1501,7918,'_menu_item_xfn',''),(1504,7918,'_menu_item_url','#'),(1507,7918,'_menu_item_icon',''),(1510,7918,'_menu_item_icon_pos',''),(1513,7918,'_menu_item_nolink',''),(1516,7918,'_menu_item_hide',''),(1519,7918,'_menu_item_mobile_hide',''),(1522,7918,'_menu_item_hide_cat_image',''),(1525,7918,'_menu_item_hide_subcats_list',''),(1528,7918,'_menu_item_hide_empty_subcats',''),(1531,7918,'_menu_item_cols',''),(1534,7918,'_menu_item_popup_type',''),(1537,7918,'_menu_item_popup_pos',''),(1540,7918,'_menu_item_popup_cols',''),(1543,7918,'_menu_item_popup_bg_image',''),(1546,7918,'_menu_item_popup_bg_pos',''),(1549,7918,'_menu_item_popup_bg_repeat',''),(1552,7918,'_menu_item_popup_bg_size',''),(1555,7918,'_menu_item_popup_style',''),(1558,7918,'_menu_item_subpopup_bg_image',''),(1561,7918,'_menu_item_subpopup_bg_pos',''),(1564,7918,'_menu_item_subpopup_bg_repeat',''),(1567,7918,'_menu_item_subpopup_bg_size',''),(1570,7918,'_menu_item_subpopup_style',''),(1573,7918,'_menu_item_block',''),(1576,7918,'_menu_item_tip_label',''),(1579,7918,'_menu_item_tip_color',''),(1582,7918,'_menu_item_tip_bg',''),(1585,7918,'_menu_item_show_category_img',''),(1588,7921,'_menu_item_type','custom'),(1591,7921,'_menu_item_menu_item_parent','0'),(1594,7921,'_menu_item_object_id','7921'),(1597,7921,'_menu_item_object','custom'),(1600,7921,'_menu_item_target',''),(1603,7921,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1606,7921,'_menu_item_xfn',''),(1609,7921,'_menu_item_url','#'),(1612,7921,'_menu_item_icon',''),(1615,7921,'_menu_item_icon_pos',''),(1618,7921,'_menu_item_nolink',''),(1621,7921,'_menu_item_hide',''),(1624,7921,'_menu_item_mobile_hide',''),(1627,7921,'_menu_item_hide_cat_image',''),(1630,7921,'_menu_item_hide_subcats_list',''),(1633,7921,'_menu_item_hide_empty_subcats',''),(1636,7921,'_menu_item_cols',''),(1639,7921,'_menu_item_popup_type',''),(1642,7921,'_menu_item_popup_pos',''),(1645,7921,'_menu_item_popup_cols',''),(1648,7921,'_menu_item_popup_bg_image',''),(1651,7921,'_menu_item_popup_bg_pos',''),(1654,7921,'_menu_item_popup_bg_repeat',''),(1657,7921,'_menu_item_popup_bg_size',''),(1660,7921,'_menu_item_popup_style',''),(1663,7921,'_menu_item_subpopup_bg_image',''),(1666,7921,'_menu_item_subpopup_bg_pos',''),(1669,7921,'_menu_item_subpopup_bg_repeat',''),(1672,7921,'_menu_item_subpopup_bg_size',''),(1675,7921,'_menu_item_subpopup_style',''),(1678,7921,'_menu_item_block',''),(1681,7921,'_menu_item_tip_label',''),(1684,7921,'_menu_item_tip_color',''),(1687,7921,'_menu_item_tip_bg',''),(1690,7921,'_menu_item_show_category_img',''),(1693,7924,'_menu_item_type','custom'),(1696,7924,'_menu_item_menu_item_parent','0'),(1699,7924,'_menu_item_object_id','7924'),(1702,7924,'_menu_item_object','custom'),(1705,7924,'_menu_item_target',''),(1708,7924,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1711,7924,'_menu_item_xfn',''),(1714,7924,'_menu_item_url','#'),(1717,7924,'_menu_item_icon',''),(1720,7924,'_menu_item_icon_pos',''),(1723,7924,'_menu_item_nolink',''),(1726,7924,'_menu_item_hide',''),(1729,7924,'_menu_item_mobile_hide',''),(1732,7924,'_menu_item_hide_cat_image',''),(1735,7924,'_menu_item_hide_subcats_list',''),(1738,7924,'_menu_item_hide_empty_subcats',''),(1741,7924,'_menu_item_cols',''),(1744,7924,'_menu_item_popup_type',''),(1747,7924,'_menu_item_popup_pos',''),(1750,7924,'_menu_item_popup_cols',''),(1753,7924,'_menu_item_popup_bg_image',''),(1756,7924,'_menu_item_popup_bg_pos',''),(1759,7924,'_menu_item_popup_bg_repeat',''),(1762,7924,'_menu_item_popup_bg_size',''),(1765,7924,'_menu_item_popup_style',''),(1768,7924,'_menu_item_subpopup_bg_image',''),(1771,7924,'_menu_item_subpopup_bg_pos',''),(1774,7924,'_menu_item_subpopup_bg_repeat',''),(1777,7924,'_menu_item_subpopup_bg_size',''),(1780,7924,'_menu_item_subpopup_style',''),(1783,7924,'_menu_item_block',''),(1786,7924,'_menu_item_tip_label',''),(1789,7924,'_menu_item_tip_color',''),(1792,7924,'_menu_item_tip_bg',''),(1795,7924,'_menu_item_show_category_img',''),(1798,7927,'_menu_item_type','custom'),(1801,7927,'_menu_item_menu_item_parent','0'),(1804,7927,'_menu_item_object_id','7927'),(1807,7927,'_menu_item_object','custom'),(1810,7927,'_menu_item_target',''),(1813,7927,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1816,7927,'_menu_item_xfn',''),(1819,7927,'_menu_item_url','#'),(1822,7927,'_menu_item_icon',''),(1825,7927,'_menu_item_icon_pos',''),(1828,7927,'_menu_item_nolink',''),(1831,7927,'_menu_item_hide',''),(1834,7927,'_menu_item_mobile_hide',''),(1837,7927,'_menu_item_hide_cat_image',''),(1840,7927,'_menu_item_hide_subcats_list',''),(1843,7927,'_menu_item_hide_empty_subcats',''),(1846,7927,'_menu_item_cols',''),(1849,7927,'_menu_item_popup_type',''),(1852,7927,'_menu_item_popup_pos',''),(1855,7927,'_menu_item_popup_cols',''),(1858,7927,'_menu_item_popup_bg_image',''),(1861,7927,'_menu_item_popup_bg_pos',''),(1864,7927,'_menu_item_popup_bg_repeat',''),(1867,7927,'_menu_item_popup_bg_size',''),(1870,7927,'_menu_item_popup_style',''),(1873,7927,'_menu_item_subpopup_bg_image',''),(1876,7927,'_menu_item_subpopup_bg_pos',''),(1879,7927,'_menu_item_subpopup_bg_repeat',''),(1882,7927,'_menu_item_subpopup_bg_size',''),(1885,7927,'_menu_item_subpopup_style',''),(1888,7927,'_menu_item_block',''),(1891,7927,'_menu_item_tip_label',''),(1894,7927,'_menu_item_tip_color',''),(1897,7927,'_menu_item_tip_bg',''),(1900,7927,'_menu_item_show_category_img',''),(1903,7930,'_menu_item_type','custom'),(1906,7930,'_menu_item_menu_item_parent','0'),(1909,7930,'_menu_item_object_id','7930'),(1912,7930,'_menu_item_object','custom'),(1915,7930,'_menu_item_target',''),(1918,7930,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1921,7930,'_menu_item_xfn',''),(1924,7930,'_menu_item_url','http://smartwavethemes.net/mango_dummy/404'),(1927,7930,'_menu_item_icon',''),(1930,7930,'_menu_item_icon_pos',''),(1933,7930,'_menu_item_nolink',''),(1936,7930,'_menu_item_hide',''),(1939,7930,'_menu_item_mobile_hide',''),(1942,7930,'_menu_item_hide_cat_image',''),(1945,7930,'_menu_item_hide_subcats_list',''),(1948,7930,'_menu_item_hide_empty_subcats',''),(1951,7930,'_menu_item_cols',''),(1954,7930,'_menu_item_popup_type',''),(1957,7930,'_menu_item_popup_pos',''),(1960,7930,'_menu_item_popup_cols',''),(1963,7930,'_menu_item_popup_bg_image',''),(1966,7930,'_menu_item_popup_bg_pos',''),(1969,7930,'_menu_item_popup_bg_repeat',''),(1972,7930,'_menu_item_popup_bg_size',''),(1975,7930,'_menu_item_popup_style',''),(1978,7930,'_menu_item_subpopup_bg_image',''),(1981,7930,'_menu_item_subpopup_bg_pos',''),(1984,7930,'_menu_item_subpopup_bg_repeat',''),(1987,7930,'_menu_item_subpopup_bg_size',''),(1990,7930,'_menu_item_subpopup_style',''),(1993,7930,'_menu_item_block',''),(1996,7930,'_menu_item_tip_label',''),(1999,7930,'_menu_item_tip_color',''),(2002,7930,'_menu_item_tip_bg',''),(2005,7930,'_menu_item_show_category_img',''),(2008,7933,'_menu_item_type','custom'),(2011,7933,'_menu_item_menu_item_parent','0'),(2014,7933,'_menu_item_object_id','7933'),(2017,7933,'_menu_item_object','custom'),(2020,7933,'_menu_item_target',''),(2023,7933,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2026,7933,'_menu_item_xfn',''),(2029,7933,'_menu_item_url','#'),(2032,7933,'_menu_item_icon',''),(2035,7933,'_menu_item_icon_pos',''),(2038,7933,'_menu_item_nolink',''),(2041,7933,'_menu_item_hide',''),(2044,7933,'_menu_item_mobile_hide',''),(2047,7933,'_menu_item_hide_cat_image',''),(2050,7933,'_menu_item_hide_subcats_list',''),(2053,7933,'_menu_item_hide_empty_subcats',''),(2056,7933,'_menu_item_cols',''),(2059,7933,'_menu_item_popup_type',''),(2062,7933,'_menu_item_popup_pos',''),(2065,7933,'_menu_item_popup_cols',''),(2068,7933,'_menu_item_popup_bg_image',''),(2071,7933,'_menu_item_popup_bg_pos',''),(2074,7933,'_menu_item_popup_bg_repeat',''),(2077,7933,'_menu_item_popup_bg_size',''),(2080,7933,'_menu_item_popup_style',''),(2083,7933,'_menu_item_subpopup_bg_image',''),(2086,7933,'_menu_item_subpopup_bg_pos',''),(2089,7933,'_menu_item_subpopup_bg_repeat',''),(2092,7933,'_menu_item_subpopup_bg_size',''),(2095,7933,'_menu_item_subpopup_style',''),(2098,7933,'_menu_item_block',''),(2101,7933,'_menu_item_tip_label',''),(2104,7933,'_menu_item_tip_color',''),(2107,7933,'_menu_item_tip_bg',''),(2110,7933,'_menu_item_show_category_img',''),(2113,7936,'_menu_item_type','custom'),(2116,7936,'_menu_item_menu_item_parent','0'),(2119,7936,'_menu_item_object_id','7936'),(2122,7936,'_menu_item_object','custom'),(2125,7936,'_menu_item_target',''),(2128,7936,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2131,7936,'_menu_item_xfn',''),(2134,7936,'_menu_item_url','#'),(2137,7936,'_menu_item_icon',''),(2140,7936,'_menu_item_icon_pos',''),(2143,7936,'_menu_item_nolink',''),(2146,7936,'_menu_item_hide',''),(2149,7936,'_menu_item_mobile_hide',''),(2152,7936,'_menu_item_hide_cat_image',''),(2155,7936,'_menu_item_hide_subcats_list',''),(2158,7936,'_menu_item_hide_empty_subcats',''),(2161,7936,'_menu_item_cols',''),(2164,7936,'_menu_item_popup_type',''),(2167,7936,'_menu_item_popup_pos',''),(2170,7936,'_menu_item_popup_cols',''),(2173,7936,'_menu_item_popup_bg_image',''),(2176,7936,'_menu_item_popup_bg_pos',''),(2179,7936,'_menu_item_popup_bg_repeat',''),(2182,7936,'_menu_item_popup_bg_size',''),(2185,7936,'_menu_item_popup_style',''),(2188,7936,'_menu_item_subpopup_bg_image',''),(2191,7936,'_menu_item_subpopup_bg_pos',''),(2194,7936,'_menu_item_subpopup_bg_repeat',''),(2197,7936,'_menu_item_subpopup_bg_size',''),(2200,7936,'_menu_item_subpopup_style',''),(2203,7936,'_menu_item_block',''),(2206,7936,'_menu_item_tip_label',''),(2209,7936,'_menu_item_tip_color',''),(2212,7936,'_menu_item_tip_bg',''),(2215,7936,'_menu_item_show_category_img',''),(2218,7939,'_menu_item_type','custom'),(2221,7939,'_menu_item_menu_item_parent','7927'),(2224,7939,'_menu_item_object_id','7939'),(2227,7939,'_menu_item_object','custom'),(2230,7939,'_menu_item_target',''),(2233,7939,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2236,7939,'_menu_item_xfn',''),(2239,7939,'_menu_item_url','#'),(2242,7939,'_menu_item_icon',''),(2245,7939,'_menu_item_icon_pos',''),(2248,7939,'_menu_item_nolink',''),(2251,7939,'_menu_item_hide',''),(2254,7939,'_menu_item_mobile_hide',''),(2257,7939,'_menu_item_hide_cat_image',''),(2260,7939,'_menu_item_hide_subcats_list',''),(2263,7939,'_menu_item_hide_empty_subcats',''),(2266,7939,'_menu_item_cols',''),(2269,7939,'_menu_item_popup_type',''),(2272,7939,'_menu_item_popup_pos',''),(2275,7939,'_menu_item_popup_cols',''),(2278,7939,'_menu_item_popup_bg_image',''),(2281,7939,'_menu_item_popup_bg_pos',''),(2284,7939,'_menu_item_popup_bg_repeat',''),(2287,7939,'_menu_item_popup_bg_size',''),(2290,7939,'_menu_item_popup_style',''),(2293,7939,'_menu_item_subpopup_bg_image',''),(2296,7939,'_menu_item_subpopup_bg_pos',''),(2299,7939,'_menu_item_subpopup_bg_repeat',''),(2302,7939,'_menu_item_subpopup_bg_size',''),(2305,7939,'_menu_item_subpopup_style',''),(2308,7939,'_menu_item_block',''),(2311,7939,'_menu_item_tip_label',''),(2314,7939,'_menu_item_tip_color',''),(2317,7939,'_menu_item_tip_bg',''),(2320,7939,'_menu_item_show_category_img',''),(2323,7942,'_menu_item_type','custom'),(2326,7942,'_menu_item_menu_item_parent','7927'),(2329,7942,'_menu_item_object_id','7942'),(2332,7942,'_menu_item_object','custom'),(2335,7942,'_menu_item_target',''),(2338,7942,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2341,7942,'_menu_item_xfn',''),(2344,7942,'_menu_item_url','#'),(2347,7942,'_menu_item_icon',''),(2350,7942,'_menu_item_icon_pos',''),(2353,7942,'_menu_item_nolink',''),(2356,7942,'_menu_item_hide',''),(2359,7942,'_menu_item_mobile_hide',''),(2362,7942,'_menu_item_hide_cat_image',''),(2365,7942,'_menu_item_hide_subcats_list',''),(2368,7942,'_menu_item_hide_empty_subcats',''),(2371,7942,'_menu_item_cols',''),(2374,7942,'_menu_item_popup_type',''),(2377,7942,'_menu_item_popup_pos',''),(2380,7942,'_menu_item_popup_cols',''),(2383,7942,'_menu_item_popup_bg_image',''),(2386,7942,'_menu_item_popup_bg_pos',''),(2389,7942,'_menu_item_popup_bg_repeat',''),(2392,7942,'_menu_item_popup_bg_size',''),(2395,7942,'_menu_item_popup_style',''),(2398,7942,'_menu_item_subpopup_bg_image',''),(2401,7942,'_menu_item_subpopup_bg_pos',''),(2404,7942,'_menu_item_subpopup_bg_repeat',''),(2407,7942,'_menu_item_subpopup_bg_size',''),(2410,7942,'_menu_item_subpopup_style',''),(2413,7942,'_menu_item_block',''),(2416,7942,'_menu_item_tip_label',''),(2419,7942,'_menu_item_tip_color',''),(2422,7942,'_menu_item_tip_bg',''),(2425,7942,'_menu_item_show_category_img',''),(2428,7945,'_menu_item_type','custom'),(2431,7945,'_menu_item_menu_item_parent','7927'),(2434,7945,'_menu_item_object_id','7945'),(2437,7945,'_menu_item_object','custom'),(2440,7945,'_menu_item_target',''),(2443,7945,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2446,7945,'_menu_item_xfn',''),(2449,7945,'_menu_item_url','#'),(2452,7945,'_menu_item_icon',''),(2455,7945,'_menu_item_icon_pos',''),(2458,7945,'_menu_item_nolink',''),(2461,7945,'_menu_item_hide',''),(2464,7945,'_menu_item_mobile_hide',''),(2467,7945,'_menu_item_hide_cat_image',''),(2470,7945,'_menu_item_hide_subcats_list',''),(2473,7945,'_menu_item_hide_empty_subcats',''),(2476,7945,'_menu_item_cols',''),(2479,7945,'_menu_item_popup_type',''),(2482,7945,'_menu_item_popup_pos',''),(2485,7945,'_menu_item_popup_cols',''),(2488,7945,'_menu_item_popup_bg_image',''),(2491,7945,'_menu_item_popup_bg_pos',''),(2494,7945,'_menu_item_popup_bg_repeat',''),(2497,7945,'_menu_item_popup_bg_size',''),(2500,7945,'_menu_item_popup_style',''),(2503,7945,'_menu_item_subpopup_bg_image',''),(2506,7945,'_menu_item_subpopup_bg_pos',''),(2509,7945,'_menu_item_subpopup_bg_repeat',''),(2512,7945,'_menu_item_subpopup_bg_size',''),(2515,7945,'_menu_item_subpopup_style',''),(2518,7945,'_menu_item_block',''),(2521,7945,'_menu_item_tip_label',''),(2524,7945,'_menu_item_tip_color',''),(2527,7945,'_menu_item_tip_bg',''),(2530,7945,'_menu_item_show_category_img',''),(2533,7948,'_menu_item_type','custom'),(2536,7948,'_menu_item_menu_item_parent','7927'),(2539,7948,'_menu_item_object_id','7948'),(2542,7948,'_menu_item_object','custom'),(2545,7948,'_menu_item_target',''),(2548,7948,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2551,7948,'_menu_item_xfn',''),(2554,7948,'_menu_item_url','#'),(2557,7948,'_menu_item_icon',''),(2560,7948,'_menu_item_icon_pos',''),(2563,7948,'_menu_item_nolink',''),(2566,7948,'_menu_item_hide',''),(2569,7948,'_menu_item_mobile_hide',''),(2572,7948,'_menu_item_hide_cat_image',''),(2575,7948,'_menu_item_hide_subcats_list',''),(2578,7948,'_menu_item_hide_empty_subcats',''),(2581,7948,'_menu_item_cols',''),(2584,7948,'_menu_item_popup_type',''),(2587,7948,'_menu_item_popup_pos',''),(2590,7948,'_menu_item_popup_cols',''),(2593,7948,'_menu_item_popup_bg_image',''),(2596,7948,'_menu_item_popup_bg_pos',''),(2599,7948,'_menu_item_popup_bg_repeat',''),(2602,7948,'_menu_item_popup_bg_size',''),(2605,7948,'_menu_item_popup_style',''),(2608,7948,'_menu_item_subpopup_bg_image',''),(2611,7948,'_menu_item_subpopup_bg_pos',''),(2614,7948,'_menu_item_subpopup_bg_repeat',''),(2617,7948,'_menu_item_subpopup_bg_size',''),(2620,7948,'_menu_item_subpopup_style',''),(2623,7948,'_menu_item_block',''),(2626,7948,'_menu_item_tip_label',''),(2629,7948,'_menu_item_tip_color',''),(2632,7948,'_menu_item_tip_bg',''),(2635,7948,'_menu_item_show_category_img',''),(2638,7951,'_menu_item_type','custom'),(2641,7951,'_menu_item_menu_item_parent','0'),(2644,7951,'_menu_item_object_id','7951'),(2647,7951,'_menu_item_object','custom'),(2650,7951,'_menu_item_target',''),(2653,7951,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2656,7951,'_menu_item_xfn',''),(2659,7951,'_menu_item_url','#'),(2662,7951,'_menu_item_icon',''),(2665,7951,'_menu_item_icon_pos',''),(2668,7951,'_menu_item_nolink',''),(2671,7951,'_menu_item_hide',''),(2674,7951,'_menu_item_mobile_hide',''),(2677,7951,'_menu_item_hide_cat_image',''),(2680,7951,'_menu_item_hide_subcats_list',''),(2683,7951,'_menu_item_hide_empty_subcats',''),(2686,7951,'_menu_item_cols',''),(2689,7951,'_menu_item_popup_type',''),(2692,7951,'_menu_item_popup_pos',''),(2695,7951,'_menu_item_popup_cols',''),(2698,7951,'_menu_item_popup_bg_image',''),(2701,7951,'_menu_item_popup_bg_pos',''),(2704,7951,'_menu_item_popup_bg_repeat',''),(2707,7951,'_menu_item_popup_bg_size',''),(2710,7951,'_menu_item_popup_style',''),(2713,7951,'_menu_item_subpopup_bg_image',''),(2716,7951,'_menu_item_subpopup_bg_pos',''),(2719,7951,'_menu_item_subpopup_bg_repeat',''),(2722,7951,'_menu_item_subpopup_bg_size',''),(2725,7951,'_menu_item_subpopup_style',''),(2728,7951,'_menu_item_block',''),(2731,7951,'_menu_item_tip_label',''),(2734,7951,'_menu_item_tip_color',''),(2737,7951,'_menu_item_tip_bg',''),(2740,7951,'_menu_item_show_category_img',''),(2743,7954,'_menu_item_type','custom'),(2746,7954,'_menu_item_menu_item_parent','0'),(2749,7954,'_menu_item_object_id','7954'),(2752,7954,'_menu_item_object','custom'),(2755,7954,'_menu_item_target',''),(2758,7954,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2761,7954,'_menu_item_xfn',''),(2764,7954,'_menu_item_url','#'),(2767,7954,'_menu_item_icon',''),(2770,7954,'_menu_item_icon_pos','Left'),(2773,7954,'_menu_item_nolink',''),(2776,7954,'_menu_item_hide',''),(2779,7954,'_menu_item_mobile_hide',''),(2782,7954,'_menu_item_hide_cat_image',''),(2785,7954,'_menu_item_hide_subcats_list',''),(2788,7954,'_menu_item_hide_empty_subcats',''),(2791,7954,'_menu_item_cols',''),(2794,7954,'_menu_item_popup_type',''),(2797,7954,'_menu_item_popup_pos',''),(2800,7954,'_menu_item_popup_cols',''),(2803,7954,'_menu_item_popup_bg_image',''),(2806,7954,'_menu_item_popup_bg_pos',''),(2809,7954,'_menu_item_popup_bg_repeat',''),(2812,7954,'_menu_item_popup_bg_size',''),(2815,7954,'_menu_item_popup_style',''),(2818,7954,'_menu_item_subpopup_bg_image',''),(2821,7954,'_menu_item_subpopup_bg_pos',''),(2824,7954,'_menu_item_subpopup_bg_repeat',''),(2827,7954,'_menu_item_subpopup_bg_size',''),(2830,7954,'_menu_item_subpopup_style',''),(2833,7954,'_menu_item_block',''),(2836,7954,'_menu_item_tip_label',''),(2839,7954,'_menu_item_tip_color',''),(2842,7954,'_menu_item_tip_bg',''),(2845,7954,'_menu_item_show_category_img',''),(2953,7960,'_menu_item_type','custom'),(2956,7960,'_menu_item_menu_item_parent','0'),(2959,7960,'_menu_item_object_id','7960'),(2962,7960,'_menu_item_object','custom'),(2965,7960,'_menu_item_target',''),(2968,7960,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2971,7960,'_menu_item_xfn',''),(2974,7960,'_menu_item_url','#'),(2977,7960,'_menu_item_icon',''),(2980,7960,'_menu_item_icon_pos','Left'),(2983,7960,'_menu_item_nolink',''),(2986,7960,'_menu_item_hide',''),(2989,7960,'_menu_item_mobile_hide',''),(2992,7960,'_menu_item_hide_cat_image',''),(2995,7960,'_menu_item_hide_subcats_list',''),(2998,7960,'_menu_item_hide_empty_subcats',''),(3001,7960,'_menu_item_cols',''),(3004,7960,'_menu_item_popup_type',''),(3007,7960,'_menu_item_popup_pos',''),(3010,7960,'_menu_item_popup_cols',''),(3013,7960,'_menu_item_popup_bg_image',''),(3016,7960,'_menu_item_popup_bg_pos',''),(3019,7960,'_menu_item_popup_bg_repeat',''),(3022,7960,'_menu_item_popup_bg_size',''),(3025,7960,'_menu_item_popup_style',''),(3028,7960,'_menu_item_subpopup_bg_image',''),(3031,7960,'_menu_item_subpopup_bg_pos',''),(3034,7960,'_menu_item_subpopup_bg_repeat',''),(3037,7960,'_menu_item_subpopup_bg_size',''),(3040,7960,'_menu_item_subpopup_style',''),(3043,7960,'_menu_item_block',''),(3046,7960,'_menu_item_tip_label',''),(3049,7960,'_menu_item_tip_color',''),(3052,7960,'_menu_item_tip_bg',''),(3055,7960,'_menu_item_show_category_img',''),(3163,7966,'_menu_item_type','custom'),(3166,7966,'_menu_item_menu_item_parent','0'),(3169,7966,'_menu_item_object_id','7966'),(3172,7966,'_menu_item_object','custom'),(3175,7966,'_menu_item_target',''),(3178,7966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3181,7966,'_menu_item_xfn',''),(3184,7966,'_menu_item_url','#'),(3187,7966,'_menu_item_icon',''),(3190,7966,'_menu_item_icon_pos','Left'),(3193,7966,'_menu_item_nolink',''),(3196,7966,'_menu_item_hide',''),(3199,7966,'_menu_item_mobile_hide',''),(3202,7966,'_menu_item_hide_cat_image',''),(3205,7966,'_menu_item_hide_subcats_list',''),(3208,7966,'_menu_item_hide_empty_subcats',''),(3211,7966,'_menu_item_cols',''),(3214,7966,'_menu_item_popup_type',''),(3217,7966,'_menu_item_popup_pos','popup_left_align'),(3220,7966,'_menu_item_popup_cols','col-4'),(3223,7966,'_menu_item_popup_bg_image',''),(3226,7966,'_menu_item_popup_bg_pos',''),(3229,7966,'_menu_item_popup_bg_repeat',''),(3232,7966,'_menu_item_popup_bg_size',''),(3235,7966,'_menu_item_popup_style',''),(3238,7966,'_menu_item_subpopup_bg_image',''),(3241,7966,'_menu_item_subpopup_bg_pos',''),(3244,7966,'_menu_item_subpopup_bg_repeat',''),(3247,7966,'_menu_item_subpopup_bg_size',''),(3250,7966,'_menu_item_subpopup_style',''),(3253,7966,'_menu_item_block',''),(3256,7966,'_menu_item_tip_label',''),(3259,7966,'_menu_item_tip_color',''),(3262,7966,'_menu_item_tip_bg',''),(3265,7966,'_menu_item_show_category_img',''),(3268,7969,'_menu_item_type','custom'),(3271,7969,'_menu_item_menu_item_parent','0'),(3274,7969,'_menu_item_object_id','7969'),(3277,7969,'_menu_item_object','custom'),(3280,7969,'_menu_item_target',''),(3283,7969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3286,7969,'_menu_item_xfn',''),(3289,7969,'_menu_item_url','#'),(3292,7969,'_menu_item_icon',''),(3295,7969,'_menu_item_icon_pos','Left'),(3298,7969,'_menu_item_nolink',''),(3301,7969,'_menu_item_hide',''),(3304,7969,'_menu_item_mobile_hide',''),(3307,7969,'_menu_item_hide_cat_image',''),(3310,7969,'_menu_item_hide_subcats_list',''),(3313,7969,'_menu_item_hide_empty_subcats',''),(3316,7969,'_menu_item_cols',''),(3319,7969,'_menu_item_popup_type',''),(3322,7969,'_menu_item_popup_pos',''),(3325,7969,'_menu_item_popup_cols',''),(3328,7969,'_menu_item_popup_bg_image',''),(3331,7969,'_menu_item_popup_bg_pos',''),(3334,7969,'_menu_item_popup_bg_repeat',''),(3337,7969,'_menu_item_popup_bg_size',''),(3340,7969,'_menu_item_popup_style',''),(3343,7969,'_menu_item_subpopup_bg_image',''),(3346,7969,'_menu_item_subpopup_bg_pos',''),(3349,7969,'_menu_item_subpopup_bg_repeat',''),(3352,7969,'_menu_item_subpopup_bg_size',''),(3355,7969,'_menu_item_subpopup_style',''),(3358,7969,'_menu_item_block',''),(3361,7969,'_menu_item_tip_label',''),(3364,7969,'_menu_item_tip_color',''),(3367,7969,'_menu_item_tip_bg',''),(3370,7969,'_menu_item_show_category_img',''),(4423,8002,'_menu_item_type','custom'),(4426,8002,'_menu_item_menu_item_parent','7927'),(4429,8002,'_menu_item_object_id','8002'),(4432,8002,'_menu_item_object','custom'),(4435,8002,'_menu_item_target',''),(4438,8002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4441,8002,'_menu_item_xfn',''),(4444,8002,'_menu_item_url','#'),(4447,8002,'_menu_item_icon',''),(4450,8002,'_menu_item_icon_pos',''),(4453,8002,'_menu_item_nolink',''),(4456,8002,'_menu_item_hide',''),(4459,8002,'_menu_item_mobile_hide',''),(4462,8002,'_menu_item_hide_cat_image',''),(4465,8002,'_menu_item_hide_subcats_list',''),(4468,8002,'_menu_item_hide_empty_subcats',''),(4471,8002,'_menu_item_cols',''),(4474,8002,'_menu_item_popup_type',''),(4477,8002,'_menu_item_popup_pos',''),(4480,8002,'_menu_item_popup_cols',''),(4483,8002,'_menu_item_popup_bg_image',''),(4486,8002,'_menu_item_popup_bg_pos',''),(4489,8002,'_menu_item_popup_bg_repeat',''),(4492,8002,'_menu_item_popup_bg_size',''),(4495,8002,'_menu_item_popup_style',''),(4498,8002,'_menu_item_subpopup_bg_image',''),(4501,8002,'_menu_item_subpopup_bg_pos',''),(4504,8002,'_menu_item_subpopup_bg_repeat',''),(4507,8002,'_menu_item_subpopup_bg_size',''),(4510,8002,'_menu_item_subpopup_style',''),(4513,8002,'_menu_item_block',''),(4516,8002,'_menu_item_tip_label',''),(4519,8002,'_menu_item_tip_color',''),(4522,8002,'_menu_item_tip_bg',''),(4525,8002,'_menu_item_show_category_img',''),(4528,8005,'_menu_item_type','custom'),(4531,8005,'_menu_item_menu_item_parent','7933'),(4534,8005,'_menu_item_object_id','8005'),(4537,8005,'_menu_item_object','custom'),(4540,8005,'_menu_item_target',''),(4543,8005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4546,8005,'_menu_item_xfn',''),(4549,8005,'_menu_item_url','http://smartwavethemes.net/mango_dummy/home-version-12/?body_dir=rtl'),(4552,8005,'_menu_item_icon',''),(4555,8005,'_menu_item_icon_pos',''),(4558,8005,'_menu_item_nolink',''),(4561,8005,'_menu_item_hide',''),(4564,8005,'_menu_item_mobile_hide',''),(4567,8005,'_menu_item_hide_cat_image',''),(4570,8005,'_menu_item_hide_subcats_list',''),(4573,8005,'_menu_item_hide_empty_subcats',''),(4576,8005,'_menu_item_cols',''),(4579,8005,'_menu_item_popup_type',''),(4582,8005,'_menu_item_popup_pos',''),(4585,8005,'_menu_item_popup_cols',''),(4588,8005,'_menu_item_popup_bg_image',''),(4591,8005,'_menu_item_popup_bg_pos',''),(4594,8005,'_menu_item_popup_bg_repeat',''),(4597,8005,'_menu_item_popup_bg_size',''),(4600,8005,'_menu_item_popup_style',''),(4603,8005,'_menu_item_subpopup_bg_image',''),(4606,8005,'_menu_item_subpopup_bg_pos',''),(4609,8005,'_menu_item_subpopup_bg_repeat',''),(4612,8005,'_menu_item_subpopup_bg_size',''),(4615,8005,'_menu_item_subpopup_style',''),(4618,8005,'_menu_item_block',''),(4621,8005,'_menu_item_tip_label',''),(4624,8005,'_menu_item_tip_color',''),(4627,8005,'_menu_item_tip_bg',''),(4630,8005,'_menu_item_show_category_img',''),(4633,31,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4636,1117,'_wpb_vc_js_status','true'),(4639,1117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4642,1117,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4645,1117,'mango_blog_excerpt','1'),(4648,1117,'mango_blog_excerpt_limit','80'),(4651,1117,'mango_excerpt_type','text'),(4654,1117,'_oembed_fcf936480e0eaf27afb04d1a5b11beae','<iframe width=\"770\" height=\"433\" src=\"https://www.youtube.com/embed/JOsBjabQAfo?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4657,1117,'_oembed_time_fcf936480e0eaf27afb04d1a5b11beae','1431082397'),(4660,1117,'_oembed_152d4cc65d114c871cfbb639e50946ac','<iframe src=\"https://player.vimeo.com/video/35396305\" width=\"770\" height=\"433\" frameborder=\"0\" title=\"Yosemite HD\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(4663,1117,'_oembed_time_152d4cc65d114c871cfbb639e50946ac','1431082397'),(4666,1117,'_s2mail','yes'),(4669,1117,'mango_popup_e_d','off'),(4672,1117,'slide_template','default'),(4675,1117,'mango_blog_type','classic'),(4678,1117,'mango_contact_page_version','1'),(4681,1117,'_oembed_035dfd872b0cfa88e565895c4ab9e94b','<iframe src=\"https://player.vimeo.com/video/35396305\" width=\"770\" height=\"433\" frameborder=\"0\" title=\"Yosemite HD\" webkitclass=\"embed-responsive-item\" allowfullscreen mozclass=\"embed-responsive-item\" allowfullscreen class=\"embed-responsive-item\" allowfullscreen></iframe>'),(4684,1117,'_oembed_time_035dfd872b0cfa88e565895c4ab9e94b','1433330792'),(4687,1117,'mango_page_layout','no'),(4690,1117,'mango_hide_page_title','1'),(4693,1117,'mango_footer_type','1'),(4696,1117,'mango_top_footer_widget_columns','3'),(4699,5749,'rw_fname','a:1:{i:0;s:8:\"Anh Tran\";}'),(4702,5749,'mango_footer_widget_columns','4'),(4705,5749,'mango_blog_excerpt','1'),(4708,5749,'mango_blog_excerpt_limit','80'),(4711,5749,'mango_excerpt_type','text'),(4714,5749,'_wpb_vc_js_status','true'),(4717,5749,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4720,5749,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4723,5749,'mango_blog_type','classic'),(4726,5749,'mango_contact_page_version','1'),(4729,5749,'mango_page_layout','no'),(4732,5749,'slide_template','default'),(4735,5749,'mango_popup_e_d','off'),(4738,5749,'mango_hide_page_title','1'),(4741,5749,'mango_footer_type','1'),(4744,5749,'_wpb_post_custom_css','img.wow.pull-center.animated{\r\nwidth:100%;\r\n}'),(4747,7416,'_edit_last','1'),(4750,7416,'_wpb_vc_js_status','true'),(4753,7416,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4756,7416,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4759,7416,'mango_blog_excerpt','1'),(4762,7416,'mango_blog_excerpt_limit','80'),(4765,7416,'mango_excerpt_type','text'),(4768,7416,'_s2mail','yes'),(4771,7416,'mango_popup_e_d','off'),(4774,7416,'slide_template','default'),(4777,7416,'mango_blog_type','classic'),(4780,7416,'mango_contact_page_version','1'),(4783,7416,'mango_page_layout','no'),(4786,7416,'mango_hide_page_title','1'),(4789,7416,'mango_coming_soon_page_version','1'),(4792,18,'_wpb_vc_js_status','false'),(4795,18,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4798,18,'slide_template','default'),(4801,18,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4804,18,'mango_blog_type','classic'),(4807,18,'mango_blog_masonry_columns','3'),(4810,18,'mango_blog_excerpt_length','80'),(4813,18,'mango_contact_page_version','1'),(4816,18,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing </p>\n<p>Tortor Sagittis, CA 880986,</p>\n<p>United States</p>\n<p>CA 90896,</p>\n<p>United States</p>\n</address>\n'),(4819,18,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com </p>\n<p>Toll-free: (1800) 000 8808</p>\n</address>\n'),(4822,18,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(4825,18,'mango_page_layout','left'),(4828,18,'mango_page_sidebar_left','shop-page-sidebar-1'),(4831,18,'mango_page_sidebar_right','shop-page-sidebar-2'),(4834,18,'mango_popup_e_d','off'),(4837,18,'mango_page_header','2'),(4840,18,'mango_hide_page_title','1'),(4846,18,'mango_footer_type','1'),(4849,18,'mango_top_footer_widget_columns','3'),(4852,18,'mango_coming_soon_page_version','1'),(4855,18,'_wpml_media_duplicate',''),(4858,18,'_wpml_media_featured',''),(4861,19,'_wpb_vc_js_status','false'),(4864,19,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4867,19,'slide_template','default'),(4870,19,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4873,19,'mango_blog_type','classic'),(4876,19,'mango_blog_masonry_columns','3'),(4879,19,'mango_blog_excerpt_length','80'),(4882,19,'mango_contact_page_version','1'),(4885,19,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(4888,19,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(4891,19,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(4894,19,'mango_coming_soon_page_version','1'),(4897,19,'mango_page_layout','no'),(4900,19,'mango_popup_e_d','off'),(4903,19,'_wpml_media_duplicate',''),(4906,19,'_wpml_media_featured',''),(4909,19,'mango_hide_page_title','1'),(4912,19,'mango_page_sidebar_right','page-sidebar-2'),(4915,20,'_wpb_vc_js_status','false'),(4918,20,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4921,20,'slide_template','default'),(4924,20,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4927,20,'mango_blog_type','classic'),(4930,20,'mango_blog_masonry_columns','3'),(4933,20,'mango_blog_excerpt_length','80'),(4936,20,'mango_contact_page_version','1'),(4939,20,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(4942,20,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(4945,20,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(4948,20,'mango_coming_soon_page_version','1'),(4951,20,'mango_page_layout','right'),(4954,20,'mango_page_sidebar_left','checkout_sidebar'),(4957,20,'mango_popup_e_d','off'),(4960,20,'_wpml_media_duplicate',''),(4963,20,'_wpml_media_featured',''),(4966,21,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4969,555,'_edit_last','1'),(4972,555,'_wpb_vc_js_status','true'),(4975,555,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4978,555,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4981,555,'mango_blog_type','classic'),(4984,555,'(mango_)blog_masonry_columns','3'),(4987,555,'mango_blog_excerpt_length','80'),(4990,555,'mango_contact_page_version','1'),(4993,555,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(4996,555,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(4999,555,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5002,555,'mango_page_layout','no'),(5005,555,'mango_footer_widget_columns','1'),(5008,555,'mango_page_header','17'),(5011,555,'slide_template','default'),(5014,555,'mango_top_footer_widget_columns','1'),(5017,555,'mango_top_footer_widget_v2_columns','1'),(5020,555,'mango_footer_type','4'),(5023,555,'mango_logo','749'),(5026,555,'mango_footer_logo','749'),(5029,555,'mango_popup_e_d','off'),(5032,555,'mango_hide_page_title','1'),(5035,555,'mango_hide_breadcrumb','1'),(5038,555,'_wpb_shortcodes_custom_css','.vc_custom_1439361402377{margin-top: -10px !important;}.vc_custom_1439362350083{margin-top: 85px !important;}.vc_custom_1438702103358{margin-bottom: 30px !important;}.vc_custom_1439374307249{margin-top: 100px !important;}.vc_custom_1436164845230{margin-bottom: -50px !important;}'),(5041,555,'_wpml_media_duplicate',''),(5044,555,'_wpml_media_featured',''),(5047,555,'mango_coming_soon_page_version','1'),(5050,555,'mango_banner_type','rev_slider'),(5053,557,'_wpb_vc_js_status','true'),(5056,557,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5059,557,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5062,557,'mango_blog_type','classic'),(5065,557,'(mango_)blog_masonry_columns','3'),(5068,557,'mango_blog_excerpt_length','80'),(5071,557,'mango_contact_page_version','1'),(5074,557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5077,557,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5080,557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5083,557,'mango_page_layout','right'),(5086,557,'slide_template','default'),(5089,557,'mango_page_sidebar_left','page-sidebar-1'),(5092,557,'mango_page_sidebar_right','page-sidebar-2'),(5095,557,'mango_page_header','7'),(5098,557,'mango_footer_type','2'),(5101,557,'mango_footer_logo','763'),(5104,557,'mango_hide_page_title','1'),(5107,557,'mango_hide_breadcrumb','1'),(5110,557,'mango_popup_e_d','off'),(5113,557,'_wpb_shortcodes_custom_css','.vc_custom_1436104211707{margin-bottom: -50px !important;}'),(5116,557,'_wpml_media_duplicate',''),(5119,557,'_wpml_media_featured',''),(5122,557,'mango_logo','6253'),(5125,557,'mango_coming_soon_page_version','1'),(5128,557,'_edit_last','1'),(5131,564,'_edit_last','1'),(5134,564,'_wpb_vc_js_status','true'),(5137,564,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5140,564,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5143,564,'mango_blog_type','classic'),(5146,564,'(mango_)blog_masonry_columns','3'),(5149,564,'mango_blog_excerpt_length','80'),(5152,564,'mango_contact_page_version','1'),(5155,564,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5158,564,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5161,564,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5164,564,'mango_page_layout','left'),(5167,564,'slide_template','default'),(5170,564,'mango_page_sidebar_left','page-sidebar-1'),(5173,564,'mango_page_header','11'),(5176,564,'mango_page_sidebar_left','page-sidebar-1'),(5179,564,'mango_footer_logo','764'),(5182,564,'mango_footer_logo','764'),(5185,564,'mango_logo','764'),(5188,564,'mango_logo','764'),(5191,564,'mango_hide_page_title','1'),(5194,564,'mango_hide_page_title','1'),(5197,564,'mango_hide_breadcrumb','1'),(5200,564,'mango_hide_breadcrumb','1'),(5203,564,'mango_popup_e_d','off'),(5206,564,'mango_popup_e_d','off'),(5209,564,'mango_top_footer_widget_columns','3'),(5212,564,'mango_top_footer_widget_columns','3'),(5215,564,'mango_hide_page_footer_menu','1'),(5218,564,'_wpml_media_duplicate',''),(5221,564,'_wpml_media_featured',''),(5224,564,'mango_top_footer_widget_v2_columns','1'),(5227,564,'mango_footer_type','2'),(5230,564,'mango_coming_soon_page_version','1'),(5233,564,'mango_top_footer_widget_hide','1'),(5236,564,'mango_page_sidebar_left','page-sidebar-1'),(5239,564,'mango_footer_logo','764'),(5242,564,'mango_logo','764'),(5245,564,'mango_hide_page_title','1'),(5248,564,'mango_hide_breadcrumb','1'),(5251,564,'mango_popup_e_d','off'),(5254,564,'mango_top_footer_widget_columns','3'),(5257,564,'mango_page_sidebar_left','page-sidebar-1'),(5260,564,'mango_footer_logo','764'),(5263,564,'mango_logo','764'),(5266,564,'mango_hide_page_title','1'),(5269,564,'mango_hide_breadcrumb','1'),(5272,564,'mango_popup_e_d','off'),(5275,564,'mango_top_footer_widget_columns','3'),(5278,564,'_wpb_shortcodes_custom_css','.vc_custom_1437634276840{margin-top: 26px !important;}'),(5281,564,'mango_hide_page_footer_menu','1'),(5284,564,'mango_page_sidebar_left','page-sidebar-1'),(5287,564,'mango_footer_logo','764'),(5290,564,'mango_logo','764'),(5293,564,'mango_hide_page_title','1'),(5296,564,'mango_hide_breadcrumb','1'),(5299,564,'mango_popup_e_d','off'),(5302,564,'mango_top_footer_widget_columns','3'),(5305,564,'mango_hide_page_footer_menu','1'),(5308,564,'mango_page_sidebar_left','page-sidebar-1'),(5311,564,'mango_footer_logo','764'),(5314,564,'mango_logo','764'),(5317,564,'mango_hide_page_title','1'),(5320,564,'mango_hide_breadcrumb','1'),(5323,564,'mango_popup_e_d','off'),(5326,564,'mango_top_footer_widget_columns','3'),(5329,564,'mango_hide_page_footer_menu','1'),(5332,564,'mango_page_sidebar_left','page-sidebar-1'),(5335,564,'mango_footer_logo','764'),(5338,564,'mango_logo','764'),(5341,564,'mango_hide_page_title','1'),(5344,564,'mango_hide_breadcrumb','1'),(5347,564,'mango_popup_e_d','off'),(5350,564,'mango_top_footer_widget_columns','3'),(5353,564,'mango_hide_page_footer_menu','1'),(5356,564,'mango_page_sidebar_left','page-sidebar-1'),(5359,564,'mango_footer_logo','764'),(5362,564,'mango_logo','764'),(5365,564,'mango_hide_page_title','1'),(5368,564,'mango_hide_breadcrumb','1'),(5371,564,'mango_popup_e_d','off'),(5374,564,'mango_top_footer_widget_columns','3'),(5377,564,'mango_hide_page_footer_menu','1'),(5380,564,'mango_page_sidebar_left','page-sidebar-1'),(5383,564,'mango_footer_logo','764'),(5386,564,'mango_logo','764'),(5389,564,'mango_hide_page_title','1'),(5392,564,'mango_hide_breadcrumb','1'),(5395,564,'mango_popup_e_d','off'),(5398,564,'mango_top_footer_widget_columns','3'),(5401,564,'mango_hide_page_footer_menu','1'),(5404,566,'_edit_last','1'),(5407,566,'_wpb_vc_js_status','true'),(5410,566,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5413,566,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5416,566,'mango_blog_type','classic'),(5419,566,'(mango_)blog_masonry_columns','3'),(5422,566,'mango_blog_excerpt_length','80'),(5425,566,'mango_contact_page_version','1'),(5428,566,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5431,566,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5434,566,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5437,566,'slide_template','default'),(5440,566,'mango_page_layout','left'),(5443,566,'mango_page_sidebar_left','single-post-sidebar'),(5446,566,'mango_logo','765'),(5449,566,'mango_page_header','13'),(5452,566,'mango_footer_type','8'),(5455,566,'mango_hide_page_title','1'),(5458,566,'mango_hide_breadcrumb','1'),(5461,566,'mango_popup_e_d','off'),(5464,566,'mango_footer_logo','2970'),(5467,566,'_wpml_media_duplicate',''),(5470,566,'_wpml_media_featured',''),(5473,566,'mango_coming_soon_page_version','1'),(5476,568,'_edit_last','1'),(5479,568,'_wpb_vc_js_status','true'),(5482,568,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5485,568,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5488,568,'mango_blog_type','classic'),(5491,568,'(mango_)blog_masonry_columns','3'),(5494,568,'mango_blog_excerpt_length','80'),(5497,568,'mango_contact_page_version','1'),(5500,568,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5503,568,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5506,568,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5509,568,'slide_template','default'),(5512,568,'mango_page_layout','no'),(5515,568,'mango_logo','765'),(5518,568,'mango_footer_logo','765'),(5521,568,'mango_page_header','14'),(5524,568,'mango_footer_type','3'),(5527,568,'mango_hide_page_title','1'),(5530,568,'mango_hide_breadcrumb','1'),(5533,568,'mango_popup_e_d','off'),(5536,568,'_wpml_media_duplicate',''),(5539,568,'_wpml_media_featured',''),(5542,568,'mango_coming_soon_page_version','1'),(5545,568,'_wpb_shortcodes_custom_css','.vc_custom_1438756965253{margin-right: -45px !important;margin-left: -30px !important;}'),(5548,572,'_edit_last','1'),(5551,572,'_wpb_vc_js_status','true'),(5554,572,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5557,572,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5560,572,'mango_blog_type','classic'),(5563,572,'(mango_)blog_masonry_columns','3'),(5566,572,'mango_blog_excerpt_length','80'),(5569,572,'mango_contact_page_version','1'),(5572,572,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5575,572,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5578,572,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5581,572,'slide_template','default'),(5584,572,'mango_page_layout','no'),(5587,572,'mango_page_sidebar_left','page-sidebar-1'),(5590,572,'mango_page_sidebar_right','page-sidebar-2'),(5593,572,'mango_logo','769'),(5596,572,'mango_page_header','8'),(5599,572,'mango_footer_type','2'),(5602,572,'mango_page_header','8'),(5605,572,'mango_footer_logo','770'),(5608,572,'mango_popup_e_d','off'),(5611,572,'mango_popup_e_d','off'),(5614,572,'_wpml_media_duplicate',''),(5617,572,'_wpml_media_duplicate',''),(5620,572,'_wpml_media_featured',''),(5623,572,'_wpml_media_featured',''),(5626,572,'mango_hide_page_title','1'),(5629,572,'mango_hide_page_title','1'),(5632,572,'mango_hide_breadcrumb','1'),(5635,572,'mango_hide_breadcrumb','1'),(5638,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5641,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5644,572,'mango_coming_soon_page_version','1'),(5647,572,'mango_coming_soon_page_version','1'),(5650,572,'mango_page_header','8'),(5653,572,'mango_page_header','8'),(5656,572,'mango_popup_e_d','off'),(5659,572,'mango_popup_e_d','off'),(5662,572,'_wpml_media_duplicate',''),(5665,572,'_wpml_media_duplicate',''),(5668,572,'_wpml_media_featured',''),(5671,572,'_wpml_media_featured',''),(5674,572,'mango_hide_page_title','1'),(5677,572,'mango_hide_page_title','1'),(5680,572,'mango_hide_breadcrumb','1'),(5683,572,'mango_hide_breadcrumb','1'),(5686,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5689,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5692,572,'mango_coming_soon_page_version','1'),(5695,572,'mango_coming_soon_page_version','1'),(5698,572,'mango_page_header','8'),(5701,572,'mango_page_header','8'),(5704,572,'mango_popup_e_d','off'),(5707,572,'mango_popup_e_d','off'),(5710,572,'_wpml_media_duplicate',''),(5713,572,'_wpml_media_featured',''),(5716,572,'_wpml_media_duplicate',''),(5719,572,'mango_hide_page_title','1'),(5722,572,'_wpml_media_featured',''),(5725,572,'mango_hide_breadcrumb','1'),(5728,572,'mango_hide_page_title','1'),(5731,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5734,572,'mango_hide_breadcrumb','1'),(5737,572,'mango_coming_soon_page_version','1'),(5740,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5743,572,'mango_theme_wrapper','boxed-long'),(5746,572,'mango_coming_soon_page_version','1'),(5749,572,'mango_page_header','8'),(5752,572,'mango_popup_e_d','off'),(5755,572,'_wpml_media_duplicate',''),(5758,572,'_wpml_media_featured',''),(5761,572,'mango_hide_page_title','1'),(5764,572,'mango_hide_breadcrumb','1'),(5767,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5770,572,'mango_coming_soon_page_version','1'),(5773,572,'mango_page_header','8'),(5776,572,'mango_popup_e_d','off'),(5779,572,'_wpml_media_duplicate',''),(5782,572,'_wpml_media_featured',''),(5785,572,'mango_hide_page_title','1'),(5788,572,'mango_hide_breadcrumb','1'),(5791,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5794,572,'mango_coming_soon_page_version','1'),(5797,572,'mango_page_header','8'),(5800,572,'mango_popup_e_d','off'),(5803,572,'_wpml_media_duplicate',''),(5806,572,'_wpml_media_featured',''),(5809,572,'mango_hide_page_title','1'),(5812,572,'mango_hide_breadcrumb','1'),(5815,572,'_wpb_shortcodes_custom_css','.vc_custom_1436280879927{margin-bottom: -90px !important;}.vc_custom_1438701956398{margin-top: 40px !important;}'),(5818,572,'mango_coming_soon_page_version','1'),(5821,574,'_wpb_vc_js_status','true'),(5824,574,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5827,574,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5830,574,'mango_blog_type','classic'),(5833,574,'(mango_)blog_masonry_columns','3'),(5836,574,'mango_blog_excerpt_length','80'),(5839,574,'mango_contact_page_version','1'),(5842,574,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5845,574,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5848,574,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5851,574,'slide_template','default'),(5854,574,'mango_page_layout','no'),(5857,574,'mango_logo','771'),(5860,574,'mango_footer_logo','771'),(5863,574,'mango_page_header','9'),(5866,574,'mango_footer_type','4'),(5869,574,'mango_hide_page_title','1'),(5872,574,'mango_hide_breadcrumb','1'),(5875,574,'mango_popup_e_d','off'),(5878,574,'_wpb_shortcodes_custom_css','.vc_custom_1436836600547{margin-top: -10px !important;margin-bottom: -41px !important;}'),(5881,574,'_wpml_media_duplicate',''),(5884,574,'_wpml_media_featured',''),(5887,574,'mango_coming_soon_page_version','1'),(5890,578,'_wpb_vc_js_status','true'),(5893,578,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5896,578,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5899,578,'mango_blog_type','classic'),(5902,578,'(mango_)blog_masonry_columns','3'),(5905,578,'mango_blog_excerpt_length','80'),(5908,578,'mango_contact_page_version','1'),(5911,578,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(5914,578,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(5917,578,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(5920,578,'slide_template','default'),(5923,578,'mango_page_layout','no'),(5926,578,'mango_page_header','16'),(5929,578,'mango_logo','774'),(5932,578,'mango_popup_e_d','off'),(5935,578,'mango_hide_page_title','1'),(5938,578,'mango_hide_breadcrumb','1'),(5941,578,'mango_coming_soon_page_version','1'),(5944,578,'_wpml_media_duplicate',''),(5947,578,'_wpml_media_featured',''),(5950,578,'_wpb_shortcodes_custom_css','.vc_custom_1438078171828{margin-top: -10px !important;}'),(5953,578,'mango_container_size','yes'),(5956,578,'mango_container_size','yes'),(5959,578,'mango_container_size','yes'),(5962,1124,'_wpb_vc_js_status','true'),(5965,1124,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5968,1124,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(5971,1124,'mango_blog_excerpt','1'),(5974,1124,'mango_blog_excerpt_limit','80'),(5977,1124,'mango_excerpt_type','text'),(5980,1124,'slide_template','default'),(5983,1124,'mango_blog_type','classic'),(5986,1124,'mango_contact_page_version','1'),(5989,1124,'mango_popup_e_d','off'),(5992,1124,'mango_page_layout','no'),(5995,1124,'mango_hide_page_title','1'),(5998,1124,'mango_coming_soon_page_version','1'),(6001,1124,'_wpml_media_duplicate',''),(6004,1124,'_wpml_media_featured',''),(6007,1126,'_wpb_vc_js_status','true'),(6010,1126,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6013,1126,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6016,1126,'mango_blog_excerpt','1'),(6019,1126,'mango_blog_excerpt_limit','80'),(6022,1126,'mango_excerpt_type','text'),(6025,1126,'slide_template','default'),(6028,1126,'mango_blog_type','classic'),(6031,1126,'mango_contact_page_version','1'),(6034,1126,'mango_popup_e_d','off'),(6037,1126,'mango_page_layout','no'),(6040,1126,'mango_hide_page_title','1'),(6043,1128,'_wpb_vc_js_status','true'),(6046,1128,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6049,1128,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6052,1128,'mango_blog_excerpt','1'),(6055,1128,'mango_blog_excerpt_limit','80'),(6058,1128,'mango_excerpt_type','text'),(6061,1128,'slide_template','default'),(6064,1128,'mango_blog_type','classic'),(6067,1128,'mango_contact_page_version','1'),(6070,1128,'mango_page_layout','no'),(6073,1128,'mango_popup_e_d','off'),(6076,1128,'mango_hide_page_title','1'),(6079,1129,'_wpb_vc_js_status','true'),(6082,1129,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6085,1129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6088,1129,'mango_blog_excerpt','1'),(6091,1129,'mango_blog_excerpt_limit','80'),(6094,1129,'mango_excerpt_type','text'),(6097,1129,'_wpb_shortcodes_custom_css','.vc_custom_1430819014767{margin-bottom: 2px !important;}.vc_custom_1430819875778{margin-bottom: 2px !important;}.vc_custom_1430820235744{margin-bottom: 2px !important;}.vc_custom_1430820219324{margin-bottom: 2px !important;}.vc_custom_1430820718610{margin-bottom: 2px !important;}.vc_custom_1430821126515{margin-bottom: 2px !important;}.vc_custom_1430821142589{margin-bottom: 2px !important;}.vc_custom_1430821849922{margin-bottom: 2px !important;}.vc_custom_1430823244328{margin-bottom: 2px !important;}.vc_custom_1430823306657{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430823372911{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430809473407{padding-right: 2px !important;padding-left: 2px !important;}.vc_custom_1430823414071{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823431519{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823447792{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823463159{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823475014{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823488224{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823686530{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823503380{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430823518285{padding-left: 1px !important;}.vc_custom_1430823327471{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430817827601{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430816051692{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430818022558{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430815606948{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430817254802{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430818121991{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430815758910{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430817312537{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430823615102{padding-top: 30px !important;padding-right: 1px !important;padding-bottom: 30px !important;padding-left: 1px !important;background-color: #f8f8f8 !important;}.vc_custom_1430817297591{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430823554778{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}.vc_custom_1430823132046{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430823084561{padding-left: 1px !important;}.vc_custom_1430818373117{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430818761282{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430823035571{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430823000271{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822981663{padding-left: 1px !important;}.vc_custom_1430986559751{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430819747980{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430819780914{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822903922{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822919412{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822936837{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822952226{padding-left: 1px !important;}.vc_custom_1430819989269{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820049512{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820105470{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820154380{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822856314{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822871056{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822884739{padding-left: 1px !important;}.vc_custom_1430820509003{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820573852{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820880281{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822822498{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822842834{padding-left: 1px !important;}.vc_custom_1430820922726{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430820982867{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822791393{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822804770{padding-left: 1px !important;}.vc_custom_1430821184698{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430821248986{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822767417{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822778665{padding-left: 1px !important;}.vc_custom_1430821760559{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430821814502{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822668978{padding-right: 1px !important;padding-left: 0px !important;}.vc_custom_1430822685349{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822699057{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822727106{padding-right: 1px !important;padding-left: 1px !important;}.vc_custom_1430822751203{padding-left: 1px !important;}.vc_custom_1430822015156{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822426165{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822155826{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822543017{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430822323889{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}.vc_custom_1430823223447{padding-left: 0px !important;}.vc_custom_1430823207253{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}'),(6100,1129,'slide_template','default'),(6103,1129,'slide_template','default'),(6106,1129,'mango_blog_type','classic'),(6109,1129,'mango_contact_page_version','1'),(6112,1129,'mango_contact_page_version','1'),(6115,1129,'mango_popup_e_d','off'),(6118,1129,'mango_popup_e_d','off'),(6121,1129,'mango_page_layout','no'),(6124,1129,'mango_page_layout','no'),(6127,1129,'mango_hide_page_title','1'),(6130,1129,'mango_hide_page_title','1'),(6133,1129,'slide_template','default'),(6136,1129,'slide_template','default'),(6139,1129,'slide_template','default'),(6142,1129,'mango_contact_page_version','1'),(6145,1129,'mango_contact_page_version','1'),(6148,1129,'mango_popup_e_d','off'),(6151,1129,'mango_popup_e_d','off'),(6154,1129,'mango_page_layout','no'),(6157,1129,'mango_page_layout','no'),(6160,1129,'mango_hide_page_title','1'),(6163,1129,'mango_hide_page_title','1'),(6166,1129,'slide_template','default'),(6169,1129,'slide_template','default'),(6172,1129,'mango_contact_page_version','1'),(6175,1129,'mango_contact_page_version','1'),(6178,1129,'mango_popup_e_d','off'),(6181,1129,'mango_popup_e_d','off'),(6184,1129,'mango_page_layout','no'),(6187,1129,'mango_page_layout','no'),(6190,1129,'mango_hide_page_title','1'),(6193,1129,'mango_hide_page_title','1'),(6196,1129,'mango_contact_page_version','1'),(6199,1129,'mango_popup_e_d','off'),(6202,1129,'mango_page_layout','no'),(6205,1129,'mango_hide_page_title','1'),(6208,1129,'slide_template','default'),(6211,1129,'mango_contact_page_version','1'),(6214,1129,'mango_popup_e_d','off'),(6217,1129,'mango_page_layout','no'),(6220,1129,'mango_hide_page_title','1'),(6223,1129,'slide_template','default'),(6226,1129,'mango_contact_page_version','1'),(6229,1129,'mango_popup_e_d','off'),(6232,1129,'mango_page_layout','no'),(6235,1129,'mango_hide_page_title','1'),(6238,1137,'_wpb_vc_js_status','true'),(6241,1137,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6244,1137,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6247,1137,'mango_blog_excerpt','1'),(6250,1137,'mango_blog_excerpt_limit','80'),(6253,1137,'mango_excerpt_type','text'),(6256,1137,'_s2mail','yes'),(6259,1137,'slide_template','default'),(6262,1137,'mango_blog_type','classic'),(6265,1137,'mango_contact_page_version','1'),(6268,1137,'mango_popup_e_d','off'),(6271,1137,'mango_page_layout','no'),(6274,1137,'mango_popup_e_d','off'),(6277,1137,'mango_hide_page_title','1'),(6280,1137,'mango_hide_page_title','1'),(6283,1137,'mango_popup_e_d','off'),(6286,1137,'mango_popup_e_d','off'),(6289,1137,'mango_hide_page_title','1'),(6292,1137,'mango_hide_page_title','1'),(6295,1137,'mango_popup_e_d','off'),(6298,1137,'mango_popup_e_d','off'),(6301,1137,'mango_hide_page_title','1'),(6304,1137,'mango_hide_page_title','1'),(6307,1137,'mango_popup_e_d','off'),(6310,1137,'mango_hide_page_title','1'),(6313,1137,'mango_popup_e_d','off'),(6316,1137,'mango_hide_page_title','1'),(6319,1137,'mango_popup_e_d','off'),(6322,1137,'mango_hide_page_title','1'),(6325,1139,'_wpb_vc_js_status','true'),(6328,1139,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6331,1139,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6334,1139,'mango_blog_excerpt','1'),(6337,1139,'mango_blog_excerpt_limit','80'),(6340,1139,'mango_excerpt_type','text'),(6343,1139,'mango_m_title','Mango Newsletter'),(6346,1139,'mango_desc','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.\n[subscribe2 hide=\"unsubscribe\"]\n \n<span style=\"text-decoration: underline;\">We don’t spam</span> our clients email boxes'),(6349,1139,'mango_line','We don’t spam our clients email boxes'),(6352,1139,'mango_image_url','http://localhost/mango17jul3/wp-content/uploads/2015/05/newsletter-popupbg.png'),(6355,1139,'mango__button','http://localhost/mango17jul3/wp-content/uploads/2015/05/newsletter-popupbg.png'),(6358,1139,'_s2mail','yes'),(6361,1139,'mango_shortcode','[subscribe2 hide=\"unsubscribe\"] '),(6364,1139,'mango_popup_e_d','on'),(6367,1139,'slide_template','default'),(6370,1139,'mango_blog_type','classic'),(6373,1139,'mango_contact_page_version','1'),(6376,1139,'mango_page_layout','no'),(6379,1139,'mango_popup_image','1213'),(6382,1139,'mango_popup_title','Mango Newsletter'),(6385,1139,'mango_popup_desc','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>\n<p>[subscribe2 hide=\"unsubscribe\"]</p>\n<p><span style=\"text-decoration: underline;\">We don’t spam</span> our clients email boxes</p>\n'),(6388,1139,'mango_popup_bg_repeat','no-repeat'),(6391,1139,'mango_popup_bg_position','right center'),(6394,1139,'mango_hide_page_title','1'),(6397,1139,'_wpb_post_custom_css','.icon-center{\n text-align:center; \n \n}'),(6400,1139,'_wpml_media_duplicate','1'),(6403,1139,'_wpml_media_featured','1'),(6406,1139,'mango_portfolio_page_style','grid'),(6409,1139,'mango_portfolio_style','default'),(6412,1139,'mango_portfolio_columns','3'),(6415,1139,'mango_coming_soon_page_version','1'),(6418,7412,'_edit_last','1'),(6421,7412,'_wpb_vc_js_status','true'),(6424,7412,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6427,7412,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6430,7412,'mango_blog_excerpt','1'),(6433,7412,'mango_blog_excerpt_limit','80'),(6436,7412,'mango_excerpt_type','text'),(6439,7412,'_wpb_shortcodes_custom_css','.vc_custom_1435833189251{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833442809{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833519785{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833684460{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833738017{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833801825{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435833989619{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834083881{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834198119{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834275769{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834320260{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834364809{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834421233{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834479823{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834527562{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834614127{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834759536{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435834851698{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431038732983{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431038769574{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431038824321{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431037631966{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039113640{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039438295{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039508231{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039536200{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039565289{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039604529{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039665936{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039709738{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040012515{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040053029{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040112641{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040211410{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040241324{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040309861{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040350071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040382561{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040418761{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040453997{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040501544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431039508231{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040534941{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040571453{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040601488{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040648826{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040701423{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431040798882{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041284316{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041337587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041391517{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041427045{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041468282{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041509850{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041556695{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041596255{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041636495{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041716045{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041781226{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041854440{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041920560{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431041979086{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042018362{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042092140{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042126656{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042159121{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042197997{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042250635{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042329494{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042373360{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042411177{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431042449310{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431043596105{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431043642770{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431043683927{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044317358{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044067716{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044116315{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044159376{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044283440{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044443491{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044516516{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044575649{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044610018{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044646765{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044694188{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044735089{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044773687{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044819785{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044913169{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431044970208{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045013290{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045058302{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045092800{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045139472{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045168270{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045948783{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431045998252{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046036154{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431105804067{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046189243{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046220081{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046259794{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046286220{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046321329{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046469652{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046610487{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046690191{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046727585{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046785651{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046840696{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046894116{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046929587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046929587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431046980733{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047051210{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047191024{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047229726{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047334771{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047364476{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047424912{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047459298{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047500536{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047548529{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047637688{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431047691944{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431048739392{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431048798647{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431048869730{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431048908826{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431048969124{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049043968{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049362110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049401644{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049449455{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049487317{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049577784{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431049577784{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050303523{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050338266{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050380405{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050449847{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050503902{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431050533371{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106044110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106162493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106162493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106235452{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106405355{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106453857{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106895401{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106921558{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106951505{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431106982941{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107064412{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107094179{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107127241{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107167238{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107201507{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107239675{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107292430{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431107352730{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108489697{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108522894{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108555381{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108589181{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108654595{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108697960{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108726096{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108829650{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108865427{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108933040{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431108967255{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109004390{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109088548{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109149327{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109245788{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109310833{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109362305{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1431109398732{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454077023{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454230955{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454325702{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454397191{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454459621{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434454523081{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455257571{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455341239{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455372857{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455419516{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455462734{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1434455502419{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435042810332{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435042870437{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435042909479{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435042947088{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435043007670{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435043040780{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435043329749{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435043449620{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435043487890{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435044145253{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435044220690{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435044847803{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435044998343{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435045199823{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435045376318{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435045805274{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435045854078{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435045882128{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046028493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046299510{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046336479{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046531648{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046576493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435046727750{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435047791323{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435047954551{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435048099204{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435048144513{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435048175086{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435048210897{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049006476{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049045302{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049402267{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049442764{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049477579{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049653395{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049804023{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049858110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049906352{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049944762{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435049984203{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435050036544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149198073{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149340114{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149373428{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149429063{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149758780{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435149806816{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150191704{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150238560{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150277750{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150309039{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150344886{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150387882{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150781901{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150822593{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150865635{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150900025{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150936842{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435150983967{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660161815{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660219246{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660250831{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660275228{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660307777{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660341289{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660397442{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660428390{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660459729{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660487808{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660533519{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660578218{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660836541{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660868963{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660903630{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435660945492{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435661043346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435661125690{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672451668{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672495117{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672636717{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672661503{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672685044{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672706495{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672771261{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672795710{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672824411{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672851262{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672874259{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672899589{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672951898{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435672982776{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435673007644{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435673033423{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435673057459{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435673097990{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679295085{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679422544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679473416{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679517776{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679546510{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679572572{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679616104{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679639660{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679663488{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679687514{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679709382{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679732931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679779762{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679808211{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679838462{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679928342{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435679974838{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680037525{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680324328{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680374514{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680401831{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680432070{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680464664{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435680491777{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682841145{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682873827{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682897917{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682927691{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682950265{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435682983432{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683027285{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683055346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683090931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683120071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683149942{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683188353{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683027285{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683055346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683090931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683120071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683149942{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}.vc_custom_1435683188353{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}'),(6442,7412,'slide_template','default'),(6445,7412,'mango_blog_type','classic'),(6448,7412,'mango_contact_page_version','1'),(6451,7412,'mango_popup_e_d','off'),(6454,7412,'mango_page_layout','no'),(6457,7412,'mango_hide_page_title','1'),(6460,7412,'mango_coming_soon_page_version','1'),(6463,7540,'_wpb_vc_js_status','true'),(6466,7540,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6469,7540,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6472,7540,'mango_blog_excerpt','1'),(6475,7540,'mango_blog_excerpt_limit','80'),(6478,7540,'mango_excerpt_type','text'),(6481,7540,'mango_page_sidebar','no'),(6484,7540,'mango_blog_type','classic'),(6487,7540,'slide_template','default'),(6490,7540,'mango_contact_page_version','1'),(6493,7540,'_edit_last','1'),(6496,7540,'mango_coming_soon_page_version','1'),(6499,7540,'mango_popup_e_d','off'),(6502,7540,'mango_page_layout','no'),(6505,7540,'mango_hide_page_title','1'),(6508,581,'_edit_last','1'),(6511,581,'_wpb_vc_js_status','true'),(6514,581,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6517,581,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6520,581,'mango_blog_type','classic'),(6523,581,'mango_blog_type','classic'),(6526,581,'(mango_)blog_masonry_columns','3'),(6529,581,'(mango_)blog_masonry_columns','3'),(6532,581,'mango_blog_excerpt_length','80'),(6535,581,'mango_blog_excerpt_length','80'),(6538,581,'mango_contact_page_version','1'),(6541,581,'mango_contact_page_version','1'),(6544,581,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(6547,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6550,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6553,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6556,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6559,581,'slide_template','default'),(6562,581,'slide_template','default'),(6565,581,'mango_page_layout','no'),(6568,581,'mango_page_layout','no'),(6571,581,'mango_logo','766'),(6574,581,'mango_logo','766'),(6577,581,'mango_page_header','2'),(6580,581,'mango_page_header','2'),(6583,581,'mango_footer_type','4'),(6586,581,'mango_footer_type','4'),(6589,581,'mango_footer_logo','767'),(6592,581,'mango_footer_logo','767'),(6595,581,'mango_hide_page_title','1'),(6598,581,'mango_hide_page_title','1'),(6601,581,'mango_hide_breadcrumb','1'),(6604,581,'mango_hide_breadcrumb','1'),(6607,581,'mango_popup_e_d','off'),(6610,581,'mango_popup_e_d','off'),(6613,581,'_wpml_media_duplicate',''),(6616,581,'_wpml_media_duplicate',''),(6619,581,'_wpml_media_featured',''),(6622,581,'_wpml_media_featured',''),(6625,581,'mango_blog_type','classic'),(6628,581,'mango_blog_type','classic'),(6631,581,'(mango_)blog_masonry_columns','3'),(6634,581,'(mango_)blog_masonry_columns','3'),(6637,581,'mango_blog_excerpt_length','80'),(6640,581,'mango_blog_excerpt_length','80'),(6643,581,'mango_contact_page_version','1'),(6646,581,'mango_contact_page_version','1'),(6649,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6652,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6655,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6658,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6661,581,'slide_template','default'),(6664,581,'slide_template','default'),(6667,581,'mango_page_layout','no'),(6670,581,'mango_page_layout','no'),(6673,581,'mango_logo','766'),(6676,581,'mango_logo','766'),(6679,581,'mango_page_header','2'),(6682,581,'mango_page_header','2'),(6685,581,'mango_footer_type','4'),(6688,581,'mango_footer_type','4'),(6691,581,'mango_footer_logo','767'),(6694,581,'mango_footer_logo','767'),(6697,581,'mango_hide_page_title','1'),(6700,581,'mango_hide_page_title','1'),(6703,581,'mango_hide_breadcrumb','1'),(6706,581,'mango_hide_breadcrumb','1'),(6709,581,'mango_popup_e_d','off'),(6712,581,'mango_popup_e_d','off'),(6715,581,'_wpml_media_duplicate',''),(6718,581,'_wpml_media_duplicate',''),(6721,581,'_wpml_media_featured',''),(6724,581,'_wpml_media_featured',''),(6727,581,'mango_blog_type','classic'),(6730,581,'mango_blog_type','classic'),(6733,581,'(mango_)blog_masonry_columns','3'),(6736,581,'(mango_)blog_masonry_columns','3'),(6739,581,'mango_blog_excerpt_length','80'),(6742,581,'mango_blog_excerpt_length','80'),(6745,581,'mango_contact_page_version','1'),(6748,581,'mango_contact_page_version','1'),(6751,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6754,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6757,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6760,581,'slide_template','default'),(6763,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6766,581,'mango_page_layout','no'),(6769,581,'slide_template','default'),(6772,581,'mango_logo','766'),(6775,581,'mango_page_layout','no'),(6778,581,'mango_page_header','2'),(6781,581,'mango_logo','766'),(6784,581,'mango_footer_type','4'),(6787,581,'mango_page_header','2'),(6790,581,'mango_footer_logo','767'),(6793,581,'mango_footer_type','4'),(6796,581,'mango_hide_page_title','1'),(6799,581,'mango_footer_logo','767'),(6802,581,'mango_hide_breadcrumb','1'),(6805,581,'mango_hide_page_title','1'),(6808,581,'mango_popup_e_d','off'),(6811,581,'mango_hide_breadcrumb','1'),(6814,581,'_wpml_media_duplicate',''),(6817,581,'mango_popup_e_d','off'),(6820,581,'_wpml_media_featured',''),(6823,581,'_wpml_media_duplicate',''),(6826,581,'mango_coming_soon_page_version','1'),(6829,581,'_wpml_media_featured',''),(6832,581,'mango_container_size','yes'),(6835,581,'mango_container_size','yes'),(6838,581,'mango_blog_type','classic'),(6841,581,'(mango_)blog_masonry_columns','3'),(6844,581,'mango_blog_excerpt_length','80'),(6847,581,'mango_contact_page_version','1'),(6850,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6853,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6856,581,'slide_template','default'),(6859,581,'mango_page_layout','no'),(6862,581,'mango_logo','766'),(6865,581,'mango_page_header','2'),(6868,581,'mango_footer_type','4'),(6871,581,'mango_footer_logo','767'),(6874,581,'mango_hide_page_title','1'),(6877,581,'mango_hide_breadcrumb','1'),(6880,581,'mango_popup_e_d','off'),(6883,581,'_wpml_media_duplicate',''),(6886,581,'_wpml_media_featured',''),(6889,581,'mango_blog_type','classic'),(6892,581,'(mango_)blog_masonry_columns','3'),(6895,581,'mango_blog_excerpt_length','80'),(6898,581,'mango_contact_page_version','1'),(6901,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6904,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6907,581,'slide_template','default'),(6910,581,'mango_page_layout','no'),(6913,581,'mango_logo','766'),(6916,581,'mango_page_header','2'),(6919,581,'mango_footer_type','4'),(6922,581,'mango_footer_logo','767'),(6925,581,'mango_hide_page_title','1'),(6928,581,'mango_hide_breadcrumb','1'),(6931,581,'mango_popup_e_d','off'),(6934,581,'_wpml_media_duplicate',''),(6937,581,'_wpml_media_featured',''),(6940,581,'mango_blog_type','classic'),(6943,581,'(mango_)blog_masonry_columns','3'),(6946,581,'mango_blog_excerpt_length','80'),(6949,581,'mango_contact_page_version','1'),(6952,581,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(6955,581,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(6958,581,'slide_template','default'),(6961,581,'mango_page_layout','no'),(6964,581,'mango_logo','766'),(6967,581,'mango_page_header','2'),(6970,581,'mango_footer_type','4'),(6973,581,'mango_footer_logo','767'),(6976,581,'mango_hide_page_title','1'),(6979,581,'mango_hide_breadcrumb','1'),(6982,581,'mango_popup_e_d','off'),(6985,581,'_wpml_media_duplicate',''),(6988,581,'_wpml_media_featured',''),(6991,581,'mango_container_size','yes'),(6994,583,'_edit_last','1'),(6997,583,'_wpb_vc_js_status','true'),(7000,583,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7003,583,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7006,583,'mango_blog_type','classic'),(7009,583,'(mango_)blog_masonry_columns','3'),(7012,583,'mango_blog_excerpt_length','80'),(7015,583,'mango_contact_page_version','1'),(7018,583,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7021,583,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7024,583,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7027,583,'slide_template','default'),(7030,583,'mango_page_layout','no'),(7033,583,'_wpb_post_custom_css','border-slider{\nborder:2px solid #ccc;\n}'),(7036,583,'mango_logo','768'),(7039,583,'mango_footer_logo','768'),(7042,583,'mango_page_header','4'),(7045,583,'mango_footer_type','6'),(7048,583,'mango_theme_wrapper','boxed-long'),(7051,583,'mango_hide_page_title','1'),(7054,583,'mango_hide_breadcrumb','1'),(7057,583,'mango_popup_e_d','off'),(7060,583,'_wpb_shortcodes_custom_css','.vc_custom_1436093976256{margin-right: 10px !important;margin-left: 10px !important;}'),(7063,583,'_wpml_media_duplicate',''),(7066,583,'_wpml_media_featured',''),(7069,583,'mango_hide_page_footer_menu','1'),(7072,583,'mango_bg_repeat','no-repeat'),(7075,583,'mango_bg_position','center top'),(7078,583,'mango_coming_soon_page_version','1'),(7081,583,'mango_bg_color','#000000'),(7084,587,'_wpb_vc_js_status','false'),(7087,587,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7090,587,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7093,587,'mango_blog_type','classic'),(7096,587,'(mango_)blog_masonry_columns','3'),(7099,587,'mango_blog_excerpt_length','80'),(7102,587,'mango_contact_page_version','1'),(7105,587,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br>Tortor Sagittis, CA 880986,<br>United States<br>CA 90896,<br>United States</address>\n'),(7108,587,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br>Toll-free: (1800) 000 8808</address>\n'),(7111,587,'mango_contact_message','<h2 class=\'regular-title short\'>Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7114,591,'_wpb_vc_js_status','false'),(7117,591,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7120,591,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7123,591,'mango_blog_type','classic'),(7126,591,'(mango_)blog_masonry_columns','3'),(7129,591,'mango_blog_excerpt_length','80'),(7132,591,'mango_contact_page_version','1'),(7135,591,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7138,591,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7141,591,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7144,591,'slide_template','default'),(7147,591,'mango_popup_e_d','off'),(7150,783,'mango_logo','7908'),(7153,783,'_edit_last','1'),(7156,783,'_wpb_vc_js_status','true'),(7159,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7162,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7165,783,'slide_template','default'),(7168,783,'slide_template','default'),(7171,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7174,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7177,783,'mango_blog_type','classic'),(7180,783,'mango_blog_type','classic'),(7183,783,'(mango_)blog_masonry_columns','3'),(7186,783,'(mango_)blog_masonry_columns','3'),(7189,783,'mango_blog_excerpt_length','80'),(7192,783,'mango_blog_excerpt_length','80'),(7195,783,'mango_contact_page_version','1'),(7198,783,'mango_contact_page_version','1'),(7201,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7204,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7207,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7210,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7213,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7216,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7219,783,'mango_page_header','12'),(7222,783,'mango_page_header','12'),(7225,783,'mango_page_layout','no'),(7228,783,'mango_page_layout','no'),(7231,783,'mango_popup_e_d','off'),(7234,783,'mango_popup_e_d','off'),(7237,783,'mango_hide_page_title','1'),(7240,783,'mango_hide_page_title','1'),(7243,783,'mango_hide_breadcrumb','1'),(7246,783,'mango_hide_breadcrumb','1'),(7249,783,'mango_coming_soon_page_version','1'),(7252,783,'mango_coming_soon_page_version','1'),(7255,783,'_wpml_media_duplicate',''),(7258,783,'_wpml_media_duplicate',''),(7261,783,'_wpml_media_featured',''),(7264,783,'_wpml_media_featured',''),(7267,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7270,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7273,783,'slide_template','default'),(7276,783,'slide_template','default'),(7279,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7282,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7285,783,'mango_blog_type','classic'),(7288,783,'mango_blog_type','classic'),(7291,783,'(mango_)blog_masonry_columns','3'),(7294,783,'(mango_)blog_masonry_columns','3'),(7297,783,'mango_blog_excerpt_length','80'),(7300,783,'mango_blog_excerpt_length','80'),(7303,783,'mango_contact_page_version','1'),(7306,783,'mango_contact_page_version','1'),(7309,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7312,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7315,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7318,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7321,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7324,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7327,783,'mango_page_header','12'),(7330,783,'mango_page_header','12'),(7333,783,'mango_page_layout','no'),(7336,783,'mango_page_layout','no'),(7339,783,'mango_popup_e_d','off'),(7342,783,'mango_popup_e_d','off'),(7345,783,'mango_hide_page_title','1'),(7348,783,'mango_hide_page_title','1'),(7351,783,'mango_hide_breadcrumb','1'),(7354,783,'mango_hide_breadcrumb','1'),(7357,783,'mango_coming_soon_page_version','1'),(7360,783,'mango_coming_soon_page_version','1'),(7363,783,'_wpml_media_duplicate',''),(7366,783,'_wpml_media_duplicate',''),(7369,783,'_wpml_media_featured',''),(7372,783,'_wpml_media_featured',''),(7375,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7378,783,'slide_template','default'),(7381,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7384,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7387,783,'slide_template','default'),(7390,783,'mango_blog_type','classic'),(7393,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7396,783,'(mango_)blog_masonry_columns','3'),(7399,783,'mango_blog_type','classic'),(7402,783,'mango_blog_excerpt_length','80'),(7405,783,'(mango_)blog_masonry_columns','3'),(7408,783,'mango_contact_page_version','1'),(7411,783,'mango_blog_excerpt_length','80'),(7414,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7417,783,'mango_contact_page_version','1'),(7420,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7423,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7426,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7429,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7432,783,'mango_page_header','12'),(7435,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7438,783,'mango_page_layout','no'),(7441,783,'mango_page_header','12'),(7444,783,'mango_page_layout','no'),(7447,783,'mango_popup_e_d','off'),(7450,783,'mango_hide_page_title','1'),(7453,783,'mango_popup_e_d','off'),(7456,783,'mango_hide_breadcrumb','1'),(7459,783,'mango_hide_page_title','1'),(7462,783,'mango_coming_soon_page_version','1'),(7465,783,'mango_hide_breadcrumb','1'),(7468,783,'_wpml_media_duplicate',''),(7471,783,'mango_coming_soon_page_version','1'),(7474,783,'_wpml_media_featured',''),(7477,783,'_wpml_media_duplicate',''),(7480,783,'mango_container_size','yes'),(7483,783,'_wpml_media_featured',''),(7486,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7489,783,'slide_template','default'),(7492,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7495,783,'mango_blog_type','classic'),(7498,783,'(mango_)blog_masonry_columns','3'),(7501,783,'mango_blog_excerpt_length','80'),(7504,783,'mango_contact_page_version','1'),(7507,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7510,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7513,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7516,783,'mango_page_header','12'),(7519,783,'mango_page_layout','no'),(7522,783,'mango_popup_e_d','off'),(7525,783,'mango_hide_page_title','1'),(7528,783,'mango_hide_breadcrumb','1'),(7531,783,'mango_coming_soon_page_version','1'),(7534,783,'_wpml_media_duplicate',''),(7537,783,'_wpml_media_featured',''),(7540,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7543,783,'slide_template','default'),(7546,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7549,783,'mango_blog_type','classic'),(7552,783,'(mango_)blog_masonry_columns','3'),(7555,783,'mango_blog_excerpt_length','80'),(7558,783,'mango_contact_page_version','1'),(7561,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7564,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7567,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7570,783,'mango_page_header','12'),(7573,783,'mango_page_layout','no'),(7576,783,'mango_popup_e_d','off'),(7579,783,'mango_hide_page_title','1'),(7582,783,'mango_hide_breadcrumb','1'),(7585,783,'mango_coming_soon_page_version','1'),(7588,783,'_wpml_media_duplicate',''),(7591,783,'_wpml_media_featured',''),(7594,783,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7597,783,'slide_template','default'),(7600,783,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7603,783,'mango_blog_type','classic'),(7606,783,'(mango_)blog_masonry_columns','3'),(7609,783,'mango_blog_excerpt_length','80'),(7612,783,'mango_contact_page_version','1'),(7615,783,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7618,783,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7621,783,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7624,783,'mango_page_header','12'),(7627,783,'mango_page_layout','no'),(7630,783,'mango_popup_e_d','off'),(7633,783,'mango_hide_page_title','1'),(7636,783,'mango_hide_breadcrumb','1'),(7639,783,'mango_coming_soon_page_version','1'),(7642,783,'_wpml_media_duplicate',''),(7645,783,'_wpml_media_featured',''),(7648,787,'_edit_last','1'),(7651,787,'_wpb_vc_js_status','true'),(7654,787,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7657,787,'slide_template','default'),(7660,787,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7663,787,'mango_blog_type','classic'),(7666,787,'(mango_)blog_masonry_columns','3'),(7669,787,'mango_blog_excerpt_length','80'),(7672,787,'mango_contact_page_version','1'),(7675,787,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7678,787,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7681,787,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7687,787,'mango_page_layout','no'),(7690,787,'mango_footer_type','7'),(7699,787,'mango_hide_page_title','1'),(7705,787,'mango_popup_e_d','off'),(7708,787,'_wpml_media_duplicate',''),(7711,787,'_wpml_media_featured',''),(7714,787,'mango_coming_soon_page_version','1'),(7717,787,'_wpb_shortcodes_custom_css','.vc_custom_1438857081536{margin-bottom: 0px !important;}'),(7720,804,'mango_logo','805'),(7723,804,'_wpb_vc_js_status','true'),(7726,804,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7729,804,'slide_template','default'),(7732,804,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7735,804,'mango_blog_type','classic'),(7738,804,'(mango_)blog_masonry_columns','3'),(7741,804,'mango_blog_excerpt_length','80'),(7744,804,'mango_contact_page_version','1'),(7747,804,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7750,804,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7753,804,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7756,804,'mango_page_header','6'),(7759,804,'mango_footer_type','9'),(7762,804,'mango_footer_logo','805'),(7765,804,'mango_page_layout','no'),(7768,804,'mango_top_footer_widget_v2_columns','3'),(7771,804,'mango_hide_page_title','1'),(7774,804,'mango_hide_breadcrumb','1'),(7777,804,'mango_popup_e_d','off'),(7780,809,'mango_logo','810'),(7783,809,'_wpb_vc_js_status','true'),(7786,809,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7789,809,'slide_template','default'),(7792,809,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7795,809,'mango_blog_type','classic'),(7798,809,'(mango_)blog_masonry_columns','3'),(7801,809,'mango_blog_excerpt_length','80'),(7804,809,'mango_contact_page_version','1'),(7807,809,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7810,809,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7813,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7816,809,'mango_page_header','5'),(7819,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7822,809,'mango_footer_type','11'),(7825,809,'mango_footer_type','11'),(7828,809,'mango_page_layout','no'),(7831,809,'mango_hide_page_title','1'),(7834,809,'mango_page_layout','no'),(7837,809,'mango_hide_breadcrumb','1'),(7840,809,'mango_popup_e_d','off'),(7843,809,'mango_coming_soon_page_version','1'),(7846,809,'_wpml_media_duplicate',''),(7849,809,'_wpml_media_featured',''),(7852,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7855,809,'mango_footer_type','11'),(7858,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7861,809,'mango_page_layout','no'),(7864,809,'mango_footer_type','11'),(7867,809,'mango_page_layout','no'),(7870,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7873,809,'mango_footer_type','11'),(7876,809,'mango_page_layout','no'),(7879,809,'mango_banner_type','rev_slider'),(7882,809,'mango_banner_rev_slider','Home_version15'),(7885,809,'_wpb_shortcodes_custom_css','.vc_custom_1438084350676{margin-bottom: -50px !important;}'),(7888,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7891,809,'mango_footer_type','11'),(7894,809,'mango_page_layout','no'),(7897,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7900,809,'mango_footer_type','11'),(7903,809,'mango_page_layout','no'),(7906,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7909,809,'mango_footer_type','11'),(7912,809,'mango_page_layout','no'),(7915,809,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7918,809,'mango_footer_type','11'),(7921,809,'mango_page_layout','no'),(7924,814,'mango_logo','815'),(7927,814,'mango_bg_custom_select','816'),(7930,814,'_wpb_vc_js_status','true'),(7933,814,'_wpb_vc_js_status','true'),(7936,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7939,814,'slide_template','default'),(7942,814,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(7945,814,'mango_blog_type','classic'),(7948,814,'(mango_)blog_masonry_columns','3'),(7951,814,'mango_blog_excerpt_length','80'),(7954,814,'mango_contact_page_version','1'),(7957,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7960,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7963,814,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(7966,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(7969,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7972,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(7975,814,'mango_page_header','3'),(7978,814,'mango_page_header','3'),(7981,814,'mango_theme_wrapper','boxed-long'),(7984,814,'mango_theme_wrapper','boxed-long'),(7987,814,'mango_bg_mode','custom-image'),(7990,814,'mango_bg_mode','custom-image'),(7993,814,'mango_footer_type','8'),(7996,814,'mango_footer_type','8'),(7999,814,'mango_page_layout','no'),(8002,814,'mango_page_layout','no'),(8005,814,'mango_hide_page_title','1'),(8008,814,'mango_hide_breadcrumb','1'),(8011,814,'mango_hide_page_title','1'),(8014,814,'mango_popup_e_d','off'),(8017,814,'mango_footer_logo','815'),(8020,814,'mango_footer_logo','815'),(8023,814,'_wpml_media_duplicate',''),(8026,814,'_wpml_media_duplicate',''),(8029,814,'_wpml_media_featured',''),(8032,814,'mango_coming_soon_page_version','1'),(8035,814,'_wpml_media_featured',''),(8038,814,'_wpb_vc_js_status','true'),(8041,814,'_wpb_vc_js_status','true'),(8044,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8047,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8050,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8053,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8056,814,'mango_page_header','3'),(8059,814,'mango_theme_wrapper','boxed-long'),(8062,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8065,814,'mango_bg_mode','custom-image'),(8068,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8071,814,'mango_page_header','3'),(8074,814,'mango_footer_type','8'),(8077,814,'mango_theme_wrapper','boxed-long'),(8080,814,'mango_page_layout','no'),(8083,814,'mango_hide_page_title','1'),(8086,814,'mango_footer_logo','815'),(8089,814,'_wpml_media_duplicate',''),(8092,814,'_wpml_media_featured',''),(8095,814,'mango_bg_mode','custom-image'),(8098,814,'_wpb_vc_js_status','true'),(8101,814,'mango_footer_type','8'),(8104,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8107,814,'mango_page_layout','no'),(8110,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8113,814,'mango_hide_page_title','1'),(8116,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8119,814,'mango_footer_logo','815'),(8122,814,'mango_page_header','3'),(8125,814,'mango_theme_wrapper','boxed-long'),(8128,814,'mango_bg_mode','custom-image'),(8131,814,'mango_footer_type','8'),(8134,814,'_wpml_media_duplicate',''),(8137,814,'mango_page_layout','no'),(8140,814,'_wpml_media_featured',''),(8143,814,'mango_hide_page_title','1'),(8146,814,'_wpb_vc_js_status','true'),(8149,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8152,814,'mango_footer_logo','815'),(8155,814,'_wpml_media_duplicate',''),(8158,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8161,814,'_wpml_media_featured',''),(8164,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8167,814,'mango_page_header','3'),(8170,814,'mango_theme_wrapper','boxed-long'),(8173,814,'mango_bg_mode','custom-image'),(8176,814,'mango_footer_type','8'),(8179,814,'mango_page_layout','no'),(8182,814,'mango_hide_page_title','1'),(8185,814,'mango_footer_logo','815'),(8188,814,'_wpml_media_duplicate',''),(8191,814,'_wpml_media_featured',''),(8194,814,'_edit_last','1'),(8197,814,'_wpb_vc_js_status','true'),(8200,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8203,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8206,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8209,814,'mango_page_header','3'),(8212,814,'mango_theme_wrapper','boxed-long'),(8215,814,'mango_bg_mode','custom-image'),(8218,814,'mango_footer_type','8'),(8221,814,'mango_page_layout','no'),(8224,814,'mango_hide_page_title','1'),(8227,814,'mango_footer_logo','815'),(8230,814,'_wpml_media_duplicate',''),(8233,814,'_wpml_media_featured',''),(8236,814,'_wpb_vc_js_status','true'),(8239,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8242,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8245,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8248,814,'mango_page_header','3'),(8251,814,'mango_theme_wrapper','boxed-long'),(8254,814,'mango_bg_mode','custom-image'),(8257,814,'mango_footer_type','8'),(8260,814,'mango_page_layout','no'),(8263,814,'mango_hide_page_title','1'),(8266,814,'mango_footer_logo','815'),(8269,814,'_wpml_media_duplicate',''),(8272,814,'_wpml_media_featured',''),(8275,814,'_wpb_vc_js_status','true'),(8278,814,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8281,814,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8284,814,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8287,814,'mango_page_header','3'),(8290,814,'mango_theme_wrapper','boxed-long'),(8293,814,'mango_bg_mode','custom-image'),(8296,814,'mango_footer_type','8'),(8299,814,'mango_page_layout','no'),(8302,814,'mango_hide_page_title','1'),(8305,814,'mango_footer_logo','815'),(8308,814,'_wpml_media_duplicate',''),(8311,814,'_wpml_media_featured',''),(8314,911,'_edit_last','1'),(8317,911,'_wpb_vc_js_status','true'),(8320,911,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8323,911,'slide_template','default'),(8326,911,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(8329,911,'mango_blog_type','classic'),(8332,911,'(mango_)blog_masonry_columns','3'),(8335,911,'mango_blog_excerpt_length','80'),(8338,911,'mango_contact_page_version','1'),(8341,911,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8344,911,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8347,911,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8350,911,'mango_page_header','19'),(8353,911,'mango_popup_e_d','off'),(8356,911,'mango_page_layout','no'),(8359,911,'mango_logo','767'),(8362,911,'mango_hide_page_title','1'),(8365,911,'mango_hide_breadcrumb','1'),(8368,911,'_wpml_media_duplicate',''),(8371,911,'_wpml_media_featured',''),(8374,911,'mango_coming_soon_page_version','1'),(8377,911,'mango_banner_type','image'),(8380,911,'mango_side_header_bg','4534'),(8383,911,'mango_side_header_large','large'),(8386,935,'mango_logo','764'),(8389,935,'_wpb_vc_js_status','true'),(8392,935,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8395,935,'slide_template','default'),(8398,935,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(8401,935,'mango_blog_type','classic'),(8404,935,'(mango_)blog_masonry_columns','3'),(8407,935,'mango_blog_excerpt_length','80'),(8410,935,'mango_contact_page_version','1'),(8413,935,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8416,935,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8419,935,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8422,935,'mango_page_header','9'),(8425,935,'mango_popup_e_d','off'),(8428,935,'mango_page_layout','no'),(8431,935,'_wpb_post_custom_css','img.wow.pull-left.animated{\nwidth:100%; \n \n}'),(8434,935,'mango_footer_type','4'),(8437,935,'mango_footer_logo','764'),(8440,935,'mango_footer_type','4'),(8443,935,'_wpb_shortcodes_custom_css','.vc_custom_1433142099364{margin-top: -40px !important;}.vc_custom_1436094402807{margin-top: -40px !important;}.vc_custom_1436093348672{margin-top: -40px !important;margin-bottom: -40px !important;}.vc_custom_1436095843577{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1436096490490{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;}.vc_custom_1438697037422{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1436090114826{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1436096055793{padding-left: 40px !important;}.vc_custom_1436090189491{padding-right: 40px !important;padding-left: 40px !important;}.vc_custom_1436255188722{margin-bottom: 0px !important;}'),(8446,935,'mango_hide_page_title','1'),(8449,935,'mango_hide_breadcrumb','1'),(8452,935,'_wpml_media_duplicate',''),(8455,935,'_wpml_media_featured',''),(8458,935,'mango_coming_soon_page_version','1'),(8461,935,'mango_coming_soon_page_version','1'),(8464,935,'mango_footer_type','4'),(8467,935,'mango_footer_type','4'),(8470,935,'mango_coming_soon_page_version','1'),(8473,935,'mango_coming_soon_page_version','1'),(8476,935,'mango_footer_type','4'),(8479,935,'mango_coming_soon_page_version','1'),(8482,935,'mango_banner_type','rev_slider'),(8485,935,'mango_banner_rev_slider','index18'),(8488,935,'mango_footer_type','4'),(8491,935,'mango_coming_soon_page_version','1'),(8494,935,'mango_footer_type','4'),(8497,935,'mango_coming_soon_page_version','1'),(8500,935,'mango_footer_type','4'),(8503,935,'mango_coming_soon_page_version','1'),(8506,935,'mango_footer_type','4'),(8509,935,'mango_coming_soon_page_version','1'),(8512,952,'_edit_last','1'),(8515,952,'_wpb_vc_js_status','true'),(8518,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8521,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8524,952,'slide_template','default'),(8527,952,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(8530,952,'mango_blog_type','classic'),(8533,952,'(mango_)blog_masonry_columns','3'),(8536,952,'mango_blog_excerpt_length','80'),(8539,952,'mango_contact_page_version','1'),(8542,952,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8545,952,'slide_template','default'),(8548,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8551,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8554,952,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8557,952,'mango_popup_e_d','off'),(8560,952,'mango_popup_e_d','off'),(8563,952,'mango_page_layout','no'),(8566,952,'mango_page_layout','no'),(8569,952,'mango_footer_type','1'),(8572,952,'mango_footer_type','1'),(8575,952,'mango_hide_page_title','1'),(8578,952,'mango_hide_page_title','1'),(8581,952,'mango_hide_breadcrumb','1'),(8584,952,'mango_hide_breadcrumb','1'),(8587,952,'mango_coming_soon_page_version','1'),(8590,952,'mango_coming_soon_page_version','1'),(8593,952,'mango_banner_type','rev_slider'),(8596,952,'mango_banner_type','rev_slider'),(8599,952,'_wpml_media_duplicate',''),(8602,952,'_wpml_media_featured',''),(8605,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8608,952,'slide_template','default'),(8611,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8614,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8617,952,'slide_template','default'),(8620,952,'mango_popup_e_d','off'),(8623,952,'mango_page_layout','no'),(8626,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8629,952,'mango_footer_type','1'),(8632,952,'mango_popup_e_d','off'),(8635,952,'mango_hide_page_title','1'),(8638,952,'mango_page_layout','no'),(8641,952,'mango_hide_breadcrumb','1'),(8644,952,'mango_footer_type','1'),(8647,952,'mango_coming_soon_page_version','1'),(8650,952,'mango_banner_type','rev_slider'),(8653,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8656,952,'slide_template','default'),(8659,952,'mango_hide_page_title','1'),(8662,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8665,952,'mango_hide_breadcrumb','1'),(8668,952,'mango_popup_e_d','off'),(8671,952,'mango_coming_soon_page_version','1'),(8674,952,'mango_page_layout','no'),(8677,952,'mango_banner_type','rev_slider'),(8680,952,'mango_footer_type','1'),(8683,952,'mango_hide_page_title','1'),(8686,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8689,952,'mango_hide_breadcrumb','1'),(8692,952,'slide_template','default'),(8695,952,'mango_coming_soon_page_version','1'),(8698,952,'mango_banner_type','rev_slider'),(8701,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8704,952,'mango_popup_e_d','off'),(8707,952,'mango_page_layout','no'),(8710,952,'mango_footer_type','1'),(8713,952,'mango_hide_page_title','1'),(8716,952,'mango_hide_breadcrumb','1'),(8719,952,'mango_coming_soon_page_version','1'),(8722,952,'mango_banner_type','rev_slider'),(8725,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8728,952,'slide_template','default'),(8731,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8734,952,'mango_popup_e_d','off'),(8737,952,'mango_page_layout','no'),(8740,952,'mango_footer_type','1'),(8743,952,'mango_hide_page_title','1'),(8746,952,'mango_hide_breadcrumb','1'),(8749,952,'mango_coming_soon_page_version','1'),(8752,952,'mango_banner_type','rev_slider'),(8755,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8758,952,'slide_template','default'),(8761,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8764,952,'mango_popup_e_d','off'),(8767,952,'mango_page_layout','no'),(8770,952,'mango_footer_type','1'),(8773,952,'mango_hide_page_title','1'),(8776,952,'mango_hide_breadcrumb','1'),(8779,952,'mango_coming_soon_page_version','1'),(8782,952,'mango_banner_type','rev_slider'),(8785,952,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8788,952,'slide_template','default'),(8791,952,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8794,952,'mango_popup_e_d','off'),(8797,952,'mango_page_layout','no'),(8800,952,'mango_footer_type','1'),(8803,952,'mango_hide_page_title','1'),(8806,952,'mango_hide_breadcrumb','1'),(8809,952,'mango_coming_soon_page_version','1'),(8812,952,'mango_banner_type','rev_slider'),(8815,958,'_wpb_vc_js_status','true'),(8818,958,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8821,958,'slide_template','default'),(8824,958,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(8827,958,'mango_blog_type','classic'),(8830,958,'(mango_)blog_masonry_columns','3'),(8833,958,'mango_blog_excerpt_length','80'),(8836,958,'mango_contact_page_version','1'),(8839,958,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8842,958,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8845,958,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8848,958,'mango_popup_e_d','off'),(8851,958,'mango_logo','960'),(8854,958,'mango_page_header','12'),(8857,958,'mango_page_layout','no'),(8860,958,'mango_hide_page_title','1'),(8863,958,'mango_hide_breadcrumb','1'),(8866,958,'_wpml_media_duplicate',''),(8869,958,'_wpml_media_featured',''),(8872,958,'mango_coming_soon_page_version','1'),(8875,958,'_wpml_media_featured',''),(8878,958,'mango_page_social_share','hide'),(8881,958,'mango_banner_type','rev_slider'),(8884,958,'_wpml_media_featured',''),(8887,958,'_wpml_media_featured',''),(8890,958,'_edit_last','1'),(8893,958,'_wpml_media_featured',''),(8896,958,'_wpml_media_featured',''),(8899,958,'_wpml_media_featured',''),(8902,1051,'_wp_page_template','templates/contact.php'),(8905,1051,'_wpb_vc_js_status','true'),(8908,1051,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(8911,1051,'slide_template','default'),(8914,1051,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(8917,1051,'mango_blog_type','classic'),(8920,1051,'(mango_)blog_masonry_columns','3'),(8923,1051,'mango_blog_excerpt_length','80'),(8926,1051,'mango_contact_page_version','1'),(8929,1051,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(8932,1051,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(8935,1051,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(8938,1051,'mango_popup_e_d','off'),(8941,1051,'mango_page_layout','no'),(8944,1051,'mango_popup_title','gfhfghfgh'),(8947,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(8950,1051,'mango_hide_page_title','1'),(8953,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(8956,1051,'mango_hide_breadcrumb','1'),(8959,1051,'mango_hide_breadcrumb','1'),(8962,1051,'mango_footer_type','4'),(8965,1051,'mango_footer_type','4'),(8968,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(8971,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(8974,1051,'mango_hide_breadcrumb','1'),(8977,1051,'mango_footer_type','4'),(8980,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(8983,1051,'mango_hide_breadcrumb','1'),(8986,1051,'mango_hide_breadcrumb','1'),(8989,1051,'mango_footer_type','4'),(8992,1051,'mango_footer_type','4'),(8995,1051,'mango_coming_soon_page_version','1'),(8998,1051,'mango_page_social_share','show'),(9001,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(9004,1051,'_wpml_media_duplicate',''),(9007,1051,'_wpml_media_featured',''),(9010,1051,'mango_hide_breadcrumb','1'),(9013,1051,'mango_footer_type','4'),(9016,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(9019,1051,'mango_hide_breadcrumb','1'),(9022,1051,'mango_footer_type','4'),(9025,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(9028,1051,'mango_hide_breadcrumb','1'),(9031,1051,'mango_footer_type','4'),(9034,1051,'mango_popup_desc','<p>gfhgfhgfhgfhgfhgfhgfhhh</p>\n'),(9037,1051,'mango_hide_breadcrumb','1'),(9040,1051,'mango_footer_type','4'),(9043,1053,'_wpb_vc_js_status','true'),(9046,1053,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9049,1053,'slide_template','default'),(9052,1053,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9055,1053,'mango_blog_type','classic'),(9058,1053,'(mango_)blog_masonry_columns','3'),(9061,1053,'mango_blog_excerpt_length','80'),(9064,1053,'mango_blog_excerpt_length','80'),(9067,1053,'mango_contact_page_version','2'),(9070,1053,'mango_contact_page_version','2'),(9073,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9076,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9079,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9082,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9085,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9088,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9091,1053,'mango_popup_e_d','off'),(9094,1053,'mango_popup_e_d','off'),(9097,1053,'_wp_page_template','templates/contact.php'),(9100,1053,'_wp_page_template','templates/contact.php'),(9103,1053,'mango_page_layout','no'),(9106,1053,'mango_page_layout','no'),(9109,1053,'mango_hide_page_title','1'),(9112,1053,'mango_hide_breadcrumb','1'),(9115,1053,'mango_footer_type','1'),(9118,1053,'mango_blog_excerpt_length','80'),(9121,1053,'mango_contact_page_version','2'),(9124,1053,'mango_blog_excerpt_length','80'),(9127,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9130,1053,'mango_contact_page_version','2'),(9133,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9136,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9139,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9142,1053,'mango_popup_e_d','off'),(9145,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9148,1053,'_wp_page_template','templates/contact.php'),(9151,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9154,1053,'mango_page_layout','no'),(9157,1053,'mango_popup_e_d','off'),(9160,1053,'_wp_page_template','templates/contact.php'),(9163,1053,'mango_blog_excerpt_length','80'),(9166,1053,'mango_contact_page_version','2'),(9169,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9172,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9175,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9178,1053,'mango_page_layout','no'),(9181,1053,'mango_popup_e_d','off'),(9184,1053,'_wp_page_template','templates/contact.php'),(9187,1053,'mango_blog_excerpt_length','80'),(9190,1053,'mango_page_layout','no'),(9193,1053,'mango_contact_page_version','2'),(9196,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9199,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9202,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9205,1053,'mango_popup_e_d','off'),(9208,1053,'_wp_page_template','templates/contact.php'),(9211,1053,'mango_page_layout','no'),(9214,1053,'mango_blog_excerpt_length','80'),(9217,1053,'mango_contact_page_version','2'),(9220,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9223,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9226,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9229,1053,'mango_popup_e_d','off'),(9232,1053,'_wp_page_template','templates/contact.php'),(9235,1053,'mango_page_layout','no'),(9238,1053,'mango_blog_excerpt_length','80'),(9241,1053,'mango_contact_page_version','2'),(9244,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9247,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9250,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9253,1053,'mango_popup_e_d','off'),(9256,1053,'_wp_page_template','templates/contact.php'),(9259,1053,'mango_page_layout','no'),(9262,1053,'mango_blog_excerpt_length','80'),(9265,1053,'mango_contact_page_version','2'),(9268,1053,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9271,1053,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9274,1053,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9277,1053,'mango_popup_e_d','off'),(9280,1053,'_wp_page_template','templates/contact.php'),(9283,1053,'mango_page_layout','no'),(9286,1055,'_wp_page_template','templates/contact.php'),(9289,1055,'_wpb_vc_js_status','true'),(9292,1055,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9295,1055,'slide_template','default'),(9298,1055,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9301,1055,'mango_blog_type','classic'),(9304,1055,'(mango_)blog_masonry_columns','3'),(9307,1055,'mango_blog_excerpt_length','80'),(9310,1055,'mango_contact_page_version','3'),(9313,1055,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9316,1055,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9319,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9322,1055,'mango_page_layout','no'),(9325,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9328,1055,'mango_popup_e_d','off'),(9331,1055,'mango_popup_e_d','off'),(9334,1055,'mango_hide_page_title','1'),(9337,1055,'mango_hide_breadcrumb','1'),(9340,1055,'mango_footer_type','1'),(9343,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9346,1055,'mango_popup_e_d','off'),(9349,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9352,1055,'mango_popup_e_d','off'),(9355,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9358,1055,'mango_popup_e_d','off'),(9361,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9364,1055,'mango_popup_e_d','off'),(9367,1055,'mango_coming_soon_page_version','1'),(9370,1055,'_wpml_media_duplicate',''),(9373,1055,'_wpml_media_duplicate',''),(9376,1055,'_wpml_media_featured',''),(9379,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9382,1055,'mango_popup_e_d','off'),(9385,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9388,1055,'mango_popup_e_d','off'),(9391,1055,'mango_contact_message','<h2 class=\"regular-title short margin_top_20\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9394,1055,'mango_popup_e_d','off'),(9397,1055,'_wpml_media_duplicate',''),(9400,1057,'_wp_page_template','templates/contact.php'),(9403,1057,'_wpb_vc_js_status','true'),(9406,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9409,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9412,1057,'slide_template','default'),(9415,1057,'slide_template','default'),(9418,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9421,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9424,1057,'mango_blog_type','classic'),(9427,1057,'mango_blog_type','classic'),(9430,1057,'(mango_)blog_masonry_columns','3'),(9433,1057,'(mango_)blog_masonry_columns','3'),(9436,1057,'mango_blog_excerpt_length','80'),(9439,1057,'mango_blog_excerpt_length','80'),(9442,1057,'mango_contact_page_version','4'),(9445,1057,'mango_contact_page_version','4'),(9448,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9451,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9454,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9457,1057,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9460,1057,'mango_page_layout','no'),(9463,1057,'mango_popup_e_d','off'),(9466,1057,'mango_hide_page_title','1'),(9469,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9472,1057,'mango_hide_breadcrumb','1'),(9475,1057,'mango_footer_type','1'),(9478,1057,'mango_footer_type','1'),(9481,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9484,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9487,1057,'slide_template','default'),(9490,1057,'slide_template','default'),(9493,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9496,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9499,1057,'mango_blog_type','classic'),(9502,1057,'mango_blog_type','classic'),(9505,1057,'(mango_)blog_masonry_columns','3'),(9508,1057,'(mango_)blog_masonry_columns','3'),(9511,1057,'mango_blog_excerpt_length','80'),(9514,1057,'mango_contact_page_version','4'),(9517,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9520,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9523,1057,'mango_footer_type','1'),(9526,1057,'mango_blog_excerpt_length','80'),(9529,1057,'mango_contact_page_version','4'),(9532,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9535,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9538,1057,'slide_template','default'),(9541,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9544,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9547,1057,'mango_footer_type','1'),(9550,1057,'mango_blog_type','classic'),(9553,1057,'(mango_)blog_masonry_columns','3'),(9556,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9559,1057,'mango_blog_excerpt_length','80'),(9562,1057,'slide_template','default'),(9565,1057,'mango_contact_page_version','4'),(9568,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9571,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9574,1057,'mango_blog_type','classic'),(9577,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9580,1057,'mango_footer_type','1'),(9583,1057,'mango_coming_soon_page_version','1'),(9586,1057,'mango_page_social_share','show'),(9589,1057,'(mango_)blog_masonry_columns','3'),(9592,1057,'_wpml_media_duplicate',''),(9595,1057,'mango_blog_excerpt_length','80'),(9598,1057,'_wpml_media_featured',''),(9601,1057,'mango_contact_page_version','4'),(9604,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9607,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9610,1057,'mango_footer_type','1'),(9613,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9616,1057,'slide_template','default'),(9619,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9622,1057,'mango_blog_type','classic'),(9625,1057,'(mango_)blog_masonry_columns','3'),(9628,1057,'mango_blog_excerpt_length','80'),(9631,1057,'mango_contact_page_version','4'),(9634,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9637,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9640,1057,'mango_footer_type','1'),(9643,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9646,1057,'slide_template','default'),(9649,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9652,1057,'mango_blog_type','classic'),(9655,1057,'(mango_)blog_masonry_columns','3'),(9658,1057,'mango_blog_excerpt_length','80'),(9661,1057,'mango_contact_page_version','4'),(9664,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9667,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9670,1057,'mango_footer_type','1'),(9673,1057,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9676,1057,'slide_template','default'),(9679,1057,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9682,1057,'mango_blog_type','classic'),(9685,1057,'(mango_)blog_masonry_columns','3'),(9688,1057,'mango_blog_excerpt_length','80'),(9691,1057,'mango_contact_page_version','4'),(9694,1057,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9697,1057,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9700,1057,'mango_footer_type','1'),(9703,1084,'_wpb_vc_js_status','true'),(9706,1084,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(9709,1084,'slide_template','default'),(9712,1084,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(9715,1084,'mango_blog_type','classic'),(9718,1084,'(mango_)blog_masonry_columns','3'),(9721,1084,'mango_blog_excerpt_length','80'),(9724,1084,'mango_contact_page_version','1'),(9727,1084,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(9730,1084,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(9733,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9736,1084,'mango_popup_e_d','off'),(9739,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9742,1084,'mango_portfolio_page_style','grid'),(9745,1084,'mango_portfolio_page_style','grid'),(9748,1084,'(mango_)portfolio_columns','3'),(9751,1084,'(mango_)portfolio_columns','3'),(9754,1084,'mango_page_layout','no'),(9757,1084,'mango_page_layout','no'),(9760,1084,'mango_portfolio_style','default'),(9763,1084,'mango_portfolio_style','default'),(9766,1084,'_wp_page_template','templates/portfolio.php'),(9769,1084,'_wp_page_template','templates/portfolio.php'),(9772,1084,'mango_hide_page_title','1'),(9775,1084,'mango_hide_page_title','1'),(9778,1084,'mango_footer_type','1'),(9781,1084,'mango_footer_type','1'),(9784,1084,'mango_top_footer_widget_columns','3'),(9787,1084,'mango_top_footer_widget_columns','3'),(9790,1084,'mango_portfolio_columns','3'),(9793,1084,'mango_portfolio_columns','3'),(9796,1084,'mango_use_parallax','1'),(9799,1084,'mango_use_parallax','1'),(9802,1084,'mango_page_header','1'),(9805,1084,'mango_breadcrumb_title_position','text-left'),(9808,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9811,1084,'mango_portfolio_page_style','grid'),(9814,1084,'(mango_)portfolio_columns','3'),(9817,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9820,1084,'mango_page_layout','no'),(9823,1084,'mango_portfolio_page_style','grid'),(9826,1084,'mango_portfolio_style','default'),(9829,1084,'(mango_)portfolio_columns','3'),(9832,1084,'_wp_page_template','templates/portfolio.php'),(9835,1084,'mango_page_layout','no'),(9838,1084,'mango_hide_page_title','1'),(9841,1084,'mango_portfolio_style','default'),(9844,1084,'mango_footer_type','1'),(9847,1084,'_wp_page_template','templates/portfolio.php'),(9850,1084,'mango_top_footer_widget_columns','3'),(9853,1084,'mango_portfolio_columns','3'),(9856,1084,'mango_use_parallax','1'),(9859,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9862,1084,'mango_hide_page_title','1'),(9865,1084,'mango_portfolio_page_style','grid'),(9868,1084,'mango_footer_type','1'),(9871,1084,'(mango_)portfolio_columns','3'),(9874,1084,'mango_top_footer_widget_columns','3'),(9877,1084,'mango_portfolio_columns','3'),(9880,1084,'mango_page_layout','no'),(9883,1084,'mango_use_parallax','1'),(9886,1084,'mango_portfolio_style','default'),(9889,1084,'_wp_page_template','templates/portfolio.php'),(9892,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9895,1084,'mango_hide_page_title','1'),(9898,1084,'mango_footer_type','1'),(9901,1084,'mango_top_footer_widget_columns','3'),(9904,1084,'mango_portfolio_columns','3'),(9907,1084,'mango_portfolio_page_style','grid'),(9910,1084,'mango_use_parallax','1'),(9913,1084,'(mango_)portfolio_columns','3'),(9916,1084,'mango_page_layout','no'),(9919,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9922,1084,'mango_portfolio_style','default'),(9925,1084,'_wp_page_template','templates/portfolio.php'),(9928,1084,'mango_portfolio_page_style','grid'),(9931,1084,'mango_hide_page_title','1'),(9934,1084,'(mango_)portfolio_columns','3'),(9937,1084,'mango_page_layout','no'),(9940,1084,'mango_portfolio_style','default'),(9943,1084,'_wp_page_template','templates/portfolio.php'),(9946,1084,'mango_hide_page_title','1'),(9949,1084,'mango_footer_type','1'),(9952,1084,'mango_footer_type','1'),(9955,1084,'mango_top_footer_widget_columns','3'),(9958,1084,'mango_portfolio_columns','3'),(9961,1084,'mango_top_footer_widget_columns','3'),(9964,1084,'mango_use_parallax','1'),(9967,1084,'mango_portfolio_columns','3'),(9970,1084,'mango_use_parallax','1'),(9973,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9976,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(9979,1084,'mango_portfolio_page_style','grid'),(9982,1084,'(mango_)portfolio_columns','3'),(9985,1084,'mango_portfolio_page_style','grid'),(9988,1084,'mango_page_layout','no'),(9991,1084,'(mango_)portfolio_columns','3'),(9994,1084,'mango_portfolio_style','default'),(9997,1084,'mango_page_layout','no'),(10000,1084,'_wp_page_template','templates/portfolio.php'),(10003,1084,'mango_portfolio_style','default'),(10006,1084,'mango_hide_page_title','1'),(10009,1084,'_wp_page_template','templates/portfolio.php'),(10012,1084,'mango_footer_type','1'),(10015,1084,'mango_top_footer_widget_columns','3'),(10018,1084,'mango_portfolio_columns','3'),(10021,1084,'mango_use_parallax','1'),(10024,1084,'mango_hide_page_title','1'),(10027,1084,'mango_footer_type','1'),(10030,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10033,1084,'mango_top_footer_widget_columns','3'),(10036,1084,'mango_portfolio_page_style','grid'),(10039,1084,'mango_portfolio_columns','3'),(10042,1084,'(mango_)portfolio_columns','3'),(10045,1084,'mango_use_parallax','1'),(10048,1084,'mango_page_layout','no'),(10051,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10054,1084,'mango_portfolio_style','default'),(10057,1084,'_wp_page_template','templates/portfolio.php'),(10060,1084,'mango_hide_page_title','1'),(10063,1084,'mango_footer_type','1'),(10066,1084,'mango_portfolio_page_style','grid'),(10069,1084,'mango_top_footer_widget_columns','3'),(10072,1084,'(mango_)portfolio_columns','3'),(10075,1084,'mango_portfolio_columns','3'),(10078,1084,'mango_use_parallax','1'),(10081,1084,'mango_page_layout','no'),(10084,1084,'mango_portfolio_style','default'),(10087,1084,'_wp_page_template','templates/portfolio.php'),(10090,1084,'mango_hide_page_title','1'),(10093,1084,'mango_footer_type','1'),(10096,1084,'mango_top_footer_widget_columns','3'),(10099,1084,'mango_portfolio_columns','3'),(10102,1084,'mango_use_parallax','1'),(10105,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10108,1084,'mango_portfolio_page_style','grid'),(10111,1084,'(mango_)portfolio_columns','3'),(10114,1084,'mango_page_layout','no'),(10117,1084,'mango_portfolio_style','default'),(10120,1084,'_wp_page_template','templates/portfolio.php'),(10123,1084,'mango_hide_page_title','1'),(10126,1084,'mango_footer_type','1'),(10129,1084,'mango_top_footer_widget_columns','3'),(10132,1084,'mango_portfolio_columns','3'),(10135,1084,'mango_use_parallax','1'),(10138,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10141,1084,'mango_portfolio_page_style','grid'),(10144,1084,'(mango_)portfolio_columns','3'),(10147,1084,'mango_page_layout','no'),(10150,1084,'mango_portfolio_style','default'),(10153,1084,'_wp_page_template','templates/portfolio.php'),(10156,1084,'mango_hide_page_title','1'),(10159,1084,'mango_footer_type','1'),(10162,1084,'mango_top_footer_widget_columns','3'),(10165,1084,'mango_portfolio_columns','3'),(10168,1084,'mango_use_parallax','1'),(10171,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10174,1084,'mango_portfolio_page_style','grid'),(10177,1084,'(mango_)portfolio_columns','3'),(10180,1084,'mango_page_layout','no'),(10183,1084,'mango_portfolio_style','default'),(10186,1084,'_wp_page_template','templates/portfolio.php'),(10189,1084,'mango_hide_page_title','1'),(10192,1084,'mango_footer_type','1'),(10195,1084,'mango_top_footer_widget_columns','3'),(10198,1084,'mango_portfolio_columns','3'),(10201,1084,'mango_use_parallax','1'),(10204,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10207,1084,'mango_portfolio_page_style','grid'),(10210,1084,'(mango_)portfolio_columns','3'),(10213,1084,'mango_page_layout','no'),(10216,1084,'mango_portfolio_style','default'),(10219,1084,'_wp_page_template','templates/portfolio.php'),(10222,1084,'mango_hide_page_title','1'),(10225,1084,'mango_footer_type','1'),(10228,1084,'mango_top_footer_widget_columns','3'),(10231,1084,'mango_portfolio_columns','3'),(10234,1084,'mango_use_parallax','1'),(10237,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10240,1084,'mango_portfolio_page_style','grid'),(10243,1084,'(mango_)portfolio_columns','3'),(10246,1084,'mango_page_layout','no'),(10249,1084,'mango_portfolio_style','default'),(10252,1084,'_wp_page_template','templates/portfolio.php'),(10255,1084,'mango_hide_page_title','1'),(10258,1084,'mango_footer_type','1'),(10261,1084,'mango_top_footer_widget_columns','3'),(10264,1084,'mango_portfolio_columns','3'),(10267,1084,'mango_use_parallax','1'),(10270,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10273,1084,'mango_portfolio_page_style','grid'),(10276,1084,'(mango_)portfolio_columns','3'),(10279,1084,'mango_page_layout','no'),(10282,1084,'mango_portfolio_style','default'),(10285,1084,'_wp_page_template','templates/portfolio.php'),(10288,1084,'mango_hide_page_title','1'),(10291,1084,'mango_footer_type','1'),(10294,1084,'mango_top_footer_widget_columns','3'),(10297,1084,'mango_portfolio_columns','3'),(10300,1084,'mango_use_parallax','1'),(10303,1084,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10306,1084,'mango_portfolio_page_style','grid'),(10309,1084,'(mango_)portfolio_columns','3'),(10312,1084,'mango_page_layout','no'),(10315,1084,'mango_portfolio_style','default'),(10318,1084,'_wp_page_template','templates/portfolio.php'),(10321,1084,'mango_hide_page_title','1'),(10324,1084,'mango_footer_type','1'),(10327,1084,'mango_top_footer_widget_columns','3'),(10330,1084,'mango_portfolio_columns','3'),(10333,1084,'mango_use_parallax','1'),(10336,6592,'mango_logo','800'),(10339,6592,'_wpb_vc_js_status','true'),(10342,6592,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10345,6592,'slide_template','default'),(10348,6592,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10351,6592,'mango_blog_type','classic'),(10354,6592,'(mango_)blog_masonry_columns','3'),(10357,6592,'mango_blog_excerpt_length','80'),(10360,6592,'mango_contact_page_version','1'),(10363,6592,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10366,6592,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10369,6592,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10372,6592,'mango_footer_type','9'),(10375,6592,'mango_theme_wrapper','boxed'),(10378,6592,'mango_bg_color','#ededed'),(10381,6592,'mango_bg_size','cover'),(10384,6592,'mango_page_layout','no'),(10387,6592,'mango_page_header','10'),(10390,6592,'mango_top_footer_widget_v2_columns','2'),(10393,6592,'mango_hide_page_title','1'),(10396,6592,'mango_hide_breadcrumb','1'),(10399,6592,'mango_popup_e_d','off'),(10402,6592,'_wpb_shortcodes_custom_css','.vc_custom_1436092746900{margin-bottom: -50px !important;}'),(10405,6592,'_wpml_media_duplicate',''),(10408,6592,'_wpml_media_featured',''),(10411,6592,'mango_coming_soon_page_version','1'),(10414,6592,'mango_banner_type','rev_slider'),(10417,6592,'mango_banner_rev_slider','home_version13'),(10420,7512,'mango_page_sidebar_left','blog-sidebar-1'),(10423,7512,'mango_coming_soon_page_version','1'),(10426,7512,'_wpml_media_featured',''),(10429,7512,'_wpml_media_duplicate',''),(10432,7512,'mango_top_footer_widget_columns','3'),(10435,7512,'mango_footer_type','1'),(10438,7512,'mango_breadcrumb_title_position','text-left'),(10441,7512,'mango_hide_page_title','1'),(10444,7512,'mango_page_header','1'),(10447,7512,'mango_blog_excerpt','1'),(10450,7512,'mango_page_sidebar_right','blog-sidebar-2'),(10453,7512,'mango_page_layout','right'),(10456,7512,'mango_blog_pagination_type','pagination'),(10459,7512,'mango_no_of_posts','10'),(10462,7512,'mango_popup_e_d','off'),(10465,7512,'slide_template','default'),(10468,7512,'_wp_page_template','index.php'),(10471,7512,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10474,7512,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10477,7512,'mango_contact_page_version','1'),(10480,7512,'mango_blog_excerpt_length','80'),(10483,7512,'(mango_)blog_masonry_columns','3'),(10486,7512,'mango_blog_type','classic'),(10489,7512,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10492,7512,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10495,7512,'_wpb_vc_js_status','true'),(10498,7512,'_edit_last','1'),(10501,1099,'_wpb_vc_js_status','true'),(10504,1099,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10507,1099,'slide_template','default'),(10510,1099,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10513,1099,'mango_blog_type','classic'),(10516,1099,'(mango_)blog_masonry_columns','3'),(10519,1099,'mango_blog_excerpt_length','80'),(10522,1099,'mango_contact_page_version','1'),(10525,1099,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10528,1099,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10531,1099,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10534,1099,'mango_page_layout','no'),(10537,1099,'mango_popup_e_d','off'),(10540,1099,'mango_breadcrumb_title_position','text-left'),(10543,1099,'mango_breadcrumb_use_full','yes'),(10546,1099,'mango_bread_title_size','small'),(10549,1099,'mango_hide_page_title','1'),(10552,1101,'_wpb_vc_js_status','true'),(10555,1101,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10558,1101,'slide_template','default'),(10561,1101,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10564,1101,'mango_blog_type','classic'),(10567,1101,'(mango_)blog_masonry_columns','3'),(10570,1101,'mango_blog_excerpt_length','80'),(10573,1101,'mango_contact_page_version','1'),(10576,1101,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10579,1101,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10582,1101,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10585,1101,'mango_popup_e_d','off'),(10588,1101,'mango_breadcrumb_title_position','text-left'),(10591,1101,'mango_bread_title_size','larger'),(10594,1101,'mango_bread_title_color','#666666'),(10597,1101,'mango_page_layout','no'),(10600,1101,'mango_hide_page_title','1'),(10603,1104,'_wpb_vc_js_status','true'),(10606,1104,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10609,1104,'slide_template','default'),(10612,1104,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10615,1104,'mango_blog_type','classic'),(10618,1104,'(mango_)blog_masonry_columns','3'),(10621,1104,'mango_blog_excerpt_length','80'),(10624,1104,'mango_contact_page_version','1'),(10627,1104,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10630,1104,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10633,1104,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10636,1104,'mango_popup_e_d','off'),(10639,1104,'mango_page_layout','no'),(10642,1104,'mango_hide_page_title','1'),(10645,1358,'_wp_page_template','index.php'),(10648,1358,'_wpb_vc_js_status','false'),(10651,1358,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10654,1358,'slide_template','default'),(10657,1358,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10660,1358,'mango_blog_type','classic'),(10663,1358,'(mango_)blog_masonry_columns','3'),(10666,1358,'mango_blog_excerpt_length','80'),(10669,1358,'mango_contact_page_version','1'),(10672,1358,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10675,1358,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10678,1358,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10681,1358,'mango_hide_page_title','1'),(10684,1358,'mango_page_layout','left'),(10687,1358,'mango_page_sidebar_left','blog-sidebar-2'),(10690,1358,'mango_popup_e_d','off'),(10693,1358,'mango_no_of_posts','3'),(10696,1358,'mango_page_header','1'),(10699,1358,'mango_breadcrumb_title_position','text-left'),(10702,1358,'mango_footer_type','1'),(10705,1358,'mango_top_footer_widget_columns','3'),(10708,1358,'mango_blog_masonry_columns','3'),(10711,1358,'mango_coming_soon_page_version','1'),(10714,1358,'mango_page_sidebar_right','blog-sidebar-2'),(10717,1358,'_wpml_media_duplicate',''),(10720,1358,'_wpml_media_featured',''),(10723,1360,'_wp_page_template','index.php'),(10726,1360,'_wpb_vc_js_status','true'),(10729,1360,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10732,1360,'slide_template','default'),(10735,1360,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10738,1360,'mango_blog_type','classic'),(10741,1360,'(mango_)blog_masonry_columns','3'),(10744,1360,'mango_no_of_posts','3'),(10747,1360,'mango_blog_excerpt_length','80'),(10750,1360,'mango_contact_page_version','1'),(10753,1360,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10756,1360,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10759,1360,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10762,1360,'mango_hide_page_title','1'),(10765,1360,'mango_page_layout','both'),(10768,1360,'mango_page_sidebar_left','blog-sidebar-1'),(10771,1360,'mango_popup_e_d','off'),(10774,1360,'mango_page_header','1'),(10777,1360,'mango_breadcrumb_title_position','text-left'),(10780,1360,'mango_footer_type','1'),(10783,1360,'mango_top_footer_widget_columns','3'),(10786,1360,'mango_page_sidebar_right','blog-sidebar-2'),(10789,1362,'_wp_page_template','index.php'),(10792,1362,'_wpb_vc_js_status','false'),(10795,1362,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10798,1362,'slide_template','default'),(10801,1362,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10804,1362,'mango_blog_type','classic'),(10807,1362,'(mango_)blog_masonry_columns','3'),(10810,1362,'mango_blog_excerpt_length','80'),(10813,1362,'mango_contact_page_version','1'),(10816,1362,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10819,1362,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10822,1362,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10825,1362,'mango_hide_page_title','1'),(10828,1362,'mango_page_layout','no'),(10831,1362,'mango_popup_e_d','off'),(10834,1362,'mango_no_of_posts','3'),(10837,1362,'mango_page_header','1'),(10840,1362,'mango_breadcrumb_title_position','text-left'),(10843,1362,'mango_footer_type','1'),(10846,1362,'mango_top_footer_widget_columns','3'),(10849,1369,'_wpb_vc_js_status','false'),(10852,1369,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10855,1369,'slide_template','default'),(10858,1369,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10861,1369,'mango_blog_type','classic'),(10864,1369,'(mango_)blog_masonry_columns','3'),(10867,1369,'mango_no_of_posts','3'),(10870,1369,'mango_blog_excerpt_length','80'),(10873,1369,'mango_contact_page_version','1'),(10876,1369,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br>Tortor Sagittis, CA 880986,<br>United States<br>CA 90896,<br>United States</address>\n'),(10879,1369,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br>Toll-free: (1800) 000 8808</address>\n'),(10882,1369,'mango_contact_message','<h2 class=\'regular-title short\'>Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10885,1369,'mango_hide_page_title','1'),(10888,1369,'mango_page_layout','right'),(10891,1369,'mango_page_sidebar_left','blog-sidebar-1'),(10894,1369,'mango_page_sidebar_right','blog-sidebar-2'),(10897,1369,'mango_popup_e_d','off'),(10900,1369,'_wp_page_template','index.php'),(10903,1372,'_wp_page_template','index.php'),(10906,1372,'_wpb_vc_js_status','false'),(10909,1372,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(10912,1372,'slide_template','default'),(10915,1372,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(10918,1372,'mango_blog_type','blog-masonry'),(10921,1372,'(mango_)blog_masonry_columns','2'),(10924,1372,'mango_blog_excerpt_length','80'),(10927,1372,'mango_contact_page_version','1'),(10930,1372,'mango_blog_excerpt_length','80'),(10933,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10936,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(10939,1372,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(10942,1372,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(10945,1372,'mango_hide_page_title','1'),(10948,1372,'mango_popup_e_d','off'),(10951,1372,'mango_page_layout','no'),(10954,1372,'(mango_)portfolio_columns','2'),(10957,1372,'mango_blog_masonry_columns','2'),(10960,1372,'(mango_)portfolio_columns','2'),(10963,1372,'mango_no_of_posts','8'),(10966,1372,'mango_no_of_posts','8'),(10969,1372,'mango_page_header','1'),(10972,1372,'mango_page_header','1'),(10975,1372,'mango_breadcrumb_title_position','text-left'),(10978,1372,'mango_breadcrumb_title_position','text-left'),(10981,1372,'mango_footer_type','1'),(10984,1372,'mango_footer_type','1'),(10987,1372,'mango_top_footer_widget_columns','3'),(10990,1372,'mango_top_footer_widget_columns','3'),(10993,1372,'mango_blog_excerpt_length','80'),(10996,1372,'mango_blog_excerpt_length','80'),(10999,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11002,1372,'(mango_)portfolio_columns','2'),(11005,1372,'mango_no_of_posts','8'),(11008,1372,'mango_page_header','1'),(11011,1372,'mango_breadcrumb_title_position','text-left'),(11014,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11017,1372,'mango_footer_type','1'),(11020,1372,'(mango_)portfolio_columns','2'),(11023,1372,'mango_top_footer_widget_columns','3'),(11026,1372,'mango_no_of_posts','8'),(11029,1372,'mango_blog_excerpt_length','80'),(11032,1372,'mango_page_header','1'),(11035,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11038,1372,'mango_breadcrumb_title_position','text-left'),(11041,1372,'(mango_)portfolio_columns','2'),(11044,1372,'mango_no_of_posts','8'),(11047,1372,'mango_page_header','1'),(11050,1372,'mango_breadcrumb_title_position','text-left'),(11053,1372,'mango_footer_type','1'),(11056,1372,'mango_footer_type','1'),(11059,1372,'mango_top_footer_widget_columns','3'),(11062,1372,'mango_top_footer_widget_columns','3'),(11065,1372,'mango_blog_excerpt_length','80'),(11068,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11071,1372,'(mango_)portfolio_columns','2'),(11074,1372,'mango_no_of_posts','8'),(11077,1372,'mango_page_header','1'),(11080,1372,'mango_breadcrumb_title_position','text-left'),(11083,1372,'mango_footer_type','1'),(11086,1372,'mango_top_footer_widget_columns','3'),(11089,1372,'mango_blog_excerpt_length','80'),(11092,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11095,1372,'(mango_)portfolio_columns','2'),(11098,1372,'mango_no_of_posts','8'),(11101,1372,'mango_page_header','1'),(11104,1372,'mango_breadcrumb_title_position','text-left'),(11107,1372,'mango_footer_type','1'),(11110,1372,'mango_top_footer_widget_columns','3'),(11113,1372,'mango_blog_excerpt_length','80'),(11116,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11119,1372,'(mango_)portfolio_columns','2'),(11122,1372,'mango_no_of_posts','8'),(11125,1372,'mango_page_header','1'),(11128,1372,'mango_breadcrumb_title_position','text-left'),(11131,1372,'mango_footer_type','1'),(11134,1372,'mango_top_footer_widget_columns','3'),(11137,1372,'mango_blog_excerpt_length','80'),(11140,1372,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11143,1372,'(mango_)portfolio_columns','2'),(11146,1372,'mango_no_of_posts','8'),(11149,1372,'mango_page_header','1'),(11152,1372,'mango_breadcrumb_title_position','text-left'),(11155,1372,'mango_footer_type','1'),(11158,1372,'mango_top_footer_widget_columns','3'),(11161,1377,'_wp_page_template','index.php'),(11164,1377,'_wpb_vc_js_status','false'),(11167,1377,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11170,1377,'slide_template','default'),(11173,1377,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11176,1377,'mango_blog_type','blog-masonry'),(11179,1377,'(mango_)blog_masonry_columns','3'),(11182,1377,'mango_blog_excerpt_length','80'),(11185,1377,'mango_contact_page_version','1'),(11188,1377,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11191,1377,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(11194,1377,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11197,1377,'mango_hide_page_title','1'),(11200,1377,'mango_popup_e_d','off'),(11203,1377,'mango_page_layout','no'),(11206,1377,'mango_blog_masonry_columns','3'),(11209,1377,'mango_blog_masonry_columns','3'),(11212,1377,'mango_no_of_posts','9'),(11215,1377,'mango_page_header','1'),(11218,1377,'mango_breadcrumb_title_position','text-left'),(11221,1377,'mango_footer_type','1'),(11224,1377,'mango_no_of_posts','9'),(11227,1377,'mango_top_footer_widget_columns','3'),(11230,1377,'mango_blog_masonry_columns','3'),(11233,1377,'mango_blog_masonry_columns','3'),(11236,1377,'mango_no_of_posts','9'),(11239,1377,'mango_no_of_posts','9'),(11242,1377,'mango_blog_masonry_columns','3'),(11245,1377,'mango_blog_masonry_columns','3'),(11248,1377,'mango_no_of_posts','9'),(11251,1377,'mango_no_of_posts','9'),(11254,1377,'mango_blog_masonry_columns','3'),(11257,1377,'mango_no_of_posts','9'),(11260,1377,'mango_blog_masonry_columns','3'),(11263,1377,'mango_no_of_posts','9'),(11266,1377,'mango_blog_masonry_columns','3'),(11269,1377,'mango_no_of_posts','9'),(11272,1380,'_wp_page_template','index.php'),(11275,1380,'_wpb_vc_js_status','false'),(11278,1380,'_wpb_vc_js_status','false'),(11281,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11284,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11287,1380,'slide_template','default'),(11290,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11293,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11296,1380,'mango_blog_type','blog-masonry'),(11299,1380,'mango_blog_type','blog-masonry'),(11302,1380,'(mango_)blog_masonry_columns','4'),(11305,1380,'mango_blog_excerpt_length','80'),(11308,1380,'mango_blog_excerpt_length','80'),(11311,1380,'mango_contact_page_version','1'),(11314,1380,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11317,1380,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(11320,1380,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11323,1380,'mango_contact_page_version','1'),(11326,1380,'mango_hide_page_title','1'),(11329,1380,'mango_hide_page_title','1'),(11332,1380,'mango_page_layout','no'),(11335,1380,'mango_page_layout','no'),(11338,1380,'mango_popup_e_d','off'),(11341,1380,'mango_popup_e_d','off'),(11344,1380,'mango_blog_masonry_columns','4'),(11347,1380,'mango_blog_masonry_columns','4'),(11350,1380,'mango_no_of_posts','8'),(11353,1380,'mango_no_of_posts','8'),(11356,1380,'mango_page_header','1'),(11359,1380,'mango_page_header','1'),(11362,1380,'mango_breadcrumb_title_position','text-left'),(11365,1380,'mango_breadcrumb_title_position','text-left'),(11368,1380,'mango_footer_type','1'),(11371,1380,'mango_footer_type','1'),(11374,1380,'mango_top_footer_widget_columns','3'),(11377,1380,'_wpb_vc_js_status','false'),(11380,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11383,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11386,1380,'mango_blog_type','blog-masonry'),(11389,1380,'mango_blog_excerpt_length','80'),(11392,1380,'_wpb_vc_js_status','false'),(11395,1380,'mango_contact_page_version','1'),(11398,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11401,1380,'mango_hide_page_title','1'),(11404,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11407,1380,'mango_page_layout','no'),(11410,1380,'mango_blog_type','blog-masonry'),(11413,1380,'mango_popup_e_d','off'),(11416,1380,'mango_blog_excerpt_length','80'),(11419,1380,'mango_blog_masonry_columns','4'),(11422,1380,'mango_contact_page_version','1'),(11425,1380,'mango_no_of_posts','8'),(11428,1380,'mango_hide_page_title','1'),(11431,1380,'mango_page_header','1'),(11434,1380,'mango_breadcrumb_title_position','text-left'),(11437,1380,'mango_footer_type','1'),(11440,1380,'_wpb_vc_js_status','false'),(11443,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11446,1380,'mango_page_layout','no'),(11449,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11452,1380,'mango_popup_e_d','off'),(11455,1380,'mango_blog_type','blog-masonry'),(11458,1380,'mango_blog_masonry_columns','4'),(11461,1380,'mango_blog_excerpt_length','80'),(11464,1380,'mango_no_of_posts','8'),(11467,1380,'mango_page_header','1'),(11470,1380,'mango_contact_page_version','1'),(11473,1380,'mango_breadcrumb_title_position','text-left'),(11476,1380,'mango_footer_type','1'),(11479,1380,'_wpb_vc_js_status','false'),(11482,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11485,1380,'mango_hide_page_title','1'),(11488,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11491,1380,'mango_blog_type','blog-masonry'),(11494,1380,'mango_page_layout','no'),(11497,1380,'mango_blog_excerpt_length','80'),(11500,1380,'mango_popup_e_d','off'),(11503,1380,'mango_contact_page_version','1'),(11506,1380,'mango_hide_page_title','1'),(11509,1380,'mango_blog_masonry_columns','4'),(11512,1380,'mango_page_layout','no'),(11515,1380,'mango_no_of_posts','8'),(11518,1380,'mango_popup_e_d','off'),(11521,1380,'mango_blog_masonry_columns','4'),(11524,1380,'mango_no_of_posts','8'),(11527,1380,'mango_page_header','1'),(11530,1380,'mango_page_header','1'),(11533,1380,'mango_breadcrumb_title_position','text-left'),(11536,1380,'mango_breadcrumb_title_position','text-left'),(11539,1380,'mango_footer_type','1'),(11542,1380,'mango_footer_type','1'),(11545,1380,'_wpb_vc_js_status','false'),(11548,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11551,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11554,1380,'mango_blog_type','blog-masonry'),(11557,1380,'mango_blog_excerpt_length','80'),(11560,1380,'mango_contact_page_version','1'),(11563,1380,'mango_hide_page_title','1'),(11566,1380,'mango_page_layout','no'),(11569,1380,'mango_popup_e_d','off'),(11572,1380,'mango_blog_masonry_columns','4'),(11575,1380,'mango_no_of_posts','8'),(11578,1380,'mango_page_header','1'),(11581,1380,'mango_breadcrumb_title_position','text-left'),(11584,1380,'mango_footer_type','1'),(11587,1380,'_wpb_vc_js_status','false'),(11590,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11593,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11596,1380,'mango_blog_type','blog-masonry'),(11599,1380,'mango_blog_excerpt_length','80'),(11602,1380,'mango_contact_page_version','1'),(11605,1380,'mango_hide_page_title','1'),(11608,1380,'mango_page_layout','no'),(11611,1380,'mango_popup_e_d','off'),(11614,1380,'mango_blog_masonry_columns','4'),(11617,1380,'mango_no_of_posts','8'),(11620,1380,'mango_page_header','1'),(11623,1380,'mango_breadcrumb_title_position','text-left'),(11626,1380,'mango_footer_type','1'),(11629,1380,'_wpb_vc_js_status','false'),(11632,1380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11635,1380,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11638,1380,'mango_blog_type','blog-masonry'),(11641,1380,'mango_blog_excerpt_length','80'),(11644,1380,'mango_contact_page_version','1'),(11647,1380,'mango_hide_page_title','1'),(11650,1380,'mango_page_layout','no'),(11653,1380,'mango_popup_e_d','off'),(11656,1380,'mango_blog_masonry_columns','4'),(11659,1380,'mango_no_of_posts','8'),(11662,1380,'mango_page_header','1'),(11665,1380,'mango_breadcrumb_title_position','text-left'),(11668,1380,'mango_footer_type','1'),(11671,1382,'_wp_page_template','index.php'),(11674,1382,'_wpb_vc_js_status','false'),(11677,1382,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11680,1382,'slide_template','default'),(11683,1382,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11686,1382,'mango_blog_type','blog-masonry'),(11689,1382,'(mango_)blog_masonry_columns','2'),(11692,1382,'mango_blog_excerpt_length','80'),(11695,1382,'mango_contact_page_version','1'),(11698,1382,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11701,1382,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(11704,1382,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11707,1382,'mango_hide_page_title','1'),(11710,1382,'mango_page_layout','right'),(11713,1382,'mango_page_sidebar_right','blog-sidebar-2'),(11716,1382,'mango_popup_e_d','off'),(11719,1382,'mango_blog_masonry_columns','2'),(11722,1382,'mango_no_of_posts','8'),(11725,1382,'mango_page_header','1'),(11728,1382,'mango_breadcrumb_title_position','text-left'),(11731,1382,'mango_footer_type','1'),(11734,1382,'mango_top_footer_widget_columns','3'),(11737,1384,'_wp_page_template','index.php'),(11740,1384,'_wpb_vc_js_status','false'),(11743,1384,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11746,1384,'slide_template','default'),(11749,1384,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(11752,1384,'mango_blog_type','blog-masonry'),(11755,1384,'(mango_)blog_masonry_columns','2'),(11758,1384,'mango_blog_excerpt_length','80'),(11761,1384,'mango_contact_page_version','1'),(11764,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11767,1384,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(11770,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11773,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11776,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11779,1384,'mango_hide_page_title','1'),(11782,1384,'mango_hide_page_title','1'),(11785,1384,'mango_page_layout','left'),(11788,1384,'mango_page_layout','left'),(11791,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11794,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11797,1384,'mango_popup_e_d','off'),(11800,1384,'mango_popup_e_d','off'),(11803,1384,'mango_blog_masonry_columns','2'),(11806,1384,'mango_blog_masonry_columns','2'),(11809,1384,'mango_no_of_posts','8'),(11812,1384,'mango_no_of_posts','8'),(11815,1384,'mango_page_header','1'),(11818,1384,'mango_breadcrumb_title_position','text-left'),(11821,1384,'mango_footer_type','1'),(11824,1384,'mango_top_footer_widget_columns','3'),(11827,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11830,1384,'mango_page_header','1'),(11833,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11836,1384,'mango_hide_page_title','1'),(11839,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11842,1384,'mango_page_layout','left'),(11845,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11848,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11851,1384,'mango_hide_page_title','1'),(11854,1384,'mango_popup_e_d','off'),(11857,1384,'mango_page_layout','left'),(11860,1384,'mango_blog_masonry_columns','2'),(11863,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11866,1384,'mango_no_of_posts','8'),(11869,1384,'mango_popup_e_d','off'),(11872,1384,'mango_page_header','1'),(11875,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11878,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11881,1384,'mango_hide_page_title','1'),(11884,1384,'mango_blog_masonry_columns','2'),(11887,1384,'mango_page_layout','left'),(11890,1384,'mango_no_of_posts','8'),(11893,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11896,1384,'mango_page_header','1'),(11899,1384,'mango_popup_e_d','off'),(11902,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11905,1384,'mango_blog_masonry_columns','2'),(11908,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11911,1384,'mango_no_of_posts','8'),(11914,1384,'mango_hide_page_title','1'),(11917,1384,'mango_page_header','1'),(11920,1384,'mango_page_layout','left'),(11923,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11926,1384,'mango_popup_e_d','off'),(11929,1384,'mango_blog_masonry_columns','2'),(11932,1384,'mango_no_of_posts','8'),(11935,1384,'mango_page_header','1'),(11938,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11941,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11944,1384,'mango_hide_page_title','1'),(11947,1384,'mango_page_layout','left'),(11950,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11953,1384,'mango_popup_e_d','off'),(11956,1384,'mango_blog_masonry_columns','2'),(11959,1384,'mango_no_of_posts','8'),(11962,1384,'mango_page_header','1'),(11965,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11968,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11971,1384,'mango_hide_page_title','1'),(11974,1384,'mango_page_layout','left'),(11977,1384,'mango_page_sidebar_left','blog-sidebar-1'),(11980,1384,'mango_popup_e_d','off'),(11983,1384,'mango_blog_masonry_columns','2'),(11986,1384,'mango_no_of_posts','8'),(11989,1384,'mango_page_header','1'),(11992,1384,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(11995,1384,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(11998,1384,'mango_hide_page_title','1'),(12001,1384,'mango_page_layout','left'),(12004,1384,'mango_page_sidebar_left','blog-sidebar-1'),(12007,1384,'mango_popup_e_d','off'),(12010,1384,'mango_blog_masonry_columns','2'),(12013,1384,'mango_no_of_posts','8'),(12016,1384,'mango_page_header','1'),(12019,1406,'_wp_page_template','index.php'),(12022,1406,'_wpb_vc_js_status','true'),(12025,1406,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12028,1406,'slide_template','default'),(12031,1406,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12034,1406,'mango_blog_type','blog-list'),(12037,1406,'(mango_)blog_masonry_columns','3'),(12040,1406,'mango_blog_excerpt_length','80'),(12043,1406,'mango_contact_page_version','1'),(12046,1406,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12049,1406,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12052,1406,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12055,1406,'mango_hide_page_title','1'),(12058,1406,'mango_page_layout','right'),(12061,1406,'mango_hide_page_title','1'),(12064,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12067,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12070,1406,'mango_popup_e_d','off'),(12073,1406,'mango_popup_e_d','off'),(12076,1406,'mango_no_of_posts','6'),(12079,1406,'mango_page_header','1'),(12082,1406,'mango_page_header','1'),(12085,1406,'mango_breadcrumb_title_position','text-left'),(12088,1406,'mango_footer_type','1'),(12091,1406,'mango_footer_type','1'),(12094,1406,'mango_top_footer_widget_columns','3'),(12097,1406,'mango_top_footer_widget_columns','3'),(12100,1406,'mango_hide_page_title','1'),(12103,1406,'mango_hide_page_title','1'),(12106,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12109,1406,'mango_popup_e_d','off'),(12112,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12115,1406,'mango_page_header','1'),(12118,1406,'mango_popup_e_d','off'),(12121,1406,'mango_footer_type','1'),(12124,1406,'mango_page_header','1'),(12127,1406,'mango_footer_type','1'),(12130,1406,'mango_top_footer_widget_columns','3'),(12133,1406,'mango_top_footer_widget_columns','3'),(12136,1406,'mango_hide_page_title','1'),(12139,1406,'mango_hide_page_title','1'),(12142,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12145,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12148,1406,'mango_popup_e_d','off'),(12151,1406,'mango_popup_e_d','off'),(12154,1406,'mango_page_header','1'),(12157,1406,'mango_footer_type','1'),(12160,1406,'mango_page_header','1'),(12163,1406,'mango_top_footer_widget_columns','3'),(12166,1406,'mango_footer_type','1'),(12169,1406,'mango_top_footer_widget_columns','3'),(12172,1406,'mango_hide_page_title','1'),(12175,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12178,1406,'mango_popup_e_d','off'),(12181,1406,'mango_page_header','1'),(12184,1406,'mango_footer_type','1'),(12187,1406,'mango_top_footer_widget_columns','3'),(12190,1406,'mango_hide_page_title','1'),(12193,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12196,1406,'mango_popup_e_d','off'),(12199,1406,'mango_page_header','1'),(12202,1406,'mango_footer_type','1'),(12205,1406,'mango_top_footer_widget_columns','3'),(12208,1406,'mango_hide_page_title','1'),(12211,1406,'mango_page_sidebar_right','blog-sidebar-2'),(12214,1406,'mango_popup_e_d','off'),(12217,1406,'mango_page_header','1'),(12220,1406,'mango_footer_type','1'),(12223,1406,'mango_top_footer_widget_columns','3'),(12226,1408,'_wp_page_template','index.php'),(12229,1408,'_wpb_vc_js_status','false'),(12232,1408,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12235,1408,'slide_template','default'),(12238,1408,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12241,1408,'mango_blog_type','blog-list'),(12244,1408,'(mango_)blog_masonry_columns','3'),(12247,1408,'mango_blog_excerpt_length','80'),(12250,1408,'mango_contact_page_version','1'),(12253,1408,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12256,1408,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12259,1408,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12262,1408,'mango_hide_page_title','1'),(12265,1408,'mango_page_layout','left'),(12268,1408,'mango_page_sidebar_left','blog-sidebar-1'),(12271,1408,'mango_popup_e_d','off'),(12274,1408,'mango_page_header','1'),(12277,1408,'mango_breadcrumb_title_position','text-left'),(12280,1408,'mango_footer_type','1'),(12283,1408,'mango_top_footer_widget_columns','3'),(12286,1408,'mango_no_of_posts','6'),(12289,1410,'_wp_page_template','index.php'),(12292,1410,'_wpb_vc_js_status','false'),(12295,1410,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12298,1410,'slide_template','default'),(12301,1410,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12304,1410,'mango_blog_type','blog-list'),(12307,1410,'(mango_)blog_masonry_columns','3'),(12310,1410,'mango_blog_excerpt_length','80'),(12313,1410,'mango_contact_page_version','1'),(12316,1410,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12319,1410,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12322,1410,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12325,1410,'mango_hide_page_title','1'),(12328,1410,'mango_page_layout','no'),(12331,1410,'mango_popup_e_d','off'),(12334,1410,'mango_no_of_posts','6'),(12337,1410,'mango_page_header','1'),(12340,1410,'mango_breadcrumb_title_position','text-left'),(12343,1410,'mango_footer_type','1'),(12346,1410,'mango_top_footer_widget_columns','3'),(12349,1416,'_wp_page_template','index.php'),(12352,1416,'_wpb_vc_js_status','false'),(12355,1416,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12358,1416,'slide_template','default'),(12361,1416,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12364,1416,'mango_blog_type','timeline'),(12367,1416,'(mango_)blog_masonry_columns','3'),(12370,1416,'mango_blog_excerpt_length','80'),(12373,1416,'mango_contact_page_version','1'),(12376,1416,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12379,1416,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12382,1416,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12385,1416,'mango_hide_page_title','1'),(12388,1416,'mango_page_layout','right'),(12391,1416,'mango_page_sidebar_right','blog-sidebar-1'),(12394,1416,'mango_popup_e_d','off'),(12397,1416,'mango_no_of_posts','3'),(12400,1416,'mango_page_header','1'),(12403,1416,'mango_breadcrumb_title_position','text-left'),(12406,1416,'mango_footer_type','1'),(12409,1416,'mango_top_footer_widget_columns','3'),(12412,1416,'mango_top_footer_widget_columns','3'),(12415,1416,'mango_top_footer_widget_columns','3'),(12418,1416,'mango_top_footer_widget_columns','3'),(12421,1416,'mango_top_footer_widget_columns','3'),(12424,1416,'mango_top_footer_widget_columns','3'),(12427,1416,'mango_top_footer_widget_columns','3'),(12430,1433,'_wpb_vc_js_status','true'),(12433,1433,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12436,1433,'slide_template','default'),(12439,1433,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12442,1433,'mango_blog_type','classic'),(12445,1433,'(mango_)blog_masonry_columns','3'),(12448,1433,'mango_popup_e_d','off'),(12451,1433,'mango_hide_page_title','1'),(12454,1433,'mango_page_layout','no'),(12457,1433,'mango_footer_widget_columns','5'),(12460,1433,'mango_page_header','2'),(12463,1433,'mango_footer_type','1'),(12466,1433,'_wp_page_template','templates/faqs.php'),(12469,1433,'_wpml_media_duplicate',''),(12472,1433,'_wpml_media_featured',''),(12475,1433,'mango_blog_excerpt_length','80'),(12478,1433,'mango_contact_page_version','1'),(12481,1433,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12484,1433,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12487,1433,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12490,1433,'mango_coming_soon_page_version','1'),(12493,1433,'mango_top_footer_widget_columns','3'),(12496,1433,'_wpml_media_featured',''),(12499,1433,'_wpml_media_featured',''),(12502,1491,'_wpb_vc_js_status','true'),(12505,1491,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12508,1491,'slide_template','default'),(12511,1491,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12514,1491,'mango_blog_type','classic'),(12517,1491,'(mango_)blog_masonry_columns','3'),(12520,1491,'mango_blog_excerpt_length','80'),(12523,1491,'mango_portfolio_page_style','grid'),(12526,1491,'mango_portfolio_style','default'),(12529,1491,'(mango_)portfolio_columns','4'),(12532,1491,'mango_contact_page_version','1'),(12535,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12538,1491,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12541,1491,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12544,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12547,1491,'mango_popup_e_d','off'),(12550,1491,'_wp_page_template','templates/portfolio.php'),(12553,1491,'mango_hide_page_title','1'),(12556,1491,'mango_page_layout','no'),(12559,1491,'mango_hide_page_title','1'),(12562,1491,'mango_portfolio_columns','4'),(12565,1491,'mango_page_header','1'),(12568,1491,'mango_breadcrumb_title_position','text-left'),(12571,1491,'mango_top_footer_widget_columns','3'),(12574,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12577,1491,'mango_hide_page_title','1'),(12580,1491,'mango_portfolio_columns','4'),(12583,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12586,1491,'mango_hide_page_title','1'),(12589,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12592,1491,'mango_portfolio_columns','4'),(12595,1491,'mango_hide_page_title','1'),(12598,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12601,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12604,1491,'mango_hide_page_title','1'),(12607,1491,'mango_hide_page_title','1'),(12610,1491,'mango_portfolio_columns','4'),(12613,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12616,1491,'mango_hide_page_title','1'),(12619,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12622,1491,'mango_portfolio_columns','4'),(12625,1491,'mango_hide_page_title','1'),(12628,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12631,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12634,1491,'mango_hide_page_title','1'),(12637,1491,'mango_hide_page_title','1'),(12640,1491,'mango_coming_soon_page_version','1'),(12643,1491,'mango_portfolio_columns','4'),(12646,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12649,1491,'mango_hide_page_title','1'),(12652,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12655,1491,'mango_hide_page_title','1'),(12658,1491,'mango_portfolio_columns','4'),(12661,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12664,1491,'mango_hide_page_title','1'),(12667,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12670,1491,'mango_hide_page_title','1'),(12673,1491,'mango_portfolio_columns','4'),(12676,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12679,1491,'mango_hide_page_title','1'),(12682,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12685,1491,'mango_hide_page_title','1'),(12688,1491,'mango_portfolio_columns','4'),(12691,1491,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12694,1491,'mango_hide_page_title','1'),(12697,1494,'_wp_page_template','templates/portfolio.php'),(12700,1494,'_wpb_vc_js_status','true'),(12703,1494,'_wpb_vc_js_status','true'),(12706,1494,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12709,1494,'slide_template','default'),(12712,1494,'slide_template','default'),(12715,1494,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(12718,1494,'mango_blog_type','classic'),(12721,1494,'mango_blog_type','classic'),(12724,1494,'(mango_)blog_masonry_columns','3'),(12727,1494,'mango_blog_excerpt_length','80'),(12730,1494,'mango_blog_excerpt_length','80'),(12733,1494,'mango_portfolio_page_style','grid'),(12736,1494,'mango_portfolio_page_style','grid'),(12739,1494,'mango_portfolio_style','default'),(12742,1494,'mango_portfolio_style','default'),(12745,1494,'(mango_)portfolio_columns','2'),(12748,1494,'mango_contact_page_version','1'),(12751,1494,'mango_contact_page_version','1'),(12754,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12757,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12760,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12763,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12766,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12769,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12772,1494,'mango_hide_page_title','1'),(12775,1494,'mango_hide_page_title','1'),(12778,1494,'mango_page_layout','right'),(12781,1494,'mango_page_layout','right'),(12784,1494,'mango_page_sidebar_right','blog-sidebar-1'),(12787,1494,'mango_page_sidebar_right','blog-sidebar-1'),(12790,1494,'mango_popup_e_d','off'),(12793,1494,'mango_popup_e_d','off'),(12796,1494,'mango_footer_type','1'),(12799,1494,'mango_footer_type','1'),(12802,1494,'mango_top_footer_widget_columns','3'),(12805,1494,'mango_top_footer_widget_columns','3'),(12808,1494,'mango_portfolio_columns','2'),(12811,1494,'mango_portfolio_columns','2'),(12814,1494,'mango_page_header','1'),(12817,1494,'mango_page_header','1'),(12820,1494,'mango_breadcrumb_title_position','text-left'),(12823,1494,'mango_breadcrumb_title_position','text-left'),(12826,1494,'_wpb_vc_js_status','true'),(12829,1494,'_wpb_vc_js_status','true'),(12832,1494,'slide_template','default'),(12835,1494,'slide_template','default'),(12838,1494,'mango_blog_type','classic'),(12841,1494,'mango_blog_type','classic'),(12844,1494,'mango_blog_excerpt_length','80'),(12847,1494,'mango_blog_excerpt_length','80'),(12850,1494,'mango_portfolio_page_style','grid'),(12853,1494,'mango_portfolio_style','default'),(12856,1494,'mango_portfolio_page_style','grid'),(12859,1494,'mango_contact_page_version','1'),(12862,1494,'mango_portfolio_style','default'),(12865,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12868,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12871,1494,'mango_contact_page_version','1'),(12874,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12877,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12880,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12883,1494,'mango_hide_page_title','1'),(12886,1494,'mango_page_layout','right'),(12889,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12892,1494,'mango_page_sidebar_right','blog-sidebar-1'),(12895,1494,'mango_hide_page_title','1'),(12898,1494,'mango_popup_e_d','off'),(12901,1494,'mango_footer_type','1'),(12904,1494,'mango_top_footer_widget_columns','3'),(12907,1494,'mango_page_layout','right'),(12910,1494,'_wpb_vc_js_status','true'),(12913,1494,'mango_page_sidebar_right','blog-sidebar-1'),(12916,1494,'slide_template','default'),(12919,1494,'mango_popup_e_d','off'),(12922,1494,'mango_footer_type','1'),(12925,1494,'mango_blog_type','classic'),(12928,1494,'mango_blog_excerpt_length','80'),(12931,1494,'mango_top_footer_widget_columns','3'),(12934,1494,'mango_portfolio_page_style','grid'),(12937,1494,'mango_portfolio_style','default'),(12940,1494,'_wpb_vc_js_status','true'),(12943,1494,'mango_contact_page_version','1'),(12946,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(12949,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(12952,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(12955,1494,'slide_template','default'),(12958,1494,'mango_hide_page_title','1'),(12961,1494,'mango_blog_type','classic'),(12964,1494,'mango_page_layout','right'),(12967,1494,'mango_blog_excerpt_length','80'),(12970,1494,'mango_page_sidebar_right','blog-sidebar-1'),(12973,1494,'mango_portfolio_page_style','grid'),(12976,1494,'mango_portfolio_style','default'),(12979,1494,'mango_popup_e_d','off'),(12982,1494,'mango_contact_page_version','1'),(12985,1494,'mango_footer_type','1'),(12988,1494,'mango_top_footer_widget_columns','3'),(12991,1494,'mango_portfolio_columns','2'),(12994,1494,'mango_page_header','1'),(12997,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13000,1494,'mango_breadcrumb_title_position','text-left'),(13003,1494,'_wpb_vc_js_status','true'),(13006,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13009,1494,'slide_template','default'),(13012,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13015,1494,'mango_hide_page_title','1'),(13018,1494,'mango_blog_type','classic'),(13021,1494,'mango_page_layout','right'),(13024,1494,'mango_blog_excerpt_length','80'),(13027,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13030,1494,'mango_portfolio_page_style','grid'),(13033,1494,'mango_popup_e_d','off'),(13036,1494,'mango_portfolio_style','default'),(13039,1494,'mango_footer_type','1'),(13042,1494,'mango_top_footer_widget_columns','3'),(13045,1494,'mango_contact_page_version','1'),(13048,1494,'mango_portfolio_columns','2'),(13051,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13054,1494,'mango_page_header','1'),(13057,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13060,1494,'mango_breadcrumb_title_position','text-left'),(13063,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13066,1494,'_wpb_vc_js_status','true'),(13069,1494,'mango_hide_page_title','1'),(13072,1494,'slide_template','default'),(13075,1494,'mango_page_layout','right'),(13078,1494,'mango_blog_type','classic'),(13081,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13084,1494,'mango_blog_excerpt_length','80'),(13087,1494,'mango_popup_e_d','off'),(13090,1494,'mango_portfolio_page_style','grid'),(13093,1494,'mango_footer_type','1'),(13096,1494,'mango_portfolio_style','default'),(13099,1494,'mango_top_footer_widget_columns','3'),(13102,1494,'mango_contact_page_version','1'),(13105,1494,'_wpb_vc_js_status','true'),(13108,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13111,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13114,1494,'slide_template','default'),(13117,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13120,1494,'mango_blog_type','classic'),(13123,1494,'mango_hide_page_title','1'),(13126,1494,'mango_blog_excerpt_length','80'),(13129,1494,'mango_page_layout','right'),(13132,1494,'mango_portfolio_page_style','grid'),(13135,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13138,1494,'mango_portfolio_style','default'),(13141,1494,'mango_popup_e_d','off'),(13144,1494,'mango_contact_page_version','1'),(13147,1494,'mango_footer_type','1'),(13150,1494,'mango_top_footer_widget_columns','3'),(13153,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13156,1494,'_wpb_vc_js_status','true'),(13159,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13162,1494,'slide_template','default'),(13165,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13168,1494,'mango_blog_type','classic'),(13171,1494,'mango_hide_page_title','1'),(13174,1494,'mango_blog_excerpt_length','80'),(13177,1494,'mango_portfolio_page_style','grid'),(13180,1494,'mango_portfolio_style','default'),(13183,1494,'mango_page_layout','right'),(13186,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13189,1494,'mango_popup_e_d','off'),(13192,1494,'mango_footer_type','1'),(13195,1494,'mango_contact_page_version','1'),(13198,1494,'mango_top_footer_widget_columns','3'),(13201,1494,'mango_portfolio_columns','2'),(13204,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13207,1494,'mango_page_header','1'),(13210,1494,'mango_breadcrumb_title_position','text-left'),(13213,1494,'_wpb_vc_js_status','true'),(13216,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13219,1494,'slide_template','default'),(13222,1494,'mango_blog_type','classic'),(13225,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13228,1494,'mango_blog_excerpt_length','80'),(13231,1494,'mango_hide_page_title','1'),(13234,1494,'mango_portfolio_page_style','grid'),(13237,1494,'mango_portfolio_style','default'),(13240,1494,'mango_page_layout','right'),(13243,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13246,1494,'mango_contact_page_version','1'),(13249,1494,'mango_popup_e_d','off'),(13252,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13255,1494,'mango_footer_type','1'),(13258,1494,'mango_top_footer_widget_columns','3'),(13261,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13264,1494,'mango_portfolio_columns','2'),(13267,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13270,1494,'mango_page_header','1'),(13273,1494,'mango_hide_page_title','1'),(13276,1494,'mango_breadcrumb_title_position','text-left'),(13279,1494,'mango_page_layout','right'),(13282,1494,'_wpb_vc_js_status','true'),(13285,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13288,1494,'slide_template','default'),(13291,1494,'mango_popup_e_d','off'),(13294,1494,'mango_footer_type','1'),(13297,1494,'mango_blog_type','classic'),(13300,1494,'mango_top_footer_widget_columns','3'),(13303,1494,'mango_blog_excerpt_length','80'),(13306,1494,'mango_coming_soon_page_version','1'),(13309,1494,'mango_portfolio_page_style','grid'),(13312,1494,'mango_portfolio_style','default'),(13315,1494,'mango_contact_page_version','1'),(13318,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13321,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13324,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13327,1494,'mango_hide_page_title','1'),(13330,1494,'mango_page_layout','right'),(13333,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13336,1494,'mango_popup_e_d','off'),(13339,1494,'mango_footer_type','1'),(13342,1494,'mango_top_footer_widget_columns','3'),(13345,1494,'_wpb_vc_js_status','true'),(13348,1494,'slide_template','default'),(13351,1494,'mango_blog_type','classic'),(13354,1494,'mango_blog_excerpt_length','80'),(13357,1494,'mango_portfolio_page_style','grid'),(13360,1494,'mango_portfolio_style','default'),(13363,1494,'mango_contact_page_version','1'),(13366,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13369,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13372,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13375,1494,'mango_hide_page_title','1'),(13378,1494,'mango_page_layout','right'),(13381,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13384,1494,'mango_popup_e_d','off'),(13387,1494,'mango_footer_type','1'),(13390,1494,'mango_top_footer_widget_columns','3'),(13393,1494,'mango_portfolio_columns','2'),(13396,1494,'mango_page_header','1'),(13399,1494,'mango_breadcrumb_title_position','text-left'),(13402,1494,'_wpb_vc_js_status','true'),(13405,1494,'slide_template','default'),(13408,1494,'mango_blog_type','classic'),(13411,1494,'mango_blog_excerpt_length','80'),(13414,1494,'mango_portfolio_page_style','grid'),(13417,1494,'mango_portfolio_style','default'),(13420,1494,'mango_contact_page_version','1'),(13423,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13426,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13429,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13432,1494,'mango_hide_page_title','1'),(13435,1494,'mango_page_layout','right'),(13438,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13441,1494,'mango_popup_e_d','off'),(13444,1494,'mango_footer_type','1'),(13447,1494,'mango_top_footer_widget_columns','3'),(13450,1494,'_wpb_vc_js_status','true'),(13453,1494,'slide_template','default'),(13456,1494,'mango_blog_type','classic'),(13459,1494,'mango_blog_excerpt_length','80'),(13462,1494,'mango_portfolio_page_style','grid'),(13465,1494,'mango_portfolio_style','default'),(13468,1494,'mango_contact_page_version','1'),(13471,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13474,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13477,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13480,1494,'mango_hide_page_title','1'),(13483,1494,'mango_page_layout','right'),(13486,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13489,1494,'mango_popup_e_d','off'),(13492,1494,'mango_footer_type','1'),(13495,1494,'mango_top_footer_widget_columns','3'),(13498,1494,'mango_portfolio_columns','2'),(13501,1494,'mango_page_header','1'),(13504,1494,'mango_breadcrumb_title_position','text-left'),(13507,1494,'_wpb_vc_js_status','true'),(13510,1494,'slide_template','default'),(13513,1494,'mango_blog_type','classic'),(13516,1494,'mango_blog_excerpt_length','80'),(13519,1494,'mango_portfolio_page_style','grid'),(13522,1494,'mango_portfolio_style','default'),(13525,1494,'mango_contact_page_version','1'),(13528,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13531,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13534,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13537,1494,'mango_hide_page_title','1'),(13540,1494,'mango_page_layout','right'),(13543,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13546,1494,'mango_popup_e_d','off'),(13549,1494,'mango_footer_type','1'),(13552,1494,'mango_top_footer_widget_columns','3'),(13555,1494,'_wpb_vc_js_status','true'),(13558,1494,'slide_template','default'),(13561,1494,'mango_blog_type','classic'),(13564,1494,'mango_blog_excerpt_length','80'),(13567,1494,'mango_portfolio_page_style','grid'),(13570,1494,'mango_portfolio_style','default'),(13573,1494,'mango_contact_page_version','1'),(13576,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13579,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13582,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13585,1494,'mango_hide_page_title','1'),(13588,1494,'mango_page_layout','right'),(13591,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13594,1494,'mango_popup_e_d','off'),(13597,1494,'mango_footer_type','1'),(13600,1494,'mango_top_footer_widget_columns','3'),(13603,1494,'mango_portfolio_columns','2'),(13606,1494,'mango_page_header','1'),(13609,1494,'mango_breadcrumb_title_position','text-left'),(13612,1494,'_wpb_vc_js_status','true'),(13615,1494,'slide_template','default'),(13618,1494,'mango_blog_type','classic'),(13621,1494,'mango_blog_excerpt_length','80'),(13624,1494,'mango_portfolio_page_style','grid'),(13627,1494,'mango_portfolio_style','default'),(13630,1494,'mango_contact_page_version','1'),(13633,1494,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13636,1494,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13639,1494,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13642,1494,'mango_hide_page_title','1'),(13645,1494,'mango_page_layout','right'),(13648,1494,'mango_page_sidebar_right','blog-sidebar-1'),(13651,1494,'mango_popup_e_d','off'),(13654,1494,'mango_footer_type','1'),(13657,1494,'mango_top_footer_widget_columns','3'),(13660,1496,'_wp_page_template','templates/portfolio.php'),(13663,1496,'_wpb_vc_js_status','false'),(13666,1496,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13669,1496,'slide_template','default'),(13672,1496,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13675,1496,'mango_blog_type','classic'),(13678,1496,'(mango_)blog_masonry_columns','3'),(13681,1496,'mango_blog_excerpt_length','80'),(13684,1496,'mango_portfolio_page_style','grid'),(13687,1496,'mango_portfolio_style','default'),(13690,1496,'(mango_)portfolio_columns','2'),(13693,1496,'mango_contact_page_version','1'),(13696,1496,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13699,1496,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13702,1496,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13705,1496,'mango_hide_page_title','1'),(13708,1496,'mango_page_layout','left'),(13711,1496,'mango_page_sidebar_left','blog-sidebar-1'),(13714,1496,'mango_popup_e_d','off'),(13717,1496,'mango_footer_type','1'),(13720,1496,'mango_top_footer_widget_columns','3'),(13723,1496,'mango_portfolio_columns','2'),(13726,1496,'mango_page_header','1'),(13729,1496,'mango_breadcrumb_title_position','text-left'),(13732,1496,'mango_page_sidebar_right','blog-sidebar-2'),(13735,1498,'_wp_page_template','templates/portfolio.php'),(13738,1498,'_wpb_vc_js_status','true'),(13741,1498,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13744,1498,'slide_template','default'),(13747,1498,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13750,1498,'mango_blog_type','classic'),(13753,1498,'(mango_)blog_masonry_columns','3'),(13756,1498,'mango_blog_excerpt_length','80'),(13759,1498,'mango_portfolio_style','default'),(13762,1498,'(mango_)portfolio_columns','3'),(13765,1498,'mango_contact_page_version','1'),(13768,1498,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13771,1498,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13774,1498,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13777,1498,'mango_hide_page_title','1'),(13780,1498,'mango_popup_e_d','off'),(13783,1498,'mango_page_layout','no'),(13786,1498,'mango_footer_type','1'),(13789,1498,'mango_top_footer_widget_columns','3'),(13792,1498,'mango_portfolio_page_style','grid'),(13795,1498,'mango_portfolio_columns','3'),(13798,1498,'mango_page_header','1'),(13801,1498,'mango_breadcrumb_title_position','text-left'),(13804,1498,'mango_coming_soon_page_version','1'),(13807,1498,'mango_container_size','yes'),(13810,1498,'_wpml_media_duplicate',''),(13813,1498,'_wpml_media_featured',''),(13816,1500,'_wp_page_template','templates/portfolio.php'),(13819,1500,'_wpb_vc_js_status','false'),(13822,1500,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13825,1500,'slide_template','default'),(13828,1500,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13831,1500,'mango_blog_type','classic'),(13834,1500,'(mango_)blog_masonry_columns','3'),(13837,1500,'mango_blog_excerpt_length','80'),(13840,1500,'mango_portfolio_page_style','grid'),(13843,1500,'mango_portfolio_style','default'),(13846,1500,'(mango_)portfolio_columns','4'),(13849,1500,'mango_contact_page_version','1'),(13852,1500,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13855,1500,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13858,1500,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13861,1500,'mango_hide_page_title','1'),(13864,1500,'mango_page_layout','no'),(13867,1500,'mango_popup_e_d','off'),(13870,1500,'mango_portfolio_columns','4'),(13873,1500,'mango_page_header','1'),(13876,1500,'mango_breadcrumb_title_position','text-left'),(13879,1500,'mango_footer_type','1'),(13882,1500,'mango_top_footer_widget_columns','3'),(13885,1500,'mango_portfolio_full_width','yes'),(13888,1500,'mango_coming_soon_page_version','1'),(13891,1500,'_wpml_media_duplicate',''),(13894,1500,'_wpml_media_featured',''),(13897,1502,'_wp_page_template','templates/portfolio.php'),(13900,1502,'_wpb_vc_js_status','true'),(13903,1502,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13906,1502,'slide_template','default'),(13909,1502,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13912,1502,'mango_blog_type','classic'),(13915,1502,'(mango_)blog_masonry_columns','3'),(13918,1502,'mango_blog_excerpt_length','80'),(13921,1502,'mango_portfolio_page_style','masonry'),(13924,1502,'(mango_)portfolio_columns','3'),(13927,1502,'mango_contact_page_version','1'),(13930,1502,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(13933,1502,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(13936,1502,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(13939,1502,'mango_hide_page_title','1'),(13942,1502,'mango_page_layout','no'),(13945,1502,'mango_popup_e_d','off'),(13948,1502,'mango_portfolio_style','default'),(13951,1502,'mango_footer_type','1'),(13954,1502,'mango_top_footer_widget_columns','3'),(13957,1502,'mango_portfolio_columns','3'),(13960,1502,'mango_page_header','1'),(13963,1502,'mango_breadcrumb_title_position','text-left'),(13966,1505,'_wpb_vc_js_status','false'),(13969,1505,'_wpb_vc_js_status','false'),(13972,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13975,1505,'slide_template','default'),(13978,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13981,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13984,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(13987,1505,'mango_blog_type','classic'),(13990,1505,'mango_blog_type','classic'),(13993,1505,'(mango_)blog_masonry_columns','3'),(13996,1505,'(mango_)blog_masonry_columns','3'),(13999,1505,'mango_blog_excerpt_length','80'),(14002,1505,'mango_portfolio_page_style','masonry'),(14005,1505,'mango_portfolio_page_style','masonry'),(14008,1505,'mango_portfolio_style','default'),(14011,1505,'mango_portfolio_style','default'),(14014,1505,'(mango_)portfolio_columns','4'),(14017,1505,'mango_contact_page_version','1'),(14020,1505,'mango_contact_page_version','1'),(14023,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14026,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14029,1505,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(14032,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14035,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14038,1505,'mango_hide_page_title','1'),(14041,1505,'mango_page_layout','no'),(14044,1505,'mango_page_layout','no'),(14047,1505,'mango_popup_e_d','off'),(14050,1505,'mango_popup_e_d','off'),(14053,1505,'_wp_page_template','templates/portfolio.php'),(14056,1505,'mango_footer_type','1'),(14059,1505,'mango_footer_type','1'),(14062,1505,'mango_top_footer_widget_columns','3'),(14065,1505,'mango_portfolio_columns','4'),(14068,1505,'mango_portfolio_columns','4'),(14071,1505,'mango_page_header','1'),(14074,1505,'mango_breadcrumb_title_position','text-left'),(14077,1505,'mango_breadcrumb_title_position','text-left'),(14080,1505,'_wpb_vc_js_status','false'),(14083,1505,'_wpb_vc_js_status','false'),(14086,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14089,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14092,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14095,1505,'mango_blog_type','classic'),(14098,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14101,1505,'(mango_)blog_masonry_columns','3'),(14104,1505,'mango_blog_type','classic'),(14107,1505,'mango_portfolio_page_style','masonry'),(14110,1505,'(mango_)blog_masonry_columns','3'),(14113,1505,'mango_portfolio_style','default'),(14116,1505,'mango_portfolio_page_style','masonry'),(14119,1505,'mango_contact_page_version','1'),(14122,1505,'mango_portfolio_style','default'),(14125,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14128,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14131,1505,'mango_contact_page_version','1'),(14134,1505,'mango_page_layout','no'),(14137,1505,'mango_popup_e_d','off'),(14140,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14143,1505,'mango_footer_type','1'),(14146,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14149,1505,'_wpb_vc_js_status','false'),(14152,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14155,1505,'mango_page_layout','no'),(14158,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14161,1505,'mango_popup_e_d','off'),(14164,1505,'mango_blog_type','classic'),(14167,1505,'(mango_)blog_masonry_columns','3'),(14170,1505,'mango_footer_type','1'),(14173,1505,'mango_portfolio_page_style','masonry'),(14176,1505,'_wpb_vc_js_status','false'),(14179,1505,'mango_portfolio_style','default'),(14182,1505,'mango_contact_page_version','1'),(14185,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14188,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14191,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14194,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14197,1505,'mango_page_layout','no'),(14200,1505,'mango_blog_type','classic'),(14203,1505,'mango_popup_e_d','off'),(14206,1505,'mango_footer_type','1'),(14209,1505,'(mango_)blog_masonry_columns','3'),(14212,1505,'mango_portfolio_columns','4'),(14215,1505,'mango_portfolio_page_style','masonry'),(14218,1505,'mango_breadcrumb_title_position','text-left'),(14221,1505,'_wpb_vc_js_status','false'),(14224,1505,'mango_portfolio_style','default'),(14227,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14230,1505,'mango_contact_page_version','1'),(14233,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14236,1505,'mango_blog_type','classic'),(14239,1505,'(mango_)blog_masonry_columns','3'),(14242,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14245,1505,'mango_portfolio_page_style','masonry'),(14248,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14251,1505,'mango_portfolio_style','default'),(14254,1505,'mango_contact_page_version','1'),(14257,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14260,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14263,1505,'mango_page_layout','no'),(14266,1505,'mango_page_layout','no'),(14269,1505,'mango_popup_e_d','off'),(14272,1505,'mango_popup_e_d','off'),(14275,1505,'mango_footer_type','1'),(14278,1505,'mango_footer_type','1'),(14281,1505,'mango_portfolio_columns','4'),(14284,1505,'_wpb_vc_js_status','false'),(14287,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14290,1505,'mango_breadcrumb_title_position','text-left'),(14293,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14296,1505,'mango_blog_type','classic'),(14299,1505,'(mango_)blog_masonry_columns','3'),(14302,1505,'mango_portfolio_page_style','masonry'),(14305,1505,'_wpb_vc_js_status','false'),(14308,1505,'mango_portfolio_style','default'),(14311,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14314,1505,'mango_contact_page_version','1'),(14317,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14320,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14323,1505,'mango_blog_type','classic'),(14326,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14329,1505,'mango_page_layout','no'),(14332,1505,'(mango_)blog_masonry_columns','3'),(14335,1505,'mango_popup_e_d','off'),(14338,1505,'mango_portfolio_page_style','masonry'),(14341,1505,'mango_footer_type','1'),(14344,1505,'mango_portfolio_columns','4'),(14347,1505,'mango_portfolio_style','default'),(14350,1505,'mango_breadcrumb_title_position','text-left'),(14353,1505,'_wpb_vc_js_status','false'),(14356,1505,'mango_contact_page_version','1'),(14359,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14362,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14365,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14368,1505,'mango_blog_type','classic'),(14371,1505,'(mango_)blog_masonry_columns','3'),(14374,1505,'mango_portfolio_page_style','masonry'),(14377,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14380,1505,'mango_portfolio_style','default'),(14383,1505,'mango_page_layout','no'),(14386,1505,'mango_contact_page_version','1'),(14389,1505,'mango_popup_e_d','off'),(14392,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14395,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14398,1505,'mango_footer_type','1'),(14401,1505,'mango_page_layout','no'),(14404,1505,'_wpb_vc_js_status','false'),(14407,1505,'mango_popup_e_d','off'),(14410,1505,'mango_footer_type','1'),(14413,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14416,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14419,1505,'mango_blog_type','classic'),(14422,1505,'(mango_)blog_masonry_columns','3'),(14425,1505,'mango_portfolio_page_style','masonry'),(14428,1505,'mango_portfolio_style','default'),(14431,1505,'mango_contact_page_version','1'),(14434,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14437,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14440,1505,'mango_page_layout','no'),(14443,1505,'mango_popup_e_d','off'),(14446,1505,'mango_footer_type','1'),(14449,1505,'mango_portfolio_columns','4'),(14452,1505,'mango_breadcrumb_title_position','text-left'),(14455,1505,'_wpb_vc_js_status','false'),(14458,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14461,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14464,1505,'mango_blog_type','classic'),(14467,1505,'(mango_)blog_masonry_columns','3'),(14470,1505,'mango_portfolio_page_style','masonry'),(14473,1505,'mango_portfolio_style','default'),(14476,1505,'mango_contact_page_version','1'),(14479,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14482,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14485,1505,'mango_page_layout','no'),(14488,1505,'mango_popup_e_d','off'),(14491,1505,'mango_footer_type','1'),(14494,1505,'_wpb_vc_js_status','false'),(14497,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14500,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14503,1505,'mango_blog_type','classic'),(14506,1505,'(mango_)blog_masonry_columns','3'),(14509,1505,'mango_portfolio_page_style','masonry'),(14512,1505,'mango_portfolio_style','default'),(14515,1505,'mango_contact_page_version','1'),(14518,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14521,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14524,1505,'mango_page_layout','no'),(14527,1505,'mango_popup_e_d','off'),(14530,1505,'mango_footer_type','1'),(14533,1505,'mango_portfolio_columns','4'),(14536,1505,'mango_breadcrumb_title_position','text-left'),(14539,1505,'_wpb_vc_js_status','false'),(14542,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14545,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14548,1505,'mango_blog_type','classic'),(14551,1505,'(mango_)blog_masonry_columns','3'),(14554,1505,'mango_portfolio_page_style','masonry'),(14557,1505,'mango_portfolio_style','default'),(14560,1505,'mango_contact_page_version','1'),(14563,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14566,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14569,1505,'mango_page_layout','no'),(14572,1505,'mango_popup_e_d','off'),(14575,1505,'mango_footer_type','1'),(14578,1505,'_wpb_vc_js_status','false'),(14581,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14584,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14587,1505,'mango_blog_type','classic'),(14590,1505,'(mango_)blog_masonry_columns','3'),(14593,1505,'mango_portfolio_page_style','masonry'),(14596,1505,'mango_portfolio_style','default'),(14599,1505,'mango_contact_page_version','1'),(14602,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14605,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14608,1505,'mango_page_layout','no'),(14611,1505,'mango_popup_e_d','off'),(14614,1505,'mango_footer_type','1'),(14617,1505,'mango_portfolio_columns','4'),(14620,1505,'mango_breadcrumb_title_position','text-left'),(14623,1505,'_wpb_vc_js_status','false'),(14626,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14629,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14632,1505,'mango_blog_type','classic'),(14635,1505,'(mango_)blog_masonry_columns','3'),(14638,1505,'mango_portfolio_page_style','masonry'),(14641,1505,'mango_portfolio_style','default'),(14644,1505,'mango_contact_page_version','1'),(14647,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14650,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14653,1505,'mango_page_layout','no'),(14656,1505,'mango_popup_e_d','off'),(14659,1505,'mango_footer_type','1'),(14662,1505,'_wpb_vc_js_status','false'),(14665,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14668,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14671,1505,'mango_blog_type','classic'),(14674,1505,'(mango_)blog_masonry_columns','3'),(14677,1505,'mango_portfolio_page_style','masonry'),(14680,1505,'mango_portfolio_style','default'),(14683,1505,'mango_contact_page_version','1'),(14686,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14689,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14692,1505,'mango_page_layout','no'),(14695,1505,'mango_popup_e_d','off'),(14698,1505,'mango_footer_type','1'),(14701,1505,'mango_portfolio_columns','4'),(14704,1505,'mango_breadcrumb_title_position','text-left'),(14707,1505,'_wpb_vc_js_status','false'),(14710,1505,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14713,1505,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14716,1505,'mango_blog_type','classic'),(14719,1505,'(mango_)blog_masonry_columns','3'),(14722,1505,'mango_portfolio_page_style','masonry'),(14725,1505,'mango_portfolio_style','default'),(14728,1505,'mango_contact_page_version','1'),(14731,1505,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14734,1505,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14737,1505,'mango_page_layout','no'),(14740,1505,'mango_popup_e_d','off'),(14743,1505,'mango_footer_type','1'),(14746,1528,'_wp_page_template','templates/portfolio.php'),(14749,1528,'_wpb_vc_js_status','true'),(14752,1528,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14755,1528,'slide_template','default'),(14758,1528,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14761,1528,'mango_blog_type','classic'),(14764,1528,'(mango_)blog_masonry_columns','3'),(14767,1528,'mango_blog_excerpt_length','80'),(14770,1528,'mango_portfolio_page_style','grid'),(14773,1528,'mango_portfolio_style','simple'),(14776,1528,'(mango_)portfolio_columns','3'),(14779,1528,'mango_contact_page_version','1'),(14782,1528,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14785,1528,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(14788,1528,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14791,1528,'mango_hide_page_title','1'),(14794,1528,'mango_page_layout','no'),(14797,1528,'mango_popup_e_d','off'),(14800,1528,'mango_portfolio_columns','3'),(14803,1528,'mango_footer_type','1'),(14806,1528,'mango_top_footer_widget_columns','3'),(14809,1528,'mango_page_header','1'),(14812,1528,'mango_breadcrumb_title_position','text-left'),(14815,1531,'_wpb_vc_js_status','false'),(14818,1531,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14821,1531,'slide_template','default'),(14824,1531,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14827,1531,'mango_blog_type','classic'),(14830,1531,'(mango_)blog_masonry_columns','3'),(14833,1531,'mango_blog_excerpt_length','80'),(14836,1531,'mango_portfolio_page_style','grid'),(14839,1531,'mango_portfolio_style','simple'),(14842,1531,'(mango_)portfolio_columns','4'),(14845,1531,'mango_contact_page_version','1'),(14848,1531,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14851,1531,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(14854,1531,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14857,1531,'mango_hide_page_title','1'),(14860,1531,'mango_page_layout','no'),(14863,1531,'mango_popup_e_d','off'),(14866,1531,'_wp_page_template','templates/portfolio.php'),(14869,1531,'mango_portfolio_columns','4'),(14872,1531,'mango_page_header','1'),(14875,1531,'mango_breadcrumb_title_position','text-left'),(14878,1531,'mango_footer_type','1'),(14881,1531,'mango_top_footer_widget_columns','3'),(14884,1533,'_wpb_vc_js_status','false'),(14887,1533,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14890,1533,'slide_template','default'),(14893,1533,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14896,1533,'mango_blog_type','classic'),(14899,1533,'(mango_)blog_masonry_columns','3'),(14902,1533,'mango_blog_excerpt_length','80'),(14905,1533,'mango_portfolio_page_style','grid'),(14908,1533,'mango_portfolio_style','simple'),(14911,1533,'(mango_)portfolio_columns','2'),(14914,1533,'mango_contact_page_version','1'),(14917,1533,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14920,1533,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(14923,1533,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14926,1533,'mango_hide_page_title','1'),(14929,1533,'mango_page_layout','left'),(14932,1533,'mango_page_sidebar_left','blog-sidebar-1'),(14935,1533,'mango_popup_e_d','off'),(14938,1533,'_wp_page_template','templates/portfolio.php'),(14941,1533,'mango_portfolio_columns','2'),(14944,1533,'mango_footer_type','1'),(14947,1533,'mango_top_footer_widget_columns','3'),(14950,1533,'mango_page_header','1'),(14953,1533,'mango_breadcrumb_title_position','text-left'),(14956,1535,'_wpb_vc_js_status','false'),(14959,1535,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(14962,1535,'slide_template','default'),(14965,1535,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(14968,1535,'mango_blog_type','classic'),(14971,1535,'(mango_)blog_masonry_columns','3'),(14974,1535,'mango_blog_excerpt_length','80'),(14977,1535,'mango_portfolio_page_style','grid'),(14980,1535,'mango_portfolio_style','simple'),(14983,1535,'(mango_)portfolio_columns','2'),(14986,1535,'mango_contact_page_version','1'),(14989,1535,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(14992,1535,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(14995,1535,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(14998,1535,'mango_hide_page_title','1'),(15001,1535,'mango_page_layout','right'),(15004,1535,'mango_page_sidebar_right','blog-sidebar-1'),(15007,1535,'mango_popup_e_d','off'),(15010,1535,'_wp_page_template','templates/portfolio.php'),(15013,1535,'mango_portfolio_columns','2'),(15016,1535,'mango_footer_type','1'),(15019,1535,'mango_top_footer_widget_columns','3'),(15022,1535,'mango_page_header','1'),(15025,1535,'mango_breadcrumb_title_position','text-left'),(15028,1537,'_wpb_vc_js_status','false'),(15031,1537,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15034,1537,'slide_template','default'),(15037,1537,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15040,1537,'mango_blog_type','classic'),(15043,1537,'(mango_)blog_masonry_columns','3'),(15046,1537,'mango_blog_excerpt_length','80'),(15049,1537,'mango_portfolio_page_style','grid'),(15052,1537,'mango_portfolio_style','simple'),(15055,1537,'(mango_)portfolio_columns','3'),(15058,1537,'mango_contact_page_version','1'),(15061,1537,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15064,1537,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15067,1537,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15070,1537,'mango_hide_page_title','1'),(15073,1537,'mango_page_layout','no'),(15076,1537,'mango_popup_e_d','off'),(15079,1537,'_wp_page_template','templates/portfolio.php'),(15082,1537,'mango_portfolio_columns','3'),(15085,1537,'mango_footer_type','1'),(15088,1537,'mango_top_footer_widget_columns','3'),(15091,1537,'mango_blog_masonry_columns','3'),(15094,1537,'mango_page_header','1'),(15097,1537,'mango_breadcrumb_title_position','text-left'),(15100,1537,'mango_portfolio_full_width','yes'),(15103,1537,'mango_coming_soon_page_version','1'),(15106,1537,'_wpml_media_duplicate',''),(15109,1537,'_wpml_media_featured',''),(15112,1541,'_wp_page_template','templates/portfolio.php'),(15115,1541,'_wpb_vc_js_status','false'),(15118,1541,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15121,1541,'slide_template','default'),(15124,1541,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15127,1541,'mango_blog_type','classic'),(15130,1541,'(mango_)blog_masonry_columns','3'),(15133,1541,'mango_blog_excerpt_length','80'),(15136,1541,'mango_portfolio_page_style','masonry'),(15139,1541,'mango_portfolio_style','simple'),(15142,1541,'(mango_)portfolio_columns','3'),(15145,1541,'mango_contact_page_version','1'),(15148,1541,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15151,1541,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15154,1541,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15157,1541,'mango_hide_page_title','1'),(15160,1541,'mango_page_layout','no'),(15163,1541,'mango_popup_e_d','off'),(15166,1541,'mango_portfolio_columns','3'),(15169,1541,'mango_page_header','1'),(15172,1541,'mango_footer_type','1'),(15175,1541,'mango_top_footer_widget_columns','3'),(15178,1541,'mango_breadcrumb_title_position','text-left'),(15181,1541,'mango_footer_type','1'),(15184,1541,'mango_footer_type','1'),(15187,1541,'mango_footer_type','1'),(15190,1541,'mango_footer_type','1'),(15193,1541,'mango_footer_type','1'),(15196,1541,'mango_footer_type','1'),(15199,1541,'mango_footer_type','1'),(15202,1541,'mango_footer_type','1'),(15205,1541,'mango_footer_type','1'),(15208,1541,'mango_footer_type','1'),(15211,1541,'mango_footer_type','1'),(15214,1541,'mango_footer_type','1'),(15217,1541,'mango_footer_type','1'),(15220,1541,'mango_footer_type','1'),(15223,1541,'mango_footer_type','1'),(15226,1541,'mango_footer_type','1'),(15229,1541,'mango_footer_type','1'),(15232,1543,'_wp_page_template','templates/portfolio.php'),(15235,1543,'_wpb_vc_js_status','false'),(15238,1543,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15241,1543,'slide_template','default'),(15244,1543,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15247,1543,'mango_blog_type','classic'),(15250,1543,'(mango_)blog_masonry_columns','3'),(15253,1543,'mango_blog_excerpt_length','80'),(15256,1543,'mango_portfolio_page_style','masonry'),(15259,1543,'mango_portfolio_style','simple'),(15262,1543,'mango_portfolio_style','simple'),(15265,1543,'(mango_)portfolio_columns','4'),(15268,1543,'mango_contact_page_version','1'),(15271,1543,'mango_contact_page_version','1'),(15274,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15277,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15280,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15283,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15286,1543,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15289,1543,'mango_hide_page_title','1'),(15292,1543,'mango_page_layout','no'),(15295,1543,'mango_popup_e_d','off'),(15298,1543,'mango_popup_e_d','off'),(15301,1543,'mango_portfolio_columns','4'),(15304,1543,'mango_portfolio_columns','4'),(15307,1543,'mango_page_header','1'),(15310,1543,'mango_page_header','1'),(15313,1543,'mango_footer_type','1'),(15316,1543,'mango_footer_type','1'),(15319,1543,'mango_top_footer_widget_columns','3'),(15322,1543,'mango_top_footer_widget_columns','3'),(15325,1543,'mango_breadcrumb_title_position','text-left'),(15328,1543,'mango_breadcrumb_title_position','text-left'),(15331,1543,'mango_portfolio_style','simple'),(15334,1543,'mango_portfolio_style','simple'),(15337,1543,'mango_contact_page_version','1'),(15340,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15343,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15346,1543,'mango_popup_e_d','off'),(15349,1543,'mango_portfolio_columns','4'),(15352,1543,'mango_contact_page_version','1'),(15355,1543,'mango_page_header','1'),(15358,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15361,1543,'mango_footer_type','1'),(15364,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15367,1543,'mango_top_footer_widget_columns','3'),(15370,1543,'mango_popup_e_d','off'),(15373,1543,'mango_portfolio_columns','4'),(15376,1543,'mango_portfolio_style','simple'),(15379,1543,'mango_page_header','1'),(15382,1543,'mango_contact_page_version','1'),(15385,1543,'mango_footer_type','1'),(15388,1543,'mango_top_footer_widget_columns','3'),(15391,1543,'mango_portfolio_style','simple'),(15394,1543,'mango_contact_page_version','1'),(15397,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15400,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15403,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15406,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15409,1543,'mango_popup_e_d','off'),(15412,1543,'mango_popup_e_d','off'),(15415,1543,'mango_portfolio_columns','4'),(15418,1543,'mango_page_header','1'),(15421,1543,'mango_footer_type','1'),(15424,1543,'mango_top_footer_widget_columns','3'),(15427,1543,'mango_breadcrumb_title_position','text-left'),(15430,1543,'mango_portfolio_style','simple'),(15433,1543,'mango_contact_page_version','1'),(15436,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15439,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15442,1543,'mango_popup_e_d','off'),(15445,1543,'mango_portfolio_columns','4'),(15448,1543,'mango_page_header','1'),(15451,1543,'mango_footer_type','1'),(15454,1543,'mango_top_footer_widget_columns','3'),(15457,1543,'mango_portfolio_style','simple'),(15460,1543,'mango_contact_page_version','1'),(15463,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15466,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15469,1543,'mango_popup_e_d','off'),(15472,1543,'mango_portfolio_columns','4'),(15475,1543,'mango_page_header','1'),(15478,1543,'mango_footer_type','1'),(15481,1543,'mango_top_footer_widget_columns','3'),(15484,1543,'mango_breadcrumb_title_position','text-left'),(15487,1543,'mango_portfolio_style','simple'),(15490,1543,'mango_contact_page_version','1'),(15493,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15496,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15499,1543,'mango_popup_e_d','off'),(15502,1543,'mango_portfolio_columns','4'),(15505,1543,'mango_page_header','1'),(15508,1543,'mango_footer_type','1'),(15511,1543,'mango_top_footer_widget_columns','3'),(15514,1543,'mango_portfolio_columns','4'),(15517,1543,'mango_page_header','1'),(15520,1543,'mango_footer_type','1'),(15523,1543,'mango_top_footer_widget_columns','3'),(15526,1543,'mango_breadcrumb_title_position','text-left'),(15529,1543,'mango_portfolio_style','simple'),(15532,1543,'mango_contact_page_version','1'),(15535,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15538,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15541,1543,'mango_popup_e_d','off'),(15544,1543,'mango_portfolio_columns','4'),(15547,1543,'mango_page_header','1'),(15550,1543,'mango_footer_type','1'),(15553,1543,'mango_top_footer_widget_columns','3'),(15556,1543,'mango_portfolio_style','simple'),(15559,1543,'mango_contact_page_version','1'),(15562,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15565,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15568,1543,'mango_popup_e_d','off'),(15571,1543,'mango_portfolio_columns','4'),(15574,1543,'mango_page_header','1'),(15577,1543,'mango_footer_type','1'),(15580,1543,'mango_top_footer_widget_columns','3'),(15583,1543,'mango_breadcrumb_title_position','text-left'),(15586,1543,'mango_portfolio_style','simple'),(15589,1543,'mango_contact_page_version','1'),(15592,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15595,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15598,1543,'mango_popup_e_d','off'),(15601,1543,'mango_portfolio_columns','4'),(15604,1543,'mango_page_header','1'),(15607,1543,'mango_footer_type','1'),(15610,1543,'mango_top_footer_widget_columns','3'),(15613,1543,'mango_portfolio_style','simple'),(15616,1543,'mango_contact_page_version','1'),(15619,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15622,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15625,1543,'mango_popup_e_d','off'),(15628,1543,'mango_portfolio_columns','4'),(15631,1543,'mango_page_header','1'),(15634,1543,'mango_footer_type','1'),(15637,1543,'mango_top_footer_widget_columns','3'),(15640,1543,'mango_breadcrumb_title_position','text-left'),(15643,1543,'mango_portfolio_style','simple'),(15646,1543,'mango_contact_page_version','1'),(15649,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15652,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15655,1543,'mango_popup_e_d','off'),(15658,1543,'mango_portfolio_columns','4'),(15661,1543,'mango_page_header','1'),(15664,1543,'mango_footer_type','1'),(15667,1543,'mango_top_footer_widget_columns','3'),(15670,1543,'mango_portfolio_style','simple'),(15673,1543,'mango_contact_page_version','1'),(15676,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15679,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15682,1543,'mango_popup_e_d','off'),(15685,1543,'mango_portfolio_columns','4'),(15688,1543,'mango_page_header','1'),(15691,1543,'mango_footer_type','1'),(15694,1543,'mango_top_footer_widget_columns','3'),(15697,1543,'mango_breadcrumb_title_position','text-left'),(15700,1543,'mango_portfolio_style','simple'),(15703,1543,'mango_contact_page_version','1'),(15706,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15709,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15712,1543,'mango_popup_e_d','off'),(15715,1543,'mango_portfolio_columns','4'),(15718,1543,'mango_page_header','1'),(15721,1543,'mango_footer_type','1'),(15724,1543,'mango_top_footer_widget_columns','3'),(15727,1543,'mango_portfolio_style','simple'),(15730,1543,'mango_contact_page_version','1'),(15733,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15736,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15739,1543,'mango_popup_e_d','off'),(15742,1543,'mango_portfolio_columns','4'),(15745,1543,'mango_page_header','1'),(15748,1543,'mango_footer_type','1'),(15751,1543,'mango_top_footer_widget_columns','3'),(15754,1543,'mango_breadcrumb_title_position','text-left'),(15757,1543,'mango_portfolio_style','simple'),(15760,1543,'mango_contact_page_version','1'),(15763,1543,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15766,1543,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15769,1543,'mango_popup_e_d','off'),(15772,1543,'mango_portfolio_columns','4'),(15775,1543,'mango_page_header','1'),(15778,1543,'mango_footer_type','1'),(15781,1543,'mango_top_footer_widget_columns','3'),(15784,1553,'_wp_page_template','templates/portfolio.php'),(15787,1553,'_wpb_vc_js_status','false'),(15790,1553,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15793,1553,'slide_template','default'),(15796,1553,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15799,1553,'mango_blog_type','classic'),(15802,1553,'(mango_)blog_masonry_columns','3'),(15805,1553,'mango_blog_excerpt_length','80'),(15808,1553,'mango_portfolio_page_style','grid'),(15811,1553,'mango_portfolio_style','custom'),(15814,1553,'(mango_)portfolio_columns','3'),(15817,1553,'mango_contact_page_version','1'),(15820,1553,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15823,1553,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15826,1553,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15829,1553,'mango_hide_page_title','1'),(15832,1553,'mango_page_layout','no'),(15835,1553,'mango_popup_e_d','off'),(15838,1553,'mango_portfolio_columns','3'),(15841,1553,'mango_page_header','1'),(15844,1553,'mango_footer_type','1'),(15847,1553,'mango_top_footer_widget_columns','3'),(15850,1553,'mango_breadcrumb_title_position','text-left'),(15853,1555,'_wp_page_template','templates/portfolio.php'),(15856,1555,'_wpb_vc_js_status','true'),(15859,1555,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15862,1555,'slide_template','default'),(15865,1555,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15868,1555,'mango_blog_type','classic'),(15871,1555,'(mango_)blog_masonry_columns','4'),(15874,1555,'mango_blog_excerpt_length','80'),(15877,1555,'mango_portfolio_page_style','grid'),(15880,1555,'mango_portfolio_style','custom'),(15883,1555,'(mango_)portfolio_columns','4'),(15886,1555,'mango_contact_page_version','1'),(15889,1555,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15892,1555,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15895,1555,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15898,1555,'mango_hide_page_title','1'),(15901,1555,'mango_page_layout','no'),(15904,1555,'mango_popup_e_d','off'),(15907,1555,'mango_portfolio_columns','4'),(15910,1555,'mango_page_header','1'),(15913,1555,'mango_footer_type','1'),(15916,1555,'mango_top_footer_widget_columns','3'),(15919,1555,'mango_breadcrumb_title_position','text-left'),(15922,1557,'_wp_page_template','templates/portfolio.php'),(15925,1557,'_wpb_vc_js_status','false'),(15928,1557,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(15931,1557,'slide_template','default'),(15934,1557,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(15937,1557,'mango_blog_type','classic'),(15940,1557,'(mango_)blog_masonry_columns','3'),(15943,1557,'mango_blog_excerpt_length','80'),(15946,1557,'mango_portfolio_page_style','grid'),(15949,1557,'mango_portfolio_style','custom'),(15952,1557,'mango_contact_page_version','1'),(15955,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15958,1557,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(15961,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(15964,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15967,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(15970,1557,'mango_hide_page_title','1'),(15973,1557,'mango_hide_page_title','1'),(15976,1557,'mango_page_layout','left'),(15979,1557,'mango_page_layout','left'),(15982,1557,'mango_page_sidebar_left','blog-sidebar-1'),(15985,1557,'mango_page_sidebar_left','blog-sidebar-1'),(15988,1557,'mango_popup_e_d','off'),(15991,1557,'mango_popup_e_d','off'),(15994,1557,'(mango_)portfolio_columns','2'),(15997,1557,'(mango_)portfolio_columns','2'),(16000,1557,'mango_portfolio_columns','2'),(16003,1557,'mango_portfolio_columns','2'),(16006,1557,'mango_page_header','1'),(16009,1557,'mango_page_header','1'),(16012,1557,'mango_footer_type','1'),(16015,1557,'mango_footer_type','1'),(16018,1557,'mango_top_footer_widget_columns','3'),(16021,1557,'mango_top_footer_widget_columns','3'),(16024,1557,'mango_breadcrumb_title_position','text-left'),(16027,1557,'mango_breadcrumb_title_position','text-left'),(16030,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16033,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16036,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16039,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16042,1557,'mango_hide_page_title','1'),(16045,1557,'mango_hide_page_title','1'),(16048,1557,'mango_page_layout','left'),(16051,1557,'mango_page_layout','left'),(16054,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16057,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16060,1557,'mango_popup_e_d','off'),(16063,1557,'mango_popup_e_d','off'),(16066,1557,'(mango_)portfolio_columns','2'),(16069,1557,'(mango_)portfolio_columns','2'),(16072,1557,'mango_portfolio_columns','2'),(16075,1557,'mango_portfolio_columns','2'),(16078,1557,'mango_page_header','1'),(16081,1557,'mango_page_header','1'),(16084,1557,'mango_footer_type','1'),(16087,1557,'mango_footer_type','1'),(16090,1557,'mango_top_footer_widget_columns','3'),(16093,1557,'mango_top_footer_widget_columns','3'),(16096,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16099,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16102,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16105,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16108,1557,'mango_hide_page_title','1'),(16111,1557,'mango_hide_page_title','1'),(16114,1557,'mango_page_layout','left'),(16117,1557,'mango_page_layout','left'),(16120,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16123,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16126,1557,'mango_popup_e_d','off'),(16129,1557,'mango_popup_e_d','off'),(16132,1557,'(mango_)portfolio_columns','2'),(16135,1557,'(mango_)portfolio_columns','2'),(16138,1557,'mango_portfolio_columns','2'),(16141,1557,'mango_portfolio_columns','2'),(16144,1557,'mango_page_header','1'),(16147,1557,'mango_page_header','1'),(16150,1557,'mango_footer_type','1'),(16153,1557,'mango_footer_type','1'),(16156,1557,'mango_top_footer_widget_columns','3'),(16159,1557,'mango_top_footer_widget_columns','3'),(16162,1557,'mango_breadcrumb_title_position','text-left'),(16165,1557,'mango_breadcrumb_title_position','text-left'),(16168,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16171,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16174,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16177,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16180,1557,'mango_hide_page_title','1'),(16183,1557,'mango_hide_page_title','1'),(16186,1557,'mango_page_layout','left'),(16189,1557,'mango_page_layout','left'),(16192,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16195,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16198,1557,'mango_popup_e_d','off'),(16201,1557,'mango_popup_e_d','off'),(16204,1557,'(mango_)portfolio_columns','2'),(16207,1557,'(mango_)portfolio_columns','2'),(16210,1557,'mango_portfolio_columns','2'),(16213,1557,'mango_portfolio_columns','2'),(16216,1557,'mango_page_header','1'),(16219,1557,'mango_page_header','1'),(16222,1557,'mango_footer_type','1'),(16225,1557,'mango_footer_type','1'),(16228,1557,'mango_top_footer_widget_columns','3'),(16231,1557,'mango_top_footer_widget_columns','3'),(16234,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16237,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16240,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16243,1557,'mango_hide_page_title','1'),(16246,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16249,1557,'mango_page_layout','left'),(16252,1557,'mango_hide_page_title','1'),(16255,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16258,1557,'mango_page_layout','left'),(16261,1557,'mango_popup_e_d','off'),(16264,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16267,1557,'(mango_)portfolio_columns','2'),(16270,1557,'mango_popup_e_d','off'),(16273,1557,'mango_portfolio_columns','2'),(16276,1557,'(mango_)portfolio_columns','2'),(16279,1557,'mango_page_header','1'),(16282,1557,'mango_portfolio_columns','2'),(16285,1557,'mango_footer_type','1'),(16288,1557,'mango_page_header','1'),(16291,1557,'mango_top_footer_widget_columns','3'),(16294,1557,'mango_footer_type','1'),(16297,1557,'mango_breadcrumb_title_position','text-left'),(16300,1557,'mango_top_footer_widget_columns','3'),(16303,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16306,1557,'mango_breadcrumb_title_position','text-left'),(16309,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16312,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16315,1557,'mango_hide_page_title','1'),(16318,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16321,1557,'mango_page_layout','left'),(16324,1557,'mango_hide_page_title','1'),(16327,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16330,1557,'mango_page_layout','left'),(16333,1557,'mango_popup_e_d','off'),(16336,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16339,1557,'(mango_)portfolio_columns','2'),(16342,1557,'mango_popup_e_d','off'),(16345,1557,'mango_portfolio_columns','2'),(16348,1557,'(mango_)portfolio_columns','2'),(16351,1557,'mango_page_header','1'),(16354,1557,'mango_footer_type','1'),(16357,1557,'mango_portfolio_columns','2'),(16360,1557,'mango_top_footer_widget_columns','3'),(16363,1557,'mango_page_header','1'),(16366,1557,'mango_footer_type','1'),(16369,1557,'mango_top_footer_widget_columns','3'),(16372,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16375,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16378,1557,'mango_hide_page_title','1'),(16381,1557,'mango_page_layout','left'),(16384,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16387,1557,'mango_popup_e_d','off'),(16390,1557,'(mango_)portfolio_columns','2'),(16393,1557,'mango_portfolio_columns','2'),(16396,1557,'mango_page_header','1'),(16399,1557,'mango_footer_type','1'),(16402,1557,'mango_top_footer_widget_columns','3'),(16405,1557,'mango_breadcrumb_title_position','text-left'),(16408,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16411,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16414,1557,'mango_hide_page_title','1'),(16417,1557,'mango_page_layout','left'),(16420,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16423,1557,'mango_popup_e_d','off'),(16426,1557,'(mango_)portfolio_columns','2'),(16429,1557,'mango_portfolio_columns','2'),(16432,1557,'mango_page_header','1'),(16435,1557,'mango_footer_type','1'),(16438,1557,'mango_top_footer_widget_columns','3'),(16441,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16444,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16447,1557,'mango_hide_page_title','1'),(16450,1557,'mango_page_layout','left'),(16453,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16456,1557,'mango_popup_e_d','off'),(16459,1557,'(mango_)portfolio_columns','2'),(16462,1557,'mango_portfolio_columns','2'),(16465,1557,'mango_page_header','1'),(16468,1557,'mango_footer_type','1'),(16471,1557,'mango_top_footer_widget_columns','3'),(16474,1557,'mango_breadcrumb_title_position','text-left'),(16477,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16480,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16483,1557,'mango_hide_page_title','1'),(16486,1557,'mango_page_layout','left'),(16489,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16492,1557,'mango_popup_e_d','off'),(16495,1557,'(mango_)portfolio_columns','2'),(16498,1557,'mango_portfolio_columns','2'),(16501,1557,'mango_page_header','1'),(16504,1557,'mango_footer_type','1'),(16507,1557,'mango_top_footer_widget_columns','3'),(16510,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16513,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16516,1557,'mango_hide_page_title','1'),(16519,1557,'mango_page_layout','left'),(16522,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16525,1557,'mango_popup_e_d','off'),(16528,1557,'(mango_)portfolio_columns','2'),(16531,1557,'mango_portfolio_columns','2'),(16534,1557,'mango_page_header','1'),(16537,1557,'mango_footer_type','1'),(16540,1557,'mango_top_footer_widget_columns','3'),(16543,1557,'mango_breadcrumb_title_position','text-left'),(16546,1557,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16549,1557,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16552,1557,'mango_hide_page_title','1'),(16555,1557,'mango_page_layout','left'),(16558,1557,'mango_page_sidebar_left','blog-sidebar-1'),(16561,1557,'mango_popup_e_d','off'),(16564,1557,'(mango_)portfolio_columns','2'),(16567,1557,'mango_portfolio_columns','2'),(16570,1557,'mango_page_header','1'),(16573,1557,'mango_footer_type','1'),(16576,1557,'mango_top_footer_widget_columns','3'),(16579,1559,'_wp_page_template','templates/portfolio.php'),(16582,1559,'_wpb_vc_js_status','false'),(16585,1559,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(16588,1559,'slide_template','default'),(16591,1559,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(16594,1559,'mango_blog_type','classic'),(16597,1559,'(mango_)blog_masonry_columns','3'),(16600,1559,'mango_blog_excerpt_length','80'),(16603,1559,'mango_portfolio_page_style','grid'),(16606,1559,'mango_portfolio_style','custom'),(16609,1559,'mango_blog_excerpt_length','80'),(16612,1559,'(mango_)portfolio_columns','2'),(16615,1559,'(mango_)portfolio_columns','2'),(16618,1559,'mango_contact_page_version','1'),(16621,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16624,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16627,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16630,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16633,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16636,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16639,1559,'mango_hide_page_title','1'),(16642,1559,'mango_hide_page_title','1'),(16645,1559,'mango_page_layout','right'),(16648,1559,'mango_page_layout','right'),(16651,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16654,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16657,1559,'mango_popup_e_d','off'),(16660,1559,'mango_popup_e_d','off'),(16663,1559,'mango_portfolio_columns','2'),(16666,1559,'mango_portfolio_columns','2'),(16669,1559,'mango_page_header','1'),(16672,1559,'mango_footer_type','1'),(16675,1559,'mango_footer_type','1'),(16678,1559,'mango_top_footer_widget_columns','3'),(16681,1559,'mango_top_footer_widget_columns','3'),(16684,1559,'mango_breadcrumb_title_position','text-left'),(16687,1559,'mango_breadcrumb_title_position','text-left'),(16690,1559,'mango_blog_excerpt_length','80'),(16693,1559,'mango_blog_excerpt_length','80'),(16696,1559,'(mango_)portfolio_columns','2'),(16699,1559,'(mango_)portfolio_columns','2'),(16702,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16705,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16708,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16711,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16714,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16717,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16720,1559,'mango_hide_page_title','1'),(16723,1559,'mango_hide_page_title','1'),(16726,1559,'mango_page_layout','right'),(16729,1559,'mango_page_layout','right'),(16732,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16735,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16738,1559,'mango_popup_e_d','off'),(16741,1559,'mango_popup_e_d','off'),(16744,1559,'mango_portfolio_columns','2'),(16747,1559,'mango_portfolio_columns','2'),(16750,1559,'mango_footer_type','1'),(16753,1559,'mango_footer_type','1'),(16756,1559,'mango_top_footer_widget_columns','3'),(16759,1559,'mango_top_footer_widget_columns','3'),(16762,1559,'mango_blog_excerpt_length','80'),(16765,1559,'mango_blog_excerpt_length','80'),(16768,1559,'(mango_)portfolio_columns','2'),(16771,1559,'(mango_)portfolio_columns','2'),(16774,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16777,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16780,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16783,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16786,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16789,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16792,1559,'mango_hide_page_title','1'),(16795,1559,'mango_hide_page_title','1'),(16798,1559,'mango_page_layout','right'),(16801,1559,'mango_page_layout','right'),(16804,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16807,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16810,1559,'mango_popup_e_d','off'),(16813,1559,'mango_popup_e_d','off'),(16816,1559,'mango_portfolio_columns','2'),(16819,1559,'mango_portfolio_columns','2'),(16822,1559,'mango_footer_type','1'),(16825,1559,'mango_footer_type','1'),(16828,1559,'mango_top_footer_widget_columns','3'),(16831,1559,'mango_top_footer_widget_columns','3'),(16834,1559,'mango_breadcrumb_title_position','text-left'),(16837,1559,'mango_breadcrumb_title_position','text-left'),(16840,1559,'mango_blog_excerpt_length','80'),(16843,1559,'mango_blog_excerpt_length','80'),(16846,1559,'(mango_)portfolio_columns','2'),(16849,1559,'(mango_)portfolio_columns','2'),(16852,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16855,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16858,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16861,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16864,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16867,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16870,1559,'mango_hide_page_title','1'),(16873,1559,'mango_page_layout','right'),(16876,1559,'mango_hide_page_title','1'),(16879,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16882,1559,'mango_page_layout','right'),(16885,1559,'mango_popup_e_d','off'),(16888,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16891,1559,'mango_portfolio_columns','2'),(16894,1559,'mango_popup_e_d','off'),(16897,1559,'mango_footer_type','1'),(16900,1559,'mango_portfolio_columns','2'),(16903,1559,'mango_top_footer_widget_columns','3'),(16906,1559,'mango_footer_type','1'),(16909,1559,'mango_blog_excerpt_length','80'),(16912,1559,'mango_top_footer_widget_columns','3'),(16915,1559,'(mango_)portfolio_columns','2'),(16918,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16921,1559,'mango_blog_excerpt_length','80'),(16924,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16927,1559,'(mango_)portfolio_columns','2'),(16930,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16933,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16936,1559,'mango_hide_page_title','1'),(16939,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16942,1559,'mango_page_layout','right'),(16945,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16948,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16951,1559,'mango_hide_page_title','1'),(16954,1559,'mango_popup_e_d','off'),(16957,1559,'mango_portfolio_columns','2'),(16960,1559,'mango_page_layout','right'),(16963,1559,'mango_footer_type','1'),(16966,1559,'mango_top_footer_widget_columns','3'),(16969,1559,'mango_page_sidebar_right','blog-sidebar-1'),(16972,1559,'mango_breadcrumb_title_position','text-left'),(16975,1559,'mango_blog_excerpt_length','80'),(16978,1559,'mango_popup_e_d','off'),(16981,1559,'(mango_)portfolio_columns','2'),(16984,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(16987,1559,'mango_portfolio_columns','2'),(16990,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(16993,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(16996,1559,'mango_footer_type','1'),(16999,1559,'mango_hide_page_title','1'),(17002,1559,'mango_top_footer_widget_columns','3'),(17005,1559,'mango_page_layout','right'),(17008,1559,'mango_breadcrumb_title_position','text-left'),(17011,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17014,1559,'mango_popup_e_d','off'),(17017,1559,'mango_blog_excerpt_length','80'),(17020,1559,'mango_portfolio_columns','2'),(17023,1559,'(mango_)portfolio_columns','2'),(17026,1559,'mango_footer_type','1'),(17029,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17032,1559,'mango_top_footer_widget_columns','3'),(17035,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17038,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17041,1559,'mango_hide_page_title','1'),(17044,1559,'mango_page_layout','right'),(17047,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17050,1559,'mango_popup_e_d','off'),(17053,1559,'mango_portfolio_columns','2'),(17056,1559,'mango_footer_type','1'),(17059,1559,'mango_top_footer_widget_columns','3'),(17062,1559,'mango_blog_excerpt_length','80'),(17065,1559,'(mango_)portfolio_columns','2'),(17068,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17071,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17074,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17077,1559,'mango_hide_page_title','1'),(17080,1559,'mango_page_layout','right'),(17083,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17086,1559,'mango_popup_e_d','off'),(17089,1559,'mango_portfolio_columns','2'),(17092,1559,'mango_footer_type','1'),(17095,1559,'mango_top_footer_widget_columns','3'),(17098,1559,'mango_breadcrumb_title_position','text-left'),(17101,1559,'mango_blog_excerpt_length','80'),(17104,1559,'(mango_)portfolio_columns','2'),(17107,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17110,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17113,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17116,1559,'mango_hide_page_title','1'),(17119,1559,'mango_page_layout','right'),(17122,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17125,1559,'mango_popup_e_d','off'),(17128,1559,'mango_portfolio_columns','2'),(17131,1559,'mango_footer_type','1'),(17134,1559,'mango_top_footer_widget_columns','3'),(17137,1559,'mango_blog_excerpt_length','80'),(17140,1559,'(mango_)portfolio_columns','2'),(17143,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17146,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17149,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17152,1559,'mango_hide_page_title','1'),(17155,1559,'mango_page_layout','right'),(17158,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17161,1559,'mango_popup_e_d','off'),(17164,1559,'mango_portfolio_columns','2'),(17167,1559,'mango_footer_type','1'),(17170,1559,'mango_top_footer_widget_columns','3'),(17173,1559,'mango_breadcrumb_title_position','text-left'),(17176,1559,'mango_blog_excerpt_length','80'),(17179,1559,'(mango_)portfolio_columns','2'),(17182,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17185,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17188,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17191,1559,'mango_hide_page_title','1'),(17194,1559,'mango_page_layout','right'),(17197,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17200,1559,'mango_popup_e_d','off'),(17203,1559,'mango_portfolio_columns','2'),(17206,1559,'mango_footer_type','1'),(17209,1559,'mango_top_footer_widget_columns','3'),(17212,1559,'mango_blog_excerpt_length','80'),(17215,1559,'(mango_)portfolio_columns','2'),(17218,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17221,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17224,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17227,1559,'mango_hide_page_title','1'),(17230,1559,'mango_page_layout','right'),(17233,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17236,1559,'mango_popup_e_d','off'),(17239,1559,'mango_portfolio_columns','2'),(17242,1559,'mango_footer_type','1'),(17245,1559,'mango_top_footer_widget_columns','3'),(17248,1559,'mango_breadcrumb_title_position','text-left'),(17251,1559,'mango_blog_excerpt_length','80'),(17254,1559,'(mango_)portfolio_columns','2'),(17257,1559,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17260,1559,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17263,1559,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17266,1559,'mango_hide_page_title','1'),(17269,1559,'mango_page_layout','right'),(17272,1559,'mango_page_sidebar_right','blog-sidebar-1'),(17275,1559,'mango_popup_e_d','off'),(17278,1559,'mango_portfolio_columns','2'),(17281,1559,'mango_footer_type','1'),(17284,1559,'mango_top_footer_widget_columns','3'),(17287,1563,'_wp_page_template','templates/portfolio.php'),(17290,1563,'_wpb_vc_js_status','false'),(17293,1563,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17296,1563,'slide_template','default'),(17299,1563,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17302,1563,'mango_blog_type','classic'),(17305,1563,'(mango_)blog_masonry_columns','3'),(17308,1563,'mango_blog_excerpt_length','80'),(17311,1563,'mango_portfolio_page_style','grid'),(17314,1563,'mango_portfolio_style','custom'),(17317,1563,'(mango_)portfolio_columns','3'),(17320,1563,'mango_contact_page_version','1'),(17323,1563,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17326,1563,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17329,1563,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17332,1563,'mango_hide_page_title','1'),(17335,1563,'mango_page_layout','no'),(17338,1563,'mango_popup_e_d','off'),(17341,1563,'mango_portfolio_columns','3'),(17344,1563,'mango_page_header','1'),(17347,1563,'mango_footer_type','1'),(17350,1563,'mango_top_footer_widget_columns','3'),(17353,1563,'mango_footer_type','1'),(17356,1563,'mango_breadcrumb_title_position','text-left'),(17359,1563,'mango_breadcrumb_title_position','text-left'),(17362,1563,'mango_footer_type','1'),(17365,1563,'mango_footer_type','1'),(17368,1563,'mango_footer_type','1'),(17371,1563,'mango_footer_type','1'),(17374,1563,'mango_breadcrumb_title_position','text-left'),(17377,1563,'mango_breadcrumb_title_position','text-left'),(17380,1563,'mango_footer_type','1'),(17383,1563,'mango_footer_type','1'),(17386,1563,'mango_footer_type','1'),(17389,1563,'mango_footer_type','1'),(17392,1563,'mango_breadcrumb_title_position','text-left'),(17395,1563,'mango_breadcrumb_title_position','text-left'),(17398,1563,'mango_footer_type','1'),(17401,1563,'mango_footer_type','1'),(17404,1563,'mango_portfolio_full_width','yes'),(17407,1563,'mango_portfolio_full_width','yes'),(17410,1563,'mango_coming_soon_page_version','1'),(17413,1563,'mango_coming_soon_page_version','1'),(17416,1563,'_wpml_media_duplicate',''),(17419,1563,'_wpml_media_featured',''),(17422,1563,'_wpml_media_featured',''),(17425,1563,'mango_footer_type','1'),(17428,1563,'mango_breadcrumb_title_position','text-left'),(17431,1563,'mango_footer_type','1'),(17434,1563,'mango_footer_type','1'),(17437,1563,'mango_breadcrumb_title_position','text-left'),(17440,1563,'mango_footer_type','1'),(17443,1563,'mango_footer_type','1'),(17446,1563,'mango_breadcrumb_title_position','text-left'),(17449,1563,'mango_footer_type','1'),(17452,1563,'mango_portfolio_full_width','yes'),(17455,1563,'mango_coming_soon_page_version','1'),(17458,1563,'_wpml_media_featured',''),(17461,1566,'_wp_page_template','templates/portfolio.php'),(17464,1566,'_wpb_vc_js_status','false'),(17467,1566,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17470,1566,'slide_template','default'),(17473,1566,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17476,1566,'mango_blog_type','classic'),(17479,1566,'(mango_)blog_masonry_columns','3'),(17482,1566,'mango_blog_excerpt_length','80'),(17485,1566,'mango_portfolio_page_style','grid'),(17488,1566,'mango_portfolio_style','custom'),(17491,1566,'(mango_)portfolio_columns','4'),(17494,1566,'mango_contact_page_version','1'),(17497,1566,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17500,1566,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17503,1566,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17506,1566,'mango_hide_page_title','1'),(17509,1566,'mango_page_layout','no'),(17512,1566,'mango_popup_e_d','off'),(17515,1566,'mango_footer_type','1'),(17518,1566,'mango_top_footer_widget_columns','3'),(17521,1566,'mango_portfolio_columns','4'),(17524,1566,'mango_page_header','1'),(17527,1566,'mango_breadcrumb_title_position','text-left'),(17530,1566,'mango_portfolio_full_width','yes'),(17533,1566,'mango_coming_soon_page_version','1'),(17536,1566,'_wpml_media_duplicate',''),(17539,1566,'_wpml_media_featured',''),(17542,1594,'_wpb_vc_js_status','false'),(17545,1594,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17548,1594,'slide_template','default'),(17551,1594,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17554,1594,'mango_blog_type','classic'),(17557,1594,'(mango_)blog_masonry_columns','3'),(17560,1594,'mango_blog_excerpt_length','80'),(17563,1594,'mango_contact_page_version','1'),(17566,1594,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17569,1594,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17572,1594,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17575,1594,'mango_popup_e_d','off'),(17578,1594,'mango_hide_page_title','1'),(17581,1594,'mango_hide_breadcrumb','1'),(17584,1594,'mango_breadcrumb_title_position','text-center'),(17587,1594,'mango_bread_title_size','small'),(17590,1594,'mango_theme_wrapper','wide'),(17593,1594,'mango_bg_select','http://smartwavethemes.net/mango1/wp-content/themes/mango/images/bg-images/bg2.jpg'),(17596,1594,'mango_page_layout','no'),(17599,1594,'mango_top_footer_widget_columns','1'),(17602,1594,'mango_hide_page_footer_menu','1'),(17605,1594,'mango_bg_repeat','no-repeat'),(17608,1594,'mango_bg_position','left top'),(17611,1594,'mango_bg_size','cover'),(17614,1594,'mango_top_footer_widget_v2_columns','1'),(17617,1594,'mango_footer_widget_columns','1'),(17620,1594,'mango_logo','3423'),(17623,1594,'mango_coming_soon_page_version','1'),(17626,1594,'mango_coming_soon_after_timer','<p style=\"text-align: center;\">[subscribe2 hide=\"unsubscribe\"]</p>\n'),(17629,1594,'_wpml_media_duplicate',''),(17632,1594,'_wpml_media_featured',''),(17635,1594,'_wp_page_template','templates/coming_soon.php'),(17638,1594,'mango_coming_soon_datetime','2016-07-09 12:12'),(17641,1615,'_wpb_vc_js_status','false'),(17644,1615,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17647,1615,'slide_template','default'),(17650,1615,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17653,1615,'mango_blog_type','classic'),(17656,1615,'(mango_)blog_masonry_columns','3'),(17659,1615,'mango_blog_excerpt_length','80'),(17662,1615,'mango_contact_page_version','1'),(17665,1615,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17668,1615,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17671,1615,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17674,1615,'mango_popup_e_d','off'),(17677,1615,'mango_page_layout','no'),(17680,1615,'mango_hide_page_title','1'),(17683,1992,'_wp_page_template','templates/portfolio.php'),(17686,1992,'_wpb_vc_js_status','true'),(17689,1992,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17692,1992,'slide_template','default'),(17695,1992,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17698,1992,'mango_blog_type','classic'),(17701,1992,'(mango_)blog_masonry_columns','3'),(17704,1992,'mango_blog_excerpt_length','80'),(17707,1992,'mango_portfolio_page_style','masonry'),(17710,1992,'(mango_)portfolio_columns','3'),(17713,1992,'mango_contact_page_version','1'),(17716,1992,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17719,1992,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17722,1992,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17725,1992,'mango_hide_page_title','1'),(17728,1992,'mango_page_layout','no'),(17731,1992,'mango_popup_e_d','off'),(17734,1992,'mango_portfolio_style','default'),(17737,1992,'mango_footer_type','1'),(17740,1992,'mango_top_footer_widget_columns','3'),(17743,1992,'mango_portfolio_columns','2'),(17746,1992,'mango_coming_soon_page_version','1'),(17749,1992,'_wpml_media_duplicate',''),(17752,1992,'mango_portfolio_columns','2'),(17755,1992,'_wpml_media_featured',''),(17758,1992,'mango_portfolio_columns','2'),(17761,1992,'mango_portfolio_columns','2'),(17764,1992,'mango_portfolio_columns','2'),(17767,1992,'mango_portfolio_columns','2'),(17770,1992,'mango_portfolio_columns','2'),(17773,1992,'mango_portfolio_columns','2'),(17776,1992,'mango_portfolio_columns','2'),(17779,1667,'_wpb_vc_js_status','true'),(17782,1667,'slide_template','default'),(17785,1667,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17788,1667,'mango_blog_type','classic'),(17791,1667,'(mango_)blog_masonry_columns','3'),(17794,1667,'mango_blog_excerpt_length','80'),(17797,1667,'mango_contact_page_version','1'),(17800,1667,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17803,1667,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17806,1667,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17809,1667,'mango_popup_e_d','off'),(17812,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17815,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17818,1667,'mango_video_type','youtube'),(17821,1667,'mango_page_layout','no'),(17824,1667,'mango_page_layout','no'),(17827,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17830,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17833,1667,'mango_page_layout','no'),(17836,1667,'mango_page_layout','no'),(17839,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17842,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17845,1667,'mango_page_layout','no'),(17848,1667,'mango_page_layout','no'),(17851,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17854,1667,'mango_page_layout','no'),(17857,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17860,1667,'mango_page_layout','no'),(17863,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17866,1667,'mango_page_layout','no'),(17869,1736,'_wp_page_template','templates/portfolio.php'),(17872,1736,'_wpb_vc_js_status','true'),(17875,1736,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17878,1736,'slide_template','default'),(17881,1736,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17884,1736,'mango_blog_type','classic'),(17887,1736,'(mango_)blog_masonry_columns','3'),(17890,1736,'mango_blog_excerpt_length','80'),(17893,1736,'mango_portfolio_page_style','grid'),(17896,1736,'mango_portfolio_style','default'),(17899,1736,'(mango_)portfolio_columns','5'),(17902,1736,'mango_contact_page_version','1'),(17905,1736,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17908,1736,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17911,1736,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17914,1736,'mango_popup_e_d','off'),(17917,1736,'mango_hide_page_title','1'),(17920,1736,'mango_page_layout','no'),(17923,1736,'mango_footer_type','1'),(17926,1736,'mango_top_footer_widget_columns','3'),(17929,1736,'mango_portfolio_columns','5'),(17932,1736,'mango_page_header','1'),(17935,1736,'mango_breadcrumb_title_position','text-left'),(17938,1736,'mango_portfolio_full_width','yes'),(17941,1736,'mango_coming_soon_page_version','1'),(17944,1736,'_wpml_media_duplicate',''),(17947,1736,'_wpml_media_featured',''),(17950,1738,'_wp_page_template','templates/portfolio.php'),(17953,1738,'_wpb_vc_js_status','true'),(17956,1738,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(17959,1738,'slide_template','default'),(17962,1738,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(17965,1738,'mango_blog_type','classic'),(17968,1738,'(mango_)blog_masonry_columns','3'),(17971,1738,'mango_blog_excerpt_length','80'),(17974,1738,'mango_portfolio_page_style','grid'),(17977,1738,'mango_portfolio_style','default'),(17980,1738,'(mango_)portfolio_columns','6'),(17983,1738,'mango_contact_page_version','1'),(17986,1738,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(17989,1738,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(17992,1738,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(17995,1738,'mango_hide_page_title','1'),(17998,1738,'mango_footer_type','1'),(18001,1738,'mango_top_footer_widget_columns','3'),(18004,1738,'mango_popup_e_d','off'),(18007,1738,'mango_portfolio_columns','6'),(18010,1738,'mango_page_header','1'),(18013,1738,'mango_breadcrumb_title_position','text-left'),(18016,1738,'mango_portfolio_full_width','yes'),(18019,1738,'mango_coming_soon_page_version','1'),(18022,1738,'_wpml_media_duplicate',''),(18025,1738,'_wpml_media_featured',''),(18028,1755,'_wp_page_template','templates/portfolio.php'),(18031,1755,'_wpb_vc_js_status','true'),(18034,1755,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(18037,1755,'slide_template','default'),(18040,1755,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18043,1755,'mango_blog_type','classic'),(18046,1755,'(mango_)blog_masonry_columns','3'),(18049,1755,'mango_blog_excerpt_length','80'),(18052,1755,'mango_portfolio_page_style','masonry'),(18055,1755,'mango_portfolio_style','default'),(18058,1755,'(mango_)portfolio_columns','2'),(18061,1755,'mango_contact_page_version','1'),(18064,1755,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18067,1755,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18070,1755,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18073,1755,'mango_page_sidebar_right','blog-sidebar-1'),(18076,1755,'mango_footer_type','1'),(18079,1755,'mango_top_footer_widget_columns','3'),(18082,1755,'mango_popup_e_d','off'),(18085,1755,'mango_hide_page_title','1'),(18088,1755,'mango_page_layout','right'),(18091,1755,'mango_portfolio_columns','2'),(18094,1755,'mango_page_header','1'),(18097,1755,'mango_breadcrumb_title_position','text-left'),(18100,1757,'_wp_page_template','templates/portfolio.php'),(18103,1757,'_wpb_vc_js_status','true'),(18106,1757,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(18109,1757,'slide_template','default'),(18112,1757,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18115,1757,'mango_blog_type','classic'),(18118,1757,'(mango_)blog_masonry_columns','3'),(18121,1757,'mango_blog_excerpt_length','80'),(18124,1757,'mango_portfolio_page_style','masonry'),(18127,1757,'(mango_)portfolio_columns','2'),(18130,1757,'mango_contact_page_version','1'),(18133,1757,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18136,1757,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18139,1757,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18142,1757,'mango_hide_page_title','1'),(18145,1757,'mango_page_layout','left'),(18148,1757,'mango_page_sidebar_left','blog-sidebar-1'),(18151,1757,'mango_footer_type','1'),(18154,1757,'mango_top_footer_widget_columns','3'),(18157,1757,'mango_popup_e_d','off'),(18160,1757,'mango_top_footer_widget_columns','3'),(18163,1757,'mango_portfolio_style','default'),(18166,1757,'mango_portfolio_style','default'),(18169,1757,'mango_portfolio_columns','2'),(18172,1757,'mango_portfolio_columns','2'),(18175,1757,'mango_page_header','1'),(18178,1757,'mango_breadcrumb_title_position','text-left'),(18181,1757,'mango_breadcrumb_title_position','text-left'),(18184,1757,'mango_top_footer_widget_columns','3'),(18187,1757,'mango_top_footer_widget_columns','3'),(18190,1757,'mango_top_footer_widget_columns','3'),(18193,1757,'mango_top_footer_widget_columns','3'),(18196,1757,'mango_portfolio_style','default'),(18199,1757,'mango_portfolio_style','default'),(18202,1757,'mango_portfolio_columns','2'),(18205,1757,'mango_portfolio_columns','2'),(18208,1757,'mango_breadcrumb_title_position','text-left'),(18211,1757,'mango_breadcrumb_title_position','text-left'),(18214,1757,'mango_top_footer_widget_columns','3'),(18217,1757,'mango_top_footer_widget_columns','3'),(18220,1757,'mango_top_footer_widget_columns','3'),(18223,1757,'mango_top_footer_widget_columns','3'),(18226,1757,'mango_portfolio_style','default'),(18229,1757,'mango_portfolio_style','default'),(18232,1757,'mango_portfolio_columns','2'),(18235,1757,'mango_portfolio_columns','2'),(18238,1757,'mango_breadcrumb_title_position','text-left'),(18241,1757,'mango_breadcrumb_title_position','text-left'),(18244,1757,'mango_top_footer_widget_columns','3'),(18247,1757,'mango_top_footer_widget_columns','3'),(18250,1757,'mango_top_footer_widget_columns','3'),(18253,1757,'mango_portfolio_style','default'),(18256,1757,'mango_portfolio_columns','2'),(18259,1757,'mango_breadcrumb_title_position','text-left'),(18262,1757,'mango_top_footer_widget_columns','3'),(18265,1757,'mango_top_footer_widget_columns','3'),(18268,1757,'mango_portfolio_style','default'),(18271,1757,'mango_portfolio_columns','2'),(18274,1757,'mango_breadcrumb_title_position','text-left'),(18277,1757,'mango_top_footer_widget_columns','3'),(18280,1757,'mango_top_footer_widget_columns','3'),(18283,1757,'mango_portfolio_style','default'),(18286,1757,'mango_portfolio_columns','2'),(18289,1757,'mango_breadcrumb_title_position','text-left'),(18292,1757,'mango_top_footer_widget_columns','3'),(18295,1759,'_wpb_vc_js_status','true'),(18298,1759,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(18301,1759,'slide_template','default'),(18304,1759,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18307,1759,'mango_blog_type','classic'),(18310,1759,'(mango_)blog_masonry_columns','3'),(18313,1759,'mango_blog_excerpt_length','80'),(18316,1759,'mango_portfolio_page_style','masonry'),(18319,1759,'mango_portfolio_style','default'),(18322,1759,'(mango_)portfolio_columns','3'),(18325,1759,'mango_contact_page_version','1'),(18328,1759,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18331,1759,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18334,1759,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18337,1759,'mango_hide_page_title','1'),(18340,1759,'mango_footer_type','1'),(18343,1759,'mango_top_footer_widget_columns','3'),(18346,1759,'mango_popup_e_d','off'),(18349,1759,'_wp_page_template','templates/portfolio.php'),(18352,1759,'mango_portfolio_columns','3'),(18355,1759,'mango_page_header','1'),(18358,1759,'mango_breadcrumb_title_position','text-left'),(18361,1759,'mango_page_layout','no'),(18364,1759,'mango_portfolio_full_width','yes'),(18367,1759,'mango_coming_soon_page_version','1'),(18370,1759,'_wpml_media_duplicate',''),(18373,1759,'_wpml_media_featured',''),(18376,1761,'_wp_page_template','templates/portfolio.php'),(18379,1761,'_wpb_vc_js_status','true'),(18382,1761,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(18385,1761,'slide_template','default'),(18388,1761,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18391,1761,'mango_blog_type','classic'),(18394,1761,'(mango_)blog_masonry_columns','3'),(18397,1761,'mango_blog_excerpt_length','80'),(18400,1761,'mango_portfolio_page_style','masonry'),(18403,1761,'mango_portfolio_style','default'),(18406,1761,'(mango_)portfolio_columns','4'),(18409,1761,'mango_contact_page_version','1'),(18412,1761,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18415,1761,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18418,1761,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18421,1761,'mango_hide_page_title','1'),(18424,1761,'mango_footer_type','1'),(18427,1761,'mango_top_footer_widget_columns','3'),(18430,1761,'mango_popup_e_d','off'),(18433,1761,'mango_portfolio_columns','4'),(18436,1761,'mango_page_header','1'),(18439,1761,'mango_breadcrumb_title_position','text-left'),(18442,1761,'mango_page_layout','no'),(18445,1761,'mango_portfolio_full_width','yes'),(18448,1761,'mango_coming_soon_page_version','1'),(18451,1761,'_wpml_media_duplicate',''),(18454,1761,'_wpml_media_featured',''),(18457,1763,'_wp_page_template','templates/portfolio.php'),(18460,1763,'_wpb_vc_js_status','true'),(18463,1763,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(18466,1763,'slide_template','default'),(18469,1763,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18472,1763,'mango_blog_type','classic'),(18475,1763,'(mango_)blog_masonry_columns','3'),(18478,1763,'mango_blog_excerpt_length','80'),(18481,1763,'(mango_)blog_masonry_columns','3'),(18484,1763,'mango_portfolio_page_style','masonry'),(18487,1763,'mango_portfolio_page_style','masonry'),(18490,1763,'mango_portfolio_style','default'),(18493,1763,'mango_portfolio_style','default'),(18496,1763,'(mango_)portfolio_columns','5'),(18499,1763,'(mango_)portfolio_columns','5'),(18502,1763,'mango_contact_page_version','1'),(18505,1763,'mango_contact_page_version','1'),(18508,1763,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18511,1763,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(18514,1763,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18517,1763,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(18520,1763,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18523,1763,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(18526,1763,'mango_hide_page_title','1'),(18529,1763,'mango_hide_page_title','1'),(18532,1763,'mango_footer_type','1'),(18535,1763,'mango_footer_type','1'),(18538,1763,'mango_top_footer_widget_columns','3'),(18541,1763,'mango_top_footer_widget_columns','3'),(18544,1763,'mango_popup_e_d','off'),(18547,1763,'mango_popup_e_d','off'),(18550,1763,'mango_portfolio_columns','5'),(18553,1763,'mango_portfolio_columns','5'),(18556,1763,'mango_page_header','1'),(18559,1763,'mango_page_header','1'),(18562,1763,'mango_breadcrumb_title_position','text-left'),(18565,1763,'mango_breadcrumb_title_position','text-left'),(18568,1763,'mango_page_layout','no'),(18571,1763,'mango_page_layout','no'),(18574,1763,'(mango_)blog_masonry_columns','3'),(18577,1763,'(mango_)blog_masonry_columns','3'),(18580,1763,'mango_portfolio_page_style','masonry'),(18583,1763,'mango_portfolio_page_style','masonry'),(18586,1763,'mango_portfolio_style','default'),(18587,8006,'_wp_attached_file','revslider/home_version12/slide14.jpg'),(18590,8006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:36:\"revslider/home_version12/slide14.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide14-150x150.jpg\";s:5:\"width\";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:\"slide14-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide14-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"slide14-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"slide14-370x213.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"slide14-200x115.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"slide14-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"slide14-71x41.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide14-420x241.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide14-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"slide14-731x420.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"slide14-570x328.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"slide14-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide14-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"slide14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide14-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18593,8009,'_wp_attached_file','revslider/home_version12/slide24.jpg'),(18596,8009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:36:\"revslider/home_version12/slide24.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide24-150x150.jpg\";s:5:\"width\";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:\"slide24-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide24-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"slide24-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"slide24-370x213.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"slide24-200x115.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"slide24-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"slide24-71x41.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide24-420x241.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide24-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"slide24-731x420.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"slide24-570x328.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"slide24-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide24-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"slide24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide24-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18599,8012,'_wp_attached_file','revslider/home_version12/slide33.jpg'),(18602,8012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:36:\"revslider/home_version12/slide33.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide33-150x150.jpg\";s:5:\"width\";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:\"slide33-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide33-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"slide33-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"slide33-370x213.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"slide33-200x115.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"slide33-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"slide33-71x41.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide33-420x241.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"slide33-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"slide33-731x420.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"slide33-570x328.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"slide33-60x34.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slide33-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"slide33-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slide33-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18604,8014,'_wp_attached_file','2016/02/Logo.png'),(18607,8014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:60;s:4:\"file\";s:16:\"2016/02/Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:15:\"Logo-200x60.png\";s:5:\"width\";i:200;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"Logo-71x21.png\";s:5:\"width\";i:71;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"Logo-60x18.png\";s:5:\"width\";i:60;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"Logo-180x60.png\";s:5:\"width\";i:180;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18608,8015,'_wp_attached_file','2016/02/Banner.png'),(18611,8015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2016/02/Banner.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"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:18:\"Banner-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Banner-768x441.png\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:18:\"Banner-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:18:\"Banner-370x213.png\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:18:\"Banner-200x115.png\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:18:\"Banner-470x270.png\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:16:\"Banner-71x41.png\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:18:\"Banner-420x241.png\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:18:\"Banner-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:18:\"Banner-731x420.png\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:18:\"Banner-570x328.png\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:16:\"Banner-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Banner-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Banner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Banner-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18614,8018,'_wp_attached_file','2016/02/Banner-1.png'),(18617,8018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2016/02/Banner-1.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner-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:\"Banner-1-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Banner-1-768x441.png\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"Banner-1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"Banner-1-370x213.png\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"Banner-1-200x115.png\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:20:\"Banner-1-470x270.png\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"Banner-1-71x41.png\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"Banner-1-420x241.png\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"Banner-1-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"Banner-1-731x420.png\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"Banner-1-570x328.png\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"Banner-1-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Banner-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Banner-1-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18619,8020,'_wp_attached_file','2016/02/Banner1.png'),(18622,8020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2016/02/Banner1.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner1-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:\"Banner1-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner1-768x441.png\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"Banner1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"Banner1-370x213.png\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"Banner1-200x115.png\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"Banner1-470x270.png\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"Banner1-71x41.png\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"Banner1-420x241.png\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"Banner1-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"Banner1-731x420.png\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"Banner1-570x328.png\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"Banner1-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Banner1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Banner1-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18625,8023,'_wp_attached_file','2016/02/Banner2.png'),(18628,8023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2016/02/Banner2.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner2-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:\"Banner2-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner2-768x441.png\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"Banner2-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"Banner2-370x213.png\";s:5:\"width\";i:370;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"Banner2-200x115.png\";s:5:\"width\";i:200;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"Banner2-470x270.png\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"Banner2-71x41.png\";s:5:\"width\";i:71;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"Banner2-420x241.png\";s:5:\"width\";i:420;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"Banner2-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"Banner2-731x420.png\";s:5:\"width\";i:731;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"Banner2-570x328.png\";s:5:\"width\";i:570;s:6:\"height\";i:328;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"Banner2-60x34.png\";s:5:\"width\";i:60;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Banner2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Banner2-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18629,8024,'_menu_item_type','post_type'),(18632,8024,'_menu_item_menu_item_parent','0'),(18635,8024,'_menu_item_object_id','787'),(18638,8024,'_menu_item_object','page'),(18641,8024,'_menu_item_target',''),(18644,8024,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18647,8024,'_menu_item_xfn',''),(18650,8024,'_menu_item_url',''),(18656,8024,'_menu_item_icon',''),(18659,8024,'_menu_item_icon_pos','Left'),(18662,8024,'_menu_item_nolink',''),(18665,8024,'_menu_item_hide',''),(18668,8024,'_menu_item_mobile_hide',''),(18671,8024,'_menu_item_hide_cat_image',''),(18674,8024,'_menu_item_hide_subcats_list',''),(18677,8024,'_menu_item_hide_empty_subcats',''),(18680,8024,'_menu_item_cols',''),(18683,8024,'_menu_item_popup_type',''),(18686,8024,'_menu_item_popup_pos',''),(18689,8024,'_menu_item_popup_cols',''),(18692,8024,'_menu_item_popup_bg_image',''),(18695,8024,'_menu_item_popup_bg_pos',''),(18698,8024,'_menu_item_popup_bg_repeat',''),(18701,8024,'_menu_item_popup_bg_size',''),(18704,8024,'_menu_item_popup_style',''),(18707,8024,'_menu_item_subpopup_bg_image',''),(18710,8024,'_menu_item_subpopup_bg_pos',''),(18713,8024,'_menu_item_subpopup_bg_repeat',''),(18716,8024,'_menu_item_subpopup_bg_size',''),(18719,8024,'_menu_item_subpopup_style',''),(18722,8024,'_menu_item_block',''),(18725,8024,'_menu_item_tip_label',''),(18728,8024,'_menu_item_tip_color',''),(18731,8024,'_menu_item_tip_bg',''),(18734,8024,'_menu_item_show_category_img',''),(18737,8027,'_menu_item_type','post_type'),(18740,8027,'_menu_item_menu_item_parent','0'),(18743,8027,'_menu_item_object_id','5749'),(18746,8027,'_menu_item_object','page'),(18749,8027,'_menu_item_target',''),(18752,8027,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18755,8027,'_menu_item_xfn',''),(18758,8027,'_menu_item_url',''),(18764,8027,'_menu_item_icon',''),(18767,8027,'_menu_item_icon_pos','Left'),(18770,8027,'_menu_item_nolink',''),(18773,8027,'_menu_item_hide',''),(18776,8027,'_menu_item_mobile_hide',''),(18779,8027,'_menu_item_hide_cat_image',''),(18782,8027,'_menu_item_hide_subcats_list',''),(18785,8027,'_menu_item_hide_empty_subcats',''),(18788,8027,'_menu_item_cols',''),(18791,8027,'_menu_item_popup_type',''),(18794,8027,'_menu_item_popup_pos',''),(18797,8027,'_menu_item_popup_cols',''),(18800,8027,'_menu_item_popup_bg_image',''),(18803,8027,'_menu_item_popup_bg_pos',''),(18806,8027,'_menu_item_popup_bg_repeat',''),(18809,8027,'_menu_item_popup_bg_size',''),(18812,8027,'_menu_item_popup_style',''),(18815,8027,'_menu_item_subpopup_bg_image',''),(18818,8027,'_menu_item_subpopup_bg_pos',''),(18821,8027,'_menu_item_subpopup_bg_repeat',''),(18824,8027,'_menu_item_subpopup_bg_size',''),(18827,8027,'_menu_item_subpopup_style',''),(18830,8027,'_menu_item_block',''),(18833,8027,'_menu_item_tip_label',''),(18836,8027,'_menu_item_tip_color',''),(18839,8027,'_menu_item_tip_bg',''),(18842,8027,'_menu_item_show_category_img',''),(18845,8030,'_menu_item_type','post_type'),(18848,8030,'_menu_item_menu_item_parent','0'),(18851,8030,'_menu_item_object_id','18'),(18854,8030,'_menu_item_object','page'),(18857,8030,'_menu_item_target',''),(18860,8030,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18863,8030,'_menu_item_xfn',''),(18866,8030,'_menu_item_url',''),(18872,8030,'_menu_item_icon',''),(18875,8030,'_menu_item_icon_pos','Left'),(18878,8030,'_menu_item_nolink',''),(18881,8030,'_menu_item_hide',''),(18884,8030,'_menu_item_mobile_hide',''),(18887,8030,'_menu_item_hide_cat_image',''),(18890,8030,'_menu_item_hide_subcats_list',''),(18893,8030,'_menu_item_hide_empty_subcats',''),(18896,8030,'_menu_item_cols',''),(18899,8030,'_menu_item_popup_type',''),(18902,8030,'_menu_item_popup_pos',''),(18905,8030,'_menu_item_popup_cols',''),(18908,8030,'_menu_item_popup_bg_image',''),(18911,8030,'_menu_item_popup_bg_pos',''),(18914,8030,'_menu_item_popup_bg_repeat',''),(18917,8030,'_menu_item_popup_bg_size',''),(18920,8030,'_menu_item_popup_style',''),(18923,8030,'_menu_item_subpopup_bg_image',''),(18926,8030,'_menu_item_subpopup_bg_pos',''),(18929,8030,'_menu_item_subpopup_bg_repeat',''),(18932,8030,'_menu_item_subpopup_bg_size',''),(18935,8030,'_menu_item_subpopup_style',''),(18938,8030,'_menu_item_block',''),(18941,8030,'_menu_item_tip_label',''),(18944,8030,'_menu_item_tip_color',''),(18947,8030,'_menu_item_tip_bg',''),(18950,8030,'_menu_item_show_category_img',''),(18952,8032,'_menu_item_type','post_type'),(18955,8032,'_menu_item_menu_item_parent','0'),(18958,8032,'_menu_item_object_id','20'),(18961,8032,'_menu_item_object','page'),(18964,8032,'_menu_item_target',''),(18967,8032,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18970,8032,'_menu_item_xfn',''),(18973,8032,'_menu_item_url',''),(18979,8032,'_menu_item_icon',''),(18982,8032,'_menu_item_icon_pos','Left'),(18985,8032,'_menu_item_nolink',''),(18988,8032,'_menu_item_hide',''),(18991,8032,'_menu_item_mobile_hide',''),(18994,8032,'_menu_item_hide_cat_image',''),(18997,8032,'_menu_item_hide_subcats_list',''),(19000,8032,'_menu_item_hide_empty_subcats',''),(19003,8032,'_menu_item_cols',''),(19006,8032,'_menu_item_popup_type',''),(19009,8032,'_menu_item_popup_pos',''),(19012,8032,'_menu_item_popup_cols',''),(19015,8032,'_menu_item_popup_bg_image',''),(19018,8032,'_menu_item_popup_bg_pos',''),(19021,8032,'_menu_item_popup_bg_repeat',''),(19024,8032,'_menu_item_popup_bg_size',''),(19027,8032,'_menu_item_popup_style',''),(19030,8032,'_menu_item_subpopup_bg_image',''),(19033,8032,'_menu_item_subpopup_bg_pos',''),(19036,8032,'_menu_item_subpopup_bg_repeat',''),(19039,8032,'_menu_item_subpopup_bg_size',''),(19042,8032,'_menu_item_subpopup_style',''),(19045,8032,'_menu_item_block',''),(19048,8032,'_menu_item_tip_label',''),(19051,8032,'_menu_item_tip_color',''),(19054,8032,'_menu_item_tip_bg',''),(19057,8032,'_menu_item_show_category_img',''),(19060,8024,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19063,8027,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19066,8030,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19069,8032,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19072,787,'_edit_lock','1455410833:1'),(19124,7954,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19127,7960,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19130,7966,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19133,7969,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19135,8039,'_edit_last','1'),(19138,8039,'_edit_lock','1455302627:1'),(19139,8042,'_wp_attached_file','2016/02/brochures.png'),(19142,8042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1998;s:4:\"file\";s:21:\"2016/02/brochures.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brochures-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:\"brochures-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"brochures-768x789.png\";s:5:\"width\";i:768;s:6:\"height\";i:789;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"brochures-996x1024.png\";s:5:\"width\";i:996;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"brochures-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"brochures-234x240.png\";s:5:\"width\";i:234;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"brochures-200x206.png\";s:5:\"width\";i:200;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"brochures-470x483.png\";s:5:\"width\";i:470;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"brochures-71x73.png\";s:5:\"width\";i:71;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"brochures-265x272.png\";s:5:\"width\";i:265;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"brochures-170x175.png\";s:5:\"width\";i:170;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"brochures-409x420.png\";s:5:\"width\";i:409;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"brochures-379x390.png\";s:5:\"width\";i:379;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"brochures-60x62.png\";s:5:\"width\";i:60;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"brochures-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"brochures-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"brochures-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19144,8039,'_thumbnail_id','8042'),(19147,8039,'_wc_rating_count','a:0:{}'),(19150,8039,'_wc_review_count','0'),(19153,8039,'_wc_average_rating','0'),(19372,8047,'_menu_item_type','post_type'),(19375,8047,'_menu_item_menu_item_parent','0'),(19378,8047,'_menu_item_object_id','21'),(19381,8047,'_menu_item_object','page'),(19384,8047,'_menu_item_target',''),(19387,8047,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19390,8047,'_menu_item_xfn',''),(19393,8047,'_menu_item_url',''),(19399,8047,'_menu_item_icon',''),(19402,8047,'_menu_item_icon_pos','Left'),(19405,8047,'_menu_item_nolink',''),(19408,8047,'_menu_item_hide',''),(19411,8047,'_menu_item_mobile_hide',''),(19414,8047,'_menu_item_hide_cat_image',''),(19417,8047,'_menu_item_hide_subcats_list',''),(19420,8047,'_menu_item_hide_empty_subcats',''),(19423,8047,'_menu_item_cols',''),(19426,8047,'_menu_item_popup_type',''),(19429,8047,'_menu_item_popup_pos',''),(19432,8047,'_menu_item_popup_cols',''),(19435,8047,'_menu_item_popup_bg_image',''),(19438,8047,'_menu_item_popup_bg_pos',''),(19441,8047,'_menu_item_popup_bg_repeat',''),(19444,8047,'_menu_item_popup_bg_size',''),(19447,8047,'_menu_item_popup_style',''),(19450,8047,'_menu_item_subpopup_bg_image',''),(19453,8047,'_menu_item_subpopup_bg_pos',''),(19456,8047,'_menu_item_subpopup_bg_repeat',''),(19459,8047,'_menu_item_subpopup_bg_size',''),(19462,8047,'_menu_item_subpopup_style',''),(19465,8047,'_menu_item_block',''),(19468,8047,'_menu_item_tip_label',''),(19471,8047,'_menu_item_tip_color',''),(19474,8047,'_menu_item_tip_bg',''),(19477,8047,'_menu_item_show_category_img',''),(19480,8047,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19481,5749,'_edit_lock','1455402209:1'),(19537,5749,'_edit_last','1'),(19543,5749,'mango_coming_soon_page_version','1'),(19549,5749,'mango_page_header','2'),(19561,5749,'mango_hide_breadcrumb','1'),(19574,18,'_edit_lock','1455386969:1'),(19577,18,'_edit_last','1'),(19595,18,'mango_hide_breadcrumb','1'),(19612,18,'mango_coming_soon_bg_image','0'),(19615,18,'mango_side_header_bg','0'),(19618,18,'mango_logo','0'),(19621,18,'mango_banner_image','0'),(19624,18,'mango_bread_title_image','0'),(19627,18,'mango_bg_custom_select','0'),(19630,18,'mango_footer_logo','0'),(19633,18,'mango_popup_image','0'),(19642,787,'mango_page_header','2'),(19654,787,'mango_hide_breadcrumb','1'),(19669,19,'_edit_lock','1455390226:1'),(19672,19,'_edit_last','1'),(19678,19,'mango_coming_soon_bg_image','0'),(19681,19,'mango_page_header','2'),(19684,19,'mango_side_header_bg','0'),(19687,19,'mango_logo','0'),(19690,19,'mango_banner_image','0'),(19693,19,'mango_hide_breadcrumb','1'),(19696,19,'mango_bread_title_image','0'),(19699,19,'mango_bg_custom_select','0'),(19702,19,'mango_footer_logo','0'),(19705,19,'mango_popup_image','0'),(19706,21,'_edit_lock','1455390879:1'),(19709,21,'_edit_last','1'),(19715,21,'_wpb_vc_js_status','false'),(19718,21,'slide_template','default'),(19721,21,'mango_blog_type','classic'),(19724,21,'mango_blog_masonry_columns','3'),(19727,21,'mango_contact_page_version','1'),(19730,21,'mango_contact_address','<h3>Company address</h3>\n<address>8808 Ave Dermentum, Onsectetur Adipiscing<br />\nTortor Sagittis, CA 880986,<br />\nUnited States<br />\nCA 90896,<br />\nUnited States</address>\n'),(19733,21,'mango_contact_info','<h3>Contact Informations</h3>\n<address>Email: stores@domain.com<br />\nToll-free: (1800) 000 8808</address>\n'),(19736,21,'mango_contact_message','<h2 class=\"regular-title short\">Let\'s Stay in Touch</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet.</p>\n'),(19739,21,'mango_coming_soon_page_version','1'),(19742,21,'mango_coming_soon_bg_image','0'),(19745,21,'mango_page_header','2'),(19748,21,'mango_side_header_bg','0'),(19751,21,'mango_logo','0'),(19754,21,'mango_banner_image','0'),(19757,21,'mango_hide_page_title','1'),(19760,21,'mango_hide_breadcrumb','1'),(19763,21,'mango_bread_title_image','0'),(19766,21,'mango_bg_custom_select','0'),(19769,21,'mango_footer_logo','0'),(19772,21,'mango_popup_e_d','off'),(19775,21,'mango_popup_image','0'),(19779,8063,'_thumbnail_id','8042'),(19781,8063,'_edit_last','1'),(19783,8063,'_edit_lock','1455399700:1'),(19785,8063,'_visibility','visible'),(19787,8063,'_stock_status','instock'),(19789,8063,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(19791,8063,'mango_side_header_bg','0'),(19793,8063,'mango_logo','0'),(19795,8063,'mango_banner_image','0'),(19797,8063,'mango_bread_title_image','0'),(19799,8063,'mango_bg_custom_select','0'),(19801,8063,'mango_footer_logo','0'),(19803,8063,'mango_popup_e_d','off'),(19805,8063,'mango_popup_image','0'),(19807,8063,'total_sales','0'),(19809,8063,'_downloadable','no'),(19811,8063,'_virtual','yes'),(19813,8063,'_tax_status','taxable'),(19815,8063,'_tax_class',''),(19817,8063,'_purchase_note',''),(19819,8063,'_featured','no'),(19821,8063,'_weight',''),(19823,8063,'_length',''),(19825,8063,'_width',''),(19827,8063,'_height',''),(19829,8063,'_sku','1001'),(19831,8063,'_product_attributes','a:0:{}'),(19833,8063,'_regular_price','50'),(19835,8063,'_sale_price',''),(19837,8063,'_sale_price_dates_from',''),(19839,8063,'_sale_price_dates_to',''),(19841,8063,'_price','50'),(19843,8063,'_sold_individually',''),(19845,8063,'_manage_stock','no'),(19847,8063,'_backorders','no'),(19849,8063,'_stock',''),(19851,8063,'_upsell_ids','a:0:{}'),(19853,8063,'_crosssell_ids','a:0:{}'),(19855,8063,'_product_version','2.5.2'),(19857,8063,'_product_image_gallery',''),(19859,8063,'slide_template','default'),(19861,8063,'_wc_rating_count','a:0:{}'),(19863,8063,'_wc_average_rating','0'),(19865,20,'_edit_lock','1455397640:1'),(19867,20,'_edit_last','1'),(19871,20,'mango_coming_soon_bg_image','0'),(19873,20,'mango_page_header','2'),(19875,20,'mango_side_header_bg','0'),(19877,20,'mango_logo','0'),(19879,20,'mango_banner_image','0'),(19881,20,'mango_hide_page_title','1'),(19883,20,'mango_hide_breadcrumb','1'),(19885,20,'mango_bread_title_image','0'),(19887,20,'mango_bg_custom_select','0'),(19889,20,'mango_footer_logo','0'),(19891,20,'mango_popup_image','0'),(19893,8069,'_wp_attached_file','2016/02/brochures-1.png'),(19895,8069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1998;s:4:\"file\";s:23:\"2016/02/brochures-1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"brochures-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:23:\"brochures-1-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"brochures-1-768x789.png\";s:5:\"width\";i:768;s:6:\"height\";i:789;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"brochures-1-996x1024.png\";s:5:\"width\";i:996;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:23:\"brochures-1-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:23:\"brochures-1-234x240.png\";s:5:\"width\";i:234;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:23:\"brochures-1-200x206.png\";s:5:\"width\";i:200;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:23:\"brochures-1-470x483.png\";s:5:\"width\";i:470;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:21:\"brochures-1-71x73.png\";s:5:\"width\";i:71;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:23:\"brochures-1-265x272.png\";s:5:\"width\";i:265;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:23:\"brochures-1-170x175.png\";s:5:\"width\";i:170;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:23:\"brochures-1-409x420.png\";s:5:\"width\";i:409;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:23:\"brochures-1-379x390.png\";s:5:\"width\";i:379;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:21:\"brochures-1-60x62.png\";s:5:\"width\";i:60;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"brochures-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"brochures-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"brochures-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19897,8071,'_wp_attached_file','2016/02/camisetas.png'),(19899,8071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:1950;s:4:\"file\";s:21:\"2016/02/camisetas.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"camisetas-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:\"camisetas-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"camisetas-768x770.png\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"camisetas-1021x1024.png\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"camisetas-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"camisetas-239x240.png\";s:5:\"width\";i:239;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"camisetas-200x201.png\";s:5:\"width\";i:200;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"camisetas-470x471.png\";s:5:\"width\";i:470;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"camisetas-71x71.png\";s:5:\"width\";i:71;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"camisetas-271x272.png\";s:5:\"width\";i:271;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"camisetas-174x175.png\";s:5:\"width\";i:174;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"camisetas-419x420.png\";s:5:\"width\";i:419;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"camisetas-389x390.png\";s:5:\"width\";i:389;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"camisetas-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"camisetas-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"camisetas-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"camisetas-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19901,8073,'_wp_attached_file','2016/02/carpeta.png'),(19903,8073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1698;s:6:\"height\";i:2232;s:4:\"file\";s:19:\"2016/02/carpeta.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"carpeta-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:\"carpeta-228x300.png\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"carpeta-768x1010.png\";s:5:\"width\";i:768;s:6:\"height\";i:1010;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"carpeta-779x1024.png\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:19:\"carpeta-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:19:\"carpeta-183x240.png\";s:5:\"width\";i:183;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:19:\"carpeta-200x263.png\";s:5:\"width\";i:200;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:19:\"carpeta-470x618.png\";s:5:\"width\";i:470;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:17:\"carpeta-69x91.png\";s:5:\"width\";i:69;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:19:\"carpeta-207x272.png\";s:5:\"width\";i:207;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:19:\"carpeta-133x175.png\";s:5:\"width\";i:133;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:19:\"carpeta-320x420.png\";s:5:\"width\";i:320;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:19:\"carpeta-297x390.png\";s:5:\"width\";i:297;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:17:\"carpeta-53x70.png\";s:5:\"width\";i:53;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"carpeta-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"carpeta-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"carpeta-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19905,8075,'_wp_attached_file','2016/02/Chancletas.png'),(19907,8075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1794;s:6:\"height\";i:1866;s:4:\"file\";s:22:\"2016/02/Chancletas.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Chancletas-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:\"Chancletas-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Chancletas-768x799.png\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Chancletas-984x1024.png\";s:5:\"width\";i:984;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"Chancletas-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"Chancletas-231x240.png\";s:5:\"width\";i:231;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"Chancletas-200x208.png\";s:5:\"width\";i:200;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:22:\"Chancletas-470x489.png\";s:5:\"width\";i:470;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"Chancletas-71x74.png\";s:5:\"width\";i:71;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"Chancletas-262x272.png\";s:5:\"width\";i:262;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"Chancletas-168x175.png\";s:5:\"width\";i:168;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:22:\"Chancletas-404x420.png\";s:5:\"width\";i:404;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"Chancletas-375x390.png\";s:5:\"width\";i:375;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"Chancletas-60x62.png\";s:5:\"width\";i:60;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Chancletas-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Chancletas-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Chancletas-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19909,8077,'_wp_attached_file','2016/02/colgantes.png'),(19911,8077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:2124;s:4:\"file\";s:21:\"2016/02/colgantes.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"colgantes-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:\"colgantes-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"colgantes-768x1162.png\";s:5:\"width\";i:768;s:6:\"height\";i:1162;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"colgantes-677x1024.png\";s:5:\"width\";i:677;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"colgantes-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"colgantes-159x240.png\";s:5:\"width\";i:159;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"colgantes-182x276.png\";s:5:\"width\";i:182;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"colgantes-416x630.png\";s:5:\"width\";i:416;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"colgantes-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"colgantes-180x272.png\";s:5:\"width\";i:180;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"colgantes-116x175.png\";s:5:\"width\";i:116;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"colgantes-278x420.png\";s:5:\"width\";i:278;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"colgantes-258x390.png\";s:5:\"width\";i:258;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"colgantes-46x70.png\";s:5:\"width\";i:46;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"colgantes-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"colgantes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"colgantes-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19913,8079,'_wp_attached_file','2016/02/foro-de-celulares.png'),(19915,8079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1704;s:6:\"height\";i:2166;s:4:\"file\";s:29:\"2016/02/foro-de-celulares.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-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:\"foro-de-celulares-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-768x976.png\";s:5:\"width\";i:768;s:6:\"height\";i:976;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"foro-de-celulares-806x1024.png\";s:5:\"width\";i:806;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-189x240.png\";s:5:\"width\";i:189;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-200x254.png\";s:5:\"width\";i:200;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-470x597.png\";s:5:\"width\";i:470;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:27:\"foro-de-celulares-71x91.png\";s:5:\"width\";i:71;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-214x272.png\";s:5:\"width\";i:214;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-138x175.png\";s:5:\"width\";i:138;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-330x420.png\";s:5:\"width\";i:330;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-307x390.png\";s:5:\"width\";i:307;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:27:\"foro-de-celulares-55x70.png\";s:5:\"width\";i:55;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"foro-de-celulares-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19917,8081,'_wp_attached_file','2016/02/hoja-timbrada.png'),(19919,8081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1692;s:6:\"height\";i:1746;s:4:\"file\";s:25:\"2016/02/hoja-timbrada.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-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:\"hoja-timbrada-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-768x793.png\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"hoja-timbrada-992x1024.png\";s:5:\"width\";i:992;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-233x240.png\";s:5:\"width\";i:233;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-200x206.png\";s:5:\"width\";i:200;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-470x485.png\";s:5:\"width\";i:470;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:23:\"hoja-timbrada-71x73.png\";s:5:\"width\";i:71;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-264x272.png\";s:5:\"width\";i:264;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-170x175.png\";s:5:\"width\";i:170;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-407x420.png\";s:5:\"width\";i:407;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-378x390.png\";s:5:\"width\";i:378;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:23:\"hoja-timbrada-60x62.png\";s:5:\"width\";i:60;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoja-timbrada-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19921,8083,'_wp_attached_file','2016/02/postales.png'),(19923,8083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2136;s:4:\"file\";s:20:\"2016/02/postales.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"postales-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:\"postales-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"postales-768x844.png\";s:5:\"width\";i:768;s:6:\"height\";i:844;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"postales-932x1024.png\";s:5:\"width\";i:932;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"postales-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"postales-218x240.png\";s:5:\"width\";i:218;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"postales-200x220.png\";s:5:\"width\";i:200;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:20:\"postales-470x516.png\";s:5:\"width\";i:470;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"postales-71x78.png\";s:5:\"width\";i:71;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"postales-248x272.png\";s:5:\"width\";i:248;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"postales-159x175.png\";s:5:\"width\";i:159;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"postales-382x420.png\";s:5:\"width\";i:382;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"postales-355x390.png\";s:5:\"width\";i:355;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"postales-60x66.png\";s:5:\"width\";i:60;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"postales-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"postales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"postales-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19925,8085,'_wp_attached_file','2016/02/sobre.png'),(19927,8085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2142;s:6:\"height\";i:1542;s:4:\"file\";s:17:\"2016/02/sobre.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sobre-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:\"sobre-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sobre-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sobre-1024x737.png\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:17:\"sobre-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:17:\"sobre-333x240.png\";s:5:\"width\";i:333;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:17:\"sobre-200x144.png\";s:5:\"width\";i:200;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:17:\"sobre-470x338.png\";s:5:\"width\";i:470;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:15:\"sobre-71x51.png\";s:5:\"width\";i:71;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:17:\"sobre-378x272.png\";s:5:\"width\";i:378;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:17:\"sobre-243x175.png\";s:5:\"width\";i:243;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:17:\"sobre-583x420.png\";s:5:\"width\";i:583;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:17:\"sobre-542x390.png\";s:5:\"width\";i:542;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:15:\"sobre-60x43.png\";s:5:\"width\";i:60;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"sobre-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"sobre-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"sobre-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19929,8087,'_wp_attached_file','2016/02/talonario.png'),(19931,8087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2154;s:6:\"height\";i:1560;s:4:\"file\";s:21:\"2016/02/talonario.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"talonario-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:\"talonario-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:21:\"talonario-768x556.png\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"talonario-1024x742.png\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:21:\"talonario-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:21:\"talonario-331x240.png\";s:5:\"width\";i:331;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:21:\"talonario-200x145.png\";s:5:\"width\";i:200;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:21:\"talonario-470x340.png\";s:5:\"width\";i:470;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:19:\"talonario-71x51.png\";s:5:\"width\";i:71;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:21:\"talonario-376x272.png\";s:5:\"width\";i:376;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:21:\"talonario-242x175.png\";s:5:\"width\";i:242;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:21:\"talonario-580x420.png\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:21:\"talonario-539x390.png\";s:5:\"width\";i:539;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:19:\"talonario-60x43.png\";s:5:\"width\";i:60;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"talonario-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"talonario-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"talonario-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19933,8089,'_wp_attached_file','2016/02/tarjetas.png'),(19935,8089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2226;s:6:\"height\";i:1650;s:4:\"file\";s:20:\"2016/02/tarjetas.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tarjetas-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:\"tarjetas-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tarjetas-768x569.png\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"tarjetas-1024x759.png\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:20:\"tarjetas-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:20:\"tarjetas-324x240.png\";s:5:\"width\";i:324;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:20:\"tarjetas-200x148.png\";s:5:\"width\";i:200;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:20:\"tarjetas-470x348.png\";s:5:\"width\";i:470;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:18:\"tarjetas-71x53.png\";s:5:\"width\";i:71;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:20:\"tarjetas-367x272.png\";s:5:\"width\";i:367;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:20:\"tarjetas-236x175.png\";s:5:\"width\";i:236;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:20:\"tarjetas-567x420.png\";s:5:\"width\";i:567;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:20:\"tarjetas-526x390.png\";s:5:\"width\";i:526;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:18:\"tarjetas-60x44.png\";s:5:\"width\";i:60;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tarjetas-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"tarjetas-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"tarjetas-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19937,8091,'_wp_attached_file','2016/02/Taza.png'),(19939,8091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:2100;s:4:\"file\";s:16:\"2016/02/Taza.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Taza-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:\"Taza-244x300.png\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Taza-768x943.png\";s:5:\"width\";i:768;s:6:\"height\";i:943;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Taza-834x1024.png\";s:5:\"width\";i:834;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:16:\"Taza-220x154.png\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:16:\"Taza-195x240.png\";s:5:\"width\";i:195;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:16:\"Taza-200x246.png\";s:5:\"width\";i:200;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:16:\"Taza-470x577.png\";s:5:\"width\";i:470;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:14:\"Taza-71x87.png\";s:5:\"width\";i:71;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:16:\"Taza-221x272.png\";s:5:\"width\";i:221;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:16:\"Taza-143x175.png\";s:5:\"width\";i:143;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:16:\"Taza-342x420.png\";s:5:\"width\";i:342;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:16:\"Taza-318x390.png\";s:5:\"width\";i:318;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:14:\"Taza-57x70.png\";s:5:\"width\";i:57;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"Taza-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"Taza-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"Taza-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(19943,5749,'mango_coming_soon_bg_image','0'),(19945,5749,'mango_side_header_bg','0'),(19947,5749,'mango_logo','0'),(19949,5749,'mango_banner_image','0'),(19951,5749,'mango_bread_title_image','0'),(19953,5749,'mango_bg_custom_select','0'),(19955,5749,'mango_footer_logo','0'),(19957,5749,'mango_popup_image','0'),(19959,8063,'_wc_review_count','0'),(19982,787,'mango_coming_soon_bg_image','0'),(19985,787,'mango_side_header_bg','0'),(19988,787,'mango_logo','0'),(19991,787,'mango_banner_image','0'),(19994,787,'mango_bread_title_image','0'),(19997,787,'mango_bg_custom_select','0'),(20000,787,'mango_footer_logo','0'),(20003,787,'mango_popup_image','0'),(20006,8111,'_wp_attached_file','2016/02/inside-out.jpg'),(20009,8111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:4:\"file\";s:22:\"2016/02/inside-out.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"inside-out-150x150.jpg\";s:5:\"width\";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:\"inside-out-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"inside-out-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"inside-out-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith-woocompare-image\";a:4:{s:4:\"file\";s:22:\"inside-out-220x154.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-grid\";a:4:{s:4:\"file\";s:22:\"inside-out-370x231.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"shop-image\";a:4:{s:4:\"file\";s:22:\"inside-out-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"single-product\";a:4:{s:4:\"file\";s:22:\"inside-out-470x294.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop-widget\";a:4:{s:4:\"file\";s:20:\"inside-out-71x44.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2col-portfolio\";a:4:{s:4:\"file\";s:22:\"inside-out-420x263.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"4col-portfolio\";a:4:{s:4:\"file\";s:22:\"inside-out-270x169.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog-other-style\";a:4:{s:4:\"file\";s:22:\"inside-out-672x420.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-image\";a:4:{s:4:\"file\";s:22:\"inside-out-570x356.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"thumb_60\";a:4:{s:4:\"file\";s:20:\"inside-out-60x38.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"inside-out-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"inside-out-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"inside-out-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(20012,8110,'_thumbnail_id','8111'),(20015,8110,'_edit_last','1'),(20018,8110,'_edit_lock','1455826332:1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=8112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-01-07 15:05:18','2016-01-07 15:05:18','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-01-07 15:05:18','2016-01-07 15:05:18','',0,'http://www.layootprinting.com/index/?p=1',0,'post','',1),(2,1,'2016-01-07 15:05:18','2016-01-07 15:05:18','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.layootprinting.com/index/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-01-07 15:05:18','2016-01-07 15:05:18','',0,'http://www.layootprinting.com/index/?page_id=2',0,'page','',0),(8,1,'2016-02-10 23:35:01','2016-02-10 23:35:01','<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@layootprinting.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 index (http://www.layootprinting.com/index)\nbulbulahamed9630@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nindex <wordpress@layootprinting.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on index (http://www.layootprinting.com/index)\n[your-email]\nReply-To: bulbulahamed9630@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-10 23:35:01','2016-02-10 23:35:01','',0,'http://www.layootprinting.com/index/?post_type=wpcf7_contact_form&p=8',0,'wpcf7_contact_form','',0),(11,1,'2016-02-10 23:57:16','2016-02-10 23:57:16','[yith_wcwl_wishlist]','Wishlist','','publish','closed','closed','','wishlist','','','2016-02-10 23:57:16','2016-02-10 23:57:16','',0,'http://www.layootprinting.com/index/wishlist/',0,'page','',0),(14,1,'2015-04-23 13:52:49','2015-04-23 13:52:49','','logo','','inherit','open','open','','logo-3','','','2015-04-23 13:52:49','2015-04-23 13:52:49','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/logo21.png',0,'attachment','image/png',0),(18,1,'2015-04-24 13:59:09','2015-04-24 13:59:09','','Shop','','publish','closed','open','','shop','','','2016-02-13 18:03:49','2016-02-13 18:03:49','',0,'http://smartwavethemes.net/mango_dummy/?page_id=18',185,'page','',0),(19,1,'2015-04-24 13:59:10','2015-04-24 13:59:10','[woocommerce_cart]','Cart','','publish','closed','open','','cart','','','2016-02-13 18:59:39','2016-02-13 18:59:39','',0,'http://smartwavethemes.net/mango_dummy/?page_id=19',23,'page','',0),(20,1,'2015-04-24 13:59:10','2015-04-24 13:59:10','[woocommerce_checkout]','Checkout','','publish','closed','open','','checkout','','','2016-02-13 21:07:30','2016-02-13 21:07:30','',0,'http://smartwavethemes.net/mango_dummy/?page_id=20',30,'page','',0),(21,1,'2015-04-24 13:59:11','2015-04-24 13:59:11','[woocommerce_my_account]','My Account','','publish','closed','open','','my-account','','','2016-02-13 19:12:26','2016-02-13 19:12:26','',0,'http://smartwavethemes.net/mango1/?page_id=21',121,'page','',0),(24,1,'2015-04-25 11:03:41','2015-04-25 11:03:41','','banner2','','inherit','open','open','','banner2','','','2015-04-25 11:03:41','2015-04-25 11:03:41','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner21.jpg',0,'attachment','image/jpeg',0),(31,1,'2015-04-13 15:49:10','2015-04-13 15:49:10','[mango_block name=\"quick-links\"] ','mango block quick links','','publish','open','open','','31-2','','','2015-04-13 15:49:10','2015-04-13 15:49:10','',0,'http://smartwavethemes.net/mango1_test/?page_id=31',120,'page','',0),(59,1,'2015-04-29 07:16:59','2015-04-29 07:16:59','','informations','','inherit','open','open','','informations','','','2015-04-29 07:16:59','2015-04-29 07:16:59','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/informations1.jpg',0,'attachment','image/jpeg',0),(60,1,'2015-04-29 11:14:49','2015-04-29 11:14:49','','Client 1','','publish','closed','closed','','60','','','2015-04-29 11:14:49','2015-04-29 11:14:49','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=60',32,'clients','',0),(64,1,'2015-04-29 11:38:25','2015-04-29 11:38:25','','client 2','','publish','closed','closed','','client-2','','','2015-04-29 11:38:25','2015-04-29 11:38:25','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=64',31,'clients','',0),(66,1,'2015-04-29 12:23:13','2015-04-29 12:23:13','','Client 3','','publish','closed','closed','','client-3','','','2015-04-29 12:23:13','2015-04-29 12:23:13','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=66',30,'clients','',0),(68,1,'2015-04-29 12:24:11','2015-04-29 12:24:11','','Client 4','','publish','closed','closed','','client-4','','','2015-04-29 12:24:11','2015-04-29 12:24:11','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=68',29,'clients','',0),(70,1,'2015-04-29 12:25:32','2015-04-29 12:25:32','','client 5','','publish','closed','closed','','client-5','','','2015-04-29 12:25:32','2015-04-29 12:25:32','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=70',28,'clients','',0),(72,1,'2015-04-29 12:27:14','2015-04-29 12:27:14','','Client 6','','publish','closed','closed','','client-6','','','2015-04-29 12:27:14','2015-04-29 12:27:14','',0,'http://smartwavethemes.net/mango1/?post_type=clients&p=72',27,'clients','',0),(150,1,'2015-05-05 10:58:16','2015-05-05 10:58:16','','banner1','','inherit','open','open','','banner1-2','','','2015-05-05 10:58:16','2015-05-05 10:58:16','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner11.png',0,'attachment','image/png',0),(154,1,'2015-05-05 11:01:35','2015-05-05 11:01:35','','banner2','','inherit','open','open','','banner2-2','','','2015-05-05 11:01:35','2015-05-05 11:01:35','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner21.png',0,'attachment','image/png',0),(164,1,'2015-05-05 11:30:33','2015-05-05 11:30:33','','banner4','','inherit','open','open','','banner4','','','2015-05-05 11:30:33','2015-05-05 11:30:33','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner41.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-05-05 12:18:42','2015-05-05 12:18:42','','index12-blog','','inherit','open','open','','index12-blog','','','2015-05-05 12:18:42','2015-05-05 12:18:42','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/index12-blog1.jpg',0,'attachment','image/jpeg',0),(199,1,'2015-05-07 07:32:01','2015-05-07 07:32:01','','banner4','','inherit','open','open','','banner4-2','','','2015-05-07 07:32:01','2015-05-07 07:32:01','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner41.png',0,'attachment','image/png',0),(202,1,'2015-05-07 08:00:56','2015-05-07 08:00:56','','banner1 (1)','','inherit','open','open','','banner1-1-2','','','2015-05-07 08:00:56','2015-05-07 08:00:56','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner1-11.png',0,'attachment','image/png',0),(205,1,'2015-05-07 08:25:06','2015-05-07 08:25:06','','banner5','','inherit','open','open','','banner5','','','2015-05-07 08:25:06','2015-05-07 08:25:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner51.jpg',0,'attachment','image/jpeg',0),(236,1,'2015-05-07 11:04:48','2015-05-07 11:04:48','','download','','inherit','open','open','','download','','','2015-05-07 11:04:48','2015-05-07 11:04:48','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/download1.jpg',0,'attachment','image/jpeg',0),(237,1,'2015-05-07 11:19:52','2015-05-07 11:19:52','','bg1','','inherit','open','open','','bg1','','','2015-05-07 11:19:52','2015-05-07 11:19:52','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg11.jpg',0,'attachment','image/jpeg',0),(263,1,'2015-05-08 07:47:06','2015-05-08 07:47:06','','banner8','','inherit','open','open','','banner8','','','2015-05-08 07:47:06','2015-05-08 07:47:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner81.jpg',0,'attachment','image/jpeg',0),(287,1,'2015-05-08 11:49:38','2015-05-08 11:49:38','','banner1 (2)','','inherit','open','open','','banner1-2-3','','','2015-05-08 11:49:38','2015-05-08 11:49:38','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner1-21.png',0,'attachment','image/png',0),(290,1,'2015-05-08 12:03:31','2015-05-08 12:03:31','','banner2 (1)','','inherit','open','open','','banner2-1','','','2015-05-08 12:03:31','2015-05-08 12:03:31','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner2-11.png',0,'attachment','image/png',0),(293,1,'2015-05-08 12:14:24','2015-05-08 12:14:24','','banner3','','inherit','open','open','','banner3-2','','','2015-05-08 12:14:24','2015-05-08 12:14:24','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner31.png',0,'attachment','image/png',0),(435,1,'2015-05-09 14:05:18','2015-05-09 14:05:18','','bg2','','inherit','open','open','','bg2','','','2015-05-09 14:05:18','2015-05-09 14:05:18','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg21.jpg',0,'attachment','image/jpeg',0),(437,1,'2015-05-09 14:34:04','2015-05-09 14:34:04','','bg3','','inherit','open','open','','bg3','','','2015-05-09 14:34:04','2015-05-09 14:34:04','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg31.jpg',0,'attachment','image/jpeg',0),(439,1,'2015-05-09 14:37:06','2015-05-09 14:37:06','','bg4','','inherit','open','open','','bg4','','','2015-05-09 14:37:06','2015-05-09 14:37:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg41.jpg',0,'attachment','image/jpeg',0),(464,1,'2015-05-11 08:47:16','2015-05-11 08:47:16','','truck','','inherit','open','open','','truck','','','2015-05-11 08:47:16','2015-05-11 08:47:16','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/truck1.png',0,'attachment','image/png',0),(488,1,'2015-05-11 10:59:13','2015-05-11 10:59:13','','banner1 (4)','','inherit','open','open','','banner1-4','','','2015-05-11 10:59:13','2015-05-11 10:59:13','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner1-41.jpg',0,'attachment','image/jpeg',0),(491,1,'2015-05-11 11:03:06','2015-05-11 11:03:06','','banner2 (2)','','inherit','open','open','','banner2-2-2','','','2015-05-11 11:03:06','2015-05-11 11:03:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/banner2-21.jpg',0,'attachment','image/jpeg',0),(498,1,'2015-05-11 11:45:25','2015-05-11 11:45:25','','men-cat','','inherit','open','open','','men-cat','','','2015-05-11 11:45:25','2015-05-11 11:45:25','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/men-cat1.png',0,'attachment','image/png',0),(503,1,'2015-05-11 13:12:16','2015-05-11 13:12:16','','women-cat','','inherit','open','open','','women-cat','','','2015-05-11 13:12:16','2015-05-11 13:12:16','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/women-cat1.png',0,'attachment','image/png',0),(506,1,'2015-05-11 13:29:36','2015-05-11 13:29:36','','index-banner','','inherit','open','open','','index-banner','','','2015-05-11 13:29:36','2015-05-11 13:29:36','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/index-banner1.jpg',0,'attachment','image/jpeg',0),(512,1,'2015-05-11 13:42:05','2015-05-11 13:42:05','','index-banner3','','inherit','open','open','','index-banner3','','','2015-05-11 13:42:05','2015-05-11 13:42:05','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/index-banner31.jpg',0,'attachment','image/jpeg',0),(555,1,'2015-05-13 06:30:20','2015-05-13 06:30:20','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1439361402377{margin-top: -10px !important;}\"][vc_column width=\"1/3\"][mango_category title=\"FOR HIM\" sub_title=\"PRODUCT CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\" button_text=\"Shop Now\" img_active=\"7902\"][/vc_column][vc_column width=\"1/3\"][mango_category title=\"HANDMADE\" sub_title=\"BEST QUALITY PRODUCTS\" description=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\" button_text=\"Shop Now\" img_active=\"7903\"][/vc_column][vc_column width=\"1/3\"][mango_category title=\"FOR HER\" sub_title=\"PRODUCT CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore\" button_text=\"Shop Now\" img_active=\"7904\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1439362350083{margin-top: 85px !important;}\"][vc_column][vc_column_text]\n<h2 class=\"big-title\" style=\"text-align: center;\">New Arrivals</h2>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisc elit. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman,Sandles and Shoes\" per_column_desktop=\"5\" per_column_tab=\"3\" per_column_desktops=\"1\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1438702103358{margin-bottom: 30px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1439374307249{margin-top: 100px !important;}\"][vc_column][vc_column_text]\n<h2 class=\"big-title\" style=\"text-align: center;\">Latest from the blog</h2>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisc elit. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1436164845230{margin-bottom: -50px !important;}\"][vc_column][latest_posts no_of_posts=\"7\" post_per_column=\"5\" post_cats=\"18\" use_thumbnail=\"1\" full_width_post_block=\"1\"][/vc_column][/vc_row]','Home Version 1','','publish','open','open','','home-version-1','','','2015-05-13 06:30:20','2015-05-13 06:30:20','',0,'http://smartwavethemes.net/mango/demo1/?page_id=555',95,'page','',0),(557,1,'2015-05-13 06:32:02','2015-05-13 06:32:02','[vc_row][vc_column][rev_slider_vc alias=\"Home_version2\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_banner font=\"classic\" img_active=\"150\" title=\"FOR HER\" sub_title=\"UNDERWEAR\" button_text=\"view categories\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/2\"][mango_banner font=\"classic\" img_active=\"154\" title=\"FOR HIM\" sub_title=\"UNDERWEAR\" button_text=\"view categories\" button_link=\"http://www.google.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"24e30c13-6c50-4\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"1561eb34-4e39-4\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435988164606-2-7\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_shipping color=\"dark\" heading=\"FREE UK SHIPPING\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod. Lorem ipsum dolor sit amet.\"][/vc_column][vc_column width=\"1/2\"][mango_shipping color=\"custom last\" heading=\"FREE UK SHIPPING\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod. Lorem ipsum dolor sit amets.\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1436104211707{margin-bottom: -50px !important;}\"][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Sale Products\" tab_id=\"f39eec02-37e1-8\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"3\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row]','Home Version 2','','publish','open','open','','home-version-2','','','2015-05-13 06:32:02','2015-05-13 06:32:02','',0,'http://smartwavethemes.net/mango/demo1/?page_id=557',106,'page','',0),(564,1,'2015-05-13 06:48:46','2015-05-13 06:48:46','[vc_row][vc_column width=\"2/3\"][rev_slider_vc alias=\"home_version3\"][/vc_column][vc_column width=\"1/3\"][mango_category_side img_active=\"202\" title1=\"IPHONE 5S \" title2=\"64GB GOLD\" price=\"$299.99\" button_text=\"Shop Now\" button_link=\"http://www.google.com\"][vc_row_inner][vc_column_inner css=\".vc_custom_1437634276840{margin-top: 26px !important;}\"][mango_category_side img_active=\"628\" title1=\"PLAYSTATION4\" title2=\"+ FIFA15\" price=\"$499.99\" button_text=\"Shop Now\" button_link=\"http://www.google.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][mango_category_fix img_active=\"632\" title=\"Games\" sub_title=\"Category \" description=\"Lorem ipsum dolor amet, consectetur elit.\"][/vc_column][vc_column width=\"1/3\"][mango_category_fix img_active=\"199\" title=\"Phones\" sub_title=\"Category \" description=\"Lorem ipsum dolor amet, consectetur elit.\"][/vc_column][vc_column width=\"1/3\"][mango_category_fix img_active=\"633\" title=\"Console\" sub_title=\"Category \" description=\"Lorem ipsum dolor amet, consectetur elit.\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"f571785d-697c-3\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" textalign=\"text-left\" selecttype=\"featured\" per_column_tab=\"3\" per_column_desktops=\"1\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"85d768e1-bb80-7\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" selecttype=\"selling\" per_column_tab=\"3\" per_column_desktops=\"1\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435401832450-2-4\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" per_column_tab=\"3\" per_column_desktops=\"1\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][mango_feature_product number_cat=\"3\" product_select=\"Featured\" categories=\"Man & Woman\" heading=\"Featured Products\"][/vc_column][vc_column width=\"1/3\"][mango_feature_product number_cat=\"3\" product_select=\"Featured\" categories=\"Man & Woman\" heading=\"Featured Products\"][/vc_column][vc_column width=\"1/3\"][mango_feature_product number_cat=\"3\" product_select=\"Featured\" categories=\"Man & Woman\" heading=\"Featured Products\"][/vc_column][/vc_row]','Home Version 3','','publish','open','open','','home-version-3','','','2015-05-13 06:48:46','2015-05-13 06:48:46','',0,'http://smartwavethemes.net/mango/demo1/?page_id=564',108,'page','',0),(566,1,'2015-05-13 06:49:23','2015-05-13 06:49:23','[vc_row][vc_column][rev_slider_vc alias=\"Home_version4\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"4cb6f227-cbdc-0\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Electronic,Man & Woman\" per_column_desktop=\"4\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"4e775aaf-e6c8-10\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Electronic,Man & Woman\" per_column_desktop=\"4\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435406053041-2-8\"][mango_woo_product product_style=\"style2\" show_product=\"4\" product_cats=\"Electronic,Man & Woman\" per_column_desktop=\"4\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Promoted Categories\" tab_id=\"e84cac48-f6d8-3\"][vc_row_inner][vc_column_inner width=\"1/4\"][mango_promated_categories number_cat=\"4\" category_select=\"product_cat\" img_active=\"645\" heading=\"AUTOMOBILE PARTS\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mango_promated_categories number_cat=\"4\" category_select=\"product_cat\" img_active=\"263\" heading=\"SPORTS & RECREATION\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mango_promated_categories number_cat=\"4\" category_select=\"product_cat\" img_active=\"2925\" heading=\"ANIMALS ACCESSORIES\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mango_promated_categories number_cat=\"4\" category_select=\"product_cat\" img_active=\"644\" heading=\"HOBBY EQUIPMENT\"][/vc_column_inner][/vc_row_inner][/vc_tab][/vc_tabs][/vc_column][/vc_row]','Home Version 4','','publish','open','open','','home-version-4','','','2015-05-13 06:49:23','2015-05-13 06:49:23','',0,'http://smartwavethemes.net/mango/demo1/?page_id=566',109,'page','',0),(568,1,'2015-05-13 06:49:54','2015-05-13 06:49:54','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1438756965253{margin-right: -45px !important;margin-left: -30px !important;}\"][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/3\"][mango_banner font=\"banner-color\" img_active=\"637\" title=\"SPORT SHOES\" sub_title=\"NIKE AIRMAX SPOR\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mango_banner font=\"banner-color\" img_active=\"639\" title=\"COSMATICS & PERFUES\" sub_title=\"HEADPHONES\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mango_banner font=\"banner-color\" img_active=\"638\" title=\"WOMAN\'S CLOTHING\" sub_title=\"HEADPHONES\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column_inner][/vc_row_inner][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"f7b23ddd-471b-0\"][mango_woo_product product_style=\"style2\" show_product=\"5\" per_column_desktop=\"4\" selecttype=\"featured\" per_column_tab=\"3\" per_column_desktops=\"1\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"cee6f773-fe55-8\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435406921616-2-0\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Promoted Categories\" tab_id=\"eaef7c64-0b9a-2\"][vc_row_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"642\" heading=\"FOOTBALL ACCESSORIES\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"263\" heading=\"SPORTS & RECRATION\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"643\" heading=\"SPORTS & RECRATION\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"644\" heading=\"HOBBY EQUIPMENT\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"2924\" heading=\"AUTOMOBILE PARTS\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_promated_categories number_cat=\"6\" category_select=\"product_cat\" img_active=\"2925\" heading=\"ANIMALS ACCESSORIES\"][/vc_column_inner][/vc_row_inner][/vc_tab][/vc_tabs][/vc_column][vc_column width=\"1/4\"][mango_banner font=\"banner-color\" img_active=\"648\" title=\"BEATS BY DRE\" sub_title=\"HEADPHONES\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][mango_banner font=\"banner-color\" img_active=\"649\" title=\"SPRING IS COMING\" sub_title=\"HEADPHONES\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][mango_banner font=\"banner-color\" img_active=\"650\" title=\"TEDDY BEARS\" sub_title=\"HEADPHONES\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column][vc_column][/vc_column][/vc_row]','Home Version 5','','publish','open','open','','home-version-5','','','2015-05-13 06:49:54','2015-05-13 06:49:54','',0,'http://smartwavethemes.net/mango/demo1/?page_id=568',110,'page','',0),(572,1,'2015-05-13 06:51:02','2015-05-13 06:51:02','[vc_row][vc_column width=\"3/4\"][rev_slider_vc alias=\"Home_version8\"][/vc_column][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"PRODUCT CATEGORIES\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"dde5059c-4e14-0\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"15135e50-6c2c-6\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435561527032-2-4\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\" css=\".vc_custom_1436280879927{margin-bottom: -90px !important;}\"][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Product Sales\" tab_id=\"1436178866500-0-5\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" textalign=\"text-left\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][vc_row_inner][vc_column_inner width=\"1/2\"][mango_discount_box title_color=\"warning\" title=\"-40%\" sub_title=\"WINTER SALE\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod dolor sit bomer lorbek.\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mango_discount_box title_color=\"warning\" badge_color=\"yellow\" title=\"-50%\" sub_title=\"SPRING SALE\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod dolor sit bomer lorbek.\" badge=\"hot \"][/vc_column_inner][/vc_row_inner][latest_posts no_of_posts=\"3\" post_per_column=\"3\" post_cats=\"18\" use_thumbnail=\"\" full_width_post_block=\"\" heading=\"Latest from the bolg\" text=\"Show more posts \" link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1438701956398{margin-top: 40px !important;}\"][mango_banner img_active=\"3126\"][mango_testimonials heading=\"Latest Review\" no_of_posts=\"0\"][vc_column_text]\n<h3>Informations</h3>\n\n<hr>\n\n<a href=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/informations1.jpg\"><img class=\"img-responsive alignnone size-full wp-image-3327\" src=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/informations1.jpg\" alt=\"informations\" width=\"270\" height=\"170\"></a> Lorem ipsum dolor sit amet, consectetur adipisc eiusmod dolor sit bomer lorbek.eo.\n<a href=\"#\">Read more <i class=\"fa fa-angle-right\"></i></a>[/vc_column_text][/vc_column][/vc_row]','Home Version 8','','publish','open','open','','home-version-8','','','2015-05-13 06:51:02','2015-05-13 06:51:02','',0,'http://smartwavethemes.net/mango/demo1/?page_id=572',113,'page','',0),(574,1,'2015-05-13 06:51:34','2015-05-13 06:51:34','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436836600547{margin-top: -10px !important;margin-bottom: -41px !important;}\" video_opts=\"\" multi_color_overlay=\"\" parallax_style=\"vcpb-default\" parallax_content_sense=\"50\"][vc_column width=\"1/1\"][mangosection row_bg_image=\"237\" row_bg_size=\"cover\" row_bg_repeat=\"no-repeat\" mangoparallax=\"parallax\" mangosectionheight=\"fullheight\"][vc_custom_heading text=\"CHECK OUT THIS WEEKEND\" font_container=\"tag:h3|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_custom_heading text=\"BEST SELLING PRODUCTS\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"white\" btn_link=\"#\" btn_target=\"_blank\"]Shop Now[/mango_button][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"custom\" btn_link=\"#\" btn_target=\"_blank\"]Features[/mango_button][/mangosection][mangosection row_bg_image=\"435\" row_bg_size=\"cover\" row_bg_repeat=\"no-repeat\" mangoparallax=\"parallax\" mangosectionheight=\"fullheight\"][vc_custom_heading text=\"CHECK OUT THIS WEEKEND\" font_container=\"tag:h3|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_custom_heading text=\"BEST SELLING PRODUCTS\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"white\" btn_link=\"#\" btn_target=\"_blank\"]Shop Now[/mango_button][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"custom\" btn_link=\"#\" btn_target=\"_blank\"]Features[/mango_button][/mangosection][mangosection row_bg_image=\"437\" row_bg_size=\"cover\" row_bg_repeat=\"no-repeat\" mangoparallax=\"parallax\" mangosectionheight=\"fullheight\"][vc_custom_heading text=\"CHECK OUT THIS WEEKEND\" font_container=\"tag:h3|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_custom_heading text=\"BEST SELLING PRODUCTS\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"white\" btn_link=\"#\" btn_target=\"_blank\"]Shop Now[/mango_button][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"custom\" btn_link=\"#\" btn_target=\"_blank\"]Features[/mango_button][/mangosection][mangosection row_bg_image=\"439\" row_bg_size=\"cover\" row_bg_repeat=\"no-repeat\" mangoparallax=\"parallax\" mangosectionheight=\"fullheight\" row_bg_color=\"#ffffff\"][vc_custom_heading text=\"BEST SELLING PRODUCTS\" font_container=\"tag:h2|text_align:center\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"white\" btn_link=\"#\" btn_target=\"_blank\"]Shop Now[/mango_button][mango_button button_type=\"link\" btn_size=\"sm\" btn_min_width=\"xs\" btn_style=\"custom\" btn_link=\"#\" btn_target=\"_blank\"]Features[/mango_button][/mangosection][/vc_column][/vc_row]','Home Version 9','','publish','open','open','','home-version-9','','','2015-05-13 06:51:34','2015-05-13 06:51:34','',0,'http://smartwavethemes.net/mango/demo1/?page_id=574',114,'page','',0),(578,1,'2015-05-13 06:52:42','2015-05-13 06:52:42','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1438078171828{margin-top: -10px !important;}\"][vc_column][mango_products_list_grid products_view_type=\"v_4\" isotope_style=\"Yes\" columns=\"6\" product_categories=\"113\"][/vc_column][/vc_row]','Home Version 10','','publish','open','open','','home-version-10','','','2015-05-13 06:52:42','2015-05-13 06:52:42','',0,'http://smartwavethemes.net/mango/demo1/?page_id=578',96,'page','',0),(581,1,'2015-05-13 06:55:46','2015-05-13 06:55:46','[vc_row][vc_column width=\"1/2\" offset=\"vc_col-md-4\"][mango_categories_list number_cat=\"6\" category_select=\"product_cat\" img_active=\"287\" heading=\"HOUSE ELECTRONIC\" sub_title=\"CATEGORY\" big_title=\"ELECTRONIC FOR HOUSE\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-4\"][mango_categories_list number_cat=\"6\" category_select=\"product_cat\" img_active=\"290\" heading=\"EDUCATION TOYS\" sub_title=\"CATEGORY\" big_title=\"TOYS FOR CHILDREN\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-md-4\"][mango_categories_list number_cat=\"6\" category_select=\"product_cat\" img_active=\"293\" heading=\"CAMERA & PHOTO\" sub_title=\"CATEGORY\" big_title=\"CAMERA PHOTO\" button_text=\"VIEW PRODUCTS\" button_link=\"http://www.google.com\"][/vc_column][/vc_row][vc_row][vc_column][mango_categoreies_product categories=\"Man & Woman\" link_text=\"View Categories\" heading=\"Category\"][/vc_column][/vc_row][vc_row][vc_column][mango_categoreies_product categories=\"Man & Woman\" link_text=\"View Products\" heading=\"Category\"][/vc_column][/vc_row][vc_row][vc_column][mango_categoreies_product categories=\"Man & Woman\" link_text=\"View Products\" heading=\"Category\"][/vc_column][/vc_row][vc_row][vc_column][mango_clients heading=\"Promoted Producents\" no_of_posts=\"32\" style_select=\"style1\"][/vc_column][/vc_row]','Home Version 6','','publish','open','open','','home-version-6','','','2015-05-13 06:55:46','2015-05-13 06:55:46','',0,'http://smartwavethemes.net/mango/demo1/?page_id=581',111,'page','',0),(583,1,'2015-05-13 06:56:20','2015-05-13 06:56:20','[vc_row][vc_column width=\"1/2\"][rev_slider_vc alias=\"Home_version7\" el_class=\"border-slider\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][mango_banner_long img_active=\"205\" title=\"NUTTS FROM\" price=\"$19.99\" description=\"Lorem ipsum dolor sit amet,elit, sed do eiusmod.\" button_text=\"Shop Now\" button_link=\"http://www.ggogle.com\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mango_banner_long img_active=\"747\" title=\"NUTTS FROM\" price=\"$19.99\" description=\"Lorem ipsum dolor sit amet,elit, sed do eiusmod.\" button_text=\"Shop Now\" button_link=\"http://www.ggogle.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1436093976256{margin-right: 10px !important;margin-left: 10px !important;}\"][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"40de9b71-c266-6\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"82efd895-f20b-2\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435818409980-2-4\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][mango_vertical_categories category_select=\"product_cat\" number_cat=\"5\" badge_color=\"red\" img_active=\"713\" heading=\"VEGETABLES CATEGORY\" badge=\"Hot\"][/vc_column][vc_column width=\"1/4\"][mango_vertical_categories category_select=\"product_cat\" number_cat=\"5\" img_active=\"715\" heading=\"SMALL AGD CATEGORY\"][/vc_column][vc_column width=\"1/4\"][mango_vertical_categories category_select=\"product_cat\" number_cat=\"5\" badge_color=\"yellow\" img_active=\"716\" heading=\"VEGETABLES CATEGORY\" badge=\"SALE\"][/vc_column][vc_column width=\"1/4\"][mango_vertical_categories category_select=\"product_cat\" number_cat=\"5\" badge_color=\"red\" img_active=\"717\" heading=\"PHONES CATEGORY\" badge=\"Hot\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][mango_blog heading=\"From the blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\" button_text=\"Read More\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h3 class=\"title-border-bottom\">Company Services</h3>\n<ol class=\"blt-circle\">\n <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\n <li>Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\n <li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\n</ol>\n<!-- End .company-info -->[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\"Latest Reviews\"][/vc_column][/vc_row]','Home Version 7','','publish','open','open','','home-version-7','','','2015-05-13 06:56:20','2015-05-13 06:56:20','',0,'http://smartwavethemes.net/mango/demo1/?page_id=583',112,'page','',0),(587,1,'2015-05-13 06:58:15','2015-05-13 06:58:15','','Portfolio','','publish','open','open','','portfolio','','','2015-05-13 06:58:15','2015-05-13 06:58:15','',0,'http://smartwavethemes.net/mango1/?page_id=587',126,'page','',0),(591,1,'2015-05-13 06:59:22','2015-05-13 06:59:22','','Elements','','publish','open','open','','element','','','2015-05-13 06:59:22','2015-05-13 06:59:22','',0,'http://smartwavethemes.net/mango1/?page_id=591',41,'page','',0),(626,1,'2015-05-13 10:17:48','2015-05-13 10:17:48','','side-discount','','inherit','open','open','','side-discount','','','2015-05-13 10:17:48','2015-05-13 10:17:48','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/side-discount1.png',0,'attachment','image/png',0),(628,1,'2015-05-13 10:35:49','2015-05-13 10:35:49','','banner2 (2)','','inherit','open','open','','banner2-2-3','','','2015-05-13 10:35:49','2015-05-13 10:35:49','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner2-21.png',0,'attachment','image/png',0),(630,1,'2015-05-13 10:43:28','2015-05-13 10:43:28','','slide2-1','','inherit','open','open','','slide2-1','','','2015-05-13 10:43:28','2015-05-13 10:43:28','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/slide2-13.png',0,'attachment','image/png',0),(632,1,'2015-05-13 11:01:47','2015-05-13 11:01:47','','banner5','','inherit','open','open','','banner5-2','','','2015-05-13 11:01:47','2015-05-13 11:01:47','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner51.png',0,'attachment','image/png',0),(633,1,'2015-05-13 11:03:23','2015-05-13 11:03:23','','banner3 (1)','','inherit','open','open','','banner3-1-2','','','2015-05-13 11:03:23','2015-05-13 11:03:23','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner3-11.png',0,'attachment','image/png',0),(637,1,'2015-05-13 11:12:37','2015-05-13 11:12:37','','banner1 (1)','','inherit','open','open','','banner1-1-3','','','2015-05-13 11:12:37','2015-05-13 11:12:37','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner1-11.jpg',0,'attachment','image/jpeg',0),(638,1,'2015-05-13 11:13:41','2015-05-13 11:13:41','','banner2','','inherit','open','open','','banner2-3','','','2015-05-13 11:13:41','2015-05-13 11:13:41','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner21.jpg',0,'attachment','image/jpeg',0),(639,1,'2015-05-13 11:14:19','2015-05-13 11:14:19','','banner3','','inherit','open','open','','banner3-3','','','2015-05-13 11:14:19','2015-05-13 11:14:19','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner31.jpg',0,'attachment','image/jpeg',0),(642,1,'2015-05-13 11:18:57','2015-05-13 11:18:57','','banner7','','inherit','open','open','','banner7','','','2015-05-13 11:18:57','2015-05-13 11:18:57','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner71.jpg',0,'attachment','image/jpeg',0),(643,1,'2015-05-13 11:21:04','2015-05-13 11:21:04','','banner9','','inherit','open','open','','banner9','','','2015-05-13 11:21:04','2015-05-13 11:21:04','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner91.jpg',0,'attachment','image/jpeg',0),(644,1,'2015-05-13 11:22:48','2015-05-13 11:22:48','','banner10','','inherit','open','open','','banner10','','','2015-05-13 11:22:48','2015-05-13 11:22:48','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner101.jpg',0,'attachment','image/jpeg',0),(645,1,'2015-05-13 11:23:29','2015-05-13 11:23:29','','banner1 (2)','','inherit','open','open','','banner1-2-4','','','2015-05-13 11:23:29','2015-05-13 11:23:29','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner1-21.jpg',0,'attachment','image/jpeg',0),(648,1,'2015-05-13 11:40:50','2015-05-13 11:40:50','','banner4 (1)','','inherit','open','open','','banner4-1','','','2015-05-13 11:40:50','2015-05-13 11:40:50','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner4-11.jpg',0,'attachment','image/jpeg',0),(649,1,'2015-05-13 11:42:28','2015-05-13 11:42:28','','banner5 (1)','','inherit','open','open','','banner5-1','','','2015-05-13 11:42:28','2015-05-13 11:42:28','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner5-11.jpg',0,'attachment','image/jpeg',0),(650,1,'2015-05-13 11:43:45','2015-05-13 11:43:45','','banner6 (1)','','inherit','open','open','','banner6-1','','','2015-05-13 11:43:45','2015-05-13 11:43:45','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner6-11.jpg',0,'attachment','image/jpeg',0),(668,1,'2015-05-13 13:30:40','2015-05-13 13:30:40','','slide3-1 (1)','','inherit','open','open','','slide3-1-1','','','2015-05-13 13:30:40','2015-05-13 13:30:40','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/slide3-1-11.png',0,'attachment','image/png',0),(681,1,'2015-05-14 06:30:58','2015-05-14 06:30:58','','c10','','inherit','open','open','','c10','','','2015-05-14 06:30:58','2015-05-14 06:30:58','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/c101.jpg',0,'attachment','image/jpeg',0),(683,1,'2015-05-14 06:31:52','2015-05-14 06:31:52','','c7','','inherit','open','open','','c7','','','2015-05-14 06:31:52','2015-05-14 06:31:52','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/c71.jpg',0,'attachment','image/jpeg',0),(685,1,'2015-05-14 06:32:54','2015-05-14 06:32:54','','c11','','inherit','open','open','','c11','','','2015-05-14 06:32:54','2015-05-14 06:32:54','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/c111.jpg',0,'attachment','image/jpeg',0),(713,1,'2015-05-14 07:56:54','2015-05-14 07:56:54','','banner1 (5)','','inherit','open','open','','banner1-5','','','2015-05-14 07:56:54','2015-05-14 07:56:54','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner1-51.jpg',0,'attachment','image/jpeg',0),(715,1,'2015-05-14 07:59:35','2015-05-14 07:59:35','','banner2 (3)','','inherit','open','open','','banner2-3-2','','','2015-05-14 07:59:35','2015-05-14 07:59:35','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner2-31.jpg',0,'attachment','image/jpeg',0),(716,1,'2015-05-14 08:00:48','2015-05-14 08:00:48','','banner3 (3)','','inherit','open','open','','banner3-3-2','','','2015-05-14 08:00:48','2015-05-14 08:00:48','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner3-31.jpg',0,'attachment','image/jpeg',0),(717,1,'2015-05-14 08:02:13','2015-05-14 08:02:13','','banner4 (2)','','inherit','open','open','','banner4-2-2','','','2015-05-14 08:02:13','2015-05-14 08:02:13','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner4-21.jpg',0,'attachment','image/jpeg',0),(747,1,'2015-05-14 10:53:11','2015-05-14 10:53:11','','banner6','','inherit','open','open','','banner6-2','','','2015-05-14 10:53:11','2015-05-14 10:53:11','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner61.jpg',0,'attachment','image/jpeg',0),(767,1,'2015-05-15 11:04:47','2015-05-15 11:04:47','','logo-index6','','inherit','open','open','','logo-index6','','','2015-05-15 11:04:47','2015-05-15 11:04:47','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/logo-index61.png',0,'attachment','image/png',0),(783,1,'2015-05-16 05:18:38','2015-05-16 05:18:38','[vc_row][vc_column][mango_products_list_grid products_view_type=\"v_4\" isotope_style=\"Yes\" columns=\"4\" items_per_page=\"16\" product_categories=\"113\"][/vc_column][/vc_row]','Home Version 11','','publish','open','open','','home-version-11','','','2015-05-16 05:18:38','2015-05-16 05:18:38','',0,'http://smartwavethemes.net/mango/demo1/?page_id=783',97,'page','',0),(787,1,'2015-05-16 05:45:47','2015-05-16 05:45:47','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Categorías de Producto\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"New\" tab_id=\"1455405005532-747c0c12-5eff\"][mango_woo_product product_style=\"style2\" show_product=\"10\" per_column_desktop=\"3\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1455405005836-0e058454-e0c1\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"Desde el blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3 id=\"tw-target-text\" class=\"tw-data-text vk_txt tw-ta tw-text-medium\" dir=\"ltr\" data-placeholder=\"Translation\"><strong><span lang=\"es\">Cmpresa Servicios</span></strong></h3>\r\n<ol class=\"blt-circle-grey\">\r\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\r\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\r\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\" Opiniones\"][/vc_column][/vc_row]','Hogar','','publish','open','open','','home-version-12','','','2016-02-13 23:41:44','2016-02-13 23:41:44','',0,'http://smartwavethemes.net/mango/demo1/?page_id=787',46,'page','',0),(804,1,'2015-05-16 06:49:02','2015-05-16 06:49:02','[vc_row][vc_column width=\"1/1\"][mango_woo_product_carousel show_product=\"-1\" per_column_desktop=\"4\" per_column_tab=\"4\" per_column_smart_phone=\"4\" show_nav=\"1\" carousel_autoplay=\"1\" show_cat=\"yes\" show_rating=\"yes\" show_price=\"yes\" product_cats=\"Man & Woman\" selecttype=\"default\"][/vc_column][/vc_row]','Home Version 14','','publish','open','open','','home-version-14','','','2015-05-16 06:49:02','2015-05-16 06:49:02','',0,'http://smartwavethemes.net/mango/demo1/?page_id=804',100,'page','',0),(805,1,'2015-05-16 06:48:10','2015-05-16 06:48:10','','logo-index6-dark','','inherit','open','open','','logo-index6-dark-2','','','2015-05-16 06:48:10','2015-05-16 06:48:10','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/logo-index6-dark11.png',0,'attachment','image/png',0),(809,1,'2015-05-16 07:07:50','2015-05-16 07:07:50','[vc_row][vc_column width=\"1/2\"][mango_banner font=\"mini\" img_active=\"811\" title=\"FOR HIM\" sub_title=\"NEW COLLECTION\" button_text=\"Read more\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/2\"][mango_banner font=\"mini\" img_active=\"812\" title=\"FOR HER\" sub_title=\"NEW COLLECTION\" button_text=\"Read more\" button_link=\"http://www.google.com\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1438084350676{margin-bottom: -50px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/1\"][vc_tabs tabposition=\"Top\" tabstyle=\"Animated Center Tabs\"][vc_tab title=\"FEATURED PRODUCTS\" tab_id=\"5fc0e7be-a1fb-5\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman,Jackets and coats\" post_per_column_style1=\"2\" per_column_desktop=\"5\" per_column_tab=\"3\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"featured\" show_price=\"yes\"][/vc_tab][vc_tab title=\"POPULAR PRODUCTS\" tab_id=\"881ebbde-92d6-8\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman,Jackets and coats\" post_per_column_style1=\"2\" per_column_desktop=\"5\" per_column_tab=\"3\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"selling\" show_price=\"yes\"][/vc_tab][vc_tab title=\"NEW ARRIVALS\" tab_id=\"1435572667722-2-8\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman,Jackets and coats\" post_per_column_style1=\"2\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"default\" show_price=\"yes\"][/vc_tab][/vc_tabs][/vc_column][/vc_row]','Home Version 15','','publish','open','open','','home-version-15','','','2015-05-16 07:07:50','2015-05-16 07:07:50','',0,'http://smartwavethemes.net/mango/demo1/?page_id=809',101,'page','',0),(811,1,'2015-05-16 07:03:58','2015-05-16 07:03:58','','banner1 (3)','','inherit','open','open','','banner1-3-2','','','2015-05-16 07:03:58','2015-05-16 07:03:58','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner1-31.jpg',0,'attachment','image/jpeg',0),(812,1,'2015-05-16 07:06:26','2015-05-16 07:06:26','','banner2 (4)','','inherit','open','open','','banner2-4','','','2015-05-16 07:06:26','2015-05-16 07:06:26','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner2-41.jpg',0,'attachment','image/jpeg',0),(814,1,'2015-05-16 07:23:47','2015-05-16 07:23:47','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"PRODUCT CATEGORIES\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"Home_version16\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"685c2d4b-14f0-7\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"featured\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"46e825cb-d2bc-10\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1436011363458-2-3\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_discount_box title_color=\"warning\" badge_color=\"blue\" title=\"-40%\" sub_title=\"WINTER SALE\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"hot\"][/vc_column][vc_column width=\"1/2\"][mango_discount_box title_color=\"warning\" badge_color=\"blue\" title=\"-50%\" sub_title=\"WINTER SALE\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"hot\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Product Clearance\" tab_id=\"22987252-94c0-5\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][mango_blog heading=\"Company Informations\" img_active=\"817\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\" button_text=\"Read More\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\"Latest Reviews\"][/vc_column][/vc_row]','Home Version 16','','publish','open','open','','home-version-16','','','2015-05-16 07:23:47','2015-05-16 07:23:47','',0,'http://smartwavethemes.net/mango/demo1/?page_id=814',102,'page','',0),(816,1,'2015-05-16 07:15:25','2015-05-16 07:15:25','','bg1 (1)','','inherit','open','open','','bg1-1','','','2015-05-16 07:15:25','2015-05-16 07:15:25','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg1-11.jpg',0,'attachment','image/jpeg',0),(817,1,'2015-05-16 07:22:55','2015-05-16 07:22:55','','index16-company','','inherit','open','open','','index16-company','','','2015-05-16 07:22:55','2015-05-16 07:22:55','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/index16-company1.jpg',0,'attachment','image/jpeg',0),(867,1,'2015-05-16 11:38:45','2015-05-16 11:38:45','','cloud','','inherit','open','open','','cloud','','','2015-05-16 11:38:45','2015-05-16 11:38:45','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/cloud1.png',0,'attachment','image/png',0),(868,1,'2015-05-16 11:38:52','2015-05-16 11:38:52','','cloud2','','inherit','open','open','','cloud2','','','2015-05-16 11:38:52','2015-05-16 11:38:52','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/cloud21.png',0,'attachment','image/png',0),(911,1,'2015-05-27 05:34:48','2015-05-27 05:34:48','[vc_row][vc_column][rev_slider_vc alias=\"Index17\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_banner_vine title=\"New wines\" sub_title=\"New special offer\" description=\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor.\" link=\"http://www.google.com\" img_active=\"915\"][/vc_column][vc_column width=\"1/2\"][mango_banner_vine title=\"Free Tasting\" sub_title=\"New special offer\" description=\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor.\" link=\"http://www.google.com\" img_active=\"491\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"3574cb19-2972-2\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"3374fae7-0769-1\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435580057436-2-4\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"4\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column][mango_newsletter select_form=\"newletter\" heading=\"JOIN OUR NEWSLETTER\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod. Lorem ipsum dolor sit amet.\" icon=\"fa fa-plus\"][/vc_column][/vc_row][vc_row][vc_column][latest_posts no_of_posts=\"7\" post_per_column=\"3\" post_cats=\"18\" select_posts=\"home-latestposts-carousel-sm\" use_thumbnail=\"1\" full_width_post_block=\"1\" text=\"Show more posts \" link=\"http://www.google.com\" heading=\"Latest from the blogs\"][/vc_column][/vc_row]','Home Version 17','','publish','open','open','','home-version-17','','','2015-05-27 05:34:48','2015-05-27 05:34:48','',0,'http://smartwavethemes.net/mango/demo1/?page_id=911',103,'page','',0),(915,1,'2015-05-27 05:50:25','2015-05-27 05:50:25','','banner1 (6)','','inherit','open','open','','banner1-6','','','2015-05-27 05:50:25','2015-05-27 05:50:25','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner1-61.jpg',0,'attachment','image/jpeg',0),(922,1,'2015-05-27 06:00:42','2015-05-27 06:00:42','','post3 (2)','','inherit','open','open','','post3-2','','','2015-05-27 06:00:42','2015-05-27 06:00:42','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post3-21.jpg',0,'attachment','image/jpeg',0),(935,1,'2015-05-27 06:30:04','2015-05-27 06:30:04','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433142099364{margin-top: -40px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/2\" css=\".vc_custom_1436095843577{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_text]\n<h2 class=\"big-title\" style=\"text-align: center\"> </h2>\n<h2 class=\"big-title\" style=\"text-align: center\">New Arrivals</h2>\n<p style=\"text-align: center\">Lorem ipsum dolor sit amet, consectetur adipisc elit. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</p>\n[/vc_column_text][vc_row_inner css=\".vc_custom_1436096490490{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;}\"][vc_column_inner width=\"1/1\" css=\".vc_custom_1438697037422{padding-right: 40px !important;padding-left: 40px !important;}\"][mango_woo_product product_style=\"style2\" show_product=\"3\" product_cats=\"Man & Woman\" post_per_column_style1=\"1\" per_column_desktop=\"3\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"default\" show_price=\"yes\"][vc_column_text]\n<p style=\"text-align: center\"><span style=\"color: #000000\"><strong><span style=\"font-size: 15px\"><a style=\"color: #000000\" title=\"View more products\" href=\"www.google.com\" target=\"_blank\">View more products</a></span></strong></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"938\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"none\" img_delay=\"none\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436094402807{margin-top: -40px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"944\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"none\" img_delay=\"none\" img_size=\"small\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1436090114826{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_text]\n<h2 class=\"big-title hidden-md hidden-sm hidden-xs\" style=\"text-align: center\"> </h2>\n<h2 class=\"big-title\" style=\"text-align: center\">Featured Products</h2>\n<p style=\"text-align: center\">Lorem ipsum dolor sit amet, consectetur adipisc elit. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</p>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\" css=\".vc_custom_1436096055793{padding-left: 40px !important;}\"][mango_woo_product product_style=\"style2\" show_product=\"3\" product_cats=\"Man & Woman\" post_per_column_style1=\"1\" per_column_desktop=\"3\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"default\" show_price=\"yes\"][vc_column_text]\n<p style=\"text-align: center\"><span style=\"color: #000000\"><strong><span style=\"font-size: 15px\"><a style=\"color: #000000\" title=\"View more products\" href=\"www.google.com\" target=\"_blank\">View more products</a></span></strong></span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436093348672{margin-top: -40px !important;margin-bottom: -40px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/2\" css=\".vc_custom_1436090189491{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_text]\n<h2 class=\"big-title small\" style=\"text-align: center\"> </h2>\n<h2 class=\"big-title small\" style=\"text-align: center\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</h2>\n<p style=\"text-align: center\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][mango_single_categories category_select=\"product_cat\" number_cat=\"7\" heading=\"MAN,S CATEGORY\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mango_single_categories category_select=\"product_cat\" number_cat=\"7\" heading=\"WOMAN\'S CATEGORY\"][/vc_column_inner][/vc_row_inner][vc_column_text]\n<p style=\"text-align: center\"><span style=\"color: #000000\"><a style=\"color: #000000\" title=\"view categories\" href=\"#\" target=\"_blank\"><strong>View Categories</strong></a></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"950\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"none\" img_delay=\"none\" img_size=\"full\" css=\".vc_custom_1436255188722{margin-bottom: 0px !important;}\"][/vc_column][/vc_row]','Home Version 18','','publish','open','open','','home-version-18','','','2015-05-27 06:30:04','2015-05-27 06:30:04','',0,'http://smartwavethemes.net/mango/demo1/?page_id=935',104,'page','',0),(938,1,'2015-05-27 07:05:18','2015-05-27 07:05:18','','bg1 (2)','','inherit','open','open','','bg1-2','','','2015-05-27 07:05:18','2015-05-27 07:05:18','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg1-21.jpg',0,'attachment','image/jpeg',0),(944,1,'2015-05-27 07:58:56','2015-05-27 07:58:56','','bg2 (1)','','inherit','open','open','','bg2-1','','','2015-05-27 07:58:56','2015-05-27 07:58:56','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg2-11.jpg',0,'attachment','image/jpeg',0),(950,1,'2015-05-27 08:20:14','2015-05-27 08:20:14','','bg3 (1)','','inherit','open','open','','bg3-1','','','2015-05-27 08:20:14','2015-05-27 08:20:14','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg3-11.jpg',0,'attachment','image/jpeg',0),(952,1,'2015-05-27 08:37:10','2015-05-27 08:37:10','[vc_row][vc_column width=\"1/3\"][mango_vertical_banner img_active=\"506\" title=\"JACKETS\" sub_title=\"CHECK OUT THIS WEEKEND\" button_text=\"Shop Now\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/3\"][mango_vertical_banner img_active=\"3176\" title=\"JACKETS\" sub_title=\"CHECK OUT THIS WEEKEND\" button_text=\"Shop Now\" button_link=\"http://www.google.com\"][/vc_column][vc_column width=\"1/3\"][mango_vertical_banner img_active=\"512\" title=\"JACKETS\" sub_title=\"CHECK OUT THIS WEEKEND\" button_text=\"Shop Now\" button_link=\"http://www.google.com\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"415b3246-d00f-6\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"94d837ef-8ba5-1\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435582929497-2-10\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-6 vc_col-xs-12\"][mango_category_box category_select=\"product_cat\" number_cat=\"6\" badge_color=\"red\" img_active=\"498\" heading=\"MAN CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"Hot\"][/vc_column][vc_column offset=\"vc_col-md-6 vc_col-xs-12\"][mango_category_box category_select=\"product_cat\" number_cat=\"6\" badge_color=\"red\" img_active=\"503\" heading=\"WOMAN CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"Hot\"][/vc_column][/vc_row][vc_row][vc_column][mango_client_carosil][/vc_column][/vc_row]','Home Version 19','','publish','open','open','','home-version-19','','','2015-05-27 08:37:10','2015-05-27 08:37:10','',0,'http://smartwavethemes.net/mango/demo1/?page_id=952',105,'page','',0),(958,1,'2015-05-27 09:56:14','2015-05-27 09:56:14','[vc_row][vc_column][vc_tabs tabstyle=\"Animated Center Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"b8ff444e-e069-2\"][mango_woo_product product_style=\"style2\" show_product=\"8\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"featured\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"10b05147-5b19-0\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" selecttype=\"selling\" per_column_tab=\"3\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435584513291-2-5\"][mango_woo_product product_style=\"style2\" show_product=\"5\" product_cats=\"Man & Woman\" per_column_desktop=\"5\" per_column_tab=\"3\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][mango_store select_form=\"newletter\" heading=\"WELCOME TO MANGO STORE\" description=\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.\" img_active=\"1622\"][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-lg-6\"][mango_category_box category_select=\"product_cat\" number_cat=\"6\" badge_color=\"red\" heading=\"WOMAN CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"Hot\" img_active=\"503\"][/vc_column][vc_column offset=\"vc_col-lg-6\"][mango_category_box category_select=\"product_cat\" number_cat=\"6\" badge_color=\"red\" heading=\"MAN CATEGORY\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc elit, sed do eiusmod tempor incididunt ut labore consectetur adipisc.\" badge=\"Hot\" img_active=\"498\"][/vc_column][/vc_row][vc_row][vc_column][latest_posts no_of_posts=\"7\" post_per_column=\"4\" post_cats=\"7,16,18\" select_posts=\"home-latestposts-carousel-sm\" use_thumbnail=\"1\" full_width_post_block=\"1\" heading=\"Latest from the blog\" text=\"Show more Posts\"][/vc_column][/vc_row][vc_row][vc_column][mango_client_carosil][/vc_column][/vc_row]','Home Version 20','','publish','open','open','','home-version-20','','','2015-05-27 09:56:14','2015-05-27 09:56:14','',0,'http://smartwavethemes.net/mango/demo1/?page_id=958',107,'page','',0),(1047,1,'2015-06-02 06:58:21','2015-06-02 06:58:21','','post1 (3)','','inherit','open','open','','post1-3','','','2015-06-02 06:58:21','2015-06-02 06:58:21','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/post1-31.jpg',0,'attachment','image/jpeg',0),(1051,1,'2015-06-02 07:58:25','2015-06-02 07:58:25','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"regular-title\">Drop Us a line</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][contact-form-7 id=\"1059\" title=\"Contact Version 1\"][/vc_column_text][/vc_column][/vc_row]','Contact Us','','publish','open','open','','contact-us','','','2015-06-02 07:58:25','2015-06-02 07:58:25','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1051',34,'page','',0),(1053,1,'2015-06-02 08:09:21','2015-06-02 08:09:21','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"regular-title\">Drop Us a line</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][contact-form-7 id=\"1065\" title=\"Contact Version 2\"][/vc_column_text][/vc_column][/vc_row]','Contact Us 2','','publish','open','open','','contact-us-2','','','2015-06-02 08:09:21','2015-06-02 08:09:21','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1053',35,'page','',0),(1055,1,'2015-06-02 08:15:43','2015-06-02 08:15:43','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"regular-title\">Drop Us a line</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][contact-form-7 id=\"1069\" title=\"Contact Version 3\"][/vc_column_text][/vc_column][/vc_row]','Contact Us 3','','publish','open','open','','contact-us-3','','','2015-06-02 08:15:43','2015-06-02 08:15:43','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1055',36,'page','',0),(1057,1,'2015-06-02 08:17:59','2015-06-02 08:17:59','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"regular-title\">Drop Us a line</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][contact-form-7 id=\"1071\" title=\"Contact Version 4\"].[/vc_column_text][/vc_column][/vc_row]','Contact Us 4','','publish','open','open','','contact-us-4','','','2015-06-02 08:17:59','2015-06-02 08:17:59','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1057',37,'page','',0),(1084,1,'2015-06-02 10:49:39','2015-06-02 10:49:39','','Portfolio Default Grid 3 Columns','','publish','open','open','','portfolio-grid','','','2015-06-02 10:49:39','2015-06-02 10:49:39','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1084',144,'page','',0),(1099,1,'2015-06-03 07:12:10','2015-06-03 07:12:10','[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Classic Tabs\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs interval=\"0\" tabposition=\"Top\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"cdec1a31-dfb5-7\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores![/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"bf298678-cc27-5\"][vc_column_text]Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430291108726-2-9\"][vc_column_text]Officia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430291143787-3-6\"][vc_column_text]\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Classic Tabs <small>(Nav Tab bottom)<small>\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs interval=\"0\" tabposition=\"Bottom\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"1430291255342-0-4\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</small></small>\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores![/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"1430291255700-0-1\"][vc_column_text]Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430291256061-0-5\"][vc_column_text]Officia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430291256429-0-0\"][vc_column_text]\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Classic Tabs <small>(Left Nav)</small>\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs tabposition=\"Left\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"369c3d23-e610-3\"][vc_column_text]\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"1919cd12-10a3-10\"][vc_column_text]\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430304197519-2-1\"][vc_column_text]\n\nOfficia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430304198989-3-10\"][vc_column_text]\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Classic Tabs <small>(Right Nav)</small>\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs tabposition=\"Right\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"e3f25b7d-bc6c-6\"][vc_column_text]\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"82f557a4-a47f-5\"][vc_column_text]\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430304244143-2-10\"][vc_column_text]\n\nOfficia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430304245171-3-5\"][vc_column_text]\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_custom_heading text=\"Classic Tabs<small> (Justified Tabs)</small>\" font_container=\"tag:h2|text_align:left|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs tabposition=\"Top\" tabstyle=\"Simple Justified Tabs\"][vc_tab title=\"Description\" tab_id=\"1430307315624-0-9\"][vc_column_text]\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"1430307316183-0-5\"][vc_column_text]\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430307316767-0-8\"][vc_column_text]\n\nOfficia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430307364646-3-8\"][vc_column_text]\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h5>You need to include <code>jquery lavalamp plugin</code> to use this animation.</h5>\n[/vc_column_text][vc_tabs tabposition=\"Top\" tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"559df5d9-10cb-10\"][vc_column_text]\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\n[/vc_column_text][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"0978f904-1a52-10\"][vc_column_text]\n\nDistinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.\n\n[/vc_column_text][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1430307961001-2-6\"][vc_column_text]\n\nOfficia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.\n\nCupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.\n\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h5>You need to include <code>jquery lavalamp plugin</code> to use this animation.</h5>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Content Animations<small> (Examples)</small>\" font_container=\"tag:h2|text_align:left|color:%23000000|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs tabposition=\"Top\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"a65e61fa-a331-6\"][vc_column_text]\n<p class=\"animated slideInDown\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n<p class=\"animated slideInUp\">Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"cd0dd0cc-b811-10\"][vc_column_text]\n<p class=\"animated bounce\">Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!</p>\n<p class=\"animated flash\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430309425681-2-0\"][vc_column_text]\n<p class=\"animated fadeInDown\">Officia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.</p>\n<p class=\"animated fadeInUp\">Cupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430309427556-3-1\"][vc_column_text]\n<p class=\"animated fadeInRight\">Cupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.</p>\n<p class=\"animated fadeInLeft\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Content Animations<small> (Examples)</small>\" font_container=\"tag:h2|text_align:left|color:%23000000\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_tabs tabposition=\"Bottom\" tabstyle=\"Simple Tabs\"][vc_tab title=\"Description\" tab_id=\"ab7a112f-6b5f-1\"][vc_column_text]\n<p class=\"animated pulse\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n<p class=\"animated rubberBand\">Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Profile\" tab_id=\"0527251b-5505-10\"][vc_column_text]\n<p class=\"animated shake\">Distinctio aut molestias, asperiores vel corrupti minima? Consectetur ipsam dolorum cum aliquam quam, sint debitis, quod inventore magni recusandae dolor aspernatur harum, molestiae voluptatum tempore fuga quos nisi consequatur. Asperiores!</p>\n<p class=\"animated rotateInDownRight\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Messages\" tab_id=\"1430309751456-2-1\"][vc_column_text]\n<p class=\"animated swing\">Officia necessitatibus est non, laborum expedita ex officiis quae nisi accusantium blanditiis mollitia labore a nihil reiciendis incidunt, quaerat explicabo rem in consequuntur obcaecati doloremque voluptate architecto. Magnam, eligendi, a.</p>\n<p class=\"animated tada\">Cupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Options\" tab_id=\"1430309764045-3-9\"][vc_column_text]\n<p class=\"animated wobble\">Cupiditate dignissimos architecto placeat obcaecati neque aliquid dolore, odit nesciunt alias aut vero adipisci at consectetur deleniti in deserunt nulla dicta, voluptates totam. Est enim debitis similique doloremque corporis, a.</p>\n<p class=\"animated rotateInDownLeft\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex quaerat, itaque impedit excepturi qui? Voluptatibus, quae. Obcaecati pariatur explicabo dolorum doloremque eius magni ipsa. Natus, at cum maiores id atque.</p>\n[/vc_column_text][/vc_tab][/vc_tabs][/vc_column][/vc_row]','Elements Tabs','','publish','open','open','','elements-tabs','','','2015-06-03 07:12:10','2015-06-03 07:12:10','',591,'http://smartwavethemes.net/mango_dummy/?page_id=1099',56,'page','',0),(1101,1,'2015-06-03 07:19:46','2015-06-03 07:19:46','[vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"md-margin\">Buttons Bordered</h3>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"yes\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"regular\" btn_border=\"yes\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"regular\" btn_border=\"yes\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"regular\" btn_border=\"yes\"][vc_empty_space height=\"32px\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"regular\" btn_border=\"yes\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"regular\" btn_border=\"yes\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"regular\" btn_color=\"#ff3a3a\" btn_border=\"yes\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"regular\" btn_color=\"#000000\" btn_border=\"yes\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 class=\"md-margin\">Buttons Sizing <small>(Small Border Buttons)</small></h3>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"small\" btn_border=\"yes\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"small\" btn_border=\"yes\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"small\" btn_border=\"yes\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"small\" btn_border=\"yes\"][vc_empty_space height=\"32px\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"small\" btn_border=\"yes\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"small\" btn_border=\"yes\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"small\" btn_color=\"#ff3a3a\" btn_border=\"yes\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"small\" btn_color=\"#000000\" btn_border=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Button Sizing <small>(Large Button)</small></h2>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"large\" btn_border=\"\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"large\" btn_border=\"\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"large\" btn_border=\"\"][vc_empty_space height=\"32px\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"large\" btn_border=\"\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"large\" btn_border=\"\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"large\" btn_border=\"\"][vc_empty_space height=\"32px\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"large\" btn_color=\"#ff3a3a\" btn_border=\"\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"large\" btn_color=\"#000000\" btn_border=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Button Sizing <small>(Extra Small buttons)</small></h2>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"mini\" btn_border=\"\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"mini\" btn_border=\"\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"mini\" btn_border=\"\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"mini\" btn_border=\"\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"mini\" btn_border=\"\"][vc_empty_space height=\"32px\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"mini\" btn_border=\"\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"mini\" btn_color=\"#ff3a3a\" btn_border=\"\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"mini\" btn_color=\"#000000\" btn_border=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Button Sizing <small>(Large Button)</small></h2>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"large\" btn_border=\"yes\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"large\" btn_border=\"yes\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"large\" btn_border=\"yes\"][vc_empty_space height=\"32px\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"large\" btn_border=\"yes\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"large\" btn_border=\"yes\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"large\" btn_border=\"yes\"][vc_empty_space height=\"32px\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"large\" btn_color=\"#ff3a3a\" btn_border=\"yes\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"large\" btn_color=\"#000000\" btn_border=\"yes\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Button Sizing <small>(Extra Small buttons)</small></h2>\n[/vc_column_text][vc_button title=\"Default\" target=\"_self\" btn_type=\"default\" btn_size=\"mini\" btn_border=\"yes\"][vc_button title=\"Primary\" target=\"_self\" btn_type=\"primary\" btn_size=\"mini\" btn_border=\"yes\"][vc_button title=\"Success\" target=\"_self\" btn_type=\"success\" btn_size=\"mini\" btn_border=\"yes\"][vc_button title=\"Warning\" target=\"_self\" btn_type=\"warning\" btn_size=\"mini\" btn_border=\"yes\"][vc_button title=\"Info\" target=\"_self\" btn_type=\"info\" btn_size=\"mini\" btn_border=\"yes\"][vc_empty_space height=\"32px\"][vc_button title=\"Danger\" target=\"_self\" btn_type=\"danger\" btn_size=\"mini\" btn_border=\"yes\"][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"mini\" btn_color=\"#ff3a3a\" btn_border=\"yes\"][vc_button title=\"Custom 2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"mini\" btn_color=\"#000000\" btn_border=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3>Border Radius <small>(Examples border radius large)</small></h3>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Large Radius\"][vc_button title=\"Custom2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Large Radius\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Border Radius <small>(Examples border radius large)</small></h3>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Large Radius\"][vc_button title=\"Custom2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Large Radius\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3>Border Radius <small>(Examples border radius larger)</small></h3>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Larger Radius\"][vc_button title=\"Custom2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Larger Radius\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Border Radius <small>(Examples border radius larger)</small></h3>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Larger Radius\"][vc_button title=\"Custom2\" target=\"_self\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Larger Radius\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>Button - Block</h2>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_block_just=\"Block\" btn_group=\"\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][vc_button title=\"Custom2\" target=\"_self\" btn_block_just=\"Block\" btn_group=\"\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][vc_empty_space height=\"32px\"][vc_column_text]\n<h2>Button Border - Block</h2>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_block_just=\"Block\" btn_group=\"\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][vc_button title=\"Custom2\" target=\"_self\" btn_block_just=\"Block\" btn_group=\"\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2>Justified Button Groups</h2>\n[/vc_column_text][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Justified\" btn_group=\"default,success,custom\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][vc_empty_space height=\"16px\"][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Justified\" btn_group=\"primary,warning,danger\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\"][vc_empty_space height=\"32px\"][vc_column_text]\n<h5>With Button element</h5>\n[/vc_column_text][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Justified\" btn_group=\"warning,info,custom2\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\" btn_use=\"Button\"][vc_empty_space height=\"16px\"][vc_button title=\"Left, Right\" target=\"_self\" btn_block_just=\"Justified\" btn_group=\"custom,custom2\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\" btn_use=\"Button\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>Button Groups</h2>\n[/vc_column_text][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Button Groups\" btn_group=\"primary,warning,danger\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\" btn_use=\"Button\"][vc_empty_space height=\"16px\"][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Button Groups\" btn_group=\"success,info,custom\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\" btn_use=\"Button\"][vc_empty_space height=\"16px\"][vc_button title=\"Left, Middle, Right\" target=\"_self\" btn_block_just=\"Button Groups\" btn_group=\"warning,danger,custom2\" btn_type=\"default\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Enable\" btn_use=\"Button\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2>Disabled buttons</h2>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_block_just=\"Simple\" btn_group=\"\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Disable\" btn_use=\"Button\"][vc_button title=\"Custom 2\" target=\"_self\" btn_block_just=\"Simple\" btn_group=\"\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"\" btn_layout=\"Square\" btn_dis_ena=\"Disable\" btn_use=\"Button\"][vc_empty_space height=\"32px\"][vc_column_text]\n<h2>Buttons Bordered</h2>\n[/vc_column_text][vc_button title=\"Custom\" target=\"_self\" btn_block_just=\"Simple\" btn_group=\"\" btn_type=\"custom\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Square\" btn_dis_ena=\"Disable\" btn_use=\"Button\"][vc_button title=\"Custom 2\" target=\"_self\" btn_block_just=\"Simple\" btn_group=\"\" btn_type=\"custom2\" btn_size=\"regular\" btn_border=\"yes\" btn_layout=\"Square\" btn_dis_ena=\"Disable\" btn_use=\"Button\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h3>Dropdown Buttons</h3>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][mango_vc_button title=\"Default\" btn_type=\"default\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"yes\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Info\" btn_type=\"info\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Success\" btn_type=\"success\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Warning\" btn_type=\"warning\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"eparated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Danger\" btn_type=\"danger\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom\" btn_type=\"custom\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom 2\" btn_type=\"custom2\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom 3\" btn_type=\"custom3\" toggletxt=\"yes\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][mango_vc_button title=\"Default\" btn_type=\"default\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom\" btn_type=\"custom\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Warning\" btn_type=\"warning\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Danger\" btn_type=\"danger\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Success\" btn_type=\"success\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom 2\" btn_type=\"custom2\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][mango_vc_button title=\"Custom 3\" btn_type=\"custom3\" toggletxt=\"\"][mango_dropdown_button btn_txt=\"Action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Another action\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Something else here\" disable_txt=\"\" url=\"#\"][mango_dropdown_button btn_txt=\"Separated link\" disable_txt=\"\" url=\"#\"][/mango_vc_button][/vc_column][/vc_row]','Element Buttons','','publish','open','open','','element-buttons','','','2015-06-03 07:19:46','2015-06-03 07:19:46','',591,'http://smartwavethemes.net/mango_dummy/?page_id=1101',40,'page','',0),(1104,1,'2015-06-03 07:32:53','2015-06-03 07:32:53','[vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>Input Sizing</h2>\n[/vc_column_text][contact-form-7 id=\"1140\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2>Input Groups</h2>\n[/vc_column_text][contact-form-7 id=\"1141\"][vc_column_text]\n<h2 class=\"md-margin\">Input Groups <small>(Custom check and radio)</small></h2>\n[/vc_column_text][contact-form-7 id=\"1144\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Textarea</h2>\n[/vc_column_text][contact-form-7 id=\"1145\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Disabled Inputs</h2>\n[/vc_column_text][contact-form-7 id=\"1146\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Checkboxes and Radios</h2>\n[/vc_column_text][contact-form-7 id=\"1142\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Custom Checkboxes and Radios</h2>\n[/vc_column_text][contact-form-7 id=\"1143\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>Default Selects</h2>\n[/vc_column_text][contact-form-7 id=\"1147\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Custom Selects</h2>\nThese custom selects requires <code>jquery.selecbox.css - jquery.selectbox.js </code> file.[/vc_column_text][contact-form-7 id=\"1148\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2>Custom Spinners</h2>\nThese custom spinner requires <code>jquery.bootstrap-touchspin.min.js</code> file.[/vc_column_text][contact-form-7 id=\"1149\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Input Group Status</h2>\n[/vc_column_text][contact-form-7 id=\"1150\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Input Group Status <small>(With Icon)</small></h2>\n[/vc_column_text][contact-form-7 id=\"1151\"][vc_column_text]<strong>Help Text:</strong> A block of help text that breaks onto a new line and may extend beyond one line.[/vc_column_text][/vc_column][/vc_row]','Elements Forms','','publish','open','open','','elements-forms','','','2015-06-03 07:32:53','2015-06-03 07:32:53','',591,'http://smartwavethemes.net/mango_dummy/?page_id=1104',47,'page','',0),(1107,1,'2015-06-03 07:46:29','2015-06-03 07:46:29','','','','inherit','open','open','','1107','','','2015-06-03 07:46:29','2015-06-03 07:46:29','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/Kalimba-mp3-image1.jpg',0,'attachment','image/jpeg',0),(1108,1,'2015-04-29 12:47:46','2015-04-29 12:47:46','','boy1','','inherit','open','open','','boy1','','','2015-04-29 12:47:46','2015-04-29 12:47:46','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/boy12.png',0,'attachment','image/png',0),(1114,1,'2015-05-09 11:24:46','2015-05-09 11:24:46','','newsletter-popupbg','','inherit','open','open','','newsletter-popupbg','','','2015-05-09 11:24:46','2015-05-09 11:24:46','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/newsletter-popupbg2.png',0,'attachment','image/png',0),(1117,1,'2015-04-16 12:18:33','2015-04-16 12:18:33','[vc_row][vc_column width=\"1/2\"][vc_video title=\"Youtube Video\" link=\"https://www.youtube.com/embed/JOsBjabQAfo\"][/vc_column][vc_column width=\"1/2\"][vc_video title=\"Vimeo Video\" link=\"https://player.vimeo.com/video/35396305\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style1\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][vc_column width=\"1/2\" el_class=\"Video-my\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style2\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style3\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style4\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style5\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style6\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][ultimate_video_banner video_banner_effect=\"ult-vdo-effect-style7\" video_banner_mute=\"\" video_banner_mp4_link=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/0352_morningsun_5401.mp4\" video_banner_title=\"Video Title\" video_banner_content=\"You can add your great description & content here\" video_banner_start_time=\"5\"][/vc_column][vc_column width=\"1/2\"][mango_media media_type=\"Local Audio\" link_a=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/2015/05/Enrique-Feat.-Kelis-Maybe1.mp3\" title=\"Local Audio\" link_v=\"https://player.vimeo.com/video/35396305\"][/vc_column][/vc_row]','Elements Media','','publish','open','open','','elements-media','','','2015-04-16 12:18:33','2015-04-16 12:18:33','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=8',51,'page','',0),(1124,1,'2015-04-29 12:46:10','2015-04-29 12:46:10','[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Bounce\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounce\" img_delay=\"none\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Flash\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flash\" img_delay=\"0.3s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Pulse\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"pulse\" img_delay=\"0.6s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RubberBand\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rubberBand\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Shake\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"shake\" img_delay=\"1.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Swing\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"swing\" img_delay=\"1.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Tada\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"tada\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Wobble\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"wobble\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceIn\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceIn\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceInDown\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceInDown\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceInLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceInLeft\" img_delay=\"0.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceInRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceInRight\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceInUp\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceInUp\" img_delay=\"0.1s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceOut\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceOut\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceOutDown\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceOutDown\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceOutLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceOutLeft\" img_delay=\"0.3s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceOutRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceOutRight\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"BounceOutUp\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"bounceOutUp\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeIn\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeIn\" img_delay=\"0.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInDown\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInDown\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInDownBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInDownBig\" img_delay=\"0.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInLeft\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInLeftBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInLeftBig\" img_delay=\"0.8s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInRight\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInUp\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInUp\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInRightBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInRightBig\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeInUpBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeInUpBig\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOut\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOut\" img_delay=\"1s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutDown\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutDown\" img_delay=\"1s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutDownBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutDownBig\" img_delay=\"0.8s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutLeft\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutRight\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutLeftBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutLeftBig\" img_delay=\"0.6s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutRightBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutRightBig\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutUp\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutUp\" img_delay=\"1.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FadeOutUpBig\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"fadeOutUpBig\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Flip\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flip\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FlipInX\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flipInX\" img_delay=\"0.3s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FlipInY\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flipInY\" img_delay=\"0.8s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"FlipOutX\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flipOutX\" img_delay=\"0.9s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"FlipOutY\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"flipOutY\" img_delay=\"0.6s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"LightSpeedIn\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"lightSpeedIn\" img_delay=\"0.6s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"LightSpeedOut\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"lightSpeedOut\" img_delay=\"0.8s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateIn\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateIn\" img_delay=\"1.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateInDownLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateInDownLeft\" img_delay=\"1.2s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateInDownRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateInDownRight\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateInUpLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateInUpLeft\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateInUpRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateInUpRight\" img_delay=\"0.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateOut\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateOut\" img_delay=\"1.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateOutDownLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateOutDownLeft\" img_delay=\"0.7s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateOutDownRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateOutDownRight\" img_delay=\"0.4s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateInUpRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateOutUpLeft\" img_delay=\"1.5s\" img_size=\"full\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RotateOutUpRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rotateOutUpRight\" img_delay=\"1.5s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideInDown\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideInLeft\" img_delay=\"0.7s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideInLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideInLeft\" img_delay=\"1.5s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideInRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideInRight\" img_delay=\"0.8s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideOutLeft\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideOutLeft\" img_delay=\"0.5s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideOutRight\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1196\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideOutRight\" img_delay=\"0.3s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"SlideOutUp\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"slideOutUp\" img_delay=\"0.7s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Hinge\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1227\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"hinge\" img_delay=\"1.2s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"RollIn\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1180\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rollIn\" img_delay=\"1.2s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"RollOut\" font_container=\"tag:h3|font_size:20|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_single_image image=\"1194\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_eff=\"rollOut\" img_delay=\"0.9s\"][vc_column_text]Nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.Nam dui lacus, luctus a lobortis vitae, congue a mauris. Sed facilisis lobortis ligula. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae.[/vc_column_text][/vc_column][/vc_row]','Elements Animations','','publish','open','open','','elements-animations','','','2015-04-29 12:46:10','2015-04-29 12:46:10','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=145',44,'page','',0),(1126,1,'2015-05-02 06:16:26','2015-05-02 06:16:26','[vc_row][vc_column width=\"1/3\"][vc_column_text]\n<h1>H1 Heading <small>(with small text)</small></h1>\n<h2>H2 Heading <small>(with small text)</small></h2>\n<h3>H3 Heading <small>(with small text)</small></h3>\n<h4>H4 Heading <small>(with small text)</small></h4>\n<h5>H5 Heading <small>(with small text)</small></h5>\n<h6>H6 Heading <small>(with small text)</small></h6>\n[/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h2>Highlights & Text Colors</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. <span class=\"highlight \">Maecenas</span> vel eros adipiscing <span class=\"highlight reverse\">turpis</span> tempor gravida et nec justo. Aenean nec vehicula lacus. Curabitur tristique, erat lobortis blandit sodales, lacus dolor ultricies urna, sit <span class=\"highlight first-color\">amet elementumlibero</span> mauris id libero. Duis gravida condimentum tempus. Phasellus ac iaculis libero, in cursus sem. <span class=\"highlight second-color\">Nulla</span> nulla libero, blandit in nibh blandit, rutrum dignissim tellus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n<span class=\"highlight third-color\">Vivamus</span> orci tellus, acus. <span class=\"first-color\">Sed euismod urna in augue dapibus</span>, quis interdum eros vengullieus. Nullam ac vulputate nisl. Nulla posuere dolor et odio luctus. In aliquet nulla <span class=\"second-color\">eu metus</span> sollicitudin.\n\nNunc in tempor leo. Aliquam sem orci, viverra eu tempus quis, luctus eget enim. Integer nec mi elit. Pellentesque neque quam, <span class=\"third-color\">sagittis</span> facilisis cursus ornare, imperdiet et lorem.\n<h4>Labels</h4>\n<span class=\"label label-default\">Default</span> <span class=\"label label-primary\">Primary</span> <span class=\"label label-success\">Success</span> <span class=\"label label-info\">Info</span> <span class=\"label label-warning\">Warning</span> <span class=\"label label-popular\">Popular</span> <span class=\"label label-new\">New</span>\n\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2>Dropcaps</h2>\n<span class=\"dropcap \">D</span>ropcap nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap first-color\">R</span>fringilla nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap second-color\">O</span>ropcap nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap third-color\">P</span>rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2>Dropcaps <small>(with backgrounds)</small></h2>\n<span class=\"dropcap-bg \">D</span>ropcap nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap-bg first-color\">R</span>fringilla nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap-bg second-color\">O</span>ropcap nulla rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\n\n<span class=\"dropcap-bg third-color\">P</span>rhoncus magna a augue rhoncus aliquam. Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3>Blockquote</h3>\n[/vc_column_text][mango_blockquote title=\"Kobe Bryant\" desc_val=\"Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\" ch_ty=\"blockquote\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 style=\"text-align: right\">Blockquote <small>(Reverse)</small></h3>\n[/vc_column_text][mango_blockquote title=\"Kobe Bryant\" ch_ty=\"blockquote reverse\" desc_val=\"Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3>Blockquote <small>(Icon)</small></h3>\n[/vc_column_text][mango_blockquote title=\"Kobe Bryant\" ch_ty=\"blockquote icon\" desc_val=\"Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 style=\"text-align: right\">Blockquote <small>(Reverse - icon)</small></h3>\n[/vc_column_text][mango_blockquote title=\"Kobe Bryant\" ch_ty=\"blockquote icon reverse\" desc_val=\"Mauris urna dolor, fringilla in vestibulum sed, porta sit amet nibh. Mauris consectetur neque quis arcu pellentesque porttitor. Aenean in diam ligula. Nam dui lacus, luctus a lobortis vitae, congue a mauris.\"][/vc_column][/vc_row]','Elements Typography','','publish','open','open','','elements-typography','','','2015-05-02 06:16:26','2015-05-02 06:16:26','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=196',57,'page','',0),(1128,1,'2015-05-04 08:57:24','2015-05-04 08:57:24','[vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Progress Bars <small>(Progress Default )</small></h2>\n[/vc_column_text][vc_progress_bar values=\"75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"\" show_per=\"Show\"][vc_column_text]\n<h4>Bootstrap Default Colors</h4>\n[/vc_column_text][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"\" show_per=\"Show\"][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"striped\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Progress Bars <small>( Progress Small)</small></h2>\n[/vc_column_text][vc_progress_bar values=\"75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"small\" option=\"\" show_per=\"Show\"][vc_column_text]\n<h4>Bootstrap Default Colors</h4>\n[/vc_column_text][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"small\" option=\"\" show_per=\"Hide\"][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"small\" option=\"striped\" show_per=\"Hide\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Progress Bars <small>(Progress Extra Small )</small></h2>\n[/vc_column_text][vc_progress_bar values=\"75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"mini\" option=\"\" show_per=\"Show\"][vc_column_text]\n<h4>Bootstrap Default Colors</h4>\n[/vc_column_text][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"mini\" option=\"\" show_per=\"Show\"][vc_progress_bar values=\"40|Development| success,\n20|Design| info,\n60|java| warning,\n80|Design| danger,\" bar_layout=\"Line\" bar_size=\"mini\" option=\"striped\" show_per=\"Show\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Progress Bars <small>(Progress Large )</small></h2>\n[/vc_column_text][vc_progress_bar values=\"75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"Large\" option=\"\" show_per=\"Show\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Progress Bars<small> ( Animated Progress Bars )</small></h2>\n[/vc_column_text][vc_custom_heading text=\"Progress Title\" font_container=\"tag:h2|font_size:14px|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_progress_bar values=\"75|dark|dark\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_custom_heading text=\"javascript\" font_container=\"tag:h2|font_size:14px|text_align:right|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_progress_bar values=\"75|dark|gray\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_custom_heading text=\"Html5\" font_container=\"tag:h2|font_size:14px|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_progress_bar values=\"75|custom|custom\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_custom_heading text=\"css3\" font_container=\"tag:h2|font_size:14px|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_progress_bar values=\"75|custom2|custom2\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"75|custom3|custom3\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"small\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"mini\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"Large\" option=\"Animated\" show_per=\"Show\" tooltip_per=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Tooltip Text<small> ( Animated Progress Bars )</small></h2>\n[/vc_column_text][vc_progress_bar values=\"93|dark|dark\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"43|dark|gray\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"76|custom|custom\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"65|custom2|custom2\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"75|custom3|custom3\" bar_layout=\"Line\" bar_size=\"Normal\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"small\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"mini\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][vc_progress_bar values=\"59|Development| dark,\n45|Development| gray,\n75|Development| custom,\n95|Design| custom2,\n62|java| custom3\" bar_layout=\"Line\" bar_size=\"Large\" option=\"tooltip,Animated\" show_per=\"Show\" tooltip_per=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Circle Progress<small> ( Variants )</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][Circle_progress_bar values=\"78|Html5|#262626\" cir_thi=\".3\" size=\"150\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][vc_column width=\"1/4\"][Circle_progress_bar values=\"68|WEB DESIGN|#f5c10c\" cir_thi=\".4\" size=\"150\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][vc_column width=\"1/4\"][Circle_progress_bar values=\"90|Web Development|#d7d7d7\" cir_thi=\".2\" size=\"150\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][vc_column width=\"1/4\"][Circle_progress_bar values=\"68|Logo Design|#ca1515\" cir_thi=\".1\" size=\"150\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Circle Progress<small> ( Bigger Variants )</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][Circle_progress_bar values=\"78|Bigger Circle Progress|#ca1515\" cir_thi=\".1\" size=\"240\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][vc_column width=\"1/3\"][Circle_progress_bar values=\"68|Title Top|#262626\" cir_thi=\".2\" size=\"240\" title_pos=\"Top\" options=\"animated\"][/vc_column][vc_column width=\"1/3\"][Circle_progress_bar values=\"58|Seo|#f5c10c\" cir_thi=\".3\" size=\"240\" title_pos=\"Bottom\" options=\"animated\"][/vc_column][/vc_row]','Elements Progressbars','','publish','open','open','','elements-progressbars','','','2015-05-04 08:57:24','2015-05-04 08:57:24','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=264',53,'page','',0),(1129,1,'2015-05-05 06:38:50','2015-05-05 06:38:50','[vc_row css=\".vc_custom_1430819014767{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/12\" css=\".vc_custom_1430823306657{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430823327471{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823372911{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430817827601{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430809473407{padding-right: 2px !important;padding-left: 2px !important;}\"][vc_column_text css=\".vc_custom_1430816051692{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823414071{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430818022558{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823431519{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430815606948{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823447792{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430817254802{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823463159{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430818121991{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823475014{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430815758910{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823488224{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430817312537{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823686530{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430823615102{padding-top: 30px !important;padding-right: 1px !important;padding-bottom: 30px !important;padding-left: 1px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823503380{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430817297591{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430823518285{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430823554778{padding-top: 30px !important;padding-right: 2px !important;padding-bottom: 30px !important;padding-left: 2px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430819875778{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"2/3\" css=\".vc_custom_1430823132046{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430818373117{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-8</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1430823084561{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430818761282{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-4</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430820235744{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/3\" css=\".vc_custom_1430823035571{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430986559751{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-4</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1430823000271{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430819747980{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-4</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1430822981663{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430819780914{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-4</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430820219324{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/4\" css=\".vc_custom_1430822903922{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430819989269{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822919412{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820049512{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822936837{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820105470{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822952226{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820154380{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430820718610{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/2\" css=\".vc_custom_1430822856314{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430820509003{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-6</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822871056{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820573852{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822884739{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820880281{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430821126515{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/2\" css=\".vc_custom_1430822822498{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430820922726{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-6</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1430822842834{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430820982867{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-6</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430821142589{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"3/4\" css=\".vc_custom_1430822791393{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430821184698{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-9.</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822804770{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430821248986{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430821849922{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"5/12\" css=\".vc_custom_1430822767417{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430821760559{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-5</p>\n[/vc_column_text][/vc_column][vc_column width=\"7/12\" css=\".vc_custom_1430822778665{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430821814502{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-7.</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1430823244328{margin-bottom: 2px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/6\" css=\".vc_custom_1430822668978{padding-right: 1px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430822015156{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-2</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\" css=\".vc_custom_1430822685349{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430822426165{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-2</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1430822699057{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430822155826{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-3</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1430822727106{padding-right: 1px !important;padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430822543017{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-4</p>\n[/vc_column_text][/vc_column][vc_column width=\"1/12\" css=\".vc_custom_1430822751203{padding-left: 1px !important;}\"][vc_column_text css=\".vc_custom_1430822323889{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-1</p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\" css=\".vc_custom_1430823223447{padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1430823207253{padding-top: 30px !important;padding-bottom: 30px !important;background-color: #f8f8f8 !important;}\"]\n<p style=\"text-align: center\">.col-md-12</p>\n[/vc_column_text][/vc_column][/vc_row]','Elements Grids','','publish','open','open','','elements-grids','','','2015-05-05 06:38:50','2015-05-05 06:38:50','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=324',48,'page','',0),(1137,1,'2015-05-06 10:46:59','2015-05-06 10:46:59','[vc_row][vc_column width=\"1/4\"][mango_list title=\"Disc\" list_typ=\"Disc\" point=\"\n\n\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Square\" list_typ=\"Square\" point=\"hfghfgh\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Circle\" list_typ=\"Circle\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Decimal\" list_typ=\"Decimal\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][mango_list title=\"Lower Alpha\" list_typ=\"Lower Alpha\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Upper alpha\" list_typ=\"Upper alpha\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Lower Roman\" list_typ=\"Lower Roman\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][vc_column width=\"1/4\"][mango_list title=\"Upper Roman\" list_typ=\"Upper Roman\" point=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\" point_list=\"Cras justo odio | Dapibus ac facilisis in | Morbi leo risus | Porta ac consectetur ac | Vestibulum at eros\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h3>List Groups</h3>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][mango_list_group point=\"\" color=\"none\" number=\"\"][mango_list_group_child_withul point=\"Cras justo odio\" color=\"none\"][mango_list_group_child_withul point=\"Dapibus ac facilisis in\" color=\"none\"][mango_list_group_child_withul point=\"Morbi leo risus\" color=\"none\"][mango_list_group_child_withul point=\"Porta ac consectetur ac\" color=\"none\"][mango_list_group_child_withul point=\"Vestibulum at eros\" color=\"none\"][/mango_list_group][/vc_column][vc_column width=\"1/3\"][mango_list_group point=\"\" color=\"none\" number=\"\"][mango_list_group_child_withul point=\"Cras justo odio\" color=\"none\" number=\"14\"][mango_list_group_child_withul point=\"Dapibus ac facilisis in\" color=\"none\" number=\"3\"][mango_list_group_child_withul point=\"Morbi leo risus\" color=\"none\" number=\"11\"][mango_list_group_child_withul point=\"Porta ac consectetur ac\" color=\"none\" number=\"7\"][mango_list_group_child_withul point=\"Vestibulum at eros\" color=\"none\" number=\"3\"][/mango_list_group][/vc_column][vc_column width=\"1/3\"][mango_list_group point=\"\" color=\"none\" number=\"\"][mango_list_group_child_withoutul act=\"yes\" url=\"#\" point=\"Cras justo odio\"][mango_list_group_child_withoutul act=\"\" url=\"#\" point=\"Dapibus ac facilisis in\"][mango_list_group_child_withoutul act=\"\" url=\"#\" point=\"Morbi leo risus\"][mango_list_group_child_withoutul act=\"\" url=\"#\" point=\"Porta ac consectetur ac\"][mango_list_group_child_withoutul act=\"\" url=\"#\" point=\"Vestibulum at eros\"][/mango_list_group][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_list_group point=\"\" color=\"none\" number=\"\"][mango_list_group_child_withul point=\"Dapibus ac facilisis in\" color=\"warning\"][mango_list_group_child_withul point=\"Cras sit amet nibh libero\" color=\"info\"][mango_list_group_child_withul point=\"Porta ac consectetur ac\" color=\"success\"][mango_list_group_child_withul point=\"Vestibulum at eros\" color=\"warning\"][mango_list_group_child_withul point=\"Cras sit amet nibh libero\" color=\"info\"][mango_list_group_child_withul point=\"Porta ac consectetur ac\" color=\"danger\"][mango_list_group_child_withul point=\"Vestibulum at eros\" color=\"none\"][mango_list_group_child_withul point=\"Dapibus ac facilisis in\" color=\"danger\"][mango_list_group_child_withul point=\"Donec id elit non mi\" color=\"success\"][/mango_list_group][/vc_column][vc_column width=\"1/2\"][mango_list_group point=\"\" color=\"none\" number=\"\"][mango_list_group_child_withoutul act=\"yes\" url=\"#\" heading=\"List group item heading\" description=\"Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.\"][mango_list_group_child_withoutul act=\"\" url=\"#\" heading=\"List group item heading\" description=\"Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.\"][mango_list_group_child_withoutul act=\"\" url=\"#\" heading=\"List group item heading\" description=\"Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.\"][mango_list_group_child_withoutul act=\"\" url=\"#\" heading=\"List group item heading\" description=\"Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.\"][/mango_list_group][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h3>List With FontAwesome Icons</h3>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text] Donec id elit non mi porta\n\nut perspiciatis unde omnis iste natus.\n\nDolores eos qui ratione voluptatem sequi nesciunt.\n\nMaecenas sed diam eget risus varius.\n\nNeque porro quisquam est, qui dolorem ipsum quia.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text] Donec id elit non mi porta\n\nSed ut perspiciatis unde omnis iste natus.\n\nDolores eos qui ratione voluptatem sequi nesciunt.\n\nMaecenas sed diam eget risus varius.\n\nNeque porro quisquam est, qui dolorem ipsum quia.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]For more information, please click <a href=\"//fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\">here</a> and visit FontAwesomes\'s related page or visit our <a href=\"#\" target=\"_blank\">Icons</a> Page and choose your icons four your lists.[/vc_column_text][/vc_column][/vc_row]','Elements Lists','','publish','open','open','','elements-lists','','','2015-05-06 10:46:59','2015-05-06 10:46:59','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=422',50,'page','',0),(1139,1,'2015-05-09 09:57:24','2015-05-09 09:57:24','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Portfolio Items</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][mango_portfolio number=\"1\" portfolio_categories=\"Hipster\" hide_title=\"\" hide_category=\"\" hide_description=\"\" hide_link=\"\" style=\"style1\"][/vc_column][vc_column width=\"1/3\"][mango_portfolio number=\"1\" portfolio_categories=\"Nature\" hide_title=\"\" hide_category=\"\" hide_description=\"\" hide_link=\"\" style=\"style2\"][/vc_column][vc_column width=\"1/3\"][mango_portfolio number=\"1\" portfolio_categories=\"Food\" hide_title=\"\" hide_category=\"\" hide_description=\"\" hide_link=\"\" style=\"style3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mango_bootstrap_slider heading=\"Bootstrap Slider\"][mango_add_bootstrap_slider img_active=\"2762\" caption=\"New Design\"][mango_add_bootstrap_slider img_active=\"2763\" caption=\"Awesome Support\"][mango_add_bootstrap_slider img_active=\"2764\" caption=\"Premium Features\"][/mango_bootstrap_slider][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Tooltips</h2>\n[/vc_column_text][mango_text_tooltip select_tool_dir=\"bottom\" tooldescription=\"Lorem ipsum dolor sit amet, consectetur Tooltip on bottom adipiscing elit. Pellentesque vitae condimentum enim, vitae sodales ante. Etiam non nulla \" toolbox=\" Tooltip on bottom\"][mango_text_tooltip select_tool_dir=\"left\" tooldescription=\"dapibus, iaculis mauris vel, dictum Tooltip on left. Donec a ante a enim rhoncus porta. Morbi et porta elit. Maecenas ac justo massa.\" toolbox=\"Tooltip on left.\"][mango_text_tooltip select_tool_dir=\"top\" tooldescription=\"Vestibulum sollicitudin euismod mi nec aliquam. Suspendisse euismod felis nec urna luctus, quis Tooltip on top elementum eros convallis. Phasellus volutpa\" toolbox=\"Tooltip on top\"][mango_text_tooltip select_tool_dir=\"right\" tooldescription=\"urna nec tempor volutpat, ante nisi condimentum orci, at porta ipsum nisi quis massa. Duis a pellentesque mi, non lacinia sem. Ut blandit Tooltip on right\" toolbox=\"Tooltip on right\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin text-center\" style=\"text-align: center\">Popovers</h2>\n.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_tooltips_button button_color=\"custom2\" button_placement=\"top\" button_text=\"POPOVER TOP\" data_content=\"And here\'s some amazing content. It\'s very engaging. Right?\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_tooltips_button button_color=\"custom\" button_placement=\"left\" button_text=\"Popover left\" data_content=\"And here\'s some amazing content. It\'s very engaging. Right?\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_tooltips_button button_color=\"custom\" button_placement=\"right\" button_text=\"POPOVER RIGHT\" data_content=\"And here\'s some amazing content. It\'s very engaging. Right?\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mango_tooltips_button button_color=\"custom2\" button_placement=\"bottom\" button_text=\"Popover Bottom\" data_content=\"And here\'s some amazing content. It\'s very engaging. Right?\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row video_opts=\"\" multi_color_overlay=\"\" el_class=\"icon-center\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center\">Social Icons</h2>\n<p style=\"text-align: center\"><a class=\"social-icon icon-facebook\" title=\"Facebook\" href=\"#\">\n<i class=\"fa fa-facebook\"></i>\n</a>\n<a class=\"social-icon icon-twitter\" title=\"Twitter\" href=\"#\">\n<i class=\"fa fa-twitter\"></i>\n</a>\n<a class=\"social-icon icon-google-plus\" title=\"Google Plus\" href=\"#\">\n<i class=\"fa fa-google-plus\"></i>\n</a>\n<a class=\"social-icon icon-dribbble\" title=\"Dribbble\" href=\"#\">\n<i class=\"fa fa-dribbble\"></i>\n</a>\n<a class=\"social-icon icon-skype\" title=\"Skype\" href=\"#\">\n<i class=\"fa fa-skype\"></i>\n</a>\n<a class=\"social-icon icon-tumblr\" title=\"Tumblr\" href=\"#\">\n<i class=\"fa fa-tumblr\"></i>\n</a>\n<a class=\"social-icon icon-linkedin\" title=\"Linkedin\" href=\"#\">\n<i class=\"fa fa-linkedin\"></i>\n</a>\n<a class=\"social-icon icon-vine\" title=\"Vine\" href=\"#\">\n<i class=\"fa fa-vine\"></i>\n</a>\n<a class=\"social-icon icon-behance\" title=\"Behance\" href=\"#\">\n<i class=\"fa fa-behance\"></i>\n</a>\n<a class=\"social-icon icon-flickr\" title=\"Flickr\" href=\"#\">\n<i class=\"fa fa-flickr\"></i>\n</a>\n<a class=\"social-icon icon-reddit\" title=\"Reddit\" href=\"#\">\n<i class=\"fa fa-reddit\"></i>\n</a>\n<a class=\"social-icon icon-rss\" title=\"Rss Feed\" href=\"#\">\n<i class=\"fa fa-rss\"></i>\n</a>\n<a class=\"social-icon icon-youtube\" title=\"Youtube\" href=\"#\">\n<i class=\"fa fa-youtube\"></i>\n</a>\n<a class=\"social-icon icon-pinterest\" title=\"Pinterest\" href=\"#\">\n<i class=\"fa fa-pinterest\"></i>\n</a>\n<a class=\"social-icon icon-instagram\" title=\"Instagram\" href=\"#\">\n<i class=\"fa fa-instagram\"></i>\n</a>\n<a class=\"social-icon icon-digg\" title=\"Digg\" href=\"#\">\n<i class=\"fa fa-digg\"></i>\n</a>\n<a class=\"social-icon icon-github\" title=\"Github\" href=\"#\">\n<i class=\"fa fa-github\"></i>\n</a>\n<a class=\"social-icon icon-android\" title=\"Android\" href=\"#\">\n<i class=\"fa fa-android\"></i>\n</a>\n<a class=\"social-icon icon-foursquare\" title=\"Foursquare\" href=\"#\">\n<i class=\"fa fa-foursquare\"></i>\n</a>\n<a class=\"social-icon icon-dropbox\" title=\"Dropbox\" href=\"#\">\n<i class=\"fa fa-dropbox\"></i>\n</a>\n<a class=\"social-icon icon-stack-overflow\" title=\"StackOverflow\" href=\"#\">\n<i class=\"fa fa-stack-overflow\"></i>\n</a>\n<a class=\"social-icon icon-paypal\" title=\"Paypal\" href=\"#\">\n<i class=\"fa fa-paypal\"></i>\n</a>\n<a class=\"social-icon icon-spotify\" title=\"Spotify\" href=\"#\">\n<i class=\"fa fa-spotify\"></i>\n</a>\n<a class=\"social-icon icon-vk\" title=\"Vk\" href=\"#\">\n<i class=\"fa fa-vk\"></i>\n</a>\n<a class=\"social-icon icon-bitbucket\" title=\"Bitbucket\" href=\"#\">\n<i class=\"fa fa-bitbucket\"></i>\n</a>\n<a class=\"social-icon icon-html5\" title=\"Html 5\" href=\"#\">\n<i class=\"fa fa-html5\"></i>\n</a>\n<a class=\"social-icon icon-delicious\" title=\"Delicious\" href=\"#\">\n<i class=\"fa fa-delicious\"></i>\n</a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"icon-center\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\" style=\"text-align: center\">Social Icons <small>(With tooltip)</small></h2>\n<p style=\"text-align: center\"><a class=\"social-icon icon-facebook add-tooltip\" title=\"Facebook\" href=\"#\">\n<i class=\"fa fa-facebook\"></i>\n</a>\n<a class=\"social-icon icon-twitter add-tooltip\" title=\"Twitter\" href=\"#\">\n<i class=\"fa fa-twitter\"></i>\n</a>\n<a class=\"social-icon icon-google-plus add-tooltip\" title=\"Google Plus\" href=\"#\">\n<i class=\"fa fa-google-plus\"></i>\n</a>\n<a class=\"social-icon icon-dribbble add-tooltip\" title=\"Dribbble\" href=\"#\">\n<i class=\"fa fa-dribbble\"></i>\n</a>\n<a class=\"social-icon icon-skype add-tooltip\" title=\"Skype\" href=\"#\">\n<i class=\"fa fa-skype\"></i>\n</a>\n<a class=\"social-icon icon-tumblr add-tooltip\" title=\"Tumblr\" href=\"#\">\n<i class=\"fa fa-tumblr\"></i>\n</a>\n<a class=\"social-icon icon-linkedin add-tooltip\" title=\"Linkedin\" href=\"#\">\n<i class=\"fa fa-linkedin\"></i>\n</a>\n<a class=\"social-icon icon-vine add-tooltip\" title=\"Vine\" href=\"#\">\n<i class=\"fa fa-vine\"></i>\n</a>\n<a class=\"social-icon icon-behance add-tooltip\" title=\"Behance\" href=\"#\">\n<i class=\"fa fa-behance\"></i>\n</a>\n<a class=\"social-icon icon-flickr add-tooltip\" title=\"Flickr\" href=\"#\">\n<i class=\"fa fa-flickr\"></i>\n</a>\n<a class=\"social-icon icon-reddit add-tooltip\" title=\"Reddit\" href=\"#\">\n<i class=\"fa fa-reddit\"></i>\n</a>\n<a class=\"social-icon icon-rss add-tooltip\" title=\"Rss Feed\" href=\"#\">\n<i class=\"fa fa-rss\"></i>\n</a>\n<a class=\"social-icon icon-youtube add-tooltip\" title=\"Youtube\" href=\"#\">\n<i class=\"fa fa-youtube\"></i>\n</a>\n<a class=\"social-icon icon-pinterest add-tooltip\" title=\"Pinterest\" href=\"#\">\n<i class=\"fa fa-pinterest\"></i>\n</a>\n<a class=\"social-icon icon-instagram add-tooltip\" title=\"Instagram\" href=\"#\">\n<i class=\"fa fa-instagram\"></i>\n</a>\n<a class=\"social-icon icon-digg add-tooltip\" title=\"Digg\" href=\"#\">\n<i class=\"fa fa-digg\"></i>\n</a>\n<a class=\"social-icon icon-github add-tooltip\" title=\"Github\" href=\"#\">\n<i class=\"fa fa-github\"></i>\n</a>\n<a class=\"social-icon icon-android add-tooltip\" title=\"Android\" href=\"#\">\n<i class=\"fa fa-android\"></i>\n</a>\n<a class=\"social-icon icon-foursquare add-tooltip\" title=\"Foursquare\" href=\"#\">\n<i class=\"fa fa-foursquare\"></i>\n</a>\n<a class=\"social-icon icon-dropbox add-tooltip\" title=\"Dropbox\" href=\"#\">\n<i class=\"fa fa-dropbox\"></i>\n</a>\n<a class=\"social-icon icon-stack-overflow add-tooltip\" title=\"StackOverflow\" href=\"#\">\n<i class=\"fa fa-stack-overflow\"></i>\n</a>\n<a class=\"social-icon icon-paypal add-tooltip\" title=\"Paypal\" href=\"#\">\n<i class=\"fa fa-paypal\"></i>\n</a>\n<a class=\"social-icon icon-spotify add-tooltip\" title=\"Spotify\" href=\"#\">\n<i class=\"fa fa-spotify\"></i>\n</a>\n<a class=\"social-icon icon-vk add-tooltip\" title=\"Vk\" href=\"#\">\n<i class=\"fa fa-vk\"></i>\n</a>\n<a class=\"social-icon icon-bitbucket add-tooltip\" title=\"Bitbucket\" href=\"#\">\n<i class=\"fa fa-bitbucket\"></i>\n</a>\n<a class=\"social-icon icon-html5 add-tooltip\" title=\"Html 5\" href=\"#\">\n<i class=\"fa fa-html5\"></i>\n</a>\n<a class=\"social-icon icon-delicious add-tooltip\" title=\"Delicious\" href=\"#\">\n<i class=\"fa fa-delicious\"></i>\n</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Elements More','','publish','open','open','','elements-more','','','2015-05-09 09:57:24','2015-05-09 09:57:24','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=532',52,'page','',0),(1180,1,'2015-06-03 08:44:04','2015-06-03 08:44:04','','boy1','','inherit','open','open','','boy1-2','','','2015-06-03 08:44:04','2015-06-03 08:44:04','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/boy111.png',0,'attachment','image/png',0),(1194,1,'2015-06-03 10:28:10','2015-06-03 10:28:10','','boy4','','inherit','open','open','','boy4-2','','','2015-06-03 10:28:10','2015-06-03 10:28:10','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/boy411.png',0,'attachment','image/png',0),(1196,1,'2015-06-03 10:36:25','2015-06-03 10:36:25','','boy2','','inherit','open','open','','boy2-2','','','2015-06-03 10:36:25','2015-06-03 10:36:25','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/boy211.png',0,'attachment','image/png',0),(1213,1,'2015-06-03 11:50:44','2015-06-03 11:50:44','','newsletter-popupbg','','inherit','open','open','','newsletter-popupbg-2','','','2015-06-03 11:50:44','2015-06-03 11:50:44','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/newsletter-popupbg11.png',0,'attachment','image/png',0),(1227,1,'2015-06-04 05:50:23','2015-06-04 05:50:23','','boy3','','inherit','open','open','','boy3-2','','','2015-06-04 05:50:23','2015-06-04 05:50:23','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/boy311.png',0,'attachment','image/png',0),(1358,1,'2015-06-05 06:36:52','2015-06-05 06:36:52','','Blog Left Sidebar','','publish','open','open','','blog-left-sidebar','','','2015-06-05 06:36:52','2015-06-05 06:36:52','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1358',8,'page','',0),(1360,1,'2015-06-05 06:41:38','2015-06-05 06:41:38','','Blog Both Sidebar','','publish','open','open','','blog-both-sidebar','','','2015-06-05 06:41:38','2015-06-05 06:41:38','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1360',6,'page','',0),(1362,1,'2015-06-05 06:53:06','2015-06-05 06:53:06','','Blog Full Width','','publish','open','open','','blog-full-width','','','2015-06-05 06:53:06','2015-06-05 06:53:06','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1362',7,'page','',0),(1369,1,'2015-06-05 07:04:39','2015-06-05 07:04:39','','Blog Right Sidebar','','publish','open','open','','blog-right-sidebar','','','2015-06-05 07:04:39','2015-06-05 07:04:39','',0,'http://smartwavethemes.net/mango1/?page_id=1369',21,'page','',0),(1372,1,'2015-06-05 07:11:18','2015-06-05 07:11:18','','Blog Masonry 2 Column','','publish','open','open','','blog-masonry-2-column','','','2015-06-05 07:11:18','2015-06-05 07:11:18','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1372',12,'page','',0),(1377,1,'2015-06-05 07:25:32','2015-06-05 07:25:32','','Blog Masonry 3 Column','','publish','open','open','','blog-masonry-3-column-2','','','2015-06-05 07:25:32','2015-06-05 07:25:32','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1377',13,'page','',0),(1380,1,'2015-06-05 07:28:37','2015-06-05 07:28:37','','Blog Masonry 4 Column','','publish','open','open','','blog-masonry-4-column','','','2015-06-05 07:28:37','2015-06-05 07:28:37','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1380',14,'page','',0),(1382,1,'2015-06-05 07:31:18','2015-06-05 07:31:18','','Blog Masonry Right Sidebar','','publish','open','open','','blog-masonry-right-sidebar','','','2015-06-05 07:31:18','2015-06-05 07:31:18','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1382',20,'page','',0),(1384,1,'2015-06-05 07:33:42','2015-06-05 07:33:42','','Blog Masonry Left Sidebar','','publish','open','open','','blog-masonry-left-sidebar','','','2015-06-05 07:33:42','2015-06-05 07:33:42','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1384',19,'page','',0),(1406,1,'2015-06-05 08:09:27','2015-06-05 08:09:27','','Blog List','','publish','open','open','','blog-list','','','2015-06-05 08:09:27','2015-06-05 08:09:27','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1406',9,'page','',0),(1408,1,'2015-06-05 08:11:46','2015-06-05 08:11:46','','Blog List Leftsidebar','','publish','open','open','','blog-list-leftsidebar','','','2015-06-05 08:11:46','2015-06-05 08:11:46','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1408',11,'page','',0),(1410,1,'2015-06-05 08:13:36','2015-06-05 08:13:36','','Blog List Fullwidth','','publish','open','open','','blog-list-fullwidth','','','2015-06-05 08:13:36','2015-06-05 08:13:36','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1410',10,'page','',0),(1416,1,'2015-06-05 09:53:33','2015-06-05 09:53:33','','Blog Timeline','','publish','open','open','','blog-timeline','','','2015-06-05 09:53:33','2015-06-05 09:53:33','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1416',22,'page','',0),(1433,1,'2015-06-05 10:59:42','2015-06-05 10:59:42','','Frequently Asked Questions','','publish','open','open','','frequently-asked-questions','','','2015-06-05 10:59:42','2015-06-05 10:59:42','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1433',69,'page','',0),(1435,1,'2015-06-05 11:10:21','2015-06-05 11:10:21','','aboutus','','inherit','open','open','','aboutus','','','2015-06-05 11:10:21','2015-06-05 11:10:21','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/04/aboutus1.jpg',0,'attachment','image/jpeg',0),(1450,1,'2015-06-05 12:04:09','2015-06-05 12:04:09','','aboutus2','','inherit','open','open','','aboutus2','','','2015-06-05 12:04:09','2015-06-05 12:04:09','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/aboutus22.jpg',0,'attachment','image/jpeg',0),(1491,1,'2015-06-06 11:05:56','2015-06-06 11:05:56','','Portfolio Default Grid 4 Columns','','publish','open','open','','portfolio-deafult-grid-4-columns','','','2015-06-06 11:05:56','2015-06-06 11:05:56','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1491',145,'page','',0),(1494,1,'2015-06-06 11:10:12','2015-06-06 11:10:12','','Portfolio Default Grid Right Sidebar','','publish','open','open','','portfolio-deafult-grid-right-sidebar','','','2015-06-06 11:10:12','2015-06-06 11:10:12','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1494',151,'page','',0),(1496,1,'2015-06-06 11:12:43','2015-06-06 11:12:43','','Portfolio Default Grid Left Sidebar','','publish','open','open','','portfolio-deafult-grid-left-sidebar','','','2015-06-06 11:12:43','2015-06-06 11:12:43','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1496',150,'page','',0),(1498,1,'2015-06-06 11:14:48','2015-06-06 11:14:48','','Portfolio Default Grid Fullwidth 3 Columns','','publish','open','open','','portfolio-deafult-grid-fullwidth-3-columns','','','2015-06-06 11:14:48','2015-06-06 11:14:48','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1498',146,'page','',0),(1500,1,'2015-06-06 11:17:45','2015-06-06 11:17:45','','Portfolio Default Grid Fullwidth 4 Columns','','publish','open','open','','portfolio-deafult-grid-fullwidth-4-columns','','','2015-06-06 11:17:45','2015-06-06 11:17:45','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1500',147,'page','',0),(1502,1,'2015-06-06 11:19:58','2015-06-06 11:19:58','','Portfolio Default Masonry 3 Columns','','publish','open','open','','portfolio-deafult-masonry-3-columns','','','2015-06-06 11:19:58','2015-06-06 11:19:58','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1502',154,'page','',0),(1505,1,'2015-06-06 11:32:15','2015-06-06 11:32:15','','Portfolio Default Masonry 4 Columns','','publish','open','open','','portfolio-deafult-masonry-4-columns','','','2015-06-06 11:32:15','2015-06-06 11:32:15','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1505',152,'page','',0),(1528,1,'2015-06-06 11:53:00','2015-06-06 11:53:00','','Portfolio Simple Grid 3 Columns','','publish','open','open','','portfolio-simple-grid-3-columns','','','2015-06-06 11:53:00','2015-06-06 11:53:00','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1528',161,'page','',0),(1531,1,'2015-06-06 11:54:18','2015-06-06 11:54:18','','Portfolio Simple Grid 4 Columns','','publish','open','open','','portfolio-simple-grid-4-columns','','','2015-06-06 11:54:18','2015-06-06 11:54:18','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1531',162,'page','',0),(1533,1,'2015-06-06 11:56:31','2015-06-06 11:56:31','','Portfolio Simple Grid Left Sidebar','','publish','open','open','','portfolio-simple-grid-left-sidebar','','','2015-06-06 11:56:31','2015-06-06 11:56:31','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1533',167,'page','',0),(1535,1,'2015-06-06 11:58:46','2015-06-06 11:58:46','','Portfolio Simple Grid Right Sidebar','','publish','open','open','','portfolio-simple-grid-right-sidebar','','','2015-06-06 11:58:46','2015-06-06 11:58:46','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1535',168,'page','',0),(1537,1,'2015-06-06 12:01:20','2015-06-06 12:01:20','','Portfolio Simple Grid Fullwidth 3 Columns','','publish','open','open','','portfolio-simple-grid-fullwidth-3-columns','','','2015-06-06 12:01:20','2015-06-06 12:01:20','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1537',163,'page','',0),(1541,1,'2015-06-06 12:05:21','2015-06-06 12:05:21','','Portfolio Simple Masonry 3 Columns','','publish','open','open','','portfolio-simple-masonry-3-columns','','','2015-06-06 12:05:21','2015-06-06 12:05:21','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1541',169,'page','',0),(1543,1,'2015-06-06 12:06:55','2015-06-06 12:06:55','','Portfolio Simple Masonry 4 Columns','','publish','open','open','','portfolio-simple-masonry-4-columns','','','2015-06-06 12:06:55','2015-06-06 12:06:55','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1543',170,'page','',0),(1553,1,'2015-06-06 12:16:05','2015-06-06 12:16:05','','Portfolio Custom Grid 3 Columns','','publish','open','open','','portfolio-custom-grid-3-columns','','','2015-06-06 12:16:05','2015-06-06 12:16:05','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1553',132,'page','',0),(1555,1,'2015-06-06 12:17:21','2015-06-06 12:17:21','','Portfolio Custom Grid 4 Columns','','publish','open','open','','portfolio-custom-grid-4-columns','','','2015-06-06 12:17:21','2015-06-06 12:17:21','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1555',133,'page','',0),(1557,1,'2015-06-06 12:19:10','2015-06-06 12:19:10','','Portfolio Custom Grid Left Sidebar','','publish','open','open','','portfolio-custom-grid-left-sidebar','','','2015-06-06 12:19:10','2015-06-06 12:19:10','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1557',134,'page','',0),(1559,1,'2015-06-06 12:21:17','2015-06-06 12:21:17','','Portfolio Custom Grid Right Sidebar','','publish','open','open','','portfolio-custom-grid-right-sidebar','','','2015-06-06 12:21:17','2015-06-06 12:21:17','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1559',135,'page','',0),(1563,1,'2015-06-06 12:24:09','2015-06-06 12:24:09','','Portfolio Custom Grid Fullwidth 3 Columns','','publish','open','open','','portfolio-custom-grid-fullwidth-3-columns','','','2015-06-06 12:24:09','2015-06-06 12:24:09','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1563',131,'page','',0),(1566,1,'2015-06-06 12:25:33','2015-06-06 12:25:33','','Portfolio Custom Grid Full Width 4 Columns','','publish','open','open','','portfolio-custom-grid-full-width-4-columns','','','2015-06-06 12:25:33','2015-06-06 12:25:33','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1566',128,'page','',0),(1594,1,'2015-06-07 07:24:52','2015-06-07 07:24:52','<span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore lorem ipsum dolor siet amet.</span>\n\n ','Coming Soon','','publish','open','open','','coming-soon','','','2015-06-07 07:24:52','2015-06-07 07:24:52','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1594',32,'page','',0),(1615,1,'2015-06-09 05:58:47','2015-06-09 05:58:47','[mango_user_registeration_form]','Create an Account','','publish','open','open','','create-an-account','','','2015-06-09 05:58:47','2015-06-09 05:58:47','',0,'http://smartwavethemes.net/mango1/?page_id=1615',38,'page','',0),(1622,1,'2015-06-09 10:44:21','2015-06-09 10:44:21','','bg1 (3)','','inherit','open','open','','bg1-3-2','','','2015-06-09 10:44:21','2015-06-09 10:44:21','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/bg1-311.jpg',0,'attachment','image/jpeg',0),(1667,1,'2015-06-19 09:19:43','2015-06-19 09:19:43','[vc_row][vc_column width=\"1/2\"][mango_login heading=\"Registered Customers\" description=\"Lorem ipsum dolor amet, conse adipiscing, eiusmod tempor incididunt ut labore et dolore magna aliqua.\" select_form=\"login\"][/vc_column][vc_column width=\"1/2\"][mango_registration select_form=\"registration\" heading=\"Registered Customers\" description=\"Lorem ipsum dolor amet, conse adipiscing, eiusmod tempor incididunt ut labore et dolore magna aliqua.\"][/vc_column][/vc_row]','Login Page','','publish','open','open','','login','','','2015-06-19 09:19:43','2015-06-19 09:19:43','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1667',118,'page','',0),(1736,1,'2015-06-19 16:56:19','2015-06-19 16:56:19','','Portfolio Default Grid Fullwidth 5 Columns','','publish','open','open','','portfolio-deafult-grid-fullwidth-5-columns','','','2015-06-19 16:56:19','2015-06-19 16:56:19','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1736',148,'page','',0),(1738,1,'2015-06-19 17:05:32','2015-06-19 17:05:32','','Portfolio Default Grid Fullwidth 6 Columns','','publish','open','open','','portfolio-deafult-grid-fullwidth-6-columns','','','2015-06-19 17:05:32','2015-06-19 17:05:32','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1738',149,'page','',0),(1753,1,'2015-06-19 17:31:11','2015-06-19 17:31:11','','item9','','inherit','open','open','','item9','','','2015-06-19 17:31:11','2015-06-19 17:31:11','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item91.jpg',0,'attachment','image/jpeg',0),(1755,1,'2015-06-19 18:23:28','2015-06-19 18:23:28','','Portfolio Default Masonry Right Sidebar','','publish','open','open','','portfolio-default-masonry-right-sidebar','','','2015-06-19 18:23:28','2015-06-19 18:23:28','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1755',160,'page','',0),(1757,1,'2015-06-19 18:26:55','2015-06-19 18:26:55','','Portfolio Default Masonry Left Sidebar','','publish','open','open','','portfolio-default-masonry-left-sidebar','','','2015-06-19 18:26:55','2015-06-19 18:26:55','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1757',159,'page','',0),(1759,1,'2015-06-19 18:28:48','2015-06-19 18:28:48','','Portfolio Default Masonry Fullwidth 3 Columns','','publish','open','open','','portfolio-default-masonry-fullwidth-3-columns','','','2015-06-19 18:28:48','2015-06-19 18:28:48','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1759',155,'page','',0),(1761,1,'2015-06-19 18:30:41','2015-06-19 18:30:41','','Portfolio Default Masonry Fullwidth 4 Columns','','publish','open','open','','portfolio-default-masonry-fullwidth-4-columns','','','2015-06-19 18:30:41','2015-06-19 18:30:41','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1761',156,'page','',0),(1763,1,'2015-06-19 18:31:47','2015-06-19 18:31:47','','Portfolio Default Masonry Fullwidth 5 Columns','','publish','open','open','','portfolio-default-masonry-fullwidth-5-columns','','','2015-06-19 18:31:47','2015-06-19 18:31:47','',0,'http://smartwavethemes.net/mango_dummy/?page_id=1763',157,'page','',0),(1852,1,'2015-06-20 17:01:58','2015-06-20 17:01:58','','project3','','inherit','open','open','','project3','','','2015-06-20 17:01:58','2015-06-20 17:01:58','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/project31.jpg',0,'attachment','image/jpeg',0),(1992,1,'2015-06-06 11:19:58','2015-06-06 11:19:58','','Portfolio Default Masonry 2 Columns','','publish','open','open','','portfolio-default-masonry-2-columns','','','2015-06-06 11:19:58','2015-06-06 11:19:58','',0,'http://smartwavethemes.net/mango_dummymenu/?page_id=1502',153,'page','',0),(2396,1,'2015-06-23 08:38:49','2015-06-23 08:38:49','Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven’t heard of them accusamus labore sustainable VHS.','DO YOU ACCEPT RETURNS?','','publish','closed','closed','','do-you-accept-returns','','','2015-06-23 08:38:49','2015-06-23 08:38:49','',0,'http://smartwavethemes.net/mango1/?post_type=faq&p=2396',5,'faq','',0),(2398,1,'2015-06-23 08:45:10','2015-06-23 08:45:10','Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven’t heard of them accusamus labore sustainable VHS.o.','I RUN A COMPANY AND I WOULD LIKE TO RECEIVE AN INVOICE?','','publish','closed','closed','','i-run-a-company-and-i-would-like-to-receive-an-invoice-2','','','2015-06-23 08:45:10','2015-06-23 08:45:10','',0,'http://smartwavethemes.net/mango1/?post_type=faq&p=2398',4,'faq','',0),(2400,1,'2015-06-23 08:47:36','2015-06-23 08:47:36','Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven’t heard of them accusamus labore sustainable VHS.','DO YOU ACCEPT RETURNS?','','publish','closed','closed','','do-you-accept-returns-2','','','2015-06-23 08:47:36','2015-06-23 08:47:36','',0,'http://smartwavethemes.net/mango1/?post_type=faq&p=2400',3,'faq','',0),(2521,1,'2015-06-27 07:31:00','2015-06-27 07:31:00','','women-cat','','inherit','open','open','','women-cat-2','','','2015-06-27 07:31:00','2015-06-27 07:31:00','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/women-cat1.png',0,'attachment','image/png',0),(2576,1,'2015-06-29 05:51:53','2015-06-29 05:51:53','','banner6','','inherit','open','open','','banner6-3','','','2015-06-29 05:51:53','2015-06-29 05:51:53','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/banner61.png',0,'attachment','image/png',0),(2735,1,'2015-06-30 08:41:47','2015-06-30 08:41:47','Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.','How do I use a promotional code?','','publish','closed','closed','','how-do-i-use-a-promotional-code-3','','','2015-06-30 08:41:47','2015-06-30 08:41:47','',0,'http://smartwavethemes.net/mango1/?post_type=faq&p=2735',2,'faq','',0),(2737,1,'2015-06-30 08:50:16','2015-06-30 08:50:16','By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.','Is there any possibility to ship my order abroad?','','publish','closed','closed','','is-there-any-possibility-to-ship-my-order-abroad-2','','','2015-06-30 08:50:16','2015-06-30 08:50:16','',0,'http://smartwavethemes.net/mango1/?post_type=faq&p=2737',1,'faq','',0),(2764,1,'2015-07-01 06:24:19','2015-07-01 06:24:19','','post2','','inherit','open','open','','post2-5','','','2015-07-01 06:24:19','2015-07-01 06:24:19','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post211.jpg',0,'attachment','image/jpeg',0),(2924,1,'2015-07-04 11:08:36','2015-07-04 11:08:36','','banner11','','inherit','open','open','','banner11','','','2015-07-04 11:08:36','2015-07-04 11:08:36','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner111.jpg',0,'attachment','image/jpeg',0),(2925,1,'2015-07-04 11:09:49','2015-07-04 11:09:49','','banner12','','inherit','open','open','','banner12','','','2015-07-04 11:09:49','2015-07-04 11:09:49','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/banner121.jpg',0,'attachment','image/jpeg',0),(2968,1,'2015-04-17 08:01:15','2015-04-17 03:01:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<div class=\"menu-quick-tags\"><strong>Quicklinks: </strong><a href=\"#\">Blazers</a>, <a href=\"#\">Jackets</a>, <a href=\"#\">Shoes</a>, <a href=\"#\">Bags</a>, <a href=\"#\">Special offers</a>, <a href=\"#\">Sales and discounts</a></div>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1438193991941{padding-top: -100px !important;}\"][vc_column_text]\n<div class=\"megamenu-alert\">-20% sale only this week. Don’t miss buy something!</div>\n[/vc_column_text][/vc_column][/vc_row]','Quick Links Categories','','publish','closed','closed','','quick-links-categories','','','2015-04-17 08:01:15','2015-04-17 03:01:15','',0,'http://localhost/mango_test/?post_type=block&p=85',1,'block','',0),(2969,1,'2015-05-20 06:11:45','2015-05-20 01:11:45','<strong>Quicklinks: </strong><a href=\"#\">Blazers</a>, <a href=\"#\">Jackets</a>, <a href=\"#\">Shoes</a>, <a href=\"#\">Bags</a>, <a href=\"#\">Special offers</a>, <a href=\"#\">Sales and discounts</a>','Quick Links Home','','publish','closed','closed','','quick-links-home','','','2015-05-20 06:11:45','2015-05-20 01:11:45','',0,'http://kamleshyadav.com/wp-developer/mango/?post_type=block&p=1728',2,'block','',0),(3126,1,'2015-07-06 10:11:43','2015-07-06 10:11:43','','side-discount','','inherit','open','open','','side-discount-2','','','2015-07-06 10:11:43','2015-07-06 10:11:43','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/side-discount1.jpg',0,'attachment','image/jpeg',0),(3172,1,'2015-07-07 05:24:24','2015-07-07 05:24:24','','megamenu-banner2','','inherit','open','open','','megamenu-banner2','','','2015-07-07 05:24:24','2015-07-07 05:24:24','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/megamenu-banner21.jpg',0,'attachment','image/jpeg',0),(3176,1,'2015-07-07 05:25:15','2015-07-07 05:25:15','','index-banner2','','inherit','open','open','','index-banner2-2','','','2015-07-07 05:25:15','2015-07-07 05:25:15','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/index-banner21.jpg',0,'attachment','image/jpeg',0),(3327,1,'2015-07-07 13:09:59','2015-07-07 13:09:59','','informations','','inherit','open','open','','informations-3','','','2015-07-07 13:09:59','2015-07-07 13:09:59','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/informations1.jpg',0,'attachment','image/jpeg',0),(4425,1,'2015-07-13 18:00:30','2015-07-13 13:00:30','','computer','','inherit','open','open','','computer','','','2015-07-13 18:00:30','2015-07-13 13:00:30','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/computer2.png',0,'attachment','image/png',0),(4441,1,'2015-07-13 18:00:33','2015-07-13 13:00:33','','phone','','inherit','open','open','','phone-2','','','2015-07-13 18:00:33','2015-07-13 13:00:33','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/phone11.png',0,'attachment','image/png',0),(4445,1,'2015-07-13 18:00:35','2015-07-13 13:00:35','','tablet','','inherit','open','open','','tablet-2','','','2015-07-13 18:00:35','2015-07-13 13:00:35','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/tablet11.png',0,'attachment','image/png',0),(4534,1,'2015-07-15 18:07:41','2015-07-15 13:07:41','','sidemenubg (1)','','inherit','open','open','','sidemenubg-1','','','2015-07-15 18:07:41','2015-07-15 13:07:41','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/sidemenubg-11.jpg',0,'attachment','image/jpeg',0),(5561,1,'2015-08-05 21:18:18','2015-08-05 21:18:18','','','','inherit','open','open','','4232','','','2015-08-05 21:18:18','2015-08-05 21:18:18','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/08/Kalimba-mp3-image1.jpg',0,'attachment','image/jpeg',0),(5580,1,'2015-08-04 12:10:12','2015-08-04 07:10:12','','side-discount-1 (1)','','inherit','open','open','','side-discount-1-1','','','2015-08-04 12:10:12','2015-08-04 07:10:12','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/side-discount-1-11.png',0,'attachment','image/png',0),(5749,1,'2015-04-17 09:30:31','2015-04-17 09:30:31','[vc_row][vc_column][vc_single_image image=\"1435\" img_size=\"``large``\" alignment=\"center\" img_link_large=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h2><strong>¿Quiénes somos? </strong></h2>\r\nSomos una imprenta digital dedicada a la impresión digital (PLOTEO – SUBLIMACION – DIGITAL PRESS), diseño gráfico. Como principal servicio brindamos asesoría personalizada para la realización de proyectos tomando como herramientas la funcionalidad e innovación.\r\n\r\n \r\n\r\nVolantes, afiches, papelería comercial, gran formato y todo tipo de tarjetería, son parte de los materiales que ofrecemos bajo diferentes técnicas de terminación utilizando los equipos necesarios para ofrecer un trabajo final de calidad en el tiempo requerido\r\n\r\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h2><strong>Nuestra historia </strong></h2>\r\nLayoot & Printing nace el 21 de mayo del año 2007, Lesly Lafond como diseñador gráfico, inicia realizando diseños en la sala de su casa para satisfacer la demanda de unos pocos clientes, quienes más adelante comienzan a solicitar el servicio de impresión, por lo que la demanda le hace adquirir su primera impresora digital y es en 2008 cuando una empresa amiga decide hacer uso de sus servicios y llega la necesidad de hacer un registro legal como empresa.\r\n\r\n \r\n\r\nSu nombre Layoot & Printing se debe a la unión de <em>Layout (diagramación en inglés) </em>y <em>Printing (imprimir en inglés), </em>factores que dieron origen a la marca. El cambio de <em>out </em>por <em>oot, </em>aunque sin intención alguna, dio la oportunidad de llevar un código de originalidad en su título.\r\n\r\n \r\n\r\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]Es en el año 2009 cuando la empresa da un paso adelante entrando en el mercado de la impresión offset Y Gran formato; así como también ofreciendo terminaciones especializadas y asesoría para la realización de los proyectos de sus clientes. Asociándose a la Publicista Teresa Nico, la empresa se dirige a una nueva categoría de clientes que buscan la innovación grafica con la implementación de nuevos materiales y técnicas, y novedosas estrategias servicio.\r\n\r\nHoy día, junto a todo el talento humano que nos acompaña, seguimos creciendo bajo la gracia de nuestro Dios, para continuar redactando más páginas a nuestra historia.\r\n<h2><strong>Misión, Visión y Valores</strong></h2>\r\n<strong>Misión:</strong>\r\n\r\nBrindar soluciones estratégicas de impresión y terminación a todo tipo de trabajo gráfico, haciendo una gestión de servicio y brindando calidad en todo momento.\r\n\r\n [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h2><strong>Visión:</strong></h2>\r\nDesarrollarnos de forma confiable, sólida, y rentable. Ofreciendo materiales y técnicas innovadoras a nuestros clientes.\r\n<h3><strong>Valores</strong>:</h3>\r\n- Fe en Dios. \"Encomienda a Jehová tu camino, Y confía en él; y él hará.\" Salmos 37:5 \r\n\r\n- Creemos en la gente. Todos los colaboradores de esta institución son piezas claves para el excelente funcionamiento de la misma, y es por ello que confiamos en que sus aportes han sido y serán importantes para nuestro desarrollo.\r\n\r\n- Apasionados por el servicio. Entregarnos por amor a lo que hacemos, dar el todo por ver un resultado final de excelencia y el agrado de un cliente satisfecho. \r\n\r\n- Innovación. No solo estar a la vanguardia con la tecnología, sino también poder ofertar nuevas ideas a nuestros clientes y aliados.\r\n\r\n- Unidad. Somos una gran familia, donde ser un equipo de apoyo y compañerismo es de gran importancia.\r\n\r\n- Celebramos nuestros logros. Dando gracias a Dios en primer lugar, y exaltando siempre el esfuerzo de cada uno de nuestros talentos que nos da más allá del resultado esperado.[/vc_column_text][/vc_column][/vc_row]','About Us','','publish','open','open','','about','','','2016-02-13 22:10:32','2016-02-13 22:10:32','',0,'http://smartwavethemes.net/mango_dummy/?page_id=7',2,'page','',0),(6204,1,'2015-08-05 22:37:01','2015-08-05 22:37:01','','cloud2.png','','inherit','closed','closed','','cloud2-png','','','2015-08-05 22:37:01','2015-08-05 22:37:01','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/08/cloud2.png',0,'attachment','image/png',0),(6205,1,'2015-08-05 22:37:01','2015-08-05 22:37:01','','cloud.png','','inherit','closed','closed','','cloud-png','','','2015-08-05 22:37:01','2015-08-05 22:37:01','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/08/cloud.png',0,'attachment','image/png',0),(6206,1,'2015-08-05 22:37:01','2015-08-05 22:37:01','','cloud3.png','','inherit','closed','closed','','cloud3-png','','','2015-08-05 22:37:01','2015-08-05 22:37:01','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/08/cloud3.png',0,'attachment','image/png',0),(6592,1,'2015-05-16 06:21:44','2015-05-16 06:21:44','[vc_row css=\".vc_custom_1436092746900{margin-bottom: -50px !important;}\" video_opts=\"\" multi_color_overlay=\"\"][vc_column width=\"1/1\"][vc_tabs tabposition=\"Top\" tabstyle=\"Animated Center Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"3fced6b2-fe09-9\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"featured\" show_price=\"yes\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"featured\" show_price=\"yes\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"a7222cd2-dc37-7\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"selling\" show_price=\"yes\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"selling\" show_price=\"yes\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435571835203-2-9\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"default\" show_price=\"yes\"][mango_woo_product product_style=\"style2\" show_product=\"10\" product_cats=\"Man & Woman,Blouses and shirts,Jackets and coats\" post_per_column_style1=\"5\" per_column_desktop=\"5\" per_column_tab=\"12\" show_cat=\"yes\" show_rating=\"yes\" selecttype=\"default\" show_price=\"yes\"][/vc_tab][/vc_tabs][/vc_column][/vc_row]','Home Version 13','','publish','open','open','','home-version-13','','','2015-05-16 06:21:44','2015-05-16 06:21:44','',0,'http://smartwavethemes.net/mango/demo1/?page_id=799',99,'page','',0),(7412,1,'2015-05-05 07:12:25','2015-05-05 07:12:25','[vc_row][vc_column width=\"1/1\"][vc_column_text]Mango has hundreds of font icon sets <code>FontAwesome - Simple Line Icons - Glyphicons - Foundation Icons - Generic Icons - Entypo Icons</code>. Total more than 800 icons ready to use.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_custom_heading text=\"Simple Line Icons\" font_container=\"tag:h2|font_size:30|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833189251{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-user-female\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833442809{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-user-female\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833519785{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-users\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833684460{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-user-follow\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833738017{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-user-unfollow\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833801825{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-user-female\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435833989619{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-trophy\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834083881{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-compass\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834198119{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-youtube\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834275769{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-twitter\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834320260{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-tumblr\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834364809{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-facebook\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834421233{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-dropbox\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834479823{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-social-dribbble\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834527562{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-trophy\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834614127{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-shield\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834759536{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-screen-tablet\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435834851698{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-Simple-Line-Icons glyph-screen-smartphone\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431038732983{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-desktop\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431038769574{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-plane-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431038824321{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-notebook\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431037631966{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-trophy\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039113640{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-mouse\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039438295{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-magnet\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039508231{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-magic\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039536200{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-hourglass\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039565289{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-graduation-cap\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039604529{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-female\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039665936{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-gamepad\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039709738{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-fire\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040012515{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-glasses\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040053029{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-envelope\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040112641{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-envelope\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040211410{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-stackoverflow\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040241324{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-smile\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040309861{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-certificate\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040350071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-move\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040382561{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-crop\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040418761{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-credit-card\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040453997{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-bell\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040501544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-certificate\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431039508231{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-magic\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040534941{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-redo\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040571453{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-anchor\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040601488{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-undo\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040648826{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-bag\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040701423{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-basket\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431040798882{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-basket\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041284316{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-book-open\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041337587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-briefcase\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041391517{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-bubble2\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041427045{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-calculator\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041468282{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-zocial glyph-call\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041509850{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-zocial glyph-call\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041556695{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-zocial glyph-call\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041596255{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-compass\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041636495{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-cup\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041716045{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-diamonds\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041781226{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-direction\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041854440{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-direction-outline\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041920560{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-docs\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431041979086{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-drawer\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042018362{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-droplet\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042092140{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-headphones\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042126656{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-headphones\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042159121{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-feed\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042197997{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-film\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042250635{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-folder-open-empty\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042329494{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-photo\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042373360{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-globe\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042411177{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-globe-alt-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431042449310{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-layers\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431043596105{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-map\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431043642770{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-picture-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431043683927{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-pinned\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044317358{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-note\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044067716{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-bookmark-empty\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044116315{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-zocial glyph-print\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044159376{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-puzzle\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044283440{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-copy\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044443491{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-resize-full\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044516516{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-folder-empty\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044575649{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-arrow-down3\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044610018{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-arrow-left3\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044646765{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-arrow-right3\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044694188{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-arrow-up3\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044735089{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-chart-bar\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044773687{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-lightbulb\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044819785{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-calendar\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044913169{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-play2\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431044970208{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-fast-forward\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045013290{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-pause-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045058302{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-play-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045092800{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-backward2\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045139472{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-to-start\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045168270{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-cursor\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045948783{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-thumbs-down\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431045998252{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-equalizer\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046036154{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-graph\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431105804067{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-th-large\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046189243{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-home\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046220081{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-thumbs-up\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046259794{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-list\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046286220{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-login\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046321329{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-logout\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046469652{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-loop\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046610487{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-megaphone\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046690191{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-note\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046727585{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-note-beamed\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046785651{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-notebook\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046840696{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-pencil\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046894116{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-chart-pie-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046929587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-question\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046929587{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-question\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431046980733{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-share\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047051210{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-share\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047191024{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-shuffle\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047229726{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-resize-full-alt\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047334771{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-resize-small-alt\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047364476{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-support\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047424912{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-tag\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047459298{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-trash\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047500536{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-umbrella\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047548529{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-wrench\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047637688{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-stop\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431047691944{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-bubble2\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431048739392{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-videocam\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431048798647{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-camera-outline\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431048869730{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-check\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431048908826{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-clock\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431048969124{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-times-enclosed\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049043968{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-upload-cloud-outline\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049362110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-heart-empty\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049401644{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-info\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049449455{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-key\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049487317{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-link\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049577784{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-lock-empty\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431049577784{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-lock-empty\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050303523{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-droplet\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050338266{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-typicons glyph-power\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050380405{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-refresh\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050449847{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-refresh\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050503902{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-settings\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431050533371{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-star-empty\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"grey\" align=\"align_center\"][vc_column_text]For more information about simple line icons <a href=\"http://graphicburger.com/simple-line-icons-webfont/\" target=\"_blank\">Check out</a> now.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Font Awesome <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106044110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-iconic glyph-bat-full\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106162493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-dribbble\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106162493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-dribbble\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106235452{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-male\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106405355{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-bold\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106453857{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-female\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106895401{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-puzzle\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106921558{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-anchor\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106951505{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-plugin\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431106982941{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-shield\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107064412{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-align-justify\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107094179{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-laptop\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107127241{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-mobile\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107167238{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-language\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107201507{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-gamepad\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107239675{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-lock\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107292430{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-stop\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431107352730{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-flash\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"grey\" align=\"align_center\"][vc_column_text]For more information about fontawesome icons <a href=\"http://fontawesome.io/icons/\" target=\"_blank\">Check out</a> now.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Glyphicons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108489697{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-flag\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108522894{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-road\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108555381{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-user\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108589181{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-comment\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108654595{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-fastforward\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108697960{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-upload\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108726096{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-magnet\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108829650{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-generic glyph-refresh\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108865427{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-dashboard\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108933040{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-heart\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431108967255{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-flash\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109004390{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-alert\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109088548{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-database\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109149327{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-bug\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109245788{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-icomoon glyph-scissors\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109310833{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-entypo glyph-inbox\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109362305{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-foundicons glyph-glasses\"></i></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1431109398732{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><i class=\"iconized font-awesome glyph-bold\"></i></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"grey\" align=\"align_center\"][vc_column_text]<i>For more information about glyphicons </i><a href=\"http://getbootstrap.com/components/#glyphicons\" target=\"_blank\">Check out</a><i> now.</i>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Foundation Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454077023{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-speaker\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454230955{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-child\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454325702{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-hearing-impaired\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454397191{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-view-modes\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454459621{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-eyeball\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434454523081{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-glasses\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455257571{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-blind\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455341239{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-css\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455372857{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-key\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455419516{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-guidedog\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455462734{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-elevator\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1434455502419{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-calendar\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435042810332{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-wordpress\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435042870437{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-video-chat\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435042909479{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-behance\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435042947088{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-reddit\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435043007670{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-vimeo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435043040780{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-foundicons glyph-paper-clip-enclosed\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Generic Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435043329749{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-standard\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435043449620{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-404\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435043487890{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-chat\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435044145253{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-pocket\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435044220690{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-category\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435044847803{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-subscribed\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435044998343{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-twitter\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435045199823{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-facebook\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435045376318{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-googleplus\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435045805274{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-linkedin-alt\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435045854078{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-skype\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435045882128{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-pinterest-alt\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046028493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-play\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046299510{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-stop\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046336479{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-skip-ahead\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046531648{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-rewind\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046576493{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-fullscreen\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435046727750{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-generic glyph-close\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Entypo Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435047791323{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-note\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435047954551{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-search\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435048099204{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-flashlight\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435048144513{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-user-add\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435048175086{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-users\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435048210897{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-picture\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049006476{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-tag\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049045302{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-bookmarks\"></span><span class=\"iconized font-entypo glyph-bookmarks\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049402267{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-flag\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049442764{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-download\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049477579{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-upload\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049653395{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-export\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049804023{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-feather\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049858110{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-print\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049906352{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-vcard\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049944762{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-address\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435049984203{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-tools\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435050036544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-entypo glyph-flow-tree\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Typicons Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149198073{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-music-outline\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149340114{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-search\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149373428{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-mail\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149429063{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-heart-filled\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149758780{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-star-filled\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435149806816{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-user\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150191704{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-videocam\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150238560{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-picture\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150277750{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-camera\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150309039{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-th\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150344886{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-th-list\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150387882{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-home\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150781901{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-stopwatch\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150822593{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-phone-outline\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150865635{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-pen\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150900025{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-feather\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150936842{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-warning\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435150983967{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-typicons glyph-lastfm-circled\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Iconic Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660161815{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-search\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660219246{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-dial\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660250831{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-video\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660275228{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-camera\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660307777{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-download-cloud\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660341289{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-pin\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660397442{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-pencil-alt\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660428390{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-undo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660459729{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-comment\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660487808{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-chat-inv\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660533519{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-trash\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660578218{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-doc-inv-alt\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660836541{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-box\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660868963{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-rss-alt\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660903630{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-share\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435660945492{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-calendar-alt\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435661043346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-target\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435661125690{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-iconic glyph-sun\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Zocial Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672451668{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-duckduckgo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672495117{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-flattr\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672636717{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-smashmag\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672661503{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-lanyrd\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672685044{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-bitcoin\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672706495{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-w3c\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672771261{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-html5\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672795710{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-grooveshark\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672824411{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-ninetyninedesigns\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672851262{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-digg\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672874259{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-appstore\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672899589{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-blogger\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672951898{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-facebook\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435672982776{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-weibo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435673007644{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-vimeo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435673033423{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-yahoo\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435673057459{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-drupal\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435673097990{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-zocial glyph-scribd\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Fontello Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679295085{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-happy\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679422544{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-win8\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679473416{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-unhappy\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679517776{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-thumbsup\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679546510{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-devil\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679572572{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-coffee\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679616104{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-beer\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679639660{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-angry\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679663488{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-cry\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679687514{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-shoot\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679709382{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-laugh\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679732931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-spin2\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679779762{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-firefox\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679808211{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-spin5\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679838462{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-crown-plus\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679928342{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-emo-saint\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435679974838{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-tudou\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680037525{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-fontello glyph-github\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Icomoon Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680324328{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-home\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680374514{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-IcoMoon\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680401831{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-office\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680432070{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-droplet\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680464664{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-image\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435680491777{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-dice\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682841145{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-pacman\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682873827{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-podcast\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682897917{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-library\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682927691{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-book\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682950265{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-paste2\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435682983432{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-cart\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683027285{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-barcode\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683055346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-qrcode\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683090931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-bell\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683120071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-keyboard\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683149942{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-cabinet\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683188353{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-point-right\"></span></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h2 class=\"md-margin\">Icomoon Icons <small>(Some examples - for more checkout website)</small></h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683027285{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-barcode\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683055346{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-qrcode\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683090931{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-bell\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683120071{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-keyboard\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683149942{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-cabinet\"></span></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1435683188353{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #f1f1f1 !important;}\"]\n<p style=\"text-align: center;\"><span class=\"iconized font-icomoon glyph-point-right\"></span></p>\n[/vc_column_text][/vc_column][/vc_row]','Elements Icons','','publish','open','open','','elements-icons','','','2015-05-05 07:12:25','2015-05-05 07:12:25','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=336',50,'page','',0),(7416,1,'2015-04-18 09:56:23','2015-04-18 09:56:23','[vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Collapse</h2>\n[/vc_column_text][vc_accordion collapsible=\"yes\" disable_keyboard=\"\"][vc_accordion_tab title=\"HOW DO I USE A PROMOTIONAL CODE?\" labeltxt=\"new\" labeltyp=\"new\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"IS THERE ANY POSSIBILITY TO SHIP MY ORDER ABROAD?\" labeltxt=\"popular\" labeltyp=\"popular\"][vc_column_text]By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo..[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"I RUN A COMPANY AND I WOULD LIKE TO RECEIVE AN INVOICE?\" labeltyp=\"select\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 class=\"md-margin\">Accordion</h2>\n[/vc_column_text][vc_accordion collapsible=\"yes\" disable_keyboard=\"\"][vc_accordion_tab title=\"HOW DO I USE ?\" labeltyp=\"select\" labeltxt=\"new\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"IS THERE ANY POSSIBILITY ?\" labeltyp=\"select\" labeltxt=\"new\"][vc_column_text]By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"I RUN A COMPANY AND I WOULD ?\" labeltyp=\"select\" labeltxt=\"new\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row]','Elements collapses','','publish','open','open','','elements-collapses','','','2015-04-18 09:56:23','2015-04-18 09:56:23','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=43',47,'page','',0),(7512,1,'2015-05-13 06:58:46','2015-05-13 06:58:46','','Blog','','publish','open','open','','blog','','','2015-05-13 06:58:46','2015-05-13 06:58:46','',0,'http://smartwavethemes.net/mango_dummy/?page_id=589',6,'page','',0),(7540,1,'2015-04-28 05:49:35','2015-04-28 05:49:35','[vc_row][vc_column][vc_custom_heading text=\"Alert Boxes\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_message color=\"success\" style=\"square\" message_box_color=\"success\" icon_fontawesome=\"fa fa-check\"]<strong>All fine!</strong> All entered informations are correctly.[/vc_message][vc_message color=\"danger\" style=\"square\" message_box_color=\"danger\" icon_fontawesome=\"fa fa-times\"]<strong>Not Correct!</strong> Please check entered informations again.[/vc_message][vc_message color=\"warning\" style=\"square\" message_box_color=\"warning\" icon_fontawesome=\"fa fa-exclamation-triangle\"]<strong>Carefully!</strong> Please check entered informations again.[/vc_message][vc_message color=\"info\" style=\"square\"]<strong>Carefully!</strong> Please check entered informations again.[/vc_message][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Dismissable Alert Boxes\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_message color=\"success\" style=\"square\" message_box_color=\"success\" icon_fontawesome=\"fa fa-check\" dismissable=\"yes\" closebtn=\"yes\"]<strong>All fine!</strong> All entered informations are correctly.[/vc_message][vc_message color=\"danger\" style=\"square\" message_box_color=\"danger\" icon_fontawesome=\"fa fa-times\" dismissable=\"yes\" closebtn=\"yes\"]<strong>Not Correct!</strong> Please check entered informations again.[/vc_message][vc_message color=\"warning\" style=\"square\" message_box_color=\"warning\" icon_fontawesome=\"fa fa-exclamation-triangle\" dismissable=\"yes\" closebtn=\"yes\"]<strong>Carefully!</strong> Please check entered informations again.[/vc_message][vc_message color=\"info\" style=\"square\" dismissable=\"yes\" closebtn=\"yes\"]<strong>Carefully!</strong> Please check entered informations again.[/vc_message][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Links in Alert Boxes\" font_container=\"tag:h2|text_align:left|color:%232e2e2e|line_height:1\" google_fonts=\"font_family:Raleway%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C800%2C900|font_style:600%20bold%20regular%3A600%3Anormal\"][vc_message color=\"success\" style=\"square\" message_box_color=\"success\" icon_fontawesome=\"fa fa-check\" closebtn=\"yes\"]<strong>All fine!</strong> All entered informations are correctly. <a class=\"alert-link\" href=\"#\">Buy Now</a>[/vc_message][vc_message color=\"danger\" style=\"square\" message_box_color=\"danger\" icon_fontawesome=\"fa fa-times\" closebtn=\"yes\"]<strong>Not Correct!</strong> Please check entered informations again. <a class=\"alert-link\" href=\"#\">Buy Now</a>[/vc_message][vc_message color=\"warning\" style=\"square\" message_box_color=\"warning\" icon_fontawesome=\"fa fa-exclamation-triangle\" closebtn=\"yes\"]<strong>Carefully!</strong> Please check entered informations again. <a class=\"alert-link\" href=\"#\">Buy Now</a>[/vc_message][vc_message color=\"info\" style=\"square\" closebtn=\"yes\"]<strong>Carefully!</strong> Please check entered informations again. <a class=\"alert-link\" href=\"http://smartwavethemes.net/mango13/\">Buy Now</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n \n<div class=\"container\">\n<h2>Confirm Box <small>(Use <code>fixed class</code> to position fixed)</small></h2>\n<div class=\"confirm-box\">\n<div class=\"confirm-box-wrapper clearfix\">\n\n \n\n<figure><a href=\"#\"><img src=\"http://smartwavethemes.net/mango_dummy/wp-content/uploads/sites/2/2015/04/confirm-product.jpg\" alt=\"Product Name\"></a></figure>\n<div class=\"confirm-content\">\n<h4><a href=\"#\">Women Fashion Dress</a></h4>\nProduct was successfully added to your shopping cart\n<div class=\"confirm-action\"><a class=\"btn btn-custom4 btn-sm\" href=\"#\">View Cart</a><a class=\"btn btn-custom btn-sm\" href=\"#\">checkout</a></div>\n</div>\n<!-- End .confirm-content -->\n\n</div>\n<!-- End .confirm-box-wrapper -->\n\n</div>\n<!-- End .confirm-box -->\n\n</div>\n[/vc_column_text][/vc_column][/vc_row]','Elements Alerts','','publish','open','open','','elements-alerts','','','2015-04-28 05:49:35','2015-04-28 05:49:35','',0,'http://smartwavethemes.net/mango_dummy3/?page_id=76',44,'page','',0),(7663,1,'2015-09-12 05:56:17','2015-09-12 05:56:17','','product5','','inherit','open','open','','product5','','','2015-09-12 05:56:17','2015-09-12 05:56:17','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product5.jpg',0,'attachment','image/jpeg',0),(7664,1,'2015-09-12 05:56:30','2015-09-12 05:56:30','','product5-2','','inherit','open','open','','product5-2','','','2015-09-12 05:56:30','2015-09-12 05:56:30','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product5-2.jpg',0,'attachment','image/jpeg',0),(7665,1,'2015-09-12 05:57:04','2015-09-12 05:57:04','','product7','','inherit','open','open','','product7','','','2015-09-12 05:57:04','2015-09-12 05:57:04','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product7.jpg',0,'attachment','image/jpeg',0),(7666,1,'2015-09-12 05:57:22','2015-09-12 05:57:22','','product6-2','','inherit','open','open','','product6-2','','','2015-09-12 05:57:22','2015-09-12 05:57:22','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product6-2.jpg',0,'attachment','image/jpeg',0),(7667,1,'2015-09-12 05:57:24','2015-09-12 05:57:24','','product7-2','','inherit','open','open','','product7-2','','','2015-09-12 05:57:24','2015-09-12 05:57:24','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product7-2.jpg',0,'attachment','image/jpeg',0),(7668,1,'2015-09-12 05:57:27','2015-09-12 05:57:27','','product6','','inherit','open','open','','product6','','','2015-09-12 05:57:27','2015-09-12 05:57:27','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product6.jpg',0,'attachment','image/jpeg',0),(7669,1,'2015-09-12 05:58:07','2015-09-12 05:58:07','','product3','','inherit','open','open','','product3-2','','','2015-09-12 05:58:07','2015-09-12 05:58:07','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product3.jpg',0,'attachment','image/jpeg',0),(7670,1,'2015-09-12 05:58:18','2015-09-12 05:58:18','','product3-2','','inherit','open','open','','product3-2-2','','','2015-09-12 05:58:18','2015-09-12 05:58:18','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product3-2.jpg',0,'attachment','image/jpeg',0),(7671,1,'2015-09-12 05:58:20','2015-09-12 05:58:20','','product3-3','','inherit','open','open','','product3-3','','','2015-09-12 05:58:20','2015-09-12 05:58:20','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/product3-3.jpg',0,'attachment','image/jpeg',0),(7672,1,'2015-09-12 05:58:42','2015-09-12 05:58:42','','product1','','inherit','open','open','','product1','','','2015-09-12 05:58:42','2015-09-12 05:58:42','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/product1.jpg',0,'attachment','image/jpeg',0),(7673,1,'2015-09-12 05:58:52','2015-09-12 05:58:52','','product1-2','','inherit','open','open','','product1-2','','','2015-09-12 05:58:52','2015-09-12 05:58:52','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/product1-2.jpg',0,'attachment','image/jpeg',0),(7674,1,'2015-09-12 05:58:55','2015-09-12 05:58:55','','product1-3','','inherit','open','open','','product1-3','','','2015-09-12 05:58:55','2015-09-12 05:58:55','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/product1-3.jpg',0,'attachment','image/jpeg',0),(7677,1,'2015-09-12 05:59:45','2015-09-12 05:59:45','','product8','','inherit','open','open','','product8','','','2015-09-12 05:59:45','2015-09-12 05:59:45','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/product8.jpg',0,'attachment','image/jpeg',0),(7678,1,'2015-09-12 05:59:56','2015-09-12 05:59:56','','product8-2','','inherit','open','open','','product8-2','','','2015-09-12 05:59:56','2015-09-12 05:59:56','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/product8-2.jpg',0,'attachment','image/jpeg',0),(7689,1,'2015-09-12 06:12:05','2015-09-12 06:12:05','','product2','','inherit','open','open','','product2','','','2015-09-12 06:12:05','2015-09-12 06:12:05','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/product2.jpg',0,'attachment','image/jpeg',0),(7690,1,'2015-09-12 06:12:09','2015-09-12 06:12:09','','product14','','inherit','open','open','','product14','','','2015-09-12 06:12:09','2015-09-12 06:12:09','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/product14.jpg',0,'attachment','image/jpeg',0),(7691,1,'2015-09-12 06:12:51','2015-09-12 06:12:51','','product6','','inherit','open','open','','product6-3','','','2015-09-12 06:12:51','2015-09-12 06:12:51','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/product6.jpg',0,'attachment','image/jpeg',0),(7692,1,'2015-09-12 06:12:55','2015-09-12 06:12:55','','product4','','inherit','open','open','','product4-3','','','2015-09-12 06:12:55','2015-09-12 06:12:55','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/product41.jpg',0,'attachment','image/jpeg',0),(7694,1,'2015-09-12 06:19:33','2015-09-12 06:19:33','','post2','','inherit','open','open','','post2','','','2015-09-12 06:19:33','2015-09-12 06:19:33','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post2.jpg',0,'attachment','image/jpeg',0),(7696,1,'2015-09-12 06:20:10','2015-09-12 06:20:10','','post3','','inherit','open','open','','post3','','','2015-09-12 06:20:10','2015-09-12 06:20:10','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post3.jpg',0,'attachment','image/jpeg',0),(7697,1,'2015-09-12 06:20:22','2015-09-12 06:20:22','','post6','','inherit','open','open','','post6-2','','','2015-09-12 06:20:22','2015-09-12 06:20:22','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post6.jpg',0,'attachment','image/jpeg',0),(7698,1,'2015-09-12 06:20:27','2015-09-12 06:20:27','','post4','','inherit','open','open','','post4','','','2015-09-12 06:20:27','2015-09-12 06:20:27','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post4.jpg',0,'attachment','image/jpeg',0),(7699,1,'2015-09-12 06:20:33','2015-09-12 06:20:33','','post5','','inherit','open','open','','post5-3','','','2015-09-12 06:20:33','2015-09-12 06:20:33','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/05/post5.jpg',0,'attachment','image/jpeg',0),(7713,1,'2015-09-12 06:48:52','2015-09-12 06:48:52','','item3','','inherit','open','open','','item3','','','2015-09-12 06:48:52','2015-09-12 06:48:52','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/07/item3.jpg',0,'attachment','image/jpeg',0),(7716,1,'2015-09-12 06:53:11','2015-09-12 06:53:11','','item6','','inherit','open','open','','item6','','','2015-09-12 06:53:11','2015-09-12 06:53:11','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item6.jpg',0,'attachment','image/jpeg',0),(7717,1,'2015-09-12 06:53:14','2015-09-12 06:53:14','','item1','','inherit','open','open','','item1-2','','','2015-09-12 06:53:14','2015-09-12 06:53:14','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item1.jpg',0,'attachment','image/jpeg',0),(7718,1,'2015-09-12 06:53:17','2015-09-12 06:53:17','','item2','','inherit','open','open','','item2-4','','','2015-09-12 06:53:17','2015-09-12 06:53:17','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item2.jpg',0,'attachment','image/jpeg',0),(7724,1,'2015-09-12 06:56:39','2015-09-12 06:56:39','','item4','','inherit','open','open','','item4','','','2015-09-12 06:56:39','2015-09-12 06:56:39','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item4.jpg',0,'attachment','image/jpeg',0),(7725,1,'2015-09-12 06:56:45','2015-09-12 06:56:45','','item5','','inherit','open','open','','item5-2','','','2015-09-12 06:56:45','2015-09-12 06:56:45','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item5.jpg',0,'attachment','image/jpeg',0),(7734,1,'2015-09-12 06:59:45','2015-09-12 06:59:45','','item9','','inherit','open','open','','item9-2','','','2015-09-12 06:59:45','2015-09-12 06:59:45','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item9.jpg',0,'attachment','image/jpeg',0),(7742,1,'2015-09-12 07:05:59','2015-09-12 07:05:59','','item5','','inherit','open','open','','item5-3','','','2015-09-12 07:05:59','2015-09-12 07:05:59','',0,'http://www.layootprinting.com/index/wp-content/uploads/2015/06/item52.jpg',0,'attachment','image/jpeg',0),(7750,1,'2015-09-12 07:49:21','2015-09-12 07:49:21','','product9','','inherit','open','open','','product9','','','2015-09-12 07:49:21','2015-09-12 07:49:21','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/product9.jpg',0,'attachment','image/jpeg',0),(7902,1,'2015-09-12 09:17:38','2015-09-12 09:17:38','','0.789988778372393-70','','inherit','open','open','','0-789988778372393-70','','','2015-09-12 09:17:38','2015-09-12 09:17:38','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/0.789988778372393-70.jpg',0,'attachment','image/jpeg',0),(7903,1,'2015-09-12 09:17:41','2015-09-12 09:17:41','','0.167818443224864-70','','inherit','open','open','','0-167818443224864-70','','','2015-09-12 09:17:41','2015-09-12 09:17:41','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/0.167818443224864-70.jpg',0,'attachment','image/jpeg',0),(7904,1,'2015-09-12 09:17:43','2015-09-12 09:17:43','','0.328280176342563-70','','inherit','open','open','','0-328280176342563-70','','','2015-09-12 09:17:43','2015-09-12 09:17:43','',0,'http://www.layootprinting.com/index/wp-content/uploads/2013/06/0.328280176342563-70.jpg',0,'attachment','image/jpeg',0),(7906,1,'2016-02-11 10:46:24','2016-02-11 10:46:24','','Masonry','','publish','closed','closed','','masonry','','','2016-02-11 10:46:24','2016-02-11 10:46:24','',0,'http://www.layootprinting.com/index/2016/02/11/masonry/',43,'nav_menu_item','',0),(7909,1,'2016-02-11 10:46:24','2016-02-11 10:46:24','','Grid','','publish','closed','closed','','grid','','','2016-02-11 10:46:24','2016-02-11 10:46:24','',0,'http://www.layootprinting.com/index/2016/02/11/grid/',38,'nav_menu_item','',0),(7912,1,'2016-02-11 10:46:25','2016-02-11 10:46:25','','Grid','','publish','closed','closed','','grid-2','','','2016-02-11 10:46:25','2016-02-11 10:46:25','',0,'http://www.layootprinting.com/index/2016/02/11/grid-2/',32,'nav_menu_item','',0),(7915,1,'2016-02-11 10:46:25','2016-02-11 10:46:25','','Single Portfolio','','publish','closed','closed','','single-portfolio','','','2016-02-11 10:46:25','2016-02-11 10:46:25','',0,'http://www.layootprinting.com/index/2016/02/11/single-portfolio/',46,'nav_menu_item','',0),(7918,1,'2016-02-11 10:46:25','2016-02-11 10:46:25','','Portfolio Simple','','publish','closed','closed','','portfolio-simple','','','2016-02-11 10:46:25','2016-02-11 10:46:25','',0,'http://www.layootprinting.com/index/2016/02/11/portfolio-simple/',37,'nav_menu_item','',0),(7921,1,'2016-02-11 10:46:25','2016-02-11 10:46:25','','Portfolio Default','','publish','closed','closed','','portfolio-default','','','2016-02-11 10:46:25','2016-02-11 10:46:25','',0,'http://www.layootprinting.com/index/2016/02/11/portfolio-default/',31,'nav_menu_item','',0),(7924,1,'2016-02-11 10:46:25','2016-02-11 10:46:25','','Portfolio','','publish','closed','closed','','portfolio','','','2016-02-11 10:46:25','2016-02-11 10:46:25','',0,'http://www.layootprinting.com/index/2016/02/11/portfolio/',30,'nav_menu_item','',0),(7927,1,'2016-02-11 10:46:26','2016-02-11 10:46:26','','HOME','','publish','closed','closed','','home','','','2016-02-11 10:46:26','2016-02-11 10:46:26','',0,'http://www.layootprinting.com/index/2016/02/11/home/',1,'nav_menu_item','',0),(7930,1,'2016-02-11 10:46:26','2016-02-11 10:46:26','','404','','publish','closed','closed','','404','','','2016-02-11 10:46:26','2016-02-11 10:46:26','',0,'http://www.layootprinting.com/index/2016/02/11/404/',78,'nav_menu_item','',0),(7933,1,'2016-02-11 10:46:26','2016-02-11 10:46:26','','PAGES','','publish','closed','closed','','pages','','','2016-02-11 10:46:26','2016-02-11 10:46:26','',0,'http://www.layootprinting.com/index/2016/02/11/pages/',29,'nav_menu_item','',0),(7936,1,'2016-02-11 10:46:26','2016-02-11 10:46:26','','Blog Classic','','publish','closed','closed','','blog-classic','','','2016-02-11 10:46:26','2016-02-11 10:46:26','',0,'http://www.layootprinting.com/index/2016/02/11/blog-classic/',48,'nav_menu_item','',0),(7939,1,'2016-02-11 10:46:27','2016-02-11 10:46:27','','HOMEPAGES','','publish','closed','closed','','homepages','','','2016-02-11 10:46:27','2016-02-11 10:46:27','',0,'http://www.layootprinting.com/index/2016/02/11/homepages/',20,'nav_menu_item','',0),(7942,1,'2016-02-11 10:46:27','2016-02-11 10:46:27','','HOMEPAGES','','publish','closed','closed','','homepages-2','','','2016-02-11 10:46:27','2016-02-11 10:46:27','',0,'http://www.layootprinting.com/index/2016/02/11/homepages-2/',14,'nav_menu_item','',0),(7945,1,'2016-02-11 10:46:27','2016-02-11 10:46:27','','HOMEPAGES','','publish','closed','closed','','homepages-3','','','2016-02-11 10:46:27','2016-02-11 10:46:27','',0,'http://www.layootprinting.com/index/2016/02/11/homepages-3/',8,'nav_menu_item','',0),(7948,1,'2016-02-11 10:46:27','2016-02-11 10:46:27','','HOMEPAGES','','publish','closed','closed','','homepages-4','','','2016-02-11 10:46:27','2016-02-11 10:46:27','',0,'http://www.layootprinting.com/index/2016/02/11/homepages-4/',2,'nav_menu_item','',0),(7951,1,'2016-02-11 10:46:28','2016-02-11 10:46:28','','Post Formats','','publish','closed','closed','','post-formats','','','2016-02-11 10:46:28','2016-02-11 10:46:28','',0,'http://www.layootprinting.com/index/2016/02/11/post-formats/',60,'nav_menu_item','',0),(7954,1,'2016-02-11 10:46:28','2016-02-11 10:46:28','','Mapa del sitio','','publish','closed','closed','','site-map','','','2016-02-12 14:19:58','2016-02-12 14:19:58','',0,'http://www.layootprinting.com/index/2016/02/11/site-map/',1,'nav_menu_item','',0),(7960,1,'2016-02-11 10:46:28','2016-02-11 10:46:28','','Condiciones','','publish','closed','closed','','terms','','','2016-02-12 14:19:58','2016-02-12 14:19:58','',0,'http://www.layootprinting.com/index/2016/02/11/terms/',2,'nav_menu_item','',0),(7966,1,'2016-02-11 10:46:29','2016-02-11 10:46:29','','Pedidos y Devoluciones','','publish','closed','closed','','orders-and-returns','','','2016-02-12 14:19:58','2016-02-12 14:19:58','',0,'http://www.layootprinting.com/index/2016/02/11/orders-and-returns/',3,'nav_menu_item','',0),(7969,1,'2016-02-11 10:46:29','2016-02-11 10:46:29','','Contáctenos','','publish','closed','closed','','contact-us','','','2016-02-12 14:19:58','2016-02-12 14:19:58','',0,'http://www.layootprinting.com/index/2016/02/11/contact-us/',4,'nav_menu_item','',0),(8002,1,'2016-02-11 10:46:31','2016-02-11 10:46:31','','Quick Links Home','','publish','closed','closed','','quick-links-home','','','2016-02-11 10:46:31','2016-02-11 10:46:31','',0,'http://www.layootprinting.com/index/2016/02/11/quick-links-home/',26,'nav_menu_item','',0),(8005,1,'2016-02-11 10:46:31','2016-02-11 10:46:31','','Home RTL','','publish','closed','closed','','home-rtl','','','2016-02-11 10:46:31','2016-02-11 10:46:31','',0,'http://www.layootprinting.com/index/2016/02/11/home-rtl/',74,'nav_menu_item','',0),(8006,1,'2016-02-11 12:01:06','2016-02-11 12:01:06','','slide14.jpg','','inherit','closed','closed','','slide14-jpg','','','2016-02-11 12:01:06','2016-02-11 12:01:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/revslider/home_version12/slide14.jpg',0,'attachment','image/jpeg',0),(8009,1,'2016-02-11 12:01:08','2016-02-11 12:01:08','','slide24.jpg','','inherit','closed','closed','','slide24-jpg','','','2016-02-11 12:01:08','2016-02-11 12:01:08','',0,'http://www.layootprinting.com/index/wp-content/uploads/revslider/home_version12/slide24.jpg',0,'attachment','image/jpeg',0),(8012,1,'2016-02-11 12:01:10','2016-02-11 12:01:10','','slide33.jpg','','inherit','closed','closed','','slide33-jpg','','','2016-02-11 12:01:10','2016-02-11 12:01:10','',0,'http://www.layootprinting.com/index/wp-content/uploads/revslider/home_version12/slide33.jpg',0,'attachment','image/jpeg',0),(8014,1,'2016-02-11 14:57:30','2016-02-11 14:57:30','','Logo','','inherit','open','closed','','logo','','','2016-02-11 14:57:30','2016-02-11 14:57:30','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Logo.png',0,'attachment','image/png',0),(8015,1,'2016-02-11 15:13:21','2016-02-11 15:13:21','','Banner','','inherit','open','closed','','banner','','','2016-02-11 15:13:21','2016-02-11 15:13:21','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Banner.png',0,'attachment','image/png',0),(8018,1,'2016-02-11 15:15:06','2016-02-11 15:15:06','','Banner','','inherit','open','closed','','banner-2','','','2016-02-11 15:15:06','2016-02-11 15:15:06','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Banner-1.png',0,'attachment','image/png',0),(8020,1,'2016-02-11 15:17:32','2016-02-11 15:17:32','','Banner1','','inherit','open','closed','','banner1','','','2016-02-11 15:17:32','2016-02-11 15:17:32','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Banner1.png',0,'attachment','image/png',0),(8023,1,'2016-02-11 15:18:32','2016-02-11 15:18:32','','Banner2','','inherit','open','closed','','banner2-5','','','2016-02-11 15:18:32','2016-02-11 15:18:32','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Banner2.png',0,'attachment','image/png',0),(8024,1,'2016-02-11 15:37:09','2016-02-11 15:37:09',' ','','','publish','closed','closed','','8024','','','2016-02-13 17:03:12','2016-02-13 17:03:12','',0,'http://www.layootprinting.com/index/?p=8024',1,'nav_menu_item','',0),(8027,1,'2016-02-11 15:37:09','2016-02-11 15:37:09','','Sobre nosotros','','publish','closed','closed','','8027','','','2016-02-13 17:03:12','2016-02-13 17:03:12','',0,'http://www.layootprinting.com/index/?p=8027',2,'nav_menu_item','',0),(8030,1,'2016-02-11 15:37:09','2016-02-11 15:37:09','','Tienda','','publish','closed','closed','','8030','','','2016-02-13 17:03:12','2016-02-13 17:03:12','',0,'http://www.layootprinting.com/index/?p=8030',3,'nav_menu_item','',0),(8032,1,'2016-02-11 15:37:09','2016-02-11 15:37:09','','Revisa','','publish','closed','closed','','8032','','','2016-02-13 17:03:12','2016-02-13 17:03:12','',0,'http://www.layootprinting.com/index/?p=8032',4,'nav_menu_item','',0),(8036,1,'2016-02-12 12:53:09','2016-02-12 12:53:09','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Product Categories\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Featured Products\" tab_id=\"10d30fc8-7c91-2\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"6\" textalign=\"text-left\" selecttype=\"featured\" per_column_tab=\"12\"][/vc_tab][vc_tab title=\"Popular Products\" tab_id=\"c40a08f7-9a11-9\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"1\" textalign=\"text-left\" selecttype=\"selling\" per_column_tab=\"12\"][/vc_tab][vc_tab title=\"New Arrivals\" tab_id=\"1435570859280-2-6\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"1\" textalign=\"text-left\" per_column_tab=\"12\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row][vc_column offset=\"vc_col-md-6 vc_col-xs-12\"][mango_shipping color=\"dark\" heading=\"FREE UK SHIPPING\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod. Lorem ipsum dolor sit amet.\" img_active=\"464\"][/vc_column][vc_column offset=\"vc_col-md-6 vc_col-xs-12\"][mango_shipping color=\"custom last\" heading=\"FREE UK SHIPPING\" description=\"Lorem ipsum dolor sit amet, consectetur adipisc eiusmod. Lorem ipsum dolor sit amet.\" img_active=\"464\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"From the blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3 class=\"title-border-bottom\">Company Services</h3>\r\n<ol class=\"blt-circle-grey\">\r\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\r\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\r\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\"Latest Reviews\"][/vc_column][/vc_row]','Hogar','','inherit','closed','closed','','787-revision-v1','','','2016-02-12 12:53:09','2016-02-12 12:53:09','',787,'http://www.layootprinting.com/index/2016/02/12/787-revision-v1/',0,'revision','',0),(8038,1,'2016-02-12 13:07:25','2016-02-12 13:07:25','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Categorías de Producto\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tabs tabstyle=\"Animated Tabs\"][vc_tab title=\"Productos destacados\" tab_id=\"10d30fc8-7c91-2\"][mango_woo_product product_style=\"style2\" show_product=\"7\" product_cats=\"Man & Woman\" per_column_desktop=\"6\" textalign=\"text-left\" selecttype=\"featured\" per_column_tab=\"12\"][/vc_tab][vc_tab title=\"productos populares\" tab_id=\"c40a08f7-9a11-9\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"1\" textalign=\"text-left\" selecttype=\"selling\" per_column_tab=\"12\"][/vc_tab][vc_tab title=\" Los recién llegados\" tab_id=\"1435570859280-2-6\"][mango_woo_product product_style=\"style2\" show_product=\"6\" product_cats=\"Man & Woman\" per_column_desktop=\"1\" textalign=\"text-left\" per_column_tab=\"12\"][/vc_tab][/vc_tabs][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"Desde el blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3 id=\"tw-target-text\" class=\"tw-data-text vk_txt tw-ta tw-text-medium\" dir=\"ltr\" data-placeholder=\"Translation\"><strong><span lang=\"es\">Cmpresa Servicios</span></strong></h3>\r\n<ol class=\"blt-circle-grey\">\r\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\r\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\r\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\" Opiniones\"][/vc_column][/vc_row]','Hogar','','inherit','closed','closed','','787-revision-v1','','','2016-02-12 13:07:25','2016-02-12 13:07:25','',787,'http://www.layootprinting.com/index/2016/02/12/787-revision-v1/',0,'revision','',0),(8039,1,'2016-02-12 18:43:47','0000-00-00 00:00:00','','BROCHURE DESDE','','draft','open','closed','','','','','2016-02-12 18:43:47','2016-02-12 18:43:47','',0,'http://www.layootprinting.com/index/?post_type=product&p=8039',0,'product','',0),(8042,1,'2016-02-12 18:44:09','2016-02-12 18:44:09','','brochures','','inherit','open','closed','','brochures','','','2016-02-12 18:44:09','2016-02-12 18:44:09','',8039,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/brochures.png',0,'attachment','image/png',0),(8047,1,'2016-02-13 17:03:12','2016-02-13 17:03:12','','Mi cuenta','','publish','closed','closed','','mi-cuenta','','','2016-02-13 17:03:12','2016-02-13 17:03:12','',0,'http://www.layootprinting.com/index/?p=8047',5,'nav_menu_item','',0),(8050,1,'2016-02-13 17:49:21','2016-02-13 17:49:21','[vc_row][vc_column width=\"1/1\"][vc_single_image image=\"1435\" alignment=\"center\" border_color=\"grey\" img_link_large=\"yes\" img_link_target=\"_self\" img_eff=\"none\" img_delay=\"none\" img_size=\"``large``\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n\r\n<span style=\"font-size: 28px;\">Which of us ever undertakes laborious physical exercise, except to obtain.</span>\r\n\r\nBy creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences\r\n\r\n<a class=\"continue-reading\" href=\"#\">Continue reading →</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3><span style=\"font-size: 16px;\">Company Informations</span></h3>\r\n<h4><span class=\"iconized font-awesome glyph-calendar\" style=\"color: #dd3333;\"></span> Premium UK delivery</h4>\r\nBy creating an account with our store, you will be able to move through the checkout process faster\r\n<h4><span class=\"iconized font-awesome glyph-scissors\" style=\"color: #dd3333;\"></span> Tailoring for free</h4>\r\nBy creating an account with our store, you will be able to move through the checkout process faster\r\n<h4><span class=\"iconized font-awesome glyph-desktop\" style=\"color: #dd3333;\"></span> Online Ordering</h4>\r\nBy creating an account with our store, you will be able to move through the checkout process faster[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_accordion collapsible=\"yes\" disable_keyboard=\"\"][vc_accordion_tab title=\"HOW DO I USE A PROMOTIONAL CODE?\" labeltxt=\"new\" labeltyp=\"select\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"IS THERE ANY POSSIBILITY TO SHIP MY ORDER?\" labeltxt=\"new\" labeltyp=\"select\"][vc_column_text]By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"WHERE ARE YOU FROM?\" labeltxt=\"Popular\" labeltyp=\"popular\"][vc_column_text]Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"HOW DO I USE A PROMOTIONAL CODES?\" labeltxt=\"new\" labeltyp=\"select\"][vc_column_text]Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid.[/vc_column_text][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','5749-revision-v1','','','2016-02-13 17:49:21','2016-02-13 17:49:21','',5749,'http://www.layootprinting.com/index/2016/02/13/5749-revision-v1/',0,'revision','',0),(8054,1,'2016-02-13 17:57:11','2016-02-13 17:57:11','','Shop','','inherit','closed','closed','','18-revision-v1','','','2016-02-13 17:57:11','2016-02-13 17:57:11','',18,'http://www.layootprinting.com/index/2016/02/13/18-revision-v1/',0,'revision','',0),(8056,1,'2016-02-13 18:59:39','2016-02-13 18:59:39','[woocommerce_cart]','Cart','','inherit','closed','closed','','19-revision-v1','','','2016-02-13 18:59:39','2016-02-13 18:59:39','',19,'http://www.layootprinting.com/index/2016/02/13/19-revision-v1/',0,'revision','',0),(8057,1,'2016-02-13 19:10:00','2016-02-13 19:10:00','[woocommerce_my_account]','My Account','','inherit','closed','closed','','21-autosave-v1','','','2016-02-13 19:10:00','2016-02-13 19:10:00','',21,'http://www.layootprinting.com/index/2016/02/13/21-autosave-v1/',0,'revision','',0),(8060,1,'2016-02-13 19:12:26','2016-02-13 19:12:26','[woocommerce_my_account]','My Account','','inherit','closed','closed','','21-revision-v1','','','2016-02-13 19:12:26','2016-02-13 19:12:26','',21,'http://www.layootprinting.com/index/2016/02/13/21-revision-v1/',0,'revision','',0),(8063,1,'2016-02-13 20:56:03','2016-02-13 20:56:03','','Products','','publish','open','closed','','products','','','2016-02-13 20:56:03','2016-02-13 20:56:03','',0,'http://www.layootprinting.com/index/?post_type=product&p=8063',0,'product','',0),(8065,1,'2016-02-13 21:07:30','2016-02-13 21:07:30','[woocommerce_checkout]','Checkout','','inherit','closed','closed','','20-revision-v1','','','2016-02-13 21:07:30','2016-02-13 21:07:30','',20,'http://www.layootprinting.com/index/2016/02/13/20-revision-v1/',0,'revision','',0),(8067,1,'2016-02-13 21:44:04','2016-02-13 21:44:04','','Products','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','8063-autosave-v1','','','2016-02-13 21:44:04','2016-02-13 21:44:04','',8063,'http://www.layootprinting.com/index/2016/02/13/8063-autosave-v1/',0,'revision','',0),(8069,1,'2016-02-13 21:48:56','2016-02-13 21:48:56','','brochures','','inherit','open','closed','','brochures-2','','','2016-02-13 21:48:56','2016-02-13 21:48:56','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/brochures-1.png',0,'attachment','image/png',0),(8071,1,'2016-02-13 21:49:17','2016-02-13 21:49:17','','camisetas','','inherit','open','closed','','camisetas','','','2016-02-13 21:49:17','2016-02-13 21:49:17','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/camisetas.png',0,'attachment','image/png',0),(8073,1,'2016-02-13 21:49:33','2016-02-13 21:49:33','','carpeta','','inherit','open','closed','','carpeta','','','2016-02-13 21:49:33','2016-02-13 21:49:33','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/carpeta.png',0,'attachment','image/png',0),(8075,1,'2016-02-13 21:49:50','2016-02-13 21:49:50','','Chancletas','','inherit','open','closed','','chancletas','','','2016-02-13 21:49:50','2016-02-13 21:49:50','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Chancletas.png',0,'attachment','image/png',0),(8077,1,'2016-02-13 21:50:04','2016-02-13 21:50:04','','colgantes','','inherit','open','closed','','colgantes','','','2016-02-13 21:50:04','2016-02-13 21:50:04','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/colgantes.png',0,'attachment','image/png',0),(8079,1,'2016-02-13 21:50:17','2016-02-13 21:50:17','','foro-de-celulares','','inherit','open','closed','','foro-de-celulares','','','2016-02-13 21:50:17','2016-02-13 21:50:17','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/foro-de-celulares.png',0,'attachment','image/png',0),(8081,1,'2016-02-13 21:50:30','2016-02-13 21:50:30','','hoja-timbrada','','inherit','open','closed','','hoja-timbrada','','','2016-02-13 21:50:30','2016-02-13 21:50:30','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/hoja-timbrada.png',0,'attachment','image/png',0),(8083,1,'2016-02-13 21:50:42','2016-02-13 21:50:42','','postales','','inherit','open','closed','','postales','','','2016-02-13 21:50:42','2016-02-13 21:50:42','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/postales.png',0,'attachment','image/png',0),(8085,1,'2016-02-13 21:50:56','2016-02-13 21:50:56','','sobre','','inherit','open','closed','','sobre','','','2016-02-13 21:50:56','2016-02-13 21:50:56','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/sobre.png',0,'attachment','image/png',0),(8087,1,'2016-02-13 21:51:08','2016-02-13 21:51:08','','talonario','','inherit','open','closed','','talonario','','','2016-02-13 21:51:08','2016-02-13 21:51:08','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/talonario.png',0,'attachment','image/png',0),(8089,1,'2016-02-13 21:51:20','2016-02-13 21:51:20','','tarjetas','','inherit','open','closed','','tarjetas','','','2016-02-13 21:51:20','2016-02-13 21:51:20','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/tarjetas.png',0,'attachment','image/png',0),(8091,1,'2016-02-13 21:51:34','2016-02-13 21:51:34','','Taza','','inherit','open','closed','','taza','','','2016-02-13 21:51:34','2016-02-13 21:51:34','',0,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/Taza.png',0,'attachment','image/png',0),(8093,1,'2016-02-13 22:09:53','2016-02-13 22:09:53','[vc_row][vc_column][vc_single_image image=\"1435\" img_size=\"``large``\" alignment=\"center\" img_link_large=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\n<h2><strong>¿Quiénes somos? </strong></h2>\nSomos una imprenta digital dedicada a la impresión digital (PLOTEO – SUBLIMACION – DIGITAL PRESS), diseño gráfico. Como principal servicio brindamos asesoría personalizada para la realización de proyectos tomando como herramientas la funcionalidad e innovación.\n\n \n\nVolantes, afiches, papelería comercial, gran formato y todo tipo de tarjetería, son parte de los materiales que ofrecemos bajo diferentes técnicas de terminación utilizando los equipos necesarios para ofrecer un trabajo final de calidad en el tiempo requerido\n\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h2><strong>Nuestra historia </strong></h2>\nLayoot & Printing nace el 21 de mayo del año 2007, Lesly Lafond como diseñador gráfico, inicia realizando diseños en la sala de su casa para satisfacer la demanda de unos pocos clientes, quienes más adelante comienzan a solicitar el servicio de impresión, por lo que la demanda le hace adquirir su primera impresora digital y es en 2008 cuando una empresa amiga decide hacer uso de sus servicios y llega la necesidad de hacer un registro legal como empresa.\n\n \n\nSu nombre Layoot & Printing se debe a la unión de <em>Layout (diagramación en inglés) </em>y <em>Printing (imprimir en inglés), </em>factores que dieron origen a la marca. El cambio de <em>out </em>por <em>oot, </em>aunque sin intención alguna, dio la oportunidad de llevar un código de originalidad en su título.\n\n \n\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]Es en el año 2009 cuando la empresa da un paso adelante entrando en el mercado de la impresión offset Y Gran formato; así como también ofreciendo terminaciones especializadas y asesoría para la realización de los proyectos de sus clientes. Asociándose a la Publicista Teresa Nico, la empresa se dirige a una nueva categoría de clientes que buscan la innovación grafica con la implementación de nuevos materiales y técnicas, y novedosas estrategias servicio.\n\nHoy día, junto a todo el talento humano que nos acompaña, seguimos creciendo bajo la gracia de nuestro Dios, para continuar redactando más páginas a nuestra historia.\n<h2><strong>Misión, Visión y Valores</strong></h2>\n<strong>Misión:</strong>\n\nBrindar soluciones estratégicas de impresión y terminación a todo tipo de trabajo gráfico, haciendo una gestión de servicio y brindando calidad en todo momento.\n\n [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[/vc_column_text][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]','About Us','','inherit','closed','closed','','5749-autosave-v1','','','2016-02-13 22:09:53','2016-02-13 22:09:53','',5749,'http://www.layootprinting.com/index/2016/02/13/5749-autosave-v1/',0,'revision','',0),(8095,1,'2016-02-13 22:10:32','2016-02-13 22:10:32','[vc_row][vc_column][vc_single_image image=\"1435\" img_size=\"``large``\" alignment=\"center\" img_link_large=\"yes\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h2><strong>¿Quiénes somos? </strong></h2>\r\nSomos una imprenta digital dedicada a la impresión digital (PLOTEO – SUBLIMACION – DIGITAL PRESS), diseño gráfico. Como principal servicio brindamos asesoría personalizada para la realización de proyectos tomando como herramientas la funcionalidad e innovación.\r\n\r\n \r\n\r\nVolantes, afiches, papelería comercial, gran formato y todo tipo de tarjetería, son parte de los materiales que ofrecemos bajo diferentes técnicas de terminación utilizando los equipos necesarios para ofrecer un trabajo final de calidad en el tiempo requerido\r\n\r\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h2><strong>Nuestra historia </strong></h2>\r\nLayoot & Printing nace el 21 de mayo del año 2007, Lesly Lafond como diseñador gráfico, inicia realizando diseños en la sala de su casa para satisfacer la demanda de unos pocos clientes, quienes más adelante comienzan a solicitar el servicio de impresión, por lo que la demanda le hace adquirir su primera impresora digital y es en 2008 cuando una empresa amiga decide hacer uso de sus servicios y llega la necesidad de hacer un registro legal como empresa.\r\n\r\n \r\n\r\nSu nombre Layoot & Printing se debe a la unión de <em>Layout (diagramación en inglés) </em>y <em>Printing (imprimir en inglés), </em>factores que dieron origen a la marca. El cambio de <em>out </em>por <em>oot, </em>aunque sin intención alguna, dio la oportunidad de llevar un código de originalidad en su título.\r\n\r\n \r\n\r\n [/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]Es en el año 2009 cuando la empresa da un paso adelante entrando en el mercado de la impresión offset Y Gran formato; así como también ofreciendo terminaciones especializadas y asesoría para la realización de los proyectos de sus clientes. Asociándose a la Publicista Teresa Nico, la empresa se dirige a una nueva categoría de clientes que buscan la innovación grafica con la implementación de nuevos materiales y técnicas, y novedosas estrategias servicio.\r\n\r\nHoy día, junto a todo el talento humano que nos acompaña, seguimos creciendo bajo la gracia de nuestro Dios, para continuar redactando más páginas a nuestra historia.\r\n<h2><strong>Misión, Visión y Valores</strong></h2>\r\n<strong>Misión:</strong>\r\n\r\nBrindar soluciones estratégicas de impresión y terminación a todo tipo de trabajo gráfico, haciendo una gestión de servicio y brindando calidad en todo momento.\r\n\r\n [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h2><strong>Visión:</strong></h2>\r\nDesarrollarnos de forma confiable, sólida, y rentable. Ofreciendo materiales y técnicas innovadoras a nuestros clientes.\r\n<h3><strong>Valores</strong>:</h3>\r\n- Fe en Dios. \"Encomienda a Jehová tu camino, Y confía en él; y él hará.\" Salmos 37:5 \r\n\r\n- Creemos en la gente. Todos los colaboradores de esta institución son piezas claves para el excelente funcionamiento de la misma, y es por ello que confiamos en que sus aportes han sido y serán importantes para nuestro desarrollo.\r\n\r\n- Apasionados por el servicio. Entregarnos por amor a lo que hacemos, dar el todo por ver un resultado final de excelencia y el agrado de un cliente satisfecho. \r\n\r\n- Innovación. No solo estar a la vanguardia con la tecnología, sino también poder ofertar nuevas ideas a nuestros clientes y aliados.\r\n\r\n- Unidad. Somos una gran familia, donde ser un equipo de apoyo y compañerismo es de gran importancia.\r\n\r\n- Celebramos nuestros logros. Dando gracias a Dios en primer lugar, y exaltando siempre el esfuerzo de cada uno de nuestros talentos que nos da más allá del resultado esperado.[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','5749-revision-v1','','','2016-02-13 22:10:32','2016-02-13 22:10:32','',5749,'http://www.layootprinting.com/index/2016/02/13/5749-revision-v1/',0,'revision','',0),(8097,1,'2016-02-13 22:36:29','2016-02-13 22:36:29','[dvin-wcql-listing][dvin-wcql-form]','Request For a Quote','','publish','closed','closed','','quotelist','','','2016-02-13 22:36:29','2016-02-13 22:36:29','',0,'http://www.layootprinting.com/index/quotelist/',0,'page','',0),(8101,1,'2016-02-13 23:10:45','2016-02-13 23:10:45','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Categorías de Producto\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"Tab 1\" tab_id=\"1455405005532-747c0c12-5eff\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1455405005836-0e058454-e0c1\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"Desde el blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h3 id=\"tw-target-text\" class=\"tw-data-text vk_txt tw-ta tw-text-medium\" dir=\"ltr\" data-placeholder=\"Translation\"><strong><span lang=\"es\">Cmpresa Servicios</span></strong></h3>\n<ol class=\"blt-circle-grey\">\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\n</ol>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\" Opiniones\"][/vc_column][/vc_row]','Hogar','','inherit','closed','closed','','787-autosave-v1','','','2016-02-13 23:10:45','2016-02-13 23:10:45','',787,'http://www.layootprinting.com/index/2016/02/13/787-autosave-v1/',0,'revision','',0),(8103,1,'2016-02-13 23:12:00','2016-02-13 23:12:00','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Categorías de Producto\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"New\" tab_id=\"1455405005532-747c0c12-5eff\"][mango_woo_product product_style=\"style2\" show_product=\"5\" per_column_desktop=\"3\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1455405005836-0e058454-e0c1\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"Desde el blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3 id=\"tw-target-text\" class=\"tw-data-text vk_txt tw-ta tw-text-medium\" dir=\"ltr\" data-placeholder=\"Translation\"><strong><span lang=\"es\">Cmpresa Servicios</span></strong></h3>\r\n<ol class=\"blt-circle-grey\">\r\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\r\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\r\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\" Opiniones\"][/vc_column][/vc_row]','Hogar','','inherit','closed','closed','','787-revision-v1','','','2016-02-13 23:12:00','2016-02-13 23:12:00','',787,'http://www.layootprinting.com/index/2016/02/13/787-revision-v1/',0,'revision','',0),(8105,1,'2016-02-13 23:41:44','2016-02-13 23:41:44','[vc_row][vc_column width=\"1/4\"][mango_woocommece_cat style=\"style1\" number_cat=\"9\" heading=\"Categorías de Producto\"][/vc_column][vc_column width=\"3/4\"][rev_slider_vc alias=\"home_version12\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title=\"New\" tab_id=\"1455405005532-747c0c12-5eff\"][mango_woo_product product_style=\"style2\" show_product=\"10\" per_column_desktop=\"3\"][/vc_tta_section][vc_tta_section title=\"Tab 2\" tab_id=\"1455405005836-0e058454-e0c1\"][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row css=\".vc_custom_1438857081536{margin-bottom: 0px !important;}\"][vc_column width=\"1/3\"][mango_blog heading=\"Desde el blog\" img_active=\"170\" description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, nostrud exercitation Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3 id=\"tw-target-text\" class=\"tw-data-text vk_txt tw-ta tw-text-medium\" dir=\"ltr\" data-placeholder=\"Translation\"><strong><span lang=\"es\">Cmpresa Servicios</span></strong></h3>\r\n<ol class=\"blt-circle-grey\">\r\n <li class=\"title-border-bottom\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, eiusmod tempor incididunt ut labore et dolore.</li>\r\n <li class=\"title-border-bottom\">Ut enim ad minim veniam, nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>\r\n <li class=\"title-border-bottom\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][mango_testimonials heading=\" Opiniones\"][/vc_column][/vc_row]','Hogar','','inherit','closed','closed','','787-revision-v1','','','2016-02-13 23:41:44','2016-02-13 23:41:44','',787,'http://www.layootprinting.com/index/2016/02/13/787-revision-v1/',0,'revision','',0),(8108,1,'2016-02-18 20:05:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-02-18 20:05:48','0000-00-00 00:00:00','',0,'http://www.layootprinting.com/index/?p=8108',0,'post','',0),(8110,1,'2016-02-18 20:06:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2016-02-18 20:06:08','0000-00-00 00:00:00','',0,'http://www.layootprinting.com/index/?post_type=product&p=8110',0,'product','',0),(8111,1,'2016-02-18 20:10:45','2016-02-18 20:10:45','','inside-out','','inherit','open','closed','','inside-out','','','2016-02-18 20:10:45','2016-02-18 20:10:45','',8110,'http://www.layootprinting.com/index/wp-content/uploads/2016/02/inside-out.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=150 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(7,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(13,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(16,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(19,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(22,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(25,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(28,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(31,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(34,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(37,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(40,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(43,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(46,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(49,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(52,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(55,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(58,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(61,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(64,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(67,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(70,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(73,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(76,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(79,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(82,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(85,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(88,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(91,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(94,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(97,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(100,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(103,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(106,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(109,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(112,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(115,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(118,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(121,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(124,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(127,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(130,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(133,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(136,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(139,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(140,'.tp-caption.subtitle12',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"1px\",\"font-weight\":\"600\",\"font-family\":\"Raleway\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"letter-spacing\":\"5px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(143,'.tp-caption.title12',NULL,NULL,'{\"font-size\":\"70px\",\"line-height\":\"1px\",\"font-weight\":\"700\",\"font-family\":\"Montserrat\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(146,'.tp-caption.text12',NULL,NULL,'{\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-family\":\"Merriweather\",\"color\":\"rgb(255, 255, 255)\",\"font-style\":\"italic\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(149,'.tp-caption.Home_page_text',NULL,NULL,'{\"font-size\":\"15px\",\"line-height\":\"1.5\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"z-index\":\"50\",\"white-space\":\"pre-wrap\",\"max-width\":\"460px\",\"text-align\":\"center\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; INSERT INTO `wp_revslider_layer_animations` VALUES (2,'swingup','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"-90\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"100\",\"scaley\":\"100\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"200\",\"originx\":\"50\",\"originy\":\"0\"}'),(5,'swingupend','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"75\",\"scaley\":\"75\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'); /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (2,'home_version12','home_version12','{\"title\":\"home_version12\",\"alias\":\"home_version12\",\"shortcode\":\"[rev_slider home_version12]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"min_height\":\"0\",\"width\":\"870\",\"height\":\"500\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"enable_static_layers\":\"off\",\"next_slide_on_window_focus\":\"off\",\"simplify_ie8_ios4\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"hide\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/localhost\\/mango\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"on\",\"navigation_style\":\"round\",\"navigaion_type\":\"none\",\"navigation_arrows\":\"none\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"left\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"use_spinner\":\"4\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}'); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (2,2,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.layootprinting.com\\/index\\/wp-content\\/uploads\\/2016\\/02\\/Banner-1.png\",\"image_id\":\"8018\",\"title\":\"Big Sales\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"cube\",\"0\":\"Remove\",\"slot_amount\":8,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/reviver\\/wp-content\\/uploads\\/2015\\/04\\/slide14.jpg\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f7f7f7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(5,2,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.layootprinting.com\\/index\\/wp-content\\/uploads\\/2016\\/02\\/Banner1.png\",\"image_id\":\"8020\",\"title\":\"Big Sales\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"incube\",\"0\":\"Remove\",\"slot_amount\":8,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/reviver\\/wp-content\\/uploads\\/2015\\/04\\/slide24.jpg\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f7f7f7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(8,2,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.layootprinting.com\\/index\\/wp-content\\/uploads\\/2016\\/02\\/Banner2.png\",\"image_id\":\"8023\",\"title\":\"Big Sales\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"cube\",\"0\":\"Remove\",\"slot_amount\":8,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/localhost\\/reviver\\/wp-content\\/uploads\\/2015\\/04\\/slide33.jpg\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#f7f7f7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_subscribe2` -- DROP TABLE IF EXISTS `wp_subscribe2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_subscribe2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(64) NOT NULL DEFAULT '', `active` tinyint(1) DEFAULT '0', `date` date NOT NULL DEFAULT '2016-02-10', `time` time NOT NULL DEFAULT '00:00:00', `ip` char(64) NOT NULL DEFAULT 'admin', `conf_date` date DEFAULT NULL, `conf_time` time DEFAULT NULL, `conf_ip` char(64) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_subscribe2` -- LOCK TABLES `wp_subscribe2` WRITE; /*!40000 ALTER TABLE `wp_subscribe2` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_subscribe2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(2396,130,0),(2396,133,0),(2400,133,0),(2400,136,0),(2735,127,0),(2735,130,0),(2735,136,0),(2737,133,0),(2737,136,0),(7906,457,0),(7909,457,0),(7912,457,0),(7915,457,0),(7918,457,0),(7921,457,0),(7924,457,0),(7927,457,0),(7930,457,0),(7933,457,0),(7936,457,0),(7939,457,0),(7942,457,0),(7945,457,0),(7948,457,0),(7951,457,0),(7954,454,0),(7960,454,0),(7966,454,0),(7969,454,0),(8002,457,0),(8005,457,0),(8024,460,0),(8027,460,0),(8030,460,0),(8032,460,0),(8047,460,0),(8063,2,0),(8063,466,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,1),(5,5,'product_type','',0,0),(8,8,'product_type','',0,0),(11,11,'product_type','',0,0),(52,52,'post_tag','',0,0),(55,55,'post_tag','',0,0),(58,58,'post_tag','',0,0),(61,61,'post_tag','',0,0),(64,64,'post_tag','',0,0),(67,67,'post_tag','',0,0),(70,70,'post_tag','',0,0),(73,73,'post_tag','',0,0),(76,76,'post_tag','',0,0),(79,79,'post_tag','',0,0),(82,82,'product_tag','',0,0),(85,85,'product_tag','',0,0),(88,88,'product_tag','',0,0),(91,91,'product_tag','',0,0),(94,94,'product_tag','',0,0),(97,97,'product_tag','',0,0),(100,100,'product_tag','',0,0),(103,103,'portfolio-category','',0,0),(106,106,'product_tag','',0,0),(109,109,'product_tag','',0,0),(112,112,'product_tag','',0,0),(115,115,'product_tag','',0,0),(118,118,'product_tag','',0,0),(121,121,'product_tag','',0,0),(124,124,'product_tag','',0,0),(127,127,'faq-category','',0,0),(130,130,'faq-category','',0,0),(133,133,'faq-category','',0,0),(136,136,'faq-category','',0,0),(139,139,'faq-category','',0,0),(142,142,'portfolio-category','',0,0),(145,145,'product_tag','',0,0),(148,148,'portfolio-category','',0,0),(151,151,'product_tag','',0,0),(154,154,'product_tag','',0,0),(157,157,'product_tag','',0,0),(160,160,'portfolio-category','',0,0),(163,163,'product_tag','',0,0),(166,166,'product_tag','',0,0),(169,169,'portfolio-category','',0,0),(172,172,'product_tag','',0,0),(175,175,'product_tag','',0,0),(178,178,'product_tag','',0,0),(181,181,'product_tag','',0,0),(184,184,'product_tag','',0,0),(187,187,'portfolio-category','',0,0),(190,190,'product_tag','',0,0),(193,193,'product_tag','',0,0),(451,451,'nav_menu','',0,0),(454,454,'nav_menu','',0,4),(457,457,'nav_menu','',0,0),(460,460,'nav_menu','',0,5),(466,466,'product_cat','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', `term_order` int(4) DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0,0),(2,'simple','simple',0,0),(5,'grouped','grouped',0,0),(8,'variable','variable',0,0),(11,'external','external',0,0),(52,'apparel','apparel',0,0),(55,'Business','business',0,0),(58,'celebrity','celebrity',0,0),(61,'clothings','clothings',0,0),(64,'cool t-shirts','cool-t-shirts',0,0),(67,'fashion','fashion',0,0),(70,'halothemes','halothemes',0,0),(73,'Idea','idea',0,0),(76,'jackets','jackets',0,0),(79,'shoes','shoes',0,0),(82,'Belt','belt',0,0),(85,'Blue','blue',0,0),(88,'boot','boot',0,0),(91,'bootstrap','bootstrap',0,0),(94,'bootstrapcollections','bootstrapcollections',0,0),(97,'brand','brand',0,0),(100,'brown','brown',0,0),(103,'Casual','casual',0,0),(106,'collection','collection',0,0),(109,'collections','collections',0,0),(112,'collecttions','collecttions',0,0),(115,'color','color',0,0),(118,'color.woman','color-woman',0,0),(121,'colors','colors',0,0),(124,'colors.woman','colors-woman',0,0),(127,'FAQ\'s Finance','faqs-finance',0,0),(130,'FAQ\'s Human Resources','faqs-human-resources',0,0),(133,'FAQ\'s Marketing','faqs-marketing',0,0),(136,'FAQ\'s Sales','faqs-sales',0,0),(139,'FAQ\'s Support','faqs-support',0,0),(142,'Food','food',0,0),(145,'Grey','grey',0,0),(148,'Hipster','hipster',0,0),(151,'hook','hook',0,0),(154,'leather','leather',0,0),(157,'man','man',0,0),(160,'Nature','nature',0,0),(163,'new brand','new-brand',0,0),(166,'newcollection','newcollection',0,0),(169,'Photography','photography',0,0),(172,'responsive','responsive',0,0),(175,'sandals','sandals',0,0),(178,'Sandles','sandles',0,0),(181,'shirts','shirts',0,0),(184,'shoes','shoes',0,0),(187,'uncategorized','uncategorized',0,0),(190,'woman','woman',0,0),(193,'Women','women',0,0),(451,'Header 14 Side Menu','header-14-side-menu',0,0),(454,'Home footer 1','home-footer-1',0,0),(457,'Main Menu','main-menu',0,0),(460,'Home Menu','home-menu',0,0),(466,'Card','card',0,0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','leslylafond'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:3:{s:64:\"a899d60a6e2c2cd4056b2d2ed04ac9741313b336c6b9350ea1841ba53a42bb64\";a:4:{s:10:\"expiration\";i:1456592996;s:2:\"ip\";s:13:\"45.123.40.254\";s:2:\"ua\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:5:\"login\";i:1455383396;}s:64:\"8045864a6f465b8afda5a379bab2f12df5b92666e4c002e38d2446b227afbb8a\";a:4:{s:10:\"expiration\";i:1457698330;s:2:\"ip\";s:13:\"45.123.40.254\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456488730;}s:64:\"3331f924b86d86b4ad832d9fadd31e250171e330c88955348f70257cba3e6806\";a:4:{s:10:\"expiration\";i:1457698658;s:2:\"ip\";s:13:\"45.123.40.254\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456489058;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','8108'),(20,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=674px&edit_element_vcUIPanelTop=74px&editor=tinymce&hidetb=1'),(23,1,'wp_user-settings-time','1455282445'),(26,1,'wporg_favorites',''),(28,1,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(31,1,'s2_format','excerpt'),(34,1,'s2_autosub',NULL),(37,1,'s2_authors',''),(38,1,'nav_menu_recently_edited','460'),(41,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(44,1,'metaboxhidden_nav-menus','a:11:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:23:\"add-post-type-portfolio\";i:2;s:25:\"add-post-type-testimonial\";i:3;s:21:\"add-post-type-clients\";i:4;s:17:\"add-post-type-faq\";i:5;s:21:\"add-post-type-product\";i:6;s:12:\"add-post_tag\";i:7;s:22:\"add-portfolio-category\";i:8;s:16:\"add-faq-category\";i:9;s:15:\"add-product_cat\";i:10;s:15:\"add-product_tag\";}'),(47,1,'closedpostboxes_page','a:1:{i:0;s:12:\"page_options\";}'),(50,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(53,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(55,1,'closedpostboxes_product','a:4:{i:0;s:14:\"client_options\";i:1;s:15:\"geenral_options\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"popup_options\";}'),(58,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'leslylafond','$P$BjPJiODQB7vofI87izDvXRfnpQFWJG/','leslylafond','bulbulahamed9630@gmail.com','','2016-01-07 15:05:18','',0,'leslylafond'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_label` longtext COLLATE utf8mb4_unicode_ci, `attribute_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=159 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (145,'03c74f6d9476bb77af08072ec6a2665e','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649871),(158,'1','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456661547),(139,'27ac8debbd04d00d8559136c67fd4a25','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:182:\"a:1:{s:7:\"success\";a:1:{i:0;s:143:\"<a href=\"http://www.layootprinting.com/index/cart/\" class=\"button wc-forward\">View Cart</a> “Products” has been added to your cart.\";}}\";}',1456649838),(133,'36a4954424dde4e5f05a1c10c1e25d6f','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:182:\"a:1:{s:7:\"success\";a:1:{i:0;s:143:\"<a href=\"http://www.layootprinting.com/index/cart/\" class=\"button wc-forward\">View Cart</a> “Products” has been added to your cart.\";}}\";}',1456649761),(149,'3ae7fe54898d629d6b04327fe6bfe997','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649884),(112,'3cc48ae136fbcd80047fc9d608279fab','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;}',1456537693),(130,'43b6d695420fa7d0694e622e5bc2c980','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456620333),(121,'4e9385fa0e9a12cfe3f1f5b23d60fae8','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456608234),(122,'5b6dbf37cc284556811adf6d1f354f9a','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456608238),(127,'691d937d88a5e21d766072905852e886','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456620328),(142,'69d3b6ed0ca7a1862e95586b88b27e55','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649865),(157,'8ee4a0d59f2fa160e2c392e840acf7d3','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;}',1456649918),(125,'99acbc563b1b070e64486a903e5617b0','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456620322),(116,'9c3c32869721f07e4eb3d23d252f5e42','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456608223),(154,'ad4826aaee7d3c9f33f04438de4064bf','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649895),(136,'b4e4eae256c6b22a7afc67b075262c66','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:182:\"a:1:{s:7:\"success\";a:1:{i:0;s:143:\"<a href=\"http://www.layootprinting.com/index/cart/\" class=\"button wc-forward\">View Cart</a> “Products” has been added to your cart.\";}}\";}',1456649768),(140,'b850ad4ca5f26f9011183b490a078330','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649860),(146,'bb2e38756756338a7403bf5984b44ac6','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649876),(113,'c2849ba3c8e1d8002720be9118e37679','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;}',1456537710),(137,'cd4865c5d76e4f0adea89b1764b91f0e','a:19:{s:4:\"cart\";s:305:\"a:1:{s:32:\"8d1f1aac0dd8a76b49e8bbdda0c7c98c\";a:9:{s:10:\"product_id\";i:8063;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:50;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:182:\"a:1:{s:7:\"success\";a:1:{i:0;s:143:\"<a href=\"http://www.layootprinting.com/index/cart/\" class=\"button wc-forward\">View Cart</a> “Products” has been added to your cart.\";}}\";}',1456649817),(118,'f290e15d76e0b3e1b7694524f54171da','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456608230),(151,'f3d334d525e447c9fd62e8816d571a73','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1456649888); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) NOT NULL AUTO_INCREMENT, `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tax_rate_id` bigint(20) NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`(191)), KEY `tax_rate_state` (`tax_rate_state`(191)), KEY `tax_rate_class` (`tax_rate_class`(191)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_termmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_termmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `woocommerce_term_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `woocommerce_term_id` (`woocommerce_term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=268 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_termmeta` -- LOCK TABLES `wp_woocommerce_termmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` DISABLE KEYS */; INSERT INTO `wp_woocommerce_termmeta` VALUES (259,466,'order','0'),(262,466,'display_type',''),(265,466,'thumbnail_id','0'),(267,466,'product_count_product_cat','1'); /*!40000 ALTER TABLE `wp_woocommerce_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl` -- DROP TABLE IF EXISTS `wp_yith_wcwl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcwl` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `prod_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `user_id` int(11) NOT NULL, `wishlist_id` int(11) DEFAULT NULL, `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY `prod_id` (`prod_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl` -- LOCK TABLES `wp_yith_wcwl` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_wcwl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl_lists` -- DROP TABLE IF EXISTS `wp_yith_wcwl_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcwl_lists` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `wishlist_slug` varchar(200) NOT NULL, `wishlist_name` text, `wishlist_token` varchar(64) NOT NULL, `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0', `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `wishlist_token` (`wishlist_token`), KEY `wishlist_slug` (`wishlist_slug`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl_lists` -- LOCK TABLES `wp_yith_wcwl_lists` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl_lists` DISABLE KEYS */; INSERT INTO `wp_yith_wcwl_lists` VALUES (1,1,'','','L67BQBVO21SL',0,1); /*!40000 ALTER TABLE `wp_yith_wcwl_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03a514f_4' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-08-13 8:22:52